How many tokens are enough?
2026 is the year large language models (LLMs) became useful. And so, the story of the last 6 months for me has been one of increasing and increasing token consumption. It has taken me to places I coul

Search for a command to run...
2026 is the year large language models (LLMs) became useful. And so, the story of the last 6 months for me has been one of increasing and increasing token consumption. It has taken me to places I coul

Let’s explore this fascinating and awesome Java project from MongoDB - MongoT! You can check out the source code here: git clone https://github.com/mongodb/mongot MongoT is a wrapper around the ama

Building things with AI takes a lot of human energy. https://steve-yegge.medium.com/the-ai-vampire-eda6e4f07163 Beautifully put, and very true. I feel like I've been burning the candle at both ends
This is going to be a fun, practical tutorial demonstrating how to build a Java faceted full-text search API (like the ones powering sites like Amazon)! We’ll use an interesting dataset which showcase

If (like me!) you prefer to read code rather than a long and boring article, jump straight to the example! TLDR; here’s the code. You can clone and run the tests like this: git clone https://github.co
