Quick answer
- Short answer
- The word is fading; casual prototyping lives on; production work rebranded with discipline
- Peak mainstream
- Collins Dictionary Word of the Year, November 2025
- Turning point
- Karpathy calls his own coinage passé, proposes agentic engineering (early 2026)
- What replaced it
- Agentic engineering: same agents, plus specs, gates, isolation, and PR review
The Verdict, Up Front
“Is vibe coding dead” is really two questions wearing one trench coat. Is the word dead? Mostly, yes, it peaked as Collins Dictionary's Word of the Year in November 2025 and was declared passé by its own coiner within months, which is about as clean a lifecycle as a buzzword gets. Is the practice dead? No, it split. The casual mode, prompting an agent and accepting what comes back for prototypes and personal tools, is alive, useful, and was never supposed to be controversial. The production mode, shipping unreviewed AI code to users, is the part that died as an acceptable practice, and what replaced it kept the agents and added the discipline.
The rest of this page walks the timeline honestly: what the death claims actually point to, what survived, what took over, and what a working engineer should do differently, if anything.
What the 'Dead' Claims Point To
Three real events drive the obituaries, and it is worth being precise about what each one does and does not show.
- 1
The coiner moved on (early 2026)
Andrej Karpathy, who coined vibe coding in February 2025 as a name for giving in to the vibes and accepting diffs without reading them, fine for throwaway projects by his own framing, declared the term passé in early 2026 and proposed agentic engineering as its successor. Widely covered precisely because it came from the source, this killed the word's cachet more than anything else. The successor term gets its full treatment in what is agentic engineering. - 2
The platform cooldown (mid-2026)
Analyst reports in mid-2026 described significant traffic declines at several prompt-to-app platforms, the tools most associated with the casual boom. That points to a correction in one product category after the late-2025 hype peak, not to people abandoning AI-assisted development, which kept growing on the professional side over the same period. - 3
The peak itself (November 2025)
Collins Dictionary naming vibe coding Word of the Year in November 2025 marked maximum mainstream saturation, and dictionary honors are a trailing indicator. By the time a term is Word of the Year, the people who coined and carried it are usually already reaching for the next one. That is roughly what happened.
What Survived
Strip away the label and the thing Karpathy originally described is doing fine, because it was always a sensible mode for the right work.
Casual prototyping
Personal software
The lowered barrier
The agents themselves
Ship your first agent today
Download AIDEN free and point it at your existing Claude Code or Codex setup. No credit card, running in minutes.
Download AIDEN freeFree to start · macOS 12+ · No credit card required
What Replaced It for Production Work
The successor is agentic engineering: the same agents operated like a team instead of an oracle. A written spec before any code, a human gate that approves the plan, an isolated branch or worktree per task, verification against acceptance criteria, and a reviewed PR at the end. Karpathy's April 2026 framing captures the relationship, vibe coding raises the floor, agentic engineering raises the ceiling, and the side-by-side comparison lives in vibe coding vs agentic engineering.
Notice what the replacement is not: it is not a retreat from AI-assisted development, and it is not new process invented for agents. Specs, gates, isolation, and review are classic software discipline pointed at a new kind of contributor. The rebrand stuck because it named something teams were already converging on once agents became good enough that orchestration, not generation, was the bottleneck, the argument made at length in engineering with AI agents.
What a Working Engineer Should Actually Do
If you write software for a living, the practical takeaways from this whole news cycle fit in four lines:
- 1
Keep vibe coding, in its lane
Prototypes, spikes, demos, personal tools: prompt freely, accept diffs, move fast. Deciding not to review disposable code is judgment, not laziness. - 2
Draw the line at maintenance
The moment code will be maintained, shared, or shipped, the quality bar changes: written spec, approval before the agent starts, tests against acceptance criteria, reviewed PR. Re-decide the bar explicitly whenever a throwaway project stops being throwaway. - 3
Make specs the habit, not the exception
The single highest-leverage practice from the successor discipline is writing the spec before the agent codes, it improves the output and gives review something to check against. The format is covered in spec-driven AI development. - 4
Ignore the vocabulary fights
Whether your team says vibe coding, agentic engineering, or nothing at all matters far less than whether every production change can answer: what was the agent asked to do, in writing, and who approved it?
Where AIDEN Fits
AIDEN is a bet on the second half of the verdict. It is a macOS desktop app that orchestrates your local Claude Code and Codex CLIs on a kanban board, with the successor discipline built in rather than bolted on: an enforced spec gate means no agent starts coding until you approve a written spec, every story runs in its own git worktree, and each one lands as a PR with the spec attached for review. The word on the label is agentic engineering; the point is that unreviewed code cannot reach your main branch by accident.
It is free for one project, which is a low-cost way to feel the difference between prompting an agent and directing one, on a real story in your own codebase.