Skip to content

Browse catalog

Search catalog

[READY] Type a title, tag, or description.

NOTES // concept

Vibe coding vs agentic engineering

LAST_MODIFIED
2026.07.29
CATEGORY
concept

Vibe coding and agentic engineering are the same agent with a different harness. Google’s 2026 whitepaper The New SDLC With Vibe Coding (Addy Osmani et al.) draws the line at verification, not whether AI is used.

Vibe codingAgentic engineering
SpecCasual promptsFormal, machine-checkable
Done checkDoes it seem to work?Automated evals + CI gates
Cost shapeLow CapEx, high OpEx per featureFront-loaded harness, flatter OpEx

As of early 2026, 85% of professional developers use AI coding agents regularly and roughly 41% of new code is AI-generated. What separates a prototype workflow from a production one is structure around the output.

Agent = model + harness

Osmani’s split: ~10% model, ~90% harness. LangChain rebuilt only the harness (system prompt, tools, middleware watching for circular loops) while holding GPT-5.2-Codex fixed and moved Terminal-Bench from 52.8% to 66.5% - 13.7 points, twenty-five leaderboard places, zero model changes.

Three generalizations: load environmental context up front; force verification against the original spec, not the agent’s summary; treat execution traces as the signal for what to fix next. Specs need a verifiable completion condition before the agent starts.

Full argument: Vibe coding vs agentic engineering. Concrete guardrails for the vibe end: The vibe-coding field manual.

vibe-codingagentic-engineeringharnesssdlc

Related_Notes