Summary
For trivial work the full pipeline costs ~29× the money and ~35× the time of a plain claude -p session, and over-engineers the change. The gate/plan/grill/slice ceremony is pure overhead for a one-liner.
Evidence (dogfood campaign — F5 head-to-head)
|
plain baseline |
full pipeline |
ratio |
| cost |
$0.111 |
$3.23 |
~29× |
| wall |
53.7 s |
1861 s |
~35× |
| result |
correct, in-scope |
correct, but over-built |
— |
Why it matters
The pipeline's value is gates + verification for risky change. For trivial change it's pure overhead and it over-builds. Routing one-liners through the full pipeline is a poor default.
Proposed fix
- Add a triage / fast-path that recognizes trivial requests and condenses or skips gates.
- And/or ship product guidance to route one-liners to a plain session.
- Note: this is partly a consequence of the turn-budget and over-decomposition issues; fixing those shrinks the gap but won't close it — the gate ceremony itself is the rest.
Acceptance criteria
Source: dogfood/ITERATION_REPORT.md MAJOR-4; dogfood/METRICS.md head-to-head.
Summary
For trivial work the full pipeline costs ~29× the money and ~35× the time of a plain
claude -psession, and over-engineers the change. The gate/plan/grill/slice ceremony is pure overhead for a one-liner.Evidence (dogfood campaign — F5 head-to-head)
Why it matters
The pipeline's value is gates + verification for risky change. For trivial change it's pure overhead and it over-builds. Routing one-liners through the full pipeline is a poor default.
Proposed fix
Acceptance criteria
Source:
dogfood/ITERATION_REPORT.mdMAJOR-4;dogfood/METRICS.mdhead-to-head.