Live data from Hacker News

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

odra.dev

51–60 of 263 posts

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

#52

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, und…

> 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…

> 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.

The problem I've had with AI systems is that they eventually realize it'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.

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

#54

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…

> we ask AI to reference that ticket, code to it, and create a PR > none of them have read any more than a few lines of code So what do you / your team do?

Mostly post on hacker news.

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

#55

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…

> we ask AI to reference that ticket, code to it, and create a PR > none of them have read any more than a few lines of code So what do you / your team do?

They read hacker news

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

#56

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…

> we ask AI to reference that ticket, code to it, and create a PR > none of them have read any more than a few lines of code So what do you / your team do?

My guess is design (features/functionality, not code). When you don't have to write every line of code and you can quickly iterate on features, you have a lot of freedom to dial in what you really want out of an app.

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

#57
post #56

Earlier quoted context omitted.

> we ask AI to reference that ticket, code to it, and create a PR > none of them have read any more than a few lines of code So what do you / your team do?

My guess is design (features/functionality, not code). When you don't have to write every line of code and you can quickly iterate on features, you have a lot of freedom to dial in what you really want out of an app.

To be clear, I didn't mean this as an anti-AI gotcha. They also said:

> We get feature requests, improvements, ideas, feedback

So maybe I misunderstood, but it sounded like the design was external (and based on an existing product to begin with).

Also, my understanding was that "vibe coding" meant more of "make it do X" as opposed to "here's a design for X, implement it."

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

#59

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, und…

> 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…

Ask almost any software developer in big tech about their software and I’m sure they’ll praise it. Using it is a completely different story. I’m sure you think you’re having success vibecoding enormous and extremely complex problems, but I’d bet their either not extremely complex or it’s not working as well as you think.

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

#60
post #11

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.

with AI, documentation driven development is an understatement, if you take the time not just to document but to also provide lots of examples and potentially even data structures for the implementation (including intermediary data structures if you know them) the output is better than anything you would make in reasonable time.
Post reply on HN