Slopfix charges by the line to delete AI generated bloat. A code analytics dataset shows copy paste at its highest share ever since 2023 and refactoring at its lowest share on record.
A three-person outfit called Slopfix will delete the AI-generated code in your repository for $10,000 a week, and the more code it strips, the more it bills. That is not a stunt. It is a pricing structure that pays the cleaner in proportion to the mess, and it looks like a business model for an emerging maintenance category (Tom's Hardware re-reported the launch and pricing).
The category exists because the underlying code supply has changed faster than the habits that keep codebases healthy. GitClear's 2026 Maintainability Gap report analyzed 623 million code changes between 2023 and 2026 and found duplicated code blocks at the highest level the code-analytics firm has measured, up 81% from 2023 (GitClear's 623-million-change dataset). The share of changed lines classified as "moved" code, the standard proxy for refactoring, fell from 21% in 2022 to 3.8% in the first half of 2026. Copy and paste climbed from 9.4% to 15.7% over the same window. In aggregate, developers are now roughly five times more likely to paste than to refactor. The reverse was true in 2022.
Slopfix turns that imbalance into a service. The engagement starts with a free repository analysis; if the team cannot identify a meaningful line reduction, it walks away. If it can, the client and the team sign a line-reduction target. A posted example on the company's site trims a 100,000-line AI-generated project to roughly 35,000 lines, about a 65% reduction, while preserving functionality (Slopfix service page). The team itself uses AI coding agents to do the trimming, which makes the engagement a meta-loop: humans paying a human-plus-AI crew to delete code that another AI wrote.
The pricing mechanic is the actual story. A flat retainer tied to a line-reduction target is principal-agent alignment in its cleanest form. The refactorer's revenue scales with how much bloat they remove, so their incentive matches the client's. That same structure is why the first deliverable is not the slimmed codebase. It is a written, screen-by-screen and endpoint-by-endpoint inventory of what the application does, which doubles as a regression checklist. Slopfix is paid to delete, but its first job is to make deletion safe.
The rest of the bundle is a hygiene layer in formation. Final deliverables include the slimmed repository, the inventory, and a set of guardrails: a CLAUDE.md instruction file that tells future AI agents how to behave in this codebase, lint rules tuned to the patterns that produced the original bloat, and CI checks that catch the next round of duplicates before they ship. A two-week warranty covers any regressions the refactor introduces.
Read constructively, this is what infrastructure looks like when it forms around a new artifact type. When databases became standard, DBAs emerged. When cloud workloads became standard, SREs emerged. Now that AI-written code is the default commit, the people who clean it up are emerging too. Slopfix is the most legible example, not the whole category, and the GitClear numbers suggest there is enough demand to keep several of them busy.
AI-generated codebases get bloated because they were shipped without architectural review in the first place. The "vibe-coded" project that needs Slopfix is the one that was built by prompting an agent and pushing without anyone reading the diff. A paid janitorial service treats the symptom, not the cause, and the long-term question is whether the cleanup market grows because the symptom is permanent or because it is the path of least resistance for teams that did not budget for review.
What to watch next: independent benchmarks of how much of Slopfix's stated 65% reduction survives a real refactor load, the next GitClear quarterly update of refactoring share later this year, and whether major AI-coding vendors start shipping the same guardrails as product features (early community reaction on Hacker News). If the GitClear trend holds, more outfits like Slopfix will follow before the cleanup moves inside the tools.