Development
How developers work with AI day-to-day. From sidebar chat to fleet agents.
Maturity →
You don't have to figure this out alone.
Every level in this matrix has a path. Read the playbooks the teams that have climbed it wrote. Run the assessment with our consultants. Start where you are.
Book an AI Maturity Assessment session with your team.
We walk you through all four perspectives, score where you actually are, and leave you with a 90-day plan to climb in the dimensions that matter most.
The August 2026 zeitgeist is own the outer loop.
July settled the question of what the human's job is when agents write the code: verification. Not because it is noble, but because it is the bottleneck - Addy Osmani's "back pressure": the autonomy you can grant equals what you can cheaply verify. July proved the point from the negative side. OpenAI retracted its SWE-Bench Pro recommendation (~30% of tasks broken), Cursor showed 63% of successful agent resolutions were retrieved rather than derived, and "Building to the Test" caught agents shipping dead code that passes a 222-test oracle. If your quality signal is the green checkmark, you are measuring the agent's ability to satisfy the checkmark.
Meanwhile the tools raced to the bottom on price and to the top on routing. Claude Opus 5 (July 24, $5/$25, an effort dial), GPT-5.6 Sol/Terra/Luna (-54% coding tokens), Grok 4.5 at $2/$6 with an open-sourced harness - and the month's biggest pattern in our radar: frontier plans, cheap executes. A frontier model does judgment and review; open-weight workers (GLM-5.2, Kimi K2.7-Code, DeepSeek V4) burn the tokens. Cursor abstracted the choice entirely with Router/Auto. The practical L3-L4 move is no longer "pick the best model" but "build the routing and the merge queue" - one human running many agents is assumed, and cross-vendor agent PR pairs conflict at 41.7% vs 19.8% intra-vendor. The proof the whole stack works when verification is engineered: Bun was rewritten from Zig to Rust in 11 days for $165K with the TypeScript suite as a conformance harness - and that Rust Bun now ships inside Claude Code. Fix the agent workflow, not the individual output.