- Module decomposition ()
- LLM automation ()
- Test fuzzing (C: , Rust: )
The Unreasonable Effectiveness of Fuzzing for Porting Programs
A simple strategy of having LLMs write fuzz tests and build up a port in topological order seems effective at automating porting from C to Rust.
https://rjp.io/blog/2025-06-17-unreasonable-effectiveness-of-fuzzing

Seonglae Cho