Join Nostr
2026-03-09 10:56:44 UTC
in reply to

Aethernal McAwesome on Nostr: I'm vibecoding an app, the backend is written in Rust. And it's great because if it ...

I'm vibecoding an app, the backend is written in Rust. And it's great because if it compiles after a code change suggestion, then almost certainly it works. If it doesn't compile, I consider it as Rust's feedback of the LLM (the more compiler errors, the worse is the LLM). Rust compiler errors are quite helpful and often one doesn't even need additional prompts to fix them.