10 posts found
Strip away the branding and an agent is a small loop: call the model, run the tool it asked for, feed the result back, r...
A tool definition is documentation with a schema attached. Write it for a capable colleague who has never seen your syst...
An agent that handles five steps beautifully can fall apart at twenty. The reason is rarely reasoning — it is that the c...
Memory is not a feature you enable. It is a set of decisions about what to keep, what to summarise and what to let go —...
If you already know the steps, do not ask a model to rediscover them on every request. A fixed pipeline with model calls...
Retrieval-augmented generation is three steps and a lot of tuning. The architecture is simple; the quality lives almost...
Teams spend weeks on rerankers and leave chunking at the default. It is usually the other way round that pays — how you...
If every request begins with the same two thousand tokens of instructions, you are paying full price to resend them. Ord...
Streaming makes a slow response feel fast. It also means rendering text that is syntactically incomplete, and handling a...
Every AI feature meets a 429 eventually. Whether that is a blip or an outage depends on retry logic written before you n...