News · 2026-07-07
A consultancy is charging $10,000 a week to delete AI-generated code
A boutique software consultancy is openly advertising a service to delete AI-generated code from client codebases - at $10,000 a week. The pitch, which climbed the front page of Hacker News with more than 130 points, is a blunt market signal: unreviewed AI output has piled up as expensive technical debt, and cleaning it out has become a premium specialty.
Key facts
- A consultancy is publicly marketing the service with the line "We charge $10k a week to delete AI-generated code."
- The thread reached the Hacker News front page with 138+ points and heavy discussion.
- It lands alongside data that 73% of AI-generated open-source projects are abandoned within months.
- The core complaint from developers: reviewing pull requests full of syntactically correct but architecturally incoherent "slop."
The service sounds like a joke and is not one. Over the past year, coding assistants have made it trivial to generate large volumes of code that compiles, passes a superficial read, and technically implements the feature - while quietly ignoring the codebase's existing patterns, duplicating logic that already lived a few files over, and inventing abstractions no one needed. Individually, each pull request looks fine. In aggregate, a codebase fills with plausible-looking code that no human fully understands, that doesn't cohere, and that becomes brutally expensive to change. That is the debt this consultancy is selling a shovel for.
The mechanism of the problem is worth naming, because it explains why deletion - not more generation - is the fix people will pay for. AI coding tools are optimized to produce something that satisfies the immediate request. They are not optimized to keep a system small, consistent, and comprehensible over time, which is the actual job of engineering. So they tend to add: a new helper instead of reusing the existing one, a new configuration path instead of the established one, a defensive wrapper around a function that was already safe. Each addition is locally reasonable and globally corrosive. Multiply it across a team shipping AI-assisted PRs for months and you get a codebase that is larger, slower to reason about, and riddled with near-duplicate logic - the software equivalent of a house where every previous tenant added a room without looking at the blueprints. Cleaning that up means reading it all, understanding what's actually load-bearing, and deleting the rest, which is skilled, slow, human work. Hence $10,000 a week.
The Hacker News debate revealed how raw this nerve is. The most-upvoted complaints were not about AI writing bad code in the obvious sense - they were about the review burden. A generator can produce pull requests faster than any human can carefully read them, so the bottleneck shifts entirely onto the reviewer, who must either rubber-stamp code they didn't fully vet or spend hours vetting output that took seconds to produce. That asymmetry - cheap to generate, expensive to review - is the same one that pushed Flathub to ban AI 'slop' apps outright and pushed an email company to buy an AI-detection startup. A cleanup consultancy is simply the enterprise version of the same reckoning.
There is an important counter-argument, and the community voiced it too: AI coding tools, used well, are enormously productive, and blaming the tool dodges the real culprit, which is teams merging output nobody reviewed. In that reading, "delete the AI code" is a catchy frame for what is really "delete the code you shipped without engineering judgment," which teams have always had to do with junior-developer output, offshore contractors, and their own past selves. The tool didn't remove the need for review; organizations chose to skip it. The honest synthesis is that AI generation raised the ceiling on how fast good engineers can move and the floor on how fast careless ones can create a mess - and a cottage industry is now forming to charge for the cleanup on the second kind.
Key questions
Why would a company pay to delete AI-generated code?
How much does 'AI slop' cleanup cost?
Is AI coding making software worse?
Cite this
APA
Ground Truth. (2026, July 7). A consultancy is charging $10,000 a week to delete AI-generated code. Ground Truth. https://groundtruth.day/news/a-consultancy-charges-10k-a-week-to-delete-ai-code.html
BibTeX
@misc{groundtruth:a-consultancy-charges-10k-a-week-to-delete-ai-code,
title = {A consultancy is charging $10,000 a week to delete AI-generated code},
author = {{Ground Truth}},
year = {2026},
month = {jul},
url = {https://groundtruth.day/news/a-consultancy-charges-10k-a-week-to-delete-ai-code.html}
}
Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.