Remix.run Logo
techpression 3 hours ago

This mirrors my experience too, long term use starts showing incoherence that is impossible to see in isolation.

The funny thing with LLM’s is that with a sufficient sized code base they pretty much will loop forever if you tell them to find and fix issues, making new ones as they fix old ones.

amelius 3 hours ago | parent [-]

You have to tell them explicitly not to touch working stuff, and run tests.

techpression 2 hours ago | parent [-]

There’s an infinite number of ”working stuff” implementations, which is kind of the problem, bad decisions multiply. That said, looking at small parts of code for improvements tend to work very well for me, optimizing things like data structures, iterations and SQL queries.

I just hope my bank doesn’t go Claude code all the way any time soon.