Comment by customguy

1 day ago

I wonder if there is something like translation party, only for compilers and LLM respectively. There should be!

I.e. some source code gets compiled, the output gets decompiled again, the result gets compiled again, and so on.

Now do the same with LLM: start with a prompt, it generates a program. Then an LLM examines that program by looking at the source, running it, etc., and is tasked to describe it, i.e. turn it into a prompt again. Then that prompt is used to generate a program, which is examined and turned into a prompt again, and so on.