logoalt Hacker News

symfrogtoday at 12:07 PM1 replyview on HN

The closer you get to releasing software, the less useful LLMs become. They tend to go into loops of 'Fixed it!' without having fixed anything.

In my opinion, attempting to hold the hand of the LLM via prompts in English for the 'last mile' to production ready code runs into the fundamental problem of ambiguity of natural languages.

From my experience, those developers that believe LLMs are good enough for production are either building systems that are not critical (e.g. 80% is correct enough), or they do not have the experience to be able to detect how LLM generated code would fail in production beyond the 'happy path'.


Replies

empath75today at 12:09 PM

This is not my experience with claude code. It does forget big picture things but if you scope your changes well it’s fine.

show 2 replies