Skip to content
Back to Blog
Blog series
7 posts · 53 min read

Building the runtime

Compile, gateway, Critic, evaluators, failure handling — the per-request pipeline.

Share:XBSMRedditHNEmail
1
September 17, 2026·18 min read

Agentic Inference: A Practical Guide to KV Cache, Scheduling, and Throughput

Why tool-using agents turn inference into a stateful memory-scheduling problem, and how to measure, design, benchmark, and roll out a better serving path.

2
Build the Context Pack Compiler: Eight Stages, Eight Files illustration
April 21, 2026·6 min read

Build the Context Pack Compiler: Eight Stages, Eight Files

A build-along for the Context Pack compiler: eight deterministic stages that turn runtime inputs into a typed compiled context.

3
AI Gateway and LLM Router: Model Choice Is a Runtime Decision illustration
May 14, 2026·6 min read

AI Gateway and LLM Router: Model Choice Is a Runtime Decision

How an AI Gateway and LLM Router make model choice policy-bound, budgeted, observable, and replayable across production agent workflows.

4
MCP Adapters in Production: The Manifest Is the Safety Boundary illustration
May 14, 2026·6 min read

MCP Adapters in Production: The Manifest Is the Safety Boundary

How MCP 2026-07-28 fits behind a production adapter manifest with native action risk, auth, idempotency, evidence, and replay.

5
The Critic: verify, score, consolidate — in 80 Lines illustration
May 2, 2026·5 min read

The Critic: verify, score, consolidate — in 80 Lines

A compact Critic implementation that verifies plans, scores outcomes, consolidates results, and records caveats.

6
Wiring the Five Evaluators: Policy, Utility, Latency, Safety, Cost illustration
April 5, 2026·6 min read

Wiring the Five Evaluators: Policy, Utility, Latency, Safety, Cost

A build-along for wiring policy, utility, latency, safety, and cost evaluators into a release-gated scorecard.

7
Failure Playbooks: The Typed Verdict Map illustration
May 7, 2026·6 min read

Failure Playbooks: The Typed Verdict Map

How to replace generic retry loops with typed failure verdicts, compensations, escalation paths, and reversal-token checks.