Remix.run Logo
smj-edison 6 hours ago

Sorry, I should clarify: it's needs to be introspectable by somebody. Not every programmer needs to be able to introspect the lower layers, but that capability needs to exist.

Now I guess you can read the code an LLM generates, so maybe that layer does exist. But, that's why I don't like the idea of making a programming language for LLMs, by LLMs, that's inscrutable by humans. A lot of those intermediate layers in compilers are designed for humans, with only assembly generation being made for the CPU.

tosapple 3 hours ago | parent [-]

This is a good point but may be moot. Our consumer-facing LLMs speak C, Python, and JavaScript.

'Decompilers' are work in the machine code direction for human consumption, they can be improved by LLMs.

Militarily, you will want machine code and JS capable systems.

Machine code capablities cover both memory leaks and firmware dumps and negate the requirement of "source" comprehension.

I wanted to +1 you but I don't think I have the karma required.

tosapple 3 hours ago | parent [-]

Also, smuggling a single binary out of a set of systems is likely far easier than targetting a source code repository or devbox directly.