Maturity Matrix
v1.4July 1, 2026

July 2026: Bring It Home - The Sovereignty Turn

The most capable model on Earth vanished in 72 hours. Anthropic shipped Fable 5 on June 9; by June 12 it was gone worldwide, pulled by an export-control order. One event, one lesson: the model is rented, not owned - so build on what you can keep.

June answered in two directions, and this edition follows both. Sovereignty - bring the agent home: open-weight models you can self-host (GLM-5.2 beat GPT-5.5 at a sixth of the cost) running in microVM sandboxes inside your own VPC. Loop engineering - after a year of AI-native engineering, the field named the layer above the model (prompt → context → harness → loop). Own the layer below the model; build the one above it. The model in the middle is a commodity.

Updated Guides

14 of 240 guides updated with May 2026 data. Remaining 226 carried forward unchanged.

Development
CLI agents as primary

Self-hosted open-weight models (GLM-5.2, Kimi K2.7-Code, DeepSeek V4) as a sovereign path

Development
Agent instruction files in repo

Skills (SKILL.md) as the unit of reuse; official packs from Apple/NVIDIA/Cloudflare/Alpaca

Development
5-level context

Memory beyond RAG: agentic grep + FastContext over vector DBs

Development
Policy-based auto-approval (60% Green)

Anchor in mergeability, not pass-rate (FrontierCode)

Development
Diff awareness

Reject AI code you can't understand even if CI is green

Development
AI review agent as first pass

Score mergeability (FrontierCode); Kong orchestrator+verifier

Delivery
Ephemeral sandboxes (10s spin-up)

MicroVM, self-hostable in VPC (AWS Lambda MicroVMs)

Delivery
EU AI Act awareness

GPAI enforcement Aug 2; Digital Omnibus delay; data-residency routing

Delivery
Policy-as-code

Vendor sovereignty: portability + self-hostable fallback (Fable 5, Bedrock)

Delivery
Full provenance tracking per change

Dapr 1.18 Verifiable Execution; record model + runtime

Delivery
CPI (cost-per-iteration < $0.50)

Efficiency turn + token arbitrage; SDK billing paused

Organization
AI-first development culture

Samsung reverses ban; skills + governance, not a bigger model

Organization
Autonomous Requirements

Official skill-packs as maintained assets; PRD/spec governance

Organization
Debt categorized and prioritized

Disposable Software / Sacrificial Architecture vs durable systems

Organization
Review shifts to evaluating code

Up the lifecycle to PRD governance; loop engineering

Organization
Seniors review and fix AI code

Human-skill preservation / cognitive surrender

Infrastructure
Kernel-level policy enforcement

MicroVM default (AWS Lambda MicroVMs); Dapr provenance

Infrastructure
Each agent = isolated machine

Sovereign local runtime (open-weight models, no lock-in)

Infrastructure
MCP governance

PolicyLayer State of MCP; Agentjacking; lazy tool-loading

Infrastructure
Post-deploy monitoring

Local token-compression proxies; usage analytics + spend controls

Key Numbers

Taxonomy Changes

2026-06 2026-07 - June taxonomy preserved unchanged.

Development

Coding Agent Usage

L3Self-hosted open-weight models as a primary path: GLM-5.2 (MIT), Kimi K2.7-Code, DeepSeek V4 via vLLM/llama.cpp
L4Loop engineering: stacked play-test-fix-verify loops and meta-harnesses (OpenLoop, Omnigent) - 25+ tools in June; the layer above the model
AreaSovereignty trigger: Anthropic's Fable 5 / Mythos 5 launched June 9, disabled worldwide June 12 under export controls - keep a self-hostable fallback

Context Engineering

L2Skills (SKILL.md) as the unit of reuse; official packs from Apple/NVIDIA/Cloudflare; convention stack AGENTS.md + CLAUDE.md + SKILL.md + llms.txt
L3Memory beyond RAG: agentic grep + FastContext repo-explorer over vector DBs (Anthropic dropped embeddings in Claude Code); prune unused skills/MCP

Code Review & Quality

L2Reject AI code you can't personally understand even when CI is green (human-skill discipline)
L4Anchor auto-approval in mergeability + post-merge outcomes, not pass-rate - FrontierCode: >half of SWE-bench is unmergeable slop

Testing Strategy

L4Held-out oracles + mergeability scoring; Kong fixed 12/15 flaky tests with an orchestrator+verifier

Delivery Management

CI/CD Pipeline

L3Inline security validation before PR finalize (GitHub CodeQL/secret scan for third-party agents, GA)
L4Ephemeral microVM sandboxes (AWS Lambda MicroVMs / self-hosted E2B-Daytona in VPC); CircleCI Chunk Sidecars

Governance & Compliance

L2EU AI Act GPAI enforcement powers begin Aug 2 2026; Digital Omnibus may delay high-risk duties to Dec 2027; data-residency routing
L3Mandate model/vendor portability + self-hostable fallback (Fable 5 vanished in 72h; Bedrock data-sharing surprise)
L4Verifiable provenance (Dapr 1.18); audited MCP/skill supply chain (PolicyLayer: 42% of servers expose a destructive tool)

Metrics

AreaFrom tokenmaxxing to efficiency (value-per-token); token arbitrage; Anthropic Agent SDK billing announced-then-paused (June 15-16)
L4Auto-Approve Rate anchored in mergeability, not pass-rate (FrontierCode)

Merge & Deploy

L4Provenance in the merge path: Dapr Verifiable Execution; record model + runtime (hosted vs self-hosted)

Organization

AI Adoption Model

L3Vendor-exit / bad-day protocol after Fable 5 disappeared worldwide in 72h
L4Samsung reverses 2023 ban; wins come from skills + data governance, not a bigger model (Anthropic 95% internal analytics)

Knowledge Management

L4Official skill-packs (Apple/NVIDIA/Cloudflare/Alpaca) as governed, maintained assets - decay to ~65% accuracy untended

Team Structure & Roles

L3Loop/Harness Engineer as an emerging role - the layer above the model (prompt → context → harness → loop; Addy Osmani, Loopcraft)
L3Review moves up the lifecycle to PRD/spec governance (Uber, DoorDash, Cloudflare)
L1Human-skill preservation / cognitive surrender as deliberate org design (reject code you can't understand)

Tech Debt & Modernization

L2Disposable Software / Sacrificial Architecture vs durable systems (a16z, Fowler) - disposable code, durable side effects

Infrastructure

Agent Runtime & Sandboxing

L4MicroVM, hardware-isolated execution as default (AWS Lambda MicroVMs; self-hosted E2B-Daytona in VPC); Dapr provenance
L5Full sovereign local runtime: open-weight GLM-5.2 / Kimi K2.7-Code / DeepSeek V4 on-device (same capability, no lock-in)

MCP & Tool Integration

L3Lazy tool-loading / MCP Tool Search cuts token overhead (~90%) and live attack surface; unloading unused servers recovers 24%+ context
L4PolicyLayer State of MCP: 42% of 2,031 servers expose a destructive tool, 96.1% never warn; defend against Agentjacking

Observability & Feedback Loop

L2Local token-compression proxies (on-device, 60-95% cuts)
L3Mergeability rate (FrontierCode) + enterprise usage analytics & spend controls (Anthropic/OpenAI)

Unchanged: Build System

What Didn't Change (and Why)

Stripe Minions as L5 north star - Still the cleanest public reference; dynamic workflows are now a buyable version of the pattern.
Lint-as-architecture, Bazel / EngFlow - Vendor-independent infrastructure. No reason to revise.
IPETs + bad-day protocol - Prior-edition org patterns still hold; June adds defending the spend.
Most L1 / L2 baseline - Foundations of AI adoption have not moved; what changed is what L3+ means.
Yegge's 8-stage individual model - Still the best public model for individual progression.

Sources

CNBC: Anthropic disables Fable 5 / Mythos 5

Most capable models disabled worldwide under export controls

Bedrock data-sharing surprise

Fable 5 on Bedrock shipped prompts back to Anthropic

VentureBeat: GLM-5.2 (Z.ai, MIT)

Open-weight, beats GPT-5.5 on SWE-bench Pro at ~1/6 cost

Kimi K2.7-Code (Moonshot)

Open-weight coding model, day-one vLLM/SGLang

AWS Lambda MicroVMs

Firecracker sandboxes for AI-generated code, up to 8h

InfoQ: Anthropic Claude 95% internal analytics

Wins from skills + data governance, not a bigger model

Apple Xcode 27 Agent Skills

Official skill-packs, xcrun agent skills export

FrontierCode (Cognition)

Mergeability over pass-rate; >half of SWE-bench is slop

FastContext (Microsoft, arXiv)

Repo-explorer subagent, -60% coding-agent tokens

Memory beyond RAG: grep over vectors

Anthropic dropped vector search in Claude Code

Dapr 1.18 Verifiable Execution (CNCF)

Cryptographic, tamper-evident agent traces

GitHub: security validation for third-party agents

CodeQL/dep/secret scan before PR finalize (GA)

PolicyLayer: State of MCP

42% of 2,031 servers expose a destructive tool

InfoQ: AI moving up to PRD Governance

Uber, DoorDash, Cloudflare gate specs before code

Addy Osmani: Loop Engineering

The skill above harness engineering

Loopcraft: The Art of Stacking Loops

Loop engineering named (Latent Space)

InfoQ: MCP to Harness Engineering (1 year)

How AI-native engineering evolved in a year

When I reject AI code even if it works

Reject code you can't personally understand

a16z: Disposable Software

When creation is near-free, some software is throwaway

CNBC: from tokenmaxxing to efficiency

Value-per-token; usage analytics + spend controls

Anthropic Agent SDK billing paused

Announced June 15, paused June 16

Samsung deploys ChatGPT + Codex

Reverses 2023 GenAI ban, org-wide rollout