Skip to main content

We Did an AI Layoff: Cancelled 5 Subscriptions, Hired 2 Devs

April 28, 2026

A post on r/ClaudeCode went quietly viral last week. The setup:

"Turns out AI is getting way too expensive. We just canceled 5 of our AI subscriptions and hired 2 mid-level devs instead."

The kicker? Their test for the new hires was the famous car wash hallucination prompt — and the devs answered: "Bro, you don't walk to a car wash. You'll get tired on the way back, just drive the car."

No hallucination. No token warning. Coffee compute costs a little high, but they're planning to fine-tune that next sprint.

It is funny because it is increasingly true.

The actual numbers

Five common AI subscriptions for a small dev team do not cost peanuts:

ToolMonthly
Claude Max (per seat)$100
Cursor Pro (per seat)$40
GitHub Copilot (per seat)$19
ChatGPT Plus (per seat)$20
Gemini Advanced (per seat)$20

That is ~$200/month per developer just in AI tooling. For a team of five, you are spending $1,000/month — $12,000/year — before anyone writes a line of code.

Add company-wide Claude API usage, Perplexity for research, Notion AI, and whatever the design team is running, and $2,000–$3,000/month in AI subscriptions is not unusual for a 10-person startup.

A mid-level developer in a mid-cost city costs $80–$110k/year fully loaded. Two of them run you $160–$220k. That is not cheaper — but the comparison stops being obvious the moment you ask what you are actually getting.

What AI subscriptions are and are not

AI tools are leverage multipliers. They make existing developers faster. What they are not, in 2026, is a replacement for judgment, institutional context, or the ability to push back on a bad idea in a standup.

The car wash joke lands because it is real. AI models confidently answer questions that humans would immediately flag as absurd. A mid-level dev who has shipped two or three features in your codebase knows which problems are worth solving and which ones should never have been asked.

That signal — the one that says "bro, just drive the car" — is genuinely hard to get from a language model at any price tier.

When the math actually tips

The r/ClaudeCode post is satire, but it points at a real decision teams are making. The calculation shifts depending on what you are building:

AI subscriptions win when:

  • You have strong senior engineers who can direct and verify AI output
  • Your work is well-scoped, typed, and tested — giving AI good context
  • You are shipping fast across many small tasks rather than deep system work

Human developers win when:

  • You need domain knowledge that is not in a training set
  • Stakeholder communication, code review culture, and mentorship matter
  • Your codebase has quirks, tech debt, and tribal knowledge that context windows cannot hold

Most real teams need both. The mistake is treating AI spend as headcount spend, or vice versa.

The token warning problem

The edit to the original post hit something real: "They answered every single question we threw at them today without hitting us with a '7.5x token usage' warning."

Claude Code's token warnings have become a genuine operational issue for teams using it heavily. A complex refactor session can exhaust your daily allocation before lunch. For teams doing agentic work — long-running tasks, multi-file edits, automated pipelines — the cost unpredictability is a real planning problem.

This is not a reason to abandon AI tools. It is a reason to be honest about what you are budgeting for.

What "fine-tuning" a developer actually looks like

The post jokes about fine-tuning coffee compute costs in the next sprint. But there is a real version of this: onboarding investment.

A mid-level dev is not productive on day one. Three months of context-building, code review, and gradual ownership transfer is the actual cost of a new hire that rarely shows up in salary comparisons with AI tool subscriptions.

AI tools are available at full capacity from the moment you pay. Humans compound over time.

Neither profile wins cleanly. Good teams know which shape of problem they have before they open their wallets.

The honest take

The post is a joke and should stay a joke. Nobody should actually cancel their AI subscriptions and hire humans as a blanket strategy in 2026 — the productivity gains from AI-assisted development are too well documented to dismiss.

But the laughter it generated means something. Teams are starting to feel the weight of subscription sprawl, token limits, and the gap between demo-quality AI output and production-ready code.

The best developers right now are not the ones who use the most AI tools. They are the ones who know exactly which problems AI solves well and which ones still need a human who will tell you to just drive the car.

Recommended Posts