Remix.run Logo
deweller 2 hours ago

"Developers talk not just about how the AI output is often flawed, but that using AI to get the job done is often a more time consuming, harder, and more frustrating experience because they have to go through the output and fix its mistakes."

This has not been my experience. Sure it feels like more work to fix the AI code problems sometimes - it is a different skillset than writing code from scratch. But the speed that I can deliver software has significantly increased by using coding agents.

rkozik1989 an hour ago | parent | next [-]

Honestly, the effectiveness of LLMs in coding depends a lot on what you're working on. If you're dealing with a software package like Odoo that's been around for literal decades an LLMs output can be borderline useless. The problem is that in its training data it has examples from every version that's ever been released and each succeeding major version makes breaking changes to the previous one, so pretty much what happens is that the LLM can't accurately tell what in its training data belongs to which version before concocting a reply.

jjulius 2 hours ago | parent | prev [-]

>This has not been my experience.

>But the speed that I...

bensyverson an hour ago | parent [-]

First-hand experience is perfectly valid.

I agree with the parent; I'm able to produce more. And with proper documentation and unit tests in place, I don't feel I need to review every line.