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 July 2026 zeitgeist is bring it home.
After May's invoice, June was the month teams went looking for a way to depend on AI without being owned by it - and the case for sovereignty made itself. On June 9 Anthropic launched Fable 5 and Mythos 5, its most capable models ever; on the evening of June 12 it disabled them worldwide under a US export-control order, and they were still dark over a week later. Whatever you built on top of Fable 5 stopped working overnight, through no fault of your own. The most capable model is worth less than the model you can still run tomorrow.
The alternative got real the same month. Open-weight coding models crossed the line from toy to tool: GLM-5.2 (Z.ai, MIT) beat GPT-5.5 on SWE-bench Pro at a sixth of the cost, and Kimi K2.7-Code shipped with day-one vLLM/SGLang support - both runnable on your own hardware. The job is still decomposition and oversight, but now part of the job is deciding where the agent runs and what it is allowed to remember. Two June shifts matter here: memory moved beyond RAG (Anthropic dropped vector search in Claude Code for agentic grep, and Microsoft's FastContext repo-explorer subagent cut coding-agent tokens up to 60%), and review moved past pass-rate (FrontierCode found over half of SWE-bench results are "unmergeable slop" and scored even Opus 4.8 at 13.4% on mergeability). Keep held-out oracles, score mergeability not green checkmarks, and reject code you cannot understand even when CI is green. The harness is the part you own - and in June the field finally named the discipline of building it. After a year of "AI-native engineering," the cascade became explicit: prompt → context → harness → loop engineering (Addy Osmani, LangChain, Loopcraft), with two dozen-plus loop and meta-harness tools shipping in the month. That is the second half of sovereignty: when the model is swappable, the loop you stack around it - play, test, fix, verify, improve - is where your leverage actually lives.