๐Ÿง  Neural Decompiler โ€” the machine, exposed

Watch it work like a glass-backed watch. Your code gets shredded into flat machine code (every if becomes a raw jump), then the decompiler rebuilds the structure one instruction at a time โ€” you can see its working memory (the stack) and the tree assembling live. Press โ–ถ and watch the gears turn.
Built from scratch in NumPy ยท โ–ถ try the live API ยท source on GitHub ยท tracking visitsโ€ฆ