The decomp dev guys are doing amazing work. It's also super educational too, if you're someone like me who's in just doing relatively simple AI / python / typescript work and rarely has to think about memory, hardware constraints, all that, it's a completely different world. Also, AI is finally getting to the point where it can do very difficult decompilation work, which is super exciting to me.
It really is crazy. I have been contributing the Melee decompilation project for the past year-ish, and things have really accelerated in 2026. Just today I decided it would be nice to have a better "permuter" (program that randomly modifies C in the hopes of finding a better asm match) so I...just asked Claude to make one, custom-tailored to my needs. It almost feels pointless to publish it to GitHub when I can just tell the other contributors "hey fyi you can ask Claude to make you a better permuter"
The prompt and a couple samples is the source.
And having it actually tested