22 comments

  • thraway383711 minutes ago
    We replaced a 120,000 USD&#x2F;year low-code&#x2F;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.<p>Both have been replaced by &quot;vibe&quot; coding. It works well. Everyone&#x27;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.<p>We have senior engineers review the actual functionality and none of them have read any more than a few lines of code.<p>Every person who builds like this has the same DX (developer experience): &quot;Wow, I&#x27;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&quot;<p>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.
    • blanched3 minutes ago
      &gt; we ask AI to reference that ticket, code to it, and create a PR<p>&gt; none of them have read any more than a few lines of code<p>So what do you &#x2F; your team do?
  • martin197518 minutes ago
    I guess it was only a matter of time before this niche of business developed.<p>AI is an imprecise &quot;programming&quot; language, full of ambiguity (English) trying to produce precise relationships between different concepts.<p>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.<p>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&#x27;re vibing your way into one.
    • llm_nerd11 minutes ago
      &gt; I guess it was only a matter of time before this niche of business developed.<p>This is a fun webpage, and it feeds a certain bias, but there really isn&#x27;t a &quot;niche&quot; 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 &quot;Oh I&#x27;m totally going to give them my corps code&quot; convince no one.<p>&gt;It certainly works great on small scale .... it fails miserably.<p>If your large system isn&#x27;t the interactions of a lot of &quot;small scale&quot; projects, you are doing it wrong.<p>No seriously, it&#x27;s bizarre how people keep using this as their defence against AI, and at this point it&#x27;s basically saying &quot;Sure AI works on good projects, but it doesn&#x27;t work on our giant spaghetti code monstrosity cludged together in a million terrible ways&quot;<p>I&#x27;ve had tremendous productivity using AI on some <i>enormous</i> and extremely complex projects, courtesy of modularization, separation of concerns, explicit APIs, and so on.
      • xmprt2 minutes ago
        &gt; I&#x27;ve had tremendous productivity using AI on some enormous and extremely complex projects, courtesy of modularization, separation of concerns, explicit APIs, and so on.<p>The problem I&#x27;ve had with AI systems is that they eventually realize it&#x27;s possible to solve a problem by linking together two separate systems in subtle ways that result in spaghettification of good code. It takes active effort to get them to follow strict separation of concerns and modularization.
  • fwlr1 hour ago
    “We use Claude Code too”<p>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”.
    • OneDeuxTriSeiGo47 minutes ago
      NGL I&#x27;d argue there&#x27;s a certain appeal to &quot;use AI to prototype a feature as fast as possible and focus your engineer hours on building a comprehensive testing and fuzzing plan&quot; followed by a &quot;remove and review everything that can be cut without breaking the tests&quot; cleanup pass.
      • fwlr26 minutes 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: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;QEzhxP-pdos" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;QEzhxP-pdos</a>
      • Cyberdog18 minutes 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.
    • khasan22214 minutes 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.<p>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.<p>With the right CI and other checks that are deterministic you can really do a lot with a codebase.
    • sunnybeetroot10 minutes ago
      Not exactly. It’s more a kin to giving an electric drill to a tradesman vs a screw driver. The tradesman will use the electric drill effectively.
  • TurdF3rguson0 minutes ago
    And we use Claude Code to do it, lol.
  • argee2 minutes ago
    [delayed]
  • zie1ony4 hours ago
    Creator here,<p>There is a new kind of task for software engineers these days. A client calls, asks for a &quot;small refactor,&quot; and sends you 100k lines of AI-generated spaghetti.<p>And this is great! This is something we can work with.<p>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&#x27;t. We use coding agents too, of course, but as a tool, not as the driving force.<p>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.<p>I am sharing this because cleaning up after agents with 1M token context is a real business for engineers. Curious what HN thinks.
    • js28 minutes ago
      From the submitted link:<p>&gt; we distil what it does<p>FYI, &quot;distill&quot;.
    • jt21901 hour 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.<p>A common way to market to these firms is to be very easy to find when their software starts to have serious issues.<p>[1] <a href="https:&#x2F;&#x2F;www.laputan.org&#x2F;mud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.laputan.org&#x2F;mud&#x2F;</a>
      • TacticalCoder23 minutes ago
        &gt; 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.<p>Well but something really <i>is</i> something totally new. Github went from <i>x</i> commits per year in 2025 (when AI-slop was <i>already</i> being pushed to Github) to the same number of commits in four weeks in 2026. 2025 compared to 2024 was already something like 15x.<p>It&#x27;s never happened in the history of computing that so much new code was produced so quickly.<p>My bet is we&#x27;ll see <i>much</i> more of this. And these aren&#x27;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.<p>My other bet: slop shall outlive COBOL and dwarf COBOL&#x27;s legacy big times.
    • protocolture1 hour ago
      &gt;I am sharing this because cleaning up after agents with 1M token context is a real business for engineers. Curious what HN thinks.<p>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.
  • bdcravens34 minutes ago
    &gt; One week. Three senior engineers. $10,000.<p>What your markup on their salaries? For the level of work you&#x27;re promising, it sounds like they may be at market or below.
    • Lalabadie30 minutes ago
      Some (lots of) people will trade a lot of money for general life freedom. If it&#x27;s well-booked, a service like this can come to around 105k&#x2F;year for each dev.<p>A salary like this is only a big compromise if you live in a <i>very</i> high cost of life area.
    • kristianc32 minutes ago
      They&#x27;re all based in Poland, so it&#x27;s probably fairly generous compared to European market.
    • sandeepkd20 minutes 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.
  • nojs3 minutes ago
    Your landing page looks extremely AI written - if it’s not, you may want to consider rewriting it in a more human tone, given the market you’re going for.
  • i_have_an_idea8 minutes ago
    I am currently working with a non-dev startup CEO that&#x27;s fully embraced Claude Code and vibe coding.<p>90% of my work is to run code review workflows and steer his CLAUDE.md into the correct architecture choices and away from past mistakes.<p>So far it&#x27;s working pretty well -- I&#x27;m able to unslopify the code and maintain the agent&#x27;s performance. And the CEO is happy, he&#x27;s able to develop his product pretty fast and not hit any walls.
  • K0balt1 hour ago
    lol looks like they are using a similar methodology to how we use Claude in house.<p>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.<p>Documentation driven development is your friend.
    • supern0va30 minutes ago
      Same here. Honestly, there&#x27;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&#x2F;weeks of work from them.<p>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&#x2F;ideal for maintainability? How did their last code review go and do they need a small win right now?<p>There&#x27;s no more &quot;nit&quot; comments tagged as nits: just things to fix. It&#x27;s de-personalized in the sense that we can both at least pretend&#x2F;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 &quot;help Claude understand better&quot;.
      • dpark9 minutes ago
        &gt; <i>It&#x27;s de-personalized</i><p>I had an interesting conversation with a junior engineer who made this observation. She shipped a feature, we gathered data, and based on data we pivoted to a different design. She called out that she wasn’t attached to the code because AI wrote it. Not that she didn’t care about quality or effectiveness of the product, but the personal emotional attachment to the code itself was not there. Probably a healthy thing. I’ve seen senior engineers defend mediocre code because they wrote it and changing it was an ego hit.
    • surgical_fire46 minutes ago
      Yeah, that&#x27;s how I&#x27;ve been using it.<p>Problem is that you can&#x27;t do a FOMO-fueled hype IPO that gets a trillion dollars if your argument is &quot;this is a tool that can improve the quality of work your employees output&quot;.<p>It needs to be a &quot;we are building a doomsday weapon here, give me money&quot; argument. Even if it is false. Especially if it is false.
  • swader9991 hour ago
    My barber once told me, &quot;You don&#x27;t pay me for what I cut, you pay me for what I leave behind&quot;. Now I&#x27;m bald.
    • sudo_cowsay32 minutes ago
      Left behind nothing!
    • georgemcbay19 minutes ago
      &gt; Now I&#x27;m bald.<p>You always have to remember to tell the barber &quot;No mistakes&quot;, just like you have to tell Claude.
    • ai_slop_hater18 minutes ago
      [dead]
  • kiernanmcgowan1 hour ago
    &quot;rm -rf .&#x2F;&quot; can&#x27;t be that expensive, right?
  • simonw25 minutes ago
    &gt; You have an AI-generated codebase that works, but adding a feature now takes days and breaks two other things?<p>Sounds like you forgot to have the agents use red&#x2F;green TDD and build a robust test suite while they were shipping all of those features.
    • senderista8 minutes ago
      How does either of those practices keep code maintainable?
      • simonw4 minutes ago
        They solve &quot;adding a feature now takes days and breaks two other things&quot;.
  • bradgranath29 minutes ago
    $333&#x2F;week doesn’t quite seem like enough to live on. How many of these are you planning to run concurrently?
  • tensegrist1 hour ago
    &gt; Then we cut: the fourteen date formatters become one,<p>something&#x27;s off here
    • zahlman54 minutes ago
      Seems fine to me.<p>&gt; Then we [perform the act of] cut[ting]: [thereby,] the fourteen date formatters become (i.e. are replaced with) one,
  • quuxplusone1 hour ago
    &quot;Two weeks of warranty&quot; jumped out at me. That&#x27;s like &quot;you have two weeks to find the thing we broke, or else we aren&#x27;t responsible for it.&quot; In my experience, a good bug can hide for <i>months</i> more than two weeks! My codebases are definitely not in the target demographic for this service, though, and maybe if I <i>were</i> 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.
    • shoo57 minutes 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.<p>If the client hasn&#x27;t invested in setting that up, the resulting situation is the clients&#x27; responsibility.
      • dpark6 minutes ago
        If the client has that, they definitely don’t need an external party to ask Claude to do code cleanup for them.
  • StarlaAtNight8 minutes ago
    This line made me chuckle. I see what you did there:<p>&gt; No cookies. No tracking. No JavaScript. Real people.
  • Oras1 hour 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.<p>And let’s say you’ve been hired, what happens after that? You think Claude.md file is sufficient to progress from that point?<p>The problem is real, but the solution is a fantasy.
  • guluarte22 minutes ago
    I don&#x27;t think one week is enough to learn the complex business rules that some software needs to follow.
  • nathansoz1 hour ago
    100% supportive of this type of product but I also find the ai-slop text to be a bit ironic.
    • hamza_q_32 minutes ago
      <a href="https:&#x2F;&#x2F;www.pangram.com&#x2F;history&#x2F;54e401e8-30b0-41f4-96a7-a9768a37a676" rel="nofollow">https:&#x2F;&#x2F;www.pangram.com&#x2F;history&#x2F;54e401e8-30b0-41f4-96a7-a976...</a><p>haha
    • ggm42 minutes ago
      Yes, I think selling &quot;AI cleanup&quot; branding on &quot;we use AI to make smarter AI changes to your codebase&quot; a little.. disingenuous.<p>But the true cost of minds, not AI assisted minds, is probably higher. They may have found a pricepoint which scales.<p>Imagine a future, where people get jobs to .. &quot;write code&quot; (in hand quotes) based on specifications &quot;written&quot; by machines..
  • mertleee46 minutes ago
    [dead]
  • dzonga15 minutes ago
    [dead]