frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

We charge $10k a week to delete AI-generated code

https://odra.dev/slopfix/
87•zie1ony•4h ago

Comments

zie1ony•4h ago
Creator here,

There is a new kind of task for software engineers these days. A client calls, asks for a "small refactor," and sends you 100k lines of AI-generated spaghetti.

And this is great! This is something we can work with.

Any experienced engineer can look at a codebase like that and quickly see what to refactor, where a library replaces a few thousand hand-rolled lines, and what smells bad. Removing the first 30% is easy. The next 30% is harder, and that is exactly what the price should be on: doing what others can't. We use coding agents too, of course, but as a tool, not as the driving force.

That is why we started Slopfix, a software house focused entirely on refactoring AI-generated codebases. We commit to a reduction target up front, and the client pays in proportion to how much of it we hit. We get paid to delete code.

I am sharing this because cleaning up after agents with 1M token context is a real business for engineers. Curious what HN thinks.

jt2190•1h ago
I don’t think this is anything new, really: Businesses have been running software that we’d call a “big ball of mud” [1] forever.

A common way to market to these firms is to be very easy to find when their software starts to have serious issues.

[1] https://www.laputan.org/mud/

TacticalCoder•14m ago
> I don’t think this is anything new, really: Businesses have been running software that we’d call a “big ball of mud” [1] forever.

Well but something really is something totally new. Github went from x commits per year in 2025 (when AI-slop was already being pushed to Github) to the same number of commits in four weeks in 2026. 2025 compared to 2024 was already something like 15x.

It's never happened in the history of computing that so much new code was produced so quickly.

My bet is we'll see much more of this. And these aren't going to be 100% AI-pilled companies solving these issues but companies like the one in TFA: experienced devs using the help of LLMs to fix slop.

My other bet: slop shall outlive COBOL and dwarf COBOL's legacy big times.

protocolture•57m ago
>I am sharing this because cleaning up after agents with 1M token context is a real business for engineers. Curious what HN thinks.

Its the same as it ever was. Cleaning up after cloud migrations, cleaning up after crypto integrations, cleaning up after LLM tokenmaxxing. I think people are deluded if they tell you LLMs will replace humans.

swader999•1h ago
My barber once told me, "You don't pay me for what I cut, you pay me for what I leave behind". Now I'm bald.
sudo_cowsay•22m ago
Left behind nothing!
georgemcbay•10m ago
> Now I'm bald.

You always have to remember to tell the barber "No mistakes", just like you have to tell Claude.

Oras•1h ago
I want it be positive, but it’s a bit hard with this one. Do you expect the client to sit down and explain every detail? If they know how to do that, they wouldn’t be having messy code base as the one the post is describing.

And let’s say you’ve been hired, what happens after that? You think Claude.md file is sufficient to progress from that point?

The problem is real, but the solution is a fantasy.

tensegrist•1h ago
> Then we cut: the fourteen date formatters become one,

something's off here

zahlman•44m ago
Seems fine to me.

> Then we [perform the act of] cut[ting]: [thereby,] the fourteen date formatters become (i.e. are replaced with) one,

quuxplusone•1h ago
"Two weeks of warranty" jumped out at me. That's like "you have two weeks to find the thing we broke, or else we aren't responsible for it." In my experience, a good bug can hide for months more than two weeks! My codebases are definitely not in the target demographic for this service, though, and maybe if I were in the target group (bunch of LLM slop, trying to dig out of the hole, presumably no shipping product or existing userbase yet) the proposition would appeal to me.
shoo•47m ago
If the client has an extensive suite of automated tests assessing if the software is meeting its requirements, it should be possible for them to flush out most regressions within minutes or hours, not weeks.

If the client hasn't invested in setting that up, the resulting situation is the clients' responsibility.

nathansoz•1h ago
100% supportive of this type of product but I also find the ai-slop text to be a bit ironic.
ggm•32m ago
Yes, I think selling "AI cleanup" branding on "we use AI to make smarter AI changes to your codebase" a little.. disingenuous.

But the true cost of minds, not AI assisted minds, is probably higher. They may have found a pricepoint which scales.

Imagine a future, where people get jobs to .. "write code" (in hand quotes) based on specifications "written" by machines..

hamza_q_•23m ago
https://www.pangram.com/history/54e401e8-30b0-41f4-96a7-a976...

haha

kiernanmcgowan•57m ago
"rm -rf ./" can't be that expensive, right?
K0balt•53m ago
lol looks like they are using a similar methodology to how we use Claude in house.

Honestly, the code we write with AI is cleaner, better documented, better factored, more maintainable, and less bugs than back in old days before code assistant agents. I think people must be just yoloing it, because it seems a lot like a holding it wrong type problem.

Documentation driven development is your friend.

surgical_fire•36m ago
Yeah, that's how I've been using it.

Problem is that you can't do a FOMO-fueled hype IPO that gets a trillion dollars if your argument is "this is a tool that can improve the quality of work your employees output".

It needs to be a "we are building a doomsday weapon here, give me money" argument. Even if it is false. Especially if it is false.

supern0va•20m ago
Same here. Honestly, there's also a bunch of human friction that goes away. I can tell a junior that a change needs to be significantly refactored (or even thrown away entirely) without the psychological damage of discarding days/weeks of work from them.

Previously, I would need to do the trade-off calculation. How urgently does this need to ship, and do we have time to rework this? What are the deal breakers that need to be addressed, versus what things are best practice/ideal for maintainability? How did their last code review go and do they need a small win right now?

There's no more "nit" comments tagged as nits: just things to fix. It's de-personalized in the sense that we can both at least pretend/have plausible deniability and blame the model for being dumb, as opposed to the person making mistakes. I flat out told someone that a PR was not solving the right problem earlier, and neither of us thought it was a big deal. I could give the technical guidance and suggest a path forward to "help Claude understand better".

fwlr•50m ago
“We use Claude Code too”

I understand that it’s probably impossible to sell non-AI-assisted solutions to AI-pilled companies (even when their headaches are AI-induced), but my gut reaction to “take an AI-inflated codebase and apply AI deflation to it” is something like “that’s akin to applying two rounds of lossy transcoding; the errors don’t cancel out, they cross-multiply”.

OneDeuxTriSeiGo•38m ago
NGL I'd argue there's a certain appeal to "use AI to prototype a feature as fast as possible and focus your engineer hours on building a comprehensive testing and fuzzing plan" followed by a "remove and review everything that can be cut without breaking the tests" cleanup pass.
fwlr•16m ago
I do see the appeal, it’s easy to imagine that workflow working, and working well - but it’s hard to how it avoids this fate: https://youtu.be/QEzhxP-pdos
Cyberdog•9m ago
The “cleanup pass” never happens, though. It’ll just be new feature on top of new feature until it’s too large to refactor.
khasan222•5m ago
Ngl I’m doing this right now for a client. Part of my strategy is to write out e2e tests that get a certain baseline of functionality, and then use that as the check for any change that I make to the codebase to make sure it continues to work.

So workflow for a full web app is make e2e tests for all use cases. Then add a very strict duplication checker, and linter, and then just tell the ai to hit a certain duplication limit like 3%, check the linter, and add unit tests to ~95% or greater of the code.

With the right CI and other checks that are deterministic you can really do a lot with a codebase.

bdcravens•24m ago
> One week. Three senior engineers. $10,000.

What your markup on their salaries? For the level of work you're promising, it sounds like they may be at market or below.

kristianc•22m ago
They're all based in Poland, so it's probably fairly generous compared to European market.
Lalabadie•21m ago
Some (lots of) people will trade a lot of money for general life freedom. If it's well-booked, a service like this can come to around 105k/year for each dev.

A salary like this is only a big compromise if you live in a very high cost of life area.

sandeepkd•11m ago
This seems like a easy way to get into consulting. Once you deliver the code back to the owners they are going to do the vibe coding again on the top whatever refactored code you get back. In other words it can become a perpetual cycle.
bradgranath•19m ago
$333/week doesn’t quite seem like enough to live on. How many of these are you planning to run concurrently?
green_wheel•18m ago
It's $3333/week
simonw•15m ago
> You have an AI-generated codebase that works, but adding a feature now takes days and breaks two other things?

Sounds like you forgot to have the agents use red/green TDD and build a robust test suite while they were shipping all of those features.

guluarte•12m ago
I don't think one week is enough to learn the complex business rules that some software needs to follow.
martin1975•8m ago
I guess it was only a matter of time before this niche of business developed.

AI is an imprecise "programming" language, full of ambiguity (English) trying to produce precise relationships between different concepts.

It certainly works great on small scale, building block type of things, but the more a project grows in complexity, components, interfacing with other heterogenous systems in other languages or APIs, understanding wtf is going on top to bottom.... it fails miserably.

Reminds me of how xUML was going to be the panacea to replace coding. AI is failing for the same reasons. At least with xUML you have a precise definition - with AI, you're vibing your way into one.

llm_nerd•1m ago
> I guess it was only a matter of time before this niche of business developed.

This is a fun webpage, and it feeds a certain bias, but there really isn't a "niche" beyond getting people to upvote it for the lulz. I would be extremely surprised if they find a single paying customer. And to be fair, lots of grifters have done the fake it till you make it act on HN, so someone saying "Oh I'm totally going to give them my corps code" convince no one.

>It certainly works great on small scale .... it fails miserably.

If your large system isn't the interactions of a lot of "small scale" projects, you are doing it wrong.

No seriously, it's bizarre how people keep using this as their defence against AI, and at this point it's basically saying "Sure AI works on good projects, but it doesn't work on our giant spaghetti code monstrosity cludged together in a million terrible ways"

I've had tremendous productivity using AI on some enormous and extremely complex projects, courtesy of modularization, separation of concerns, explicit APIs, and so on.

thraway3837•1m ago
We replaced a 120,000 USD/year low-code/no-code platform that was running a lot of workflows. And we have another platform that is also similar that we are on track to replace by EOY.

Both have been replaced by "vibe" coding. It works well. Everyone's happy. People are having fun with it. We get feature requests, improvements, ideas, feedback. JIRA tickets get created, and we ask AI to reference that ticket, code to it, and create a PR.

We have senior engineers review the actual functionality and none of them have read any more than a few lines of code.

Every person who builds like this has the same DX (developer experience): "Wow, I've been wanting to build this thing for years now. I just never had the time to do the things I wanted to do to help me and the teams that depend on us"

Total cost of AI subscription per month: Less than $1000. Preference is Claude Opus and Codex whatever the latest model is. Effort is a personal preference since it does not seem to matter.

GAO: DOE Is Prematurely Excluding Less Expensive Options for Nuclear Cleanup

https://www.gao.gov/products/gao-26-108193
62•Jimmc414•2h ago•19 comments

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
274•speckx•6h ago•60 comments

StreetComplete: Fixing OpenStreetMap, one tiny quest at a time

https://streetcomplete.app/
682•kls0e•12h ago•168 comments

Chat Control 1.0 and 2.0 Explained

https://fightchatcontrol.eu/chat-control-overview
418•gasull•10h ago•143 comments

We charge $10k a week to delete AI-generated code

https://odra.dev/slopfix/
87•zie1ony•4h ago•36 comments

Show HN: Davit, a Apple Containers UI

https://davit.app
179•xinit•6h ago•39 comments

Why Vancouver is always a stand-in for San Francisco in movies and TV shows (2021)

https://www.sfgate.com/sf-culture/article/vancouver-stand-in-movie-tv-sf-16613821.php
40•amichail•4d ago•35 comments

Every new car sold in the European Union must include a driver monitoring camera

https://allaboutcookies.org/eu-mandatory-distracted-driver-system
401•nickslaughter02•4h ago•522 comments

A better way to tie gym shorts (or any drawstring) [video]

https://www.youtube.com/watch?v=3R0Lp86GEBk
448•surprisetalk•12h ago•160 comments

30papers.com – Ilya's 30 essential ML papers, in a beginner friendly format

https://30papers.com/
339•notmcrowley•9h ago•61 comments

First Principles of Model Routing

https://try.works/first-principles-of-model-routing
12•try-working•4d ago•7 comments

l: A new runtime for k and q

https://lv1.sh/
100•skruger•6h ago•59 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
87•segmenta•8h ago•24 comments

Herdr: One terminal to rule them all

https://herdr.dev/
142•handfuloflight•5d ago•80 comments

IEEE Rolls Out Large Language Models Training Course

https://spectrum.ieee.org/large-language-models-ieee-course
29•JeanKage•6d ago•5 comments

Jim's TrueType QR Code Font

https://github.com/jimparis/qr-font
126•arantius•8h ago•15 comments

AI Meets Cryptography 1: What AI Found in Cloudflare's Circl

https://blog.zksecurity.xyz/posts/circl-bugs/
73•duha•6h ago•9 comments

Notes on Software Quality

https://anthonyhobday.com/blog/20260410
75•speckx•6h ago•42 comments

An interactive explorer for Benford's Law across real datasets

https://vatsalbakshi.com/blog/benfords-law/
3•dingobabies•42m ago•0 comments

Camera with transparent display launches for the equivalent of $29

https://www.notebookcheck.net/Camera-with-transparent-display-launches-for-the-equivalent-of-29.1...
57•yread•4d ago•38 comments

Fixing analog audio on the $2.58 HDMI-to-VGA adapter

https://nyanpasu64.gitlab.io/blog/hdmi-vga-dac-audio/
78•zdw•2d ago•20 comments

Why we built yet another Postgres connection pooler

https://pgdog.dev/blog/why-yet-another-connection-pooler
125•levkk•9h ago•33 comments

Show HN: Fortress – a stealth Chromium so your agents stop getting blocked

https://github.com/tiliondev/fortress
9•arhamshahrier•52m ago•1 comments

Honey, We Bought an AI Story

https://www.bona-books.com/news/we-bought-an-ai-story
6•bigiain•59m ago•1 comments

Why skilled workers come to Germany and then leave again

https://www.dw.com/en/germany-migrants-skilled-workers-integration-labor-market-bureaucracy-langu...
168•theanonymousone•14h ago•445 comments

Structure and Interpretation of Computer Programs Video Lectures

https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/v...
5•gjvc•1h ago•0 comments

Microsoft fire idTech team at Id software

https://gamefromscratch.com/microsoft-fire-idtech-team-at-id-software/
517•bauc•9h ago•481 comments

Automating AI Away

https://replicated.live/blog/away
100•gritzko•9h ago•49 comments

A 13th-Century Enumeration Algorithm, Ignored for 700 Years

https://blog.klipse.tech/aboulafia/2026/07/06/a-13th-century-enumeration-algorithm-ignored-for-70...
4•viebel•1h ago•0 comments

MacSurf 1.68 – NetSurf on OS 9 Released

https://github.com/mplsllc/macsurf/releases/tag/v1.86
69•mplsllc•8h ago•14 comments