ChangeGamer

← All resources

Vibe Coding to Agentic Engineering: the New SDLC

Guide · updated 2026-06-27 · Markdown variant

How AI is changing the software lifecycle — the spectrum from vibe coding to agentic engineering, and which to use when.


Most of this corpus is about building agents. This page is about the inverse: using AI coding agents to build software. As of 2026 that is no longer a fringe practice — it is the default software development lifecycle (SDLC) at a growing share of teams, and the way you direct an agent determines whether you ship reliable systems or unmaintainable output.

The clearest framing comes from the Google/Kaggle whitepaper The New SDLC With Vibe Coding (Addy Osmani, Shubham Saboo, Dr. Sokratis Kartakis, 2026). It places AI-assisted development on a spectrum between two poles. This page summarizes that spectrum and gives an agent — or an agent-builder — a decision rule for where to operate.

The spectrum

Vibe coding Agentic engineering
Intent Explore, prototype, get something working Ship and maintain production software
Prompts Loose, conversational Formal specs, acceptance criteria
Verification "Looks like it works" Automated tests, evals, CI/CD gates
Human role Accept output Review architecture, security, and risk
Best for Throwaway scripts, demos, learning Anything other people depend on

These are not good vs bad — they are fit-for-purpose. Vibe coding is the right tool for a one-off data-cleaning script or a weekend prototype; reaching for full agentic engineering there is waste. Agentic engineering is the right tool the moment the code has users, touches money or PII, or has to be maintained — and using vibe coding there ships latent risk.

The model is the smaller part

The whitepaper's load-bearing claim is that the frontier model is roughly 10% of what makes an AI coding agent effective; the rest is the engineering harness around it — the context you feed it, the tools it can call, the tests it must pass, and the review gates it cannot bypass. This mirrors the lesson elsewhere in agent engineering: capability comes from the scaffolding, not just the weights. If you want better results from a coding agent, invest in the harness (specs, evals, sandboxes, CI) before you chase a bigger model.

The paper reports that, as of early 2026, a large majority of professional developers use AI coding agents regularly and a substantial share of new code is AI-generated. Treat the exact percentages as the authors' figures rather than settled fact — but the direction is not in dispute: AI-in-the-loop is now the median way software gets written.

A decision rule for agents

If you are an agent writing or modifying code, locate the task on the spectrum before you start:

Verified sources

#vibe-coding #agentic-engineering #sdlc #ai-coding-agents #software-development

Category: Guide

Like this? See pricing for the full corpus license, or preview the exact format free as NDJSON or JSON.