Maturity Matrix
Matrix/Development

Development

How developers work with AI day-to-day. From sidebar chat to fleet agents.

4capabilities20levels60practices60guides
The matrix · full map
Capability ↓
Maturity →
L1 · Stage 01
Ad-hoc
L2 · Stage 02
Guided
L3 · Stage 03
Systematic
L4 · Stage 04
Optimized
Sweet spot
L5 · Stage 05
Autonomous
01·15 guides
Coding Agent Usage
How your team uses AI coding assistants - from autocomplete to autonomous agent fleets
Autocomplete and a chat window
3 practices·3 guides
An agent in the IDE, rules in the repo
3 practices·3 guides
CLI agents become the primary interface
3 practices·3 guides
Agents run unattended, in loops, on schedule
3 practices·3 guides
A fleet ships faster than you can read
3 practices·3 guides
02·15 guides
Context Engineering
What information agents receive about your codebase, architecture, and conventions
The agent sees one open file
3 practices·3 guides
CLAUDE.md tells it the basics
3 practices·3 guides
Context is served, not scavenged
3 practices·3 guides
The org pushes context to the agent
3 practices·3 guides
Context maintains itself
3 practices·3 guides
03·15 guides
Code Review & Quality
How AI-generated code is reviewed, validated, and approved before merging
Humans review everything, slowly
3 practices·3 guides
AI suggests, humans still decide
3 practices·3 guides
Lint is architecture; AI takes first pass
3 practices·3 guides
Green means merge - no human needed
3 practices·3 guides
Human eyes only on Red
3 practices·3 guides
04·15 guides
Testing Strategy
How tests are written, maintained, and validated in an AI-assisted workflow
Tests by hand, flakes by habit
3 practices·3 guides
Agents write tests, humans own the oracle
3 practices·3 guides
Requirements are the oracle, not the code
3 practices·3 guides
A red test means a real defect
3 practices·3 guides
The suite heals itself
3 practices·3 guides
Climb the matrix

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.

Live with Visdom

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.

Book an assessment See what's included90-day plan - scored assessment - coaching
Author Commentary

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.

Other perspectives