A chatbot doesn't calculate — it predicts likely text. So when you ask it big arithmetic, it often blurts out a number that looks right but is wrong. The fix is wild: let it call a real calculator and read back the exact answer. Let's watch both brains go head-to-head.
Type two numbers (try 3–4 digits each). The 🧠 left brain just guesses like a chatbot doing mental math. The 🛠️ right brain notices it's math and calls a calculator tool. Hit Run and compare!
Change the numbers and run again — try many! Big numbers make the guesser fail hardest.
"I'll just predict the answer…"
Tap a monster problem. It loads into the two brains above and runs. Watch how far off the guessing brain is — the bigger the math, the bigger the miss.
For each job, decide: can the LLM just do it alone, or does it need a tool? Language and creativity = alone. Exact math = tool. Get 3 of 4 right to earn the final badge!
Our two-brain toy is the tiny version. Here's how "let the model use tools" grew from a hack into whole agent systems:
Ask and pray the answer was in its training. ✅ Fast, no setup. ⚠️ Big or fresh math is guessed — confidently wrong, no way to check.
The model calls a calculator and reads back the exact result. ✅ Perfect math. ✅ You can see the call. ⚠️ Someone has to wire up each tool.
Calculator, code runner, web search, databases — an agent chains many tools in a loop to finish a job. ✅ Super capable. ⚠️ More tools = more ways to go wrong.
You learned the big secret: a chatbot predicts text, it doesn't calculate — so big math fools it. The fix is tool use: let the model call a real calculator (or code, or search) and read back the exact answer. That's the leap from "chatbot" to agent.