logoalt Hacker News

Yokohiiitoday at 1:54 PM1 replyview on HN

Wouldn't a LLM just produce a massive type gibberish long term?


Replies

freedombentoday at 2:01 PM

I've "written" a lot of rust via LLMs, and the rust tooling and features give a lot of useful guard rails to LLMs that produce pretty good code overall, certainly compared to the python I've seen it crank out. Clippy and fmt alone often cause the LLM to hit a snag and realize it's mistake and take a better approach. It's quite a powerful combo IME