Multi-Tool Problem Solver¶
Difficulty: Intermediate
Time: 60 minutes
Learning Focus: Tool combinations, complex problem-solving
Module: agent
Overview¶
Challenge the agent to solve complex problems that require using multiple tools together in creative ways.
Instructions¶
- Launch the agent using
hands-on-ai agent interactive
- Create 3 multi-step problems that each require at least 2 different tools. For example:
- "If I drive 65 miles at 55 mph, then walk 3 kilometers, how many minutes will my journey take in total?"
- "I need to mix a solution that's 35% acid. If I have 200ml of 50% acid solution, how much water should I add?"
- "A recipe needs 2 cups of flour for 12 cookies. If I want to make 30 cookies but measure in grams, how much flour do I need?"
- For each problem, ask the agent to explain its reasoning step by step
- Identify which tools were used to solve each problem
- Document any creative or unexpected approaches the agent took
Extension Ideas¶
- Create a scavenger hunt with clues that require different tools to solve
- Design a multi-stage problem where each answer leads to the next question
- Challenge the agent with a problem where the most obvious tool isn't the best approach