|
|
|
|
|
by muglug
319 days ago
|
|
Yup — this doesn't match my experience using Rust with Claude. I've spent 2.5 years writing Rust professionally, and I'm pretty good at it. Claude will hallucinate things about Rust code because it’s a statistical model, not a static analysis tool. When it’s able to create code that compiles, the code is invariably inefficient and ugly. But if you want it to generate chunks of usable and eloquent Python from scratch, it’s pretty decent. And, FWIW, I’m not fluent in Python. |
|
I think that's the point of the article.
In a dynamic language or a compiled language, its going to be hallucinating either way. If you vibe coding the errors are caught earlier so you can vibe code them away before it blows up at run time.