Replies: 5 comments
|
Post on reddit on this: https://www.reddit.com/r/ClaudeCode/comments/1sogcki/best_token_tradeoff_for_detailedplan_agentic/ |
|
I've run an experiment with a highly detailed plan: 10 tasks with 83 subtasks in total. Plan was created with Opus 4.7:xhigh; On every run I preserve code outside of the git repo, so next run can't cheat by discovering solutions made in previous runs. Sadly, I'm unable to track token spend other than tracking my weekly limit usage as coding sessions are executed in dockerized environment. 1st runCoding model: Opus 4.7:medium Review model: Opus 4.7:xhigh Initial multi-agent internal reviews: 4 iterations Multimodal Codex vs Opus review took: 10 iterations Final internal multi-agent reviews: 1 iterations Results: Weekly limit on x20 account spend: 8% (implementation + reviews) 2nd runCoding model: Opus 4.5:high Review model: Opus 4.7:xhigh Initial multi-agent internal reviews: 2 iterations Multimodal Codex vs Opus review took: 3 iterations Final internal multi-agent reviews: 1 iterations Results: Weekly limit on x20 account spend: 1% (implementation) + 4% (reviews) 3rd runCoding model: Opus 4.5:high Review model: Opus 4.5:high Initial multi-agent internal reviews: 2 iterations Multimodal Codex vs Opus review took: 6 iterations Final internal multi-agent reviews: 1 iterations Results: Weekly limit on x20 account spend: 1% (implementation) + 4% (reviews) 4th run (pending)Coding model: Opus 4.6:high Review model: Opus 4.6:high Initial multi-agent internal reviews: X iterations Multimodal Codex vs Opus review took: X iterations Final internal multi-agent reviews: X iterations Results: Weekly limit on x20 account spend: X% (implementation) + X% (reviews) |
|
Plan execution speed (includes tests, but that ~ constant time) 47m-47xh: 4h |
|
Full set of setups: I - Implementation phase 47m-47mInitial reviews: 2 iterations 47m-47xhInitial reviews: 4 iterations 46h-46hInitial reviews: 2 iterations 45h-47xhInitial reviews: 2 iterations 45h-45hInitial reviews: 2 iterations |
Benchmark resultsFive model runs produced five branches against the same implementation plan. Two review passes were performed: Codex ranked them on how completely they satisfied the plan, then Opus-4.7:xhigh re-graded the same branches on correctness (race-safety, idempotency, signal hygiene) and validated Codex's specific claims. Ranking shift across passesBranch | Pass 1 (completeness) | Pass 2 (correctness) | Δ -- | -- | -- | -- 47m-47xh | 9.0 | 6.5 | −2.5 47m-47m | 9.5 | 6.0 | −3.5 45h-45h | 8.5 | 6.0 | −2.5 46h-46h | 9.0 | 6.0 | −3.0 45h-47xh | 9.0 | 5.5 | −3.5What each branch got right and wrong
What the two passes revealed about the models
Takeaway for the benchmarkRunning the same plan across models produces meaningfully different artifacts, and the ranking you get depends heavily on what you grade for. A single review pass — even from a strong model — overstated quality across the board. The two-pass setup (independent review, then cross-model validation) was what made the residual-risk picture legible. |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'm curious what are your experiences with Opus 4.7 with Claude Code? I use x20 Max subscription in a moderate way. Single day of work: 2 medium-sized plans at 21% of my weekly budget. I'm kinda not impressed. Last plan ate about 6% of usage on moderately quick planning and execution:
I used
xhighduring planning andhigheffort on execution:I do understand that it's apples vs oranges, so my goal here is only to collect your experience:
TBH - I tried switching to 4.5 a few days ago and it was OK.
P.S. Worth reading: https://claude.com/blog/best-practices-for-using-claude-opus-4-7-with-claude-code
All reactions