Remix.run Logo
timacles 3 hours ago

hard to believe anyone who writes something this overwhelmingly positive.

I use a ton of AI, it writes a shit load of code for me, and I eventually get good results.

Its also goes off on ridiculous tangents, implements things i dont want, over engineers almost everything. Makes large code bases convoluted and unreadable. Yes humans also do that, LLMs do it a lot faster.

> Now, with AI coding, I can implement any decent sized feature, exactly how I want, in a few hours and it's all polished and ready, all edge cases handled.

No way a human wrote that, sounds like a late night TV advertisement.

jongjong 3 hours ago | parent [-]

You obviously haven't worked on a good codebase. I've worked on both so I know the difference.

Same feature on a good codebase vs bad codebase is like 1k lines of code vs 20k lines of code and is worse in the latter case. Not an exaggeration.

Clean code is real, it's just not what's been peddled to us.

If your code is full of bugs and you ask Claude or Codex to build more features, it will take 10x to 20x the effort because of workarounds and hacks which keep compounding.

If your code has very few to no bugs and no hacks/workarounds, it will also implement hacks/workarounds and no bugs. The difference is pretty insane actually.

You can try it yourself; create a really low quality codebase, full of hacks and try to build features with AI based on its recommedations.

zahlman 38 minutes ago | parent [-]

> Clean code is real, it's just not what's been peddled to us.

My read is: the people who "peddled" it had mostly the right ideas, they were just bad at implementing them, and bad at writing code in general, and also the contemporaneous popularity of Java caused some serious issues.