Remix.run Logo
lionkor 2 hours ago

Rust is one of the few languages where I found AI to be very well checked. The type system can enforce so many constraints that you do avoid lots of bugs, and the AI will get caught writing shit code.

Of course, vibe coding will always find a way to make something horribly broken but pretty.

nromiun 2 hours ago | parent | next [-]

I have noticed LLMs tend to generate very verbose code. What an average human might do in 10 LoC, LLMs will stretch that to 50-60 lines. Sometimes with comments on every line. That can make it hard to see those bugs.

0xfedcafe 2 hours ago | parent | prev [-]

Yep, that’s what I wrote. It wasn’t a sarcasm