Nivå 3 — Advanced

Agentic use and tools

Agentic AI makes independent decisions and performs actions. Learn how Claude can use tools, search the web and solve multi-step problems autonomously.
📅 21.05.2026 👁 60 views 🇳🇴 Les på norsk

What is agentic AI?

Regular Claude use is reactive — you ask, Claude answers. Agentic use is different: Claude gets a goal and makes its own decisions about which steps are needed to reach it. Claude can call tools, evaluate results and adjust course along the way.

💬
Reactive: "What is the weather in Oslo?" → Claude answers from training data.
🤖
Agentic: "Find the weather in Oslo and send me an SMS if it rains." → Claude calls weather API, evaluates the response, calls SMS API if necessary.

How tool use works

💡 Tool use flow:
1. You define tools with name, description and parameters
2. Claude decides if a tool is necessary
3. Claude returns a tool_use call with parameters
4. You execute the call and return the result
5. Claude uses the result in its final answer

Security for agentic use

⚠️ Important security rules:
— Never let the agent perform irreversible actions without confirmation
— Limit which systems the agent has access to
— Log all tool calls for auditability
— Set maximum limits for number of iterations
— Always test in a sandbox environment before production
"An agent that can do everything is dangerous. An agent with precise tools and clear boundaries is powerful." — On responsible agentic design
Release the old and let the new come in.
— Florence Scovel Shinn

🎯 Test your knowledge

Test yourself — completely optional, but fun! 🎯

Question 1 of 3

Question 1 of 3

What is the main difference between reactive and agentic AI use?

Reactive AI answers questions. Agentic AI gets a goal and makes its own decisions about which steps and tools are needed to reach it.

Question 2 of 3

Question 2 of 3

What are the five steps in the tool use flow?

Define tools → Claude decides if tool needed → Claude returns tool_use call → you execute the call → Claude uses the result.

Question 3 of 3

Question 3 of 3

What is the most important security rule for agentic use?

Never let the agent perform irreversible actions without confirmation — and always limit which systems the agent has access to.
Share:

Read also