| ▲ | crystal_revenge a day ago | |||||||
You could model a specific instance of using your computer this way, but you could not capture the fact that you can execute arbitrary programs with your PC represented as an FSM. Your computer is strictly more computationally powerful than an FSM or PDA, even though you could represent particular states of your computer this way. The fact that you can model an arbitrary CFG as an regular language with limited recursion depth does not mean there’s no meaningful distinction between regular languages and CFG. | ||||||||
| ▲ | krackers a day ago | parent [-] | |||||||
> you can execute arbitrary programs with your PC represented as an FSM You cannot execute arbitrary programs with your PC, your PC is limited in how much memory and storage it has access to. >Your computer is strictly more computationally powerful The abstract computer is, but _your_ computer is not. >model an arbitrary CFG as an regular language with limited recursion depth does not mean there’s no meaningful distinction between regular languages and CFG Yes this I agree. But going back to your argument, claiming that LLMs with a fixed context-window are basically markov chains so they can't do anything useful is reductio ad absurdum in the exact same way as claiming that real-world computers are finite state machines. A more useful argument on the upper-bound of computational power would be along the lines of circuit complexity I think. But even this does not really matter. An LLM does not need to be turing complete even conceptually. When paired with tool-use, it suffices that the LLM can merely generate programs that are then fed into an interpreter. (And the grammar of turing-complete programming languages can be made simple enough, you can encode Brainfuck in a CFG). So even if an LLM could only ever produce programs with a CFG grammar, the combination of LLM + brainfuck executor would give turing completeness. Edit: There was this recent HN article along those lines. https://news.ycombinator.com/item?id=46267862. | ||||||||
| ||||||||