AI research, systems, and engineering notes.

Featured

The Production Agent Stack

The model is only one component in a larger production agent stack. A production agent needs an orchestrator that owns workflow state, persists progress, handles retries, and recovers from failures. It also needs specialized workers rather than one monolithic “general assistant.” Retrievers, validators, executors, and planners should have clear responsibilities and permission boundaries. Production agents are built from control, state, tools, and evaluation—not prompts alone.