Loops vs. Graphs: the loop lives inside a node, the graph lives between them
Roger_M_Taylor · x · 2026-09-18
A clear mental model for the Loop vs. Graph debate in agent engineering:
- A loop is a gear: it produces, checks, and corrects. But the ceiling is visible — six turns or six hundred, you still have one job done well; the gear touches nothing beyond itself.
- Graph engineering moves the decision up a layer: what matters is not how well one gear turns, but what it meshes into — splitting, fanning out, merging, gating, and sending work back between units.
- The resolving sentence: the loop lives inside a node; the graph lives between them.
- Evolution path: Prompts → Context → Harness → Loops → Graphs. Building a graph doesn't remove loops — they sink into each node, with three loops turning on three things you care about.
The author also links a full course on stopping babysitting agents and approving only the last step.
More from coding & agent
- Distributed-Slides: an MCP server that compiles agent-written talks into offline presentations — arthurcolle · 2026-09-18
- Vercel skills CLI adds Notion-hosted agent skills, no Git repo required — ivanhzhao · 2026-09-18
- Vercel teams have long written GTM and on-call skills in Notion — ivanhzhao · 2026-09-18
- eve adds automatic model selection: agents pick models by task difficulty before inference — cramforce · 2026-09-18
- DHH on Lex Fridman: Nov 2024 split coding into two universes, agentic coding is transformative — zakkohane · 2026-09-18
- Vercel CLI now deploys static artifacts in under one second, build step skipped — cramforce · 2026-09-18