The Model Is Only 10%: The Real Lesson of the New SDLC

📊 Full opportunity report: The Model Is Only 10%: The Real Lesson of the New SDLC on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

A recent whitepaper from Google emphasizes that in AI-assisted software development, the model itself is only 10% of system behavior. The focus should be on harness design and context engineering, which account for the remaining 90%.

A new Google whitepaper from Addy Osmani, Shubham Saboo, and Sokratis Kartakis asserts that the most significant shift in software engineering isn’t a new language or framework, but a move from writing code to expressing intent and trusting machines to interpret that intent. The paper emphasizes that the model accounts for only about 10% of system behavior, with the remaining 90% determined by the harness and context engineering.

The whitepaper, titled The New SDLC With Vibe Coding, reports that 85% of professional developers use AI coding agents regularly, with over half using them daily. It states that roughly 41% of all new code is AI-generated, but the critical insight is that the model itself is only a small component of the overall system.

According to the authors, the harness—which includes prompts, rules, tools, and observability—is where most of the behavior is shaped. Experiments cited in the paper show that changing only the harness or context management can significantly improve AI agent performance, even with the same underlying model. For example, one team moved a coding agent into the top five on a benchmark by tweaking only the harness, not the model itself.

The paper advocates for a focus on context engineering, which involves loading relevant instructions, knowledge, tools, and guardrails dynamically, rather than relying solely on prompt engineering. This approach, termed agentic engineering, is presented as a more sustainable and cost-effective model for AI development, especially given the high costs associated with token consumption and maintenance.

At a glance
reportWhen: published March 2026
The developmentGoogle’s new whitepaper highlights that the core of AI-driven development is not the model but the surrounding harness and context management.
The Model Is Only 10% — The New SDLC With Vibe Coding
AI Dispatch · Field Notes
Google · Osmani, Saboo & Kartakis · May 2026

The model is only 10%

A Google whitepaper argues software’s biggest shift is from writing code to expressing intent. Its sharpest claim: the model you obsess over is the smallest part of the system — the scaffolding around it does the real work.

A spectrum, not a binary — the differentiator is how outputs get verified
Vibe Coding
Casual prompts · “does it seem to work?” · disposable code · high risk
Structured AI-Assisted
Detailed prompts + constraints · manual testing · features in real codebases
Agentic Engineering
Formal specs · automated tests + evals + CI gates · production scale · low risk
Tests verify the deterministic; evals verify the rest. Without both, it’s vibe coding — however clever the prompt.
The idea worth building your strategy around
Agent = Model + Harness
~10%
HARNESS — prompts · tools · context · hooks · sandboxes · observability
MODEL~90% IS YOUR SURFACE AREA, NOT THE PROVIDER’S
Outside Top 30 → Top 5 on Terminal Bench 2.0 by changing only the harness — same model.
“Most agent failures, examined honestly, are configuration failures” — a missing tool, a vague rule, a noisy context.
The economics: it’s a token-cost problem (CapEx vs OpEx)
Vibe Coding
Low CapEx · High OpEx
Looks free, hides debt: token burn (fix-it loops), maintenance tax (AI spaghetti), security remediation. Crosses over to 3–10× more per feature.
Agentic Engineering
High CapEx · Low OpEx
Pay upfront (specs, evals, context), then ship cheaply. Levers: context engineering for first-pass success + intelligent model routing — cheap models for the easy work.
85%
of devs use AI coding agents (51% daily)
41%
of all new code is AI-generated
~90%
of agent behavior is the harness, not the model
+19%
longer on some tasks (METR) — verification is the cost
The read

The clearest map yet of how serious AI development works — and mostly tool-agnostic. But it’s a Google funnel: the concepts are neutral, the on-ramps point to Gemini, Jules & the ADK. If the harness is 90% and it’s yours, your moat and your costs both live there — so own your scaffolding, route across models, and remember: AI amplifies whatever engineering culture it lands in.

Source: Osmani, Saboo & Kartakis, “The New SDLC With Vibe Coding,” Google (May 2026). Figures are the paper’s own, incl. METR & LangChain. Analysis is the author’s.
thorstenmeyerai.com

Implications for AI Development Strategies

This insight shifts the focus for AI teams from chasing the latest models to optimizing the surrounding infrastructure—harness and context—where the real competitive advantage lies. It suggests that investing in better configuration, tooling, and context management can yield far greater returns than simply upgrading to newer, larger models. For organizations, this means re-evaluating priorities and costs, as the total cost of ownership for AI systems depends heavily on harness design and context management, not just model selection.

For decision-makers, understanding that the model is only 10% of the system’s behavior underscores the importance of strategic investment in system architecture, testing, and security. This approach also addresses concerns around AI safety and reliability, as better harnessing and verification can reduce vulnerabilities and improve trustworthiness.

The AI Prompt Playbook: Master AI Prompt Engineering with 140 Ready-to-Use Templates for ChatGPT, Claude, Gemini & Copilot

The AI Prompt Playbook: Master AI Prompt Engineering with 140 Ready-to-Use Templates for ChatGPT, Claude, Gemini & Copilot

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background of AI System Design and Evolving Practices

The recent surge in AI adoption has led to widespread use of generative models across industries. Prior to 2026, the dominant narrative centered on acquiring the most advanced models, like GPT-4 or Claude, assuming that bigger or newer models would automatically deliver better results. However, the whitepaper from Google marks a paradigm shift, emphasizing that system behavior is predominantly shaped by how models are integrated and managed.

This perspective aligns with ongoing industry debates about the economics of AI, where token costs and maintenance overheads are increasingly scrutinized. The paper’s findings build on earlier research suggesting that configuration and context management are critical to effective AI deployment, but now it formalizes this understanding as the core of the new software development lifecycle.

“The model accounts for only about 10% of system behavior; the rest is determined by harness and context engineering.”

— Addy Osmani

Observability in the AI-Native Era: Leveraging AIOps to build, observe, and operate resilient systems

Observability in the AI-Native Era: Leveraging AIOps to build, observe, and operate resilient systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Implementation and Scaling

While the whitepaper provides strong evidence that harness and context are critical, it remains unclear how easily organizations can adopt these practices at scale. Specific best practices, tooling, and training for effective context engineering are still evolving, and the precise cost-benefit trade-offs in different industry contexts are not yet fully quantified.

Additionally, how these principles translate across diverse AI applications and whether they can be standardized remains an open question. The long-term impact on AI safety and reliability also warrants further investigation.

Harness Engineering for AI Coding Agents: Build Reliable Claude Code, Codex, and Python Agent Workflows with Guardrails, Tests, CI Gates, and Production Controls (AI Agents & MCP Series)

Harness Engineering for AI Coding Agents: Build Reliable Claude Code, Codex, and Python Agent Workflows with Guardrails, Tests, CI Gates, and Production Controls (AI Agents & MCP Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Organizations and Developers

Organizations should prioritize investing in system architecture, tooling, and training around harness and context management. Pilot projects and case studies will likely emerge to demonstrate effective practices, guiding broader adoption. Industry groups and standards bodies may begin developing guidelines for best practices in harness design and context engineering.

Further research and experimentation are expected to refine understanding of cost efficiencies and security improvements, shaping the evolution of the AI development lifecycle in the coming months.

AI Context Engineering: Architecting Intelligence Through Prompt Structures, Tools, and Memory

AI Context Engineering: Architecting Intelligence Through Prompt Structures, Tools, and Memory

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Why is the model only 10% of system behavior?

The whitepaper explains that how the AI is integrated, configured, and guided—through harness and context engineering—determines most of its behavior, making the model itself only a small part of the overall system.

What is harness engineering in AI development?

Harness engineering involves designing prompts, rules, tools, and observability mechanisms that shape and control AI behavior, acting as the system’s infrastructure that surrounds the model.

How does this shift affect AI development costs?

Focusing on harness and context management can reduce token consumption, maintenance, and security costs, offering a more cost-effective approach than simply upgrading models.

What skills should AI teams develop to adapt to this new approach?

Teams should focus on system architecture, context engineering, tooling, and verification techniques, viewing AI development as a process of configuring and controlling behavior rather than just model training.

Will this change how AI safety and reliability are managed?

Yes, improved harness and context controls can enhance safety by reducing vulnerabilities and ensuring more predictable, verifiable AI behaviors.

Source: ThorstenMeyerAI.com

You May Also Like

Is Mistral The Solution Or The Problem For European AI Independence?

Analyzing Mistral’s rapid growth, technical limitations, and strategic risks as Europe’s challenger in AI faces challenges from US and Chinese rivals.

Big Tech vs. Regulators: Global Antitrust Battles in 2025

Big Tech faces mounting global antitrust battles in 2025, and the outcome could dramatically reshape the future of digital markets—discover how.

Rethinking AI Sovereignty: It’s Not About National Labels

Exploring how European AI sovereignty shifts from nationality to measurement, emphasizing Canada’s legal position and implications for data governance.

2 Best Home Night Lights in 2026

Discover the best home night lights of 2026, featuring adjustable brightness and low-power options for various rooms and needs.