@michael_chomsky If your harness doesn't carry context to subagents, then just make a skill to have the parent agent spin up a subagent for code review. It should be like 1 line
One of the best things about building harness-agnostic is when one goes down you just switch over to the next one. No downtime.
Insane that people are all about tokenmaxxing but won't derisk the tools they use. If Codex being down affected you today, take that as a sign.
@dexhorthy Building is way more than vomiting code. There's an inflection point in which more code actually hurts the product experience. Tokenmaxxing != being productive
@garrytan Surely they must be doing multi tenant. They might be semi-persistent. With proper pod sandboxing that would be most economical, else wouldn't scale at all.
@bcherny used Opus 5.5 with Lean and got 16 PRs for bugs and race conditions in the Claude Agent SDK. I'm curious how much of the work was deciding what to prove. Could this become a routine pass on a repo, rather than something you need a formal methods expert to set up?
An agent learning from a bad run sounds useful. I'm less sure when that lesson should become a rule for everyone. A workaround for one repo could be a strange default in another.
Oh man GPT-6 Sol, Luna, and 5.5 Opus on the same day, right after Grok 4.7 yesterday. 5.5 Opus showing a 5 pt bump over Fable 5.1!
If you're building something, you have to be betting on models getting better with increased velocity or what are you even doing.
I'd rather review an agent session for 5 minutes during the build than discover the wrong assumption in prod a week later.
bring folks in early while it's still cheap
@icanvardar astra was top model the first couple of days - not so great since. Looks like they had too much traffic and had to quantize. Doesn't feel like the same model and we don't use it for code/reasoning tasks at all anymore
@EnvolDev@prasenx You can get a better handle on the quality of your code without looking at it. Try asking the agent more questions before/during/after the build.
Also yeah, tests are super important (unit, component, playwright, etc).