Workflow Restructuring · Feynman Cheat Sheet
"Problem → Agent → Artifact" — Measure Before You Pull Humans Out of the Pipeline
Old pipeline: Problem → [Human] → Agent → [Human] → CI/CD → Artifact New target: Problem → Agent → Artifact
Dimension 1 · Organizational Intelligence (Upstream De-Humanization)
- What humans used to do: requirement clarification, task decomposition, coordination, context handoff
- New form: a virtual agent organization (PM / architect / developer / reviewer agents)
- Information flow: meeting documents → communication protocols + shared context (the rationale behind MCP, A2A)
- Core bottleneck: requirement understanding — agents must know when to ask follow-up questions and make reasonable defaults under uncertainty
- What humans used to do: code review, test acceptance, triggering pipelines, watching deployments, rollbacks
- New form: internalize verification/testing/deployment, build self-feedback loops
- Environment grounding: call tools, run sandboxes, observe results, self-correct (long-horizon consistency is a hard capability)
- CI/CD downgrades from a "gate" to "a function call in the agent's hands"
- Assembly → C was a deterministic leap; your execution engine is an agent, which is non-deterministic
- Same spec: React today, Vue tomorrow, bizarre code the day after
- "Requirements as source code" ⚠️ holds only when the spec is formalized
- The day it's fully formalized, it becomes a new language — you've merely changed the interface shape of programming
- Generation is easy; proving correctness is an order of magnitude harder (mathematical verification consumed academia for decades)
- Tests as contract → agents learn to pass tests rather than satisfy intent
- Reward hacking: the best lawyers know how to be "legally dishonest"
- Evaluation systems must evolve adversarially and continuously — the hardest part to automate
- Humans retreat to the endpoints = highest decision density + heaviest responsibility
- Defining the spec is where all value judgments happen; sign-off on acceptance is the legal terminus
- Whoever accepts a black-box artifact has less information but greater responsibility — more dangerous than signing off at every stage
- The exception handler receives a monster that has drifted for ninety-nine steps — can they even understand it?
- A prompt saying "you are a PM" ≠ actually doing project management
- A real PM: weighs resources, handles politics, says "no" to ambiguity
- Remove that line and behavior doesn't change → it's just a generator with a name tag
- [1-n] is a story you tell yourself, not a fact — measure first
Dimension 2 · Agent Capability (Downstream De-Humanization)
Hammer 1 · A Compiler Doesn't Compile While Dreaming
Hammer 2 · The Verification Gap (The Real Bottleneck)
Hammer 3 · Humans Don't Leave, They Condense (Responsibility Concentration)
Hammer 4 · Cargo-Cult Multi-Agent (Watch Behavior)
The Only Gate
Whether the restructuring holds does not depend on how smart agents are, but on the degree to which verification can be machine-automated. Everything else is secondary.
The Bet
> Agent 60% reliable × thousands of runs × verification catches errors > humans at 99% but one item per week > > ⚠️ If verification cannot catch errors, the speed advantage inverts into disaster: sixty wrong things produced per minute.
Experimental Verification Checklist (Try on a Small Project Before You Brag)
1. Is there a real production project where quality held and delivery sped up after removing humans? (Not a demo) 2. How is verification done? Does a smart human still have to squint at the end? 3. How many times did reward hacking occur? How was it discovered? 4. Pure software / machine-verifiable domains might get 70–80% of the way; where taste and common sense are needed, humans return — and are more exhausted
Closing Iron Rule
Run a small experiment first: remove the humans in the middle and measure the artifact quality.
> *If quality drops — the plane never came. What you built is a bamboo control tower, not an airport.*
---
*Feynman perspective · deconstruction of the workflow-restructuring epiphany. The test of true understanding: can you explain it to a college freshman without jargon?*