Tag
AI AGENT
13 posts.
Your LLM Judge Is Not Neutral. It Has Opinions You Never Asked For.
Agents in Production · part 11
LLM judges have measured biases toward length and confident wrong answers. Check yours against real human labels before it gates anything you actually ship.
A Prompt Edit Is a Deploy. Treat It Like One.
Agents in Production · part 10
A prompt edit changes what your agent does for every user, just like code. Give it review, tests, staged rollout, and a rollback button, before it needs one.
Model Routing Is an Optimisation, Not an Architecture
Agents in Production · part 9
Routing is a cost optimisation, not day-one architecture. Build it once you have production data showing which requests a cheaper model actually handles well.
Your Tool Schema Is a Prompt, Not an API
Agents in Production · part 8
A tool schema is read by the model on every call, not once by an engineer. Design the contract, the errors, and the catalog size, because MCP will not.
The Pipeline That Feeds Your Agent Is Broken
Agents in Production · part 7
Production AI data pipelines have four jobs: extraction, normalization, enrichment, indexing. Most teams build only the last one and ship stale answers.
Most Production RAG Is Quietly Wrong
Agents in Production · part 6
Part 6 of a series on what actually goes into production agentic systems.
Part-5: ReAct Is Where You Start, Not Where You Ship
Agents in Production · part 5
Part 5 of a series on what actually goes into production agentic systems.
Most Multi-Agent Systems Shouldn't Be
Agents in Production · part 4
Part 4 of a series on what actually goes into production agentic systems.
Most Agentic Projects Can't Defend Their Own ROI
Agents in Production · part 3
Part 3 of a series on what actually goes into production agentic systems.
Most "Agents" Are Workflows That Got Ideas
Agents in Production · part 2
Part 2 of a series on what actually goes into production agentic systems.
Most "AI Agents" in Production Are Demos With Extra Steps
Agents in Production · part 1
Part 1 of a series on what actually goes into production agentic systems.
The AI Agent Playbook
Discover the comprehensive guide to building and deploying AI agents. The AI Agent Playbook provides practical insights, strategies, and best practices for leveraging artificial intelligence agents...
LLMs (Large Language Models) Explained Series
Hey there! Welcome to the "LLM Explained Series" where we unravel the magic behind Large Language Models (LLMs), the engines that power AI agents and make them talk, think, and act almost like hum...