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 Google whitepaper emphasizes that in AI-assisted development, the core value lies in configuring and controlling the system, not the AI model itself. The model is only 10% of the system, with the harness and context engineering making up 90%.

A new Google whitepaper titled The New SDLC With Vibe Coding highlights that the most impactful change in software engineering is shifting from emphasizing AI models to prioritizing the harness and context engineering. The paper states that the model constitutes only about 10% of the system’s behavior, while the remaining 90% depends on configuration, scaffolding, and context management. This reframing challenges common assumptions about AI development and suggests new strategic priorities for engineering teams.

The whitepaper, authored by Addy Osmani, Shubham Saboo, and Sokratis Kartakis, presents data indicating that 85% of professional developers use AI coding agents, with over half using them daily. It emphasizes that the biggest shift is the transition from vibe coding—quick, minimal review workflows—to agentic engineering, which involves formal specifications, automated tests, and human oversight.

The core insight is that the model is only a small part of the system’s behavior. The paper states that changing the harness (prompts, rules, tools) can dramatically improve performance, as evidenced by experiments where tweaking only the harness moved an agent into the top tier on benchmarks. The authors argue that cost efficiency and reliability depend more on configuration than on the latest model version.

Furthermore, the paper discusses the importance of context engineering—the quality and scope of information loaded into the agent—highlighting six types of context and the strategic use of static versus dynamic loading. It also introduces the concept of Agent Skills, modular procedural knowledge loaded on demand, enabling flexible, scalable AI systems.

At a glance
analysisWhen: published early 2026
The developmentThe whitepaper by Addy Osmani and colleagues argues that the most significant shift in SDLC is moving from focusing on models to emphasizing harness design 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 Configuration and Context Are Critical in AI SDLC

This shift matters because it redefines where development effort and strategic advantage lie in AI-assisted software engineering. Instead of chasing the latest models, organizations should focus on building robust harnesses and managing context. This approach can lead to significant cost savings and improved reliability, especially as AI becomes more embedded in development workflows. The insight challenges the industry to rethink investments and expertise, emphasizing configuration, verification, and judgment over raw model improvements.

YAML Made Simple: A Beginner’s Guide to Configuration and Data Structuring

YAML Made Simple: A Beginner’s Guide to Configuration and Data Structuring

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background and Prior Developments in AI Coding Strategies

Prior to this publication, the industry largely viewed AI models—like GPT-4, Claude, and others—as the primary source of system intelligence. The common belief was that better models directly translate into better outputs. However, recent experiments and benchmarks have shown that system performance is heavily influenced by how the models are integrated and controlled. The whitepaper builds on this understanding, framing it as a fundamental evolution in SDLC, with a focus on configuration and context management as the new core skills.

This perspective aligns with ongoing industry trends towards formalization, testing, and automation, but it explicitly quantifies the impact of harness design, shifting the strategic focus from model development to system configuration.

“The model constitutes only about 10% of what determines behavior; the harness is the other 90%.”

— Addy Osmani

AI Engineering: Building Applications with Foundation Models

AI Engineering: Building Applications with Foundation Models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Applying the New SDLC Framework

While the whitepaper presents compelling evidence and arguments, it remains unclear how broadly these insights have been adopted across different industries and team sizes. Specific best practices for harness design, context engineering, and cost management are still emerging, and the relative importance of these factors may vary depending on the application domain. Additionally, the long-term impact on AI model development priorities is yet to be fully understood.

Mastering Claude Code Agent Skills: Building Modular, Production-Ready AI Systems with Skill-Based Architectures

Mastering Claude Code Agent Skills: Building Modular, Production-Ready AI Systems with Skill-Based Architectures

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Validation of the Framework

Organizations are expected to reevaluate their AI development strategies, focusing on harness and context engineering. Industry leaders may develop standardized tools and frameworks to support this shift. Further research and case studies will clarify best practices and quantify benefits. Monitoring how this approach influences cost, reliability, and speed in real-world projects will be critical in the coming months.

MCP Server Development with Python: Architecting Production Systems for AI Agents, Tool Integration, and Context Management

MCP Server Development with Python: Architecting Production Systems for AI Agents, Tool Integration, and Context Management

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 the model’s output is heavily influenced by how it is integrated, configured, and controlled through scaffolding, prompts, tools, and context management, which together determine 90% of the system’s behavior.

How does this shift impact AI development costs?

Focusing on harness and context engineering can reduce costs by decreasing token usage, improving reliability, and lowering maintenance and security expenses, making AI projects more economical in the long run.

What skills should engineers prioritize now?

Engineers should develop expertise in configuration, context management, verification, and system design, rather than solely focusing on developing or fine-tuning models.

Will this change how AI models are built?

Yes, the emphasis will shift from creating larger or better models to designing systems that effectively harness existing models through configuration and control mechanisms.

Is this approach applicable to all AI systems?

While the principles are broadly relevant, their effectiveness depends on the specific application and the maturity of the AI tooling and infrastructure in use.

Source: ThorstenMeyerAI.com

You May Also Like

Fine-Tuning and Personalizing Generative AI Models

You can improve your generative AI models by fine-tuning them with your…

Ethical Challenges of Deepfakes and Synthetic Media

What are the ethical challenges of deepfakes and synthetic media, and how can we address the potential risks to society?

Create Funnels Faster Than Ever with AI Form Builders from Prompt to Launch

Discover how AI form builders turn simple prompts into full funnels in seconds. Learn what they do, how to use them, and why they revolutionize marketing.

This AI Can Design Your Dream Home in Seconds – Architects Panicking

This AI revolutionizes home design, but what does it mean for architects and the future of creativity in the industry?