Agentic AI
Architect systems that plan, use tools, retain state, and coordinate work across specialized components.
ORCHESTRATION / MEMORY / CONTROLENTER SECTION →NOT WHAT. NOT WHY.
The engineering manual
for the AI age.
Reproducible guides for building agents, engineering reliable loops, controlling context, evaluating frontier models, and running open models locally.
THE RELIABILITY LOOP
Select a phase to inspect the operating logic. A useful loop does more than retry: it knows what changed, what failed, and when to stop.
GOAL → ACTION
Turn intent into one testable next action with an explicit success criterion.
THE FIELD MANUAL
Architect systems that plan, use tools, retain state, and coordinate work across specialized components.
ORCHESTRATION / MEMORY / CONTROLENTER SECTION →Build, deploy, instrument, and evaluate agents that behave predictably beyond the demo.
TOOLS / STATE / EVALUATIONENTER SECTION →Design bounded plan → act → observe → correct loops with recovery rules, budgets, and safe stopping conditions.
RECOVERY / BUDGETS / STOPPINGENTER SECTION →Engineer instructions, context, and tool contracts that remain stable under real inputs.
CONTEXT / CONTRACTS / OUTPUTENTER SECTION →Understand how current GPT, Claude, and Gemini models behave through testing, not benchmark theater.
CAPABILITY / REASONING / TESTSENTER SECTION →Select models, quantizations, runtimes, and hardware for private inference on your own machines.
WEIGHTS / HARDWARE / INFERENCEENTER SECTION →FEATURED FIELD GUIDE
001LOOP ENGINEERING / 18 MINBuild a bounded agent runtime that detects failed assumptions, selects a recovery strategy, and stops safely when another attempt is unlikely to help.
Includes a reference loop, typed state schema, recovery matrix, stop conditions, and an evaluation harness you can adapt.
NEW + REVISED
Specific enough to implement. Honest about uncertainty. Revised when the evidence changes.
Prompts / 11 MIN
Token capacity is not usable attention. See how placement, repetition, retrieval, and compaction change what a model can actually use.
Local Models / 14 MIN
Choose a quantization that fits unified memory, configure a local runtime, then benchmark quality, latency, and tokens per second.
Prompts / 12 MIN
Turn vague instructions into an operating contract with authority rules, tool boundaries, output schemas, and failure behavior.
Agentic AI / 16 MIN
Define ownership, handoff contracts, context limits, timeouts, and escalation paths so specialized agents do not lose the task.
Frontier Models / 13 MIN
A practical account of pretraining, instruction tuning, verifiable rewards, and inference-time reasoning, with evidence clearly labeled.
Agents / 15 MIN
Build a representative task suite, score outcomes and traces, test recovery paths, and gate releases against behavioral regressions.