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 emphasizes that in AI-assisted software engineering, the model’s size is only about 10% of the system’s effectiveness. The focus should be on harness design and context engineering, which dominate behavior and costs.

A new Google whitepaper, “The New SDLC With Vibe Coding,” emphasizes that the most impactful shift in software engineering isn’t the choice of AI model but how developers structure, verify, and manage AI outputs. The paper states that the model accounts for only 10% of the system’s behavior, with the remaining 90% determined by the harness and context engineering. This insight challenges common assumptions about AI’s role in coding and suggests a strategic reallocation of development efforts.

The whitepaper, authored by Addy Osmani, Shubham Saboo, and Sokratis Kartakis, reports that 85% of professional developers use AI coding agents, with over half using them daily and roughly 41% of new code being AI-generated. Despite this widespread adoption, the authors argue that the focus should shift from model selection to harness design. Experiments cited show that changing only the harness or prompts can significantly improve performance, even when using the same AI 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 stresses that failures in AI agents are often due to configuration issues—missing tools, vague rules, or noisy contexts—rather than the AI model. The authors recommend that organizations invest in building and owning their harnesses and context management, which are the primary determinants of behavior and cost. They also introduce the concept of context engineering, which involves optimizing the information given to the AI, such as instructions, knowledge, examples, and guardrails, to improve accuracy and efficiency.

At a glance
reportWhen: published early 2026
The developmentThe whitepaper from Google highlights that the key to effective AI coding isn’t the model size 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

Why Focus on Harness and Context Matters Now

This shift in perspective has major implications for AI development strategies. By understanding that the model is only 10% of the system, organizations can better allocate resources toward building robust harnesses and effective context management. This approach can lead to lower costs, improved reliability, and higher quality outputs. It also suggests that competitive advantage lies in configurability and control rather than just adopting the latest AI models, which are rapidly becoming commoditized.

Furthermore, this understanding encourages a move toward agentic engineering, where AI systems are designed with formal specifications, verification, and continuous oversight, rather than relying on vibe coding or minimal review. This disciplined approach can mitigate risks such as security vulnerabilities and costly maintenance, which are often overlooked in model-centric thinking.

Harness Engineering for Web Developers: From Prompts to Context to Autonomous Agent Environment Design (AI for Web Developers Series)

Harness Engineering for Web Developers: From Prompts to Context to Autonomous Agent Environment Design (AI for Web Developers Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background and Prior Developments in AI Coding Strategies

Since early 2026, the AI coding landscape has seen rapid adoption, with reports indicating that a significant majority of developers use AI agents regularly. The narrative has often centered on the capabilities of large models like GPT-4 or Claude, but recent research suggests that the real challenge is not the model’s size or power, but how it’s integrated and controlled. Previous discussions focused heavily on model improvements, but this whitepaper shifts the emphasis toward system design, configuration, and verification.

Experiments from various organizations reinforce this view, showing that small modifications to the harness or prompts can produce outsized improvements. This aligns with ongoing industry trends toward modular, controllable AI systems that prioritize reliability and cost-efficiency over raw model performance.

“The behavior you experience in AI agents is dominated by scaffolding you can build, own, and improve, not by the frontier model itself.”

— Addy Osmani

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.

Uncertainties About Implementation and Industry Adoption

While the whitepaper provides compelling evidence that harness and context are critical, it remains to be seen how quickly organizations will shift their strategies. It is also unclear how these principles will scale across different domains, such as safety-critical systems versus rapid prototyping. Additionally, the long-term impact on AI model development priorities is still evolving, and some experts question whether this focus might lead to underestimating the importance of future model improvements.

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.

Next Steps for AI Development and Organizational Strategy

Organizations are expected to begin investing more heavily in building and controlling their AI harnesses and context management systems. Future research and industry practice will likely focus on developing standardized frameworks for harness design, verification tools, and context engineering. Meanwhile, AI vendors may offer more customizable, controllable models, emphasizing system integration over raw model power.

Additionally, further experiments and case studies will be needed to quantify the cost savings and performance gains achievable through this approach, shaping best practices and industry standards in AI-assisted software engineering.

AI Programming Made Practical: A Step-by-Step Guide to Building AI-Powered Applications, Writing Better Code Faster, and Using Modern AI Tools with Confidence

AI Programming Made Practical: A Step-by-Step Guide to Building AI-Powered Applications, Writing Better Code Faster, and Using Modern AI Tools with Confidence

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Why is the model size only 10% of the system’s behavior?

According to the whitepaper, most of an AI agent’s behavior is determined by how it is configured, controlled, and integrated—collectively called the harness and context engineering—rather than the size or power of the underlying model.

What is meant by ‘harness’ in AI systems?

The harness includes prompts, rules, tools, context policies, and observability mechanisms that wrap around the AI model to shape its outputs and behavior.

How does focusing on harness and context improve AI development?

It allows organizations to optimize performance, reduce costs, and mitigate risks by controlling and verifying AI outputs more effectively than by simply upgrading models.

Is this approach applicable to all AI projects?

While most relevant for AI-assisted coding and system design, the principles of harness and context engineering can be adapted to various domains, especially where reliability and control are critical.

What are the risks of underestimating model improvements?

Focusing too heavily on harness and context without considering future model advancements could limit the potential of AI systems or delay adoption of more powerful models when they become available.

Source: ThorstenMeyerAI.com

You May Also Like
The policy menu. There’s no single answer. There’s a menu — and choosing is a values choice in disguise.

The policy menu. There’s no single answer. There’s a menu — and choosing is a values choice in disguise.

Analyzing the diverse policy options for the AI-driven economy shift, emphasizing values and uncertainties over a single correct answer.
The United States: The High-Variance Bet

The United States: The High-Variance Bet

The US is pursuing a minimal regulation strategy for AI and social safety nets, relying on market dynamism and local initiatives amid federal inaction.
RHEO on the Web: Find Your Flow

RHEO on the Web: Find Your Flow

Discover RHEO’s web version, offering instant, private, browser-based fluid simulations for relaxation, breathing, and creative play, with no downloads or sign-up.
Alphabet has its worst day in over a year on AI concerns after high-profile exits

Alphabet has its worst day in over a year on AI concerns after high-profile exits

Alphabet’s stock declines sharply, marking its worst day in over a year, amid fears over AI development after a high-profile executive departure.