The Agent Engineering Stack

June 10, 2026 · View on GitHub

A trail from prompt to fleet. Each layer owns a different question.

flowchart LR
    P[Prompt Engineering] --> C[Context Engineering]
    C --> H[Harness Engineering]
    H --> L[Loop Engineering]
    L --> F[Fleet Engineering]

Layer Summary

LayerQuestionUnitCanonical reference
PromptWhat do we say?One turn
ContextWhat does the model see?One inferenceCobus — Context Engineering
HarnessHow does one run execute?One agent runCobus — Harness Engineering · awesome-harness-engineering
LoopWhat keeps working over time?One autonomous systemloop-engineering
FleetHow do many systems govern together?PopulationThis repo

When to graduate

SignalGraduate to
Context window fills or rotsContext engineering
Single runs are flakyHarness engineering
You are still typing prompts dailyLoop engineering
3+ loops or 5+ agents; compliance questionsFleet engineering
  • Loop repo → Fleet: loop-engineering multi-loop is the seed of fleet coordination
  • Fleet repo → Loop: every registered agent should reference which loop pattern it runs

Vendor products on the stack

ProductLayer
Claude Code, Codex, Grok CLIHarness + Loop
LangGraphHarness + Loop (orchestration)
LangSmithHarness observability
LangSmith FleetFleet (enterprise workspace)

Fleet engineering as a discipline is bigger than any one product. Use the stack doc to place tools without conflating them.