logoalt Hacker News

deagle50yesterday at 6:33 PM1 replyview on HN

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?


Replies

tptacekyesterday at 8:36 PM

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.