cd /news/artificial-intelligence/vibe-coding-fades-as-karpathy-pionee… · home topics artificial-intelligence article
[ARTICLE · art-26216] src=dev.to pub= topic=artificial-intelligence verified=true sentiment=· neutral

Vibe coding fades as Karpathy pioneers agentic engineering in AI evolution

Andrej Karpathy has declared vibe coding outdated and is championing agentic engineering as the next evolution in AI-driven software development. Agentic engineering gives AI models ownership of entire development lifecycles, from design to deployment, marking a shift from passive prompting to autonomous, multi-stage project execution. Teams at Harvard and in industry are adopting this approach, reporting faster turnaround times and deeper integration of AI into development workflows.

read6 min publishedJun 13, 2026

Is vibe coding dead? A year ago, most AI-heavy founders rode its wave, writing plain-English prompts and letting models do the rest. Now, with Andrej Karpathy publicly moving on and championing agentic engineering, a sharper, higher-impact approach has taken its place. This is more than hype-cycle churn — agentic engineering marks a genuine step-change in how AI builds software, and the signals are everywhere, from enterprise teams to Harvard labs. If you build with AI, understanding and adopting this shift isn’t optional; it’s table stakes for what happens next.

Vibe coding, popularized by Andrej Karpathy in February 2025, boils down to this: you describe what you want, in everyday English, and the AI returns code that mostly matches your intent. It’s the ChatGPT-ification of software: need a landing page? Type “Landing page for a video SaaS targeting podcasters, with features X and Y” — and get usable React or Next.js code in seconds. Prototype an MVP in a weekend. Ship iterative changes in hours, not weeks.

The core appeal was clear:

Karpathy’s coinage wasn’t just a meme; it captured a grassroots movement already transforming early-stage startups and solo founders. The industry took note as product teams used vibe coding to crank out internal tools, dashboards, prototype flows, and quick landing pages — with productivity gains too large for leadership to ignore. It felt like AI was democratizing development, and it worked, up to a point.

Real-world examples drove the hype. Teams reported launching full-featured MVPs before a weekend hackathon ended. Agencies landed client meetings with AI-generated wireframes and pitch-ready code. In a market obsessed with velocity, vibe coding delivered.

By February 2026, sentiment around vibe coding shifted, abruptly. Karpathy himself announced the concept was now outdated and redirected his focus to Anthropic, joining their pretraining research team. His reasoning: while effective, vibe coding is ultimately a bridge, not a destination. It’s manual prompting dressed up as workflow innovation. Useful, but not the upper bound for AI-driven productivity.

Karpathy’s move is a big signal, but he’s far from alone. Teams report phasing out “vibe coding” from their internal lexicon. Harvard’s latest research papers refer instead to frameworks built atop agentic methods, not descriptive prompts. In private slack groups, founders who once swore by vibe coding now experiment with routines that hand off entire specs to AI.

Why the mass migration? It’s the limits:

Vibe coding, effective in its prime, hit a wall when teams needed depth, reliability, and real project autonomy. Industry consensus now treats it as a necessary but transitional phase — the AI’s equivalent to Visual Basic before .NET.

Agentic engineering, as defined by Karpathy and echoed across research groups, is the state-of-the-art: AI models now own entire development lifecycles. Instead of “write me a function to X,” the marching orders are “here’s the spec — handle design, coding, testing, and bugfixes; ship when done.” In the agentic engineering stack, models:

The contrast is stark:

Approach Human Input Style Model Initiative Scope
Vibe coding “Make a dashboard for X” Passive (on request) Single step
Agentic engineering “See spec A, build+test+ship” Active (self-guided) Multi-stage

Karpathy calls agentic engineering a step up in both sophistication and autonomy: it’s the difference between dictating line-by-line and assigning a project lead. At Harvard, scientists now draft specifications and let AI deliver fully working tools — turnaround times drop from weeks to days, even hours. If vibe coding democratized prototyping, agentic engineering democratizes full-stack solution delivery.

Engineering teams report internal workflows where AI-driven agents handle routine coding, testing, and deployment, and developers spend their time reviewing results, refining specs, or extending system capabilities. It’s not that humans are left out. The division of labor just shifted: AI does the grind; engineers do the guiding.

The shift to agentic engineering isn’t just academic — you can plug into it now, especially if you’re already code-gen fluent. Here’s how to jump in:

1. Identify tools with agentic workflows. Anthropic’s pretraining research, where Karpathy is now focused, leads much of this, but similar approaches are surfacing in enterprise code-gen platforms:

agentic-ai init
agentic-ai connect --spec your-spec.yaml
agentic-ai deploy --target staging

2. Write full specs, not micro-prompts. Instead of “generate a Next.js page for signup,” supply a complete requirements document. Modern models (especially those in Anthropic’s orbit) parse and structure these for end-to-end execution.

3. Let AI own the loop. The breakthrough is persistent agents. Once triggered, these agents track their progress, run code/tests, recover from errors, and surface results. No babysitting.

// Pseudocode: agent takes a full onboarding flow spec and iterates to completion
const agent = Agent.fromSpec('onboarding-flow.yaml')
await agent.build()
await agent.test()
await agent.deploy('prod')

4. Evaluate outputs by behavior, not just syntax. Agentic engineering encourages treating AI as an autonomous contributor. Review what’s shipped, check logs, approve releases — just as you would another engineer.

5. Transition your prompts. Move from “generate X” to “here’s the scope, own the outcome.” Prompt engineering shifts from rapid-fire commands to detailed, one-time handoffs.

Early adopters caution: treat agentic outputs as peer-reviewed, not gospel. Best practice is layered validation — code reviews, automated test harnesses, and feedback loops. But the manual hand-holding is gone; most of the dev gruntwork is handled by AI.

The shift from vibe coding to agentic engineering is rewriting developer roles and delivery speeds. Project timelines contract: what once took sprints now takes days. Developers become reviewers, system architects, and spec-writers rather than hands-on keyboardists. AI’s promise is no longer “let me guess what you mean this prompt” — it’s “give me your intent and I’ll deliver the complete solution.”

Expect future AI tools to double down on sophisticated autonomous workflows, tighter spec ingestion, and even automated deployment. Recruiting shifts from “who can grind out code” to “who can architect and guide agentic AI.” Even pricing models change, as agencies using agentic methods can price and deliver comprehensive solutions with one or two engineers rather than entire teams.

Industry experts see this not as a fad but as an inflection — the vibe coding era made AI coding accessible; agentic engineering makes it industrial-grade.

Vibe coding had its day: “describe it and ship it” brought AI into daily developer reality, but its manual, prompt-heavy rhythm could only scale so far. Now, with Karpathy’s validation and heavy movement in both academia and industry, agentic engineering is defining the next generation. These are not disposable workflows — they’re the backbone of high-use tech teams already reaping the output gains.

The takeaway is simple: don’t wait. Study agentic engineering’s principles, refactor your workflows, and look for platforms already incorporating these methods. The market is moving on — and the builders who adapt first will define how future software gets made.

[[DIAGRAM: Spec-driven agentic engineering workflow — developer submits specification, AI agent parses, plans, codes, tests, deploys, with human-in-the-loop for review and signoff]]

── more in #artificial-intelligence 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/vibe-coding-fades-as…] indexed:0 read:6min 2026-06-13 ·