Earlier quoted context omitted.
But the Tower of Hanoi can be solved without "tools" by humans, simply by understanding the problem, thinking about the solution, and writing it out. Having the LLM shell out to a Python example that it "wrote" (or rather, "pasted" since surely a Python solution to the Tower of Hanoi was part of its training set) is akin to a human Googling "program to solve Tower of Hanoi", copy-pasting and running the solution. Yes…
LLMs are perfectly capable of writing code to solve problems that are not in their training set. I ask LLMs to write code for niche problems that you won't find answers to just by Googling all the time. The LLMs usually get it right.
Seven replies to the viral Apple reasoning paper and why they fall short
311–320 of 331 posts
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#312Earlier quoted context omitted.
Please don't do this here.
I think it's pretty important to know not to literally join a cult.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#313Earlier quoted context omitted.
> The average human is useless for pretty much everything but capable of learning to perform almost any task But only the limited number of tasks per human. > Or perhaps AGI should be able to reach the level of an experienced professional in any task. Even if it performs just better than untrained human but on any task this will be superhuman level. As no human can do it.
The G in AGI stands for "general", not for "superhuman". An intelligence that can't learn to perform information processing and decision-making tasks people routinely do does not seem very general to me.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#314Earlier quoted context omitted.
If we're talking about solving an equation, for example, it's not hard to memorize. Actually, that's how most students do it, they memorize the steps and what goes where[1]. But they don't really know why the algorithm works the way it does. That's what I meant by understanding. [1] In learning psychology there is something called the interleaving effect. What it says is that you solve several problems of the same ki…
Yes, tests fail in this method. But I think you can understand why the failure is larger when we're talking about a giant compression machine. It's not even a leap in logic. Maybe a small step
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#315Re: Seven replies to the viral Apple reasoning paper and why they fall short
#316Earlier quoted context omitted.
I don't think the first is true at all, unless you imagine some powerful oracle tools. I think the second is interesting for comparing models, but not interesting for determining the limits of what models can automate in practice. It's the prospect of automating labour which makes AI exciting and revolutionary, not their ability when arbitrarily restricted.
Search is already a pretty powerful oracle to defer an answer to a human and is a common tool most AI use today. What current models can automate is not what the paper was trying to answer.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#317Earlier quoted context omitted.
I don't think the first is true at all, unless you imagine some powerful oracle tools. I think the second is interesting for comparing models, but not interesting for determining the limits of what models can automate in practice. It's the prospect of automating labour which makes AI exciting and revolutionary, not their ability when arbitrarily restricted.
Isn't the point of automating labour though to automate that which is not/was already not automated? It would draw on many previously written examples of algorithms to write the code for solving Hanoi. To solve a novel problem with tool use, one needs to work sequentially while staying on task, notice where you've gone wrong, and backtrack. I don't want to overstate the case here, I'm sure there is work where there's…
There's a more substantial savings to be had in research scenarios. The AI can read more and synthesize more, and faster, than I can on my own, and provide references for checking correctness.
I'm not confident enough to say that the approaches being taken now have a hard stopping point any time soon or are inherently bound to a certain complexity.
Human minds can only cope with a certain complexity too and need abstraction to chunk details into atomic units following simpler rules. Yet we've come a long way with our limited ability to cope with complexity.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#318Earlier quoted context omitted.
But the Tower of Hanoi can be solved without "tools" by humans, simply by understanding the problem, thinking about the solution, and writing it out. Having the LLM shell out to a Python example that it "wrote" (or rather, "pasted" since surely a Python solution to the Tower of Hanoi was part of its training set) is akin to a human Googling "program to solve Tower of Hanoi", copy-pasting and running the solution. Yes…
> But the Tower of Hanoi can be solved without "tools" by humans, simply by understanding the problem, thinking about the solution, and writing it out. The paper doesn't give any evidence humans are able to do this. And I honestly find it very implausible. Even Gary Marcus admits in (1) that humans would probably make mistakes.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#319> Puzzles a child can do Certainly, I couldn't solve Hanoi's towers with 8 disks purely in my mind without being able to write down the state of every step or having a physical state in front of me. Are we comparing apples to apples?
Writing things down and reading them back is quite literally the only thing LLMs do.
Re: Seven replies to the viral Apple reasoning paper and why they fall short
#320> Puzzles a child can do Certainly, I couldn't solve Hanoi's towers with 8 disks purely in my mind without being able to write down the state of every step or having a physical state in front of me. Are we comparing apples to apples?
Why without writing down each step? Would you be able to solve it writing each step required in sequence? Thinking between each one? Pretty sure i could, isn't that closer to an LLM?