Comment by kikimora

5 hours ago

This is great example of AI slop and a big problem with AI coding.

Original RSL library has 36 KLoC across C++ source and headers files. Rust supposed to be more expressive and concise. Yet, AI generated 130k LoCs. I guess nobody understands how this code works and nobody can tell if it actually works.

All unit tests can pass if you don't assert anything. Just have to make sure to read through all 130k lines of code to check.