Remix.run Logo
elevation a day ago

> would require thousands of changes

But LLMs are great at this, provided you have a test suite to keep the process on the rails.

malisper a day ago | parent [-]

> But LLMs are great at this

Not really. The latency for an llm to make a single change is on the order of seconds. If in order to change a single function from unsafe Rust to safe rust requires thousands of changes, it will take hours to refactor a single function.