Earlier quoted context omitted.
That one's cool. It started out wrong, so I just kept asking it "You sure?" until it decide to break out the calculator (Python). After that it's answer didn't change anymore and it was very sure. I tried again, in another chat with different numbers. And got the same pattern, and a message that my data analysis limit was exceeded. I guess that's why it doesn't always break out the calculator. In very limited testing…
Out of curiosity I went a bit deeper on this. I didn't expect it could do this without a calculator, because of the nature of the technology. But I still wanted to see what it would do. So I asked it: > Me: I have these two numbers: 3452346 and 343424. Can you multiply them exactly, but without using Python or another calculator? I proceeded to breakdown the smaller number in 300,000 + 40,000 + 3,000 + 400 + 20 + 4 a…
Both humans and LLMs fail to multiply those numbers in their heads.
Some people can multiply them using a special algorithm. Either for mind or for pen and paper. Your example shows that LLM knows some of those tricks and can carry out the task using "pen and paper" (context in this case).
Both humans and LLMs are able to do that multiplication correctly using a calculator.