Skip to content
vollko
Main
Homepage Engineering Transformation Whitepaper OSS catalog
The trace · deep dives
01 · sense
sensing-ingestion
02 · substrate · memory & identity
knowledge-graphs agent-memory agent-identity observability
03 · cognition · the firm thinks
agent-frameworks orchestration eval-harness protocols
04 · trust + learning
governance feedback-loops
05 · synthesis · one trace
end-to-endStart a conversation
AI-native · cognition

Agent frameworks.

LangGraph, Mastra, Pydantic AI, Letta. Supervisor patterns. Handoffs. Harness over framework.

SUPERVISORdelegates PLANNERdecomposes EXECUTORacts on tools CRITICscores results SHARED CONTEXTall subagents read & write
Section 01 · the 2026 consensus

Supervisor won. Swarm did not.

multi-agent topologies · what works in production
SWARM (Anthropic's research demo) +90% on internal eval · 15× token cost runs only inside Anthropic; almost nobody else SUPERVISOR + 3 specialists SUP PLN EXE CRT solves 80% of swarm use cases at 3× cost debuggable · predictable cost · the production default
Swarm is press-release-grade. Supervisor + a few specialists is what teams actually ship.
Section 02 · the stack split

Provider SDK + portable orchestrator.

leaf agents use the best per-model SDK · orchestration is portable
PORTABLE ORCHESTRATOR · LangGraph / Mastra / Pydantic AIdurable state · retries · HITL pauses · checkpointing Claude Agent SDKbest tool loop for Claude OpenAI Agents SDKSandbox Agents · Realtime Google ADK 2.0Google I/O '26 production teams pin to one orchestrator · swap leaf SDKs as new model versions ship
The "framework war" is overblown. Pin LangGraph or Mastra. Leaves change quarterly.
Section 03 · harness over framework

Anthropic's pattern: batteries included.

Deep Agents / Anthropic two-agent harness (Mar 2026)
HARNESS · one loop, batteries included PLANNERwrite_todos()break down task FILESYSTEMscratch spacecontext offload SUBAGENT TOOLisolated contextreturns summary CHECKPOINTERresume on crashtime-travel
A harness ships the loop. A framework ships the primitives. In 2026, ship a harness.
Section 04 · tool · skill · subagent

Three primitives. Pick by eval.

Will Steuk · Anthropic · three ways to decompose a prompt that outgrew itself
TOOL an outside system the agent can call 🔌 e.g. CRM · database email gateway "reach an external system" SKILL a reusable instruction loaded on demand 📋 e.g. how to write a refund how to draft a contract "a repeated piece of know-how" SUBAGENT a fresh worker with its own scratchpad e.g. research deep-dive code review side-quest "a parallel branch of work" WHEN TO REACH FOR WHICH External system → tool  ·  repeated know-how → skill  ·  parallel deep work → subagent
Three primitives. The golden set decides which cut wins - promote / revert by eval delta, not intuition.
Section 05 · mixture-of-agents

Route across models and tools.

Kay Zhu · Genspark · not Mixture-of-Experts (model-internal) - Mixture-of-Agents is model+tool routing
INTENT"plan a 3-city trip with my constraints" PLANNERpicks 1-of-N model + 1-of-M toolat each step MODELS · 30+ reasoning · vision · code · math TOOLS · 150+ browse · book · pay · compute DATASETS · 20+ flights · hotels · weather · maps OUTCOME a real trip plan
MoE picks experts inside the model. MoA picks model + tool combos outside it - a routing surface, not a pipeline.
Section 06 · OSS framework picks 2026

Pick by stack, not by hype.

all OSS, all production-ready · pick by language & team
TypeScriptPythonbatteries (harness)primitives (framework) LangGraph 1.2+ Deep Agents v0.6 harness Mastra 1.0TypeScript-native · supervisor Pydantic AI 1.85typed I/O · back-office Lettaabsorbed MemGPT · long-running smolagentsHuggingFace · minimal AutoGenmaintenance · use MS Agent Framework
LangGraph + Deep Agents for Python. Mastra for TypeScript. Pydantic AI for typed back-office. All OSS.
Section 06b · the blackboard

Three primitives. All multi-agent needs.

shack-blackboard · KV + pub/sub + locks · classic blackboard, modern MCP
agent A agent B agent C agent D shack-blackboard (MCP server) NOTEBOARD📝agents readand writeshared space EVENT BUS📡agents announceothers listenbroadcast LOCKS🔒only one agentat a timeturn-taking The minimum kit for agents to work as a team.
A KV. A topic log. A lock table. All N-agent coordination patterns reduce to these three.
Section 07 · vollko OSS

The framework-agnostic primitives.

· · ·
Build the AI-native firm