Remix.run Logo
0xfedcafe 2 hours ago

Funny how even safe Rust isn’t able to stop vibecoding without a proper validation. And the fact that it's a monopoly isn't so funny anymore.

dkdbejwi383 2 hours ago | parent | next [-]

There is no language that makes it impossible to have any kind of bug ever. The safety languages like Rust offer is around memory, not bad configuration or faulty business logic.

lionkor 2 hours ago | parent | prev [-]

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