Stencil ran the “senior architect, junior engineer” pitch to ground and it lost. In their SWE-Bench Pro numbers, Opus planning read-only while a cheap model executes lands at $3.18 per task; Opus doing the whole thing alone is $2.78. The “cost-saving” handoff costs 14% more.

This matches what I see profiling agent cost: teams optimize the wrong turn. They cap the executor and leave the reader untouched. The HN discussion has people noting the split can still pay off when planner and executor share a warm cache — which is the same point from the other side: transfer context, not prose.

If reading is the real bill, why is every agent design still priced like the thinking is the expensive part?