The NoVibe Manifesto

Coding was never the work.

So making it free did not make software free. They call it vibe coding — describe it, ship it, done. It is a comforting lie about where the work actually lives.

11%
of a developer’s day is actually spent writing code
19% slower
experienced devs with AI — while sure they were faster
50–200×
the cost to fix what you got wrong in the requirements

I

Most of the work was always invisible

Coding is the last mile, not the journey.

Writing code is the smallest, last part of building software — and AI made exactly that part cheap. The work that remains is the work that was always hard: deciding what to build, designing it, proving it right, and keeping it alive.

Intent is the work, not output.

A few words of hope become a mountain of code that cannot be what you meant — because you never said what you meant. The gaps you leave are filled by the machine’s defaults, not your intent. Specify the essential; do not drown in the generated.

And when you skip that work, you do not get magic — you get danger. Insecure, ill‑formed code ships easily now, because the risk lived in the requirements you never set.

II

What changed, and what no one is building for

Change got cheap, so quality is a choice.

For decades, quality was a budget — refactoring, structure, and documentation were the first things cut when time ran short. That has inverted. A clean, coherent system is no longer a luxury you fight for. It is a default you choose.

There is a tool gap, and no one is naming it.

The talk is all of models and prompts; the tools go unmentioned. They were built for one person typing — but the work has moved to deciding, designing, verifying, and coordinating, together. Between what the work now asks and what the tools offer lies a gap no one is closing.

The machine writes the code now. That leaves two ways to work.

Passengerthe translator

  • turns requirements into code
  • audits what the machine made
  • trapped in review hell

Driverthe author

  • shapes the work
  • owns it — intent to ship
  • design · judgment · taste

Be the driver, never the passenger.