Agent 101

LLM vs. LLM-with-tools — same model on both sides, the only difference is the agent loop on the right. Watch what happens on questions the LLM can't answer from memory.

Built for CS 203 at IIT Gandhinagar · companion Colab

Model

Try an example — click a pill to auto-run it:

🚫 Without tools

Plain LLM — no calculator, no weather, no notes.

🛠️ With tools (agent loop)

Same model, but it can call functions.