Hacker News new | ask | show | jobs
by deagle50 28 days ago
Why would I roll custom allocation strategies in Go (and then be accountable for supporting them) that affect multiple teams and services when I can have an LLM port to Rust and get dozens of additional benefits?
1 comments

Depends on whether you'll ever need to use a mutable shared tree structure in your project, I guess.

But do remember that the logic you're using depends on nobody on your team reading the LLM code. If you're close-reading LLM outputs, all the complexity of Rust's memory management model is back on the table.