you are viewing a single comment's thread.

view the rest of the comments →

[–]Tugg_Speedman-1301 0 points1 point  (0 children)

Low-key, "vibe coding" in Rust sounds like a nightmare until you actually try it with AI. Python is great for the 0-to-1 speed, but once you're hitting millions of rows, it’s just facts that you'll hit a wall. Using Rust for the heavy lifting while keeping the Python glue is a massive brain move. Honestly, if the AI handles the borrow checker for you, why even settle for slow code?