Vibe coding has matured into genuine production-scale software with frontier models now handling complex tasks autonomously. Ultracode mode in Opus 4.8 removes manual orchestration by enabling Claude to invoke Dynamic Workflows independently for complex problems. The supervisory workflow delegates subgoals to monitored threads, routes routine execution to cheaper models, and enforces quality gates—every subagent self-reviews, passes a bug bot, and submits recordings before PR acceptance. With 60+ PRs possible overnight, human review throughput becomes the bottleneck.
A two-model adversarial review loop proves effective: Claude Opus 4.7 drafts feature plans and code, GPT-5.5 reviews and identifies issues, Opus iterates until GPT approves, then Playwright handles automated UX/UI testing. GPT-5.5 consistently finds issues in both planning and code review phases—suggesting heterogeneous model pairs catch more bugs than single-model loops. At ~$400/month for Opus 4.7 + GPT-5.5 via Conductor Build, end-to-end feature planning, code generation, testing, and adversarial review costs equivalent to a fractional dev team.
Design has moved into the terminal; principals complete 95%+ via design.md specs without Figma. The ticket-to-PR loop enforces discipline: reproduce failure, prove root cause, make minimal credible fix, rerun tests. No unrelated refactors. Best practices invert rapidly; treat prior guidance as perishable.