Agentic AI Workflows
See how AI agents actually work.
Watch the trace unfold.
A demo platform for live talks and workshops showing agent behavior visible — patterns, tool calls, code execution, and orchestration.
What's Inside
Patterns
Agent behavior patterns from simple tool calls to full orchestration.
Domains
Investing with live market data. IT Architecture with simulated infrastructure.
Scenarios
Pre-recorded demos that replay without an API key, plus live mode.
The Complexity Ladder
Tool Calling
Give the LLM access to real data instead of letting it hallucinate.
ReAct
The agent reasons step by step, calling tools as it goes.
CodeAct
The agent writes and runs Python to solve problems no pre-built tool can handle.
Orchestration
Combines all patterns — the agent decides which approach to use for each part.
Investing
Stock analysis, portfolio management, and financial calculations using live Yahoo Finance data.
🔧 Tool Calling
1 stepThe foundation. The LLM calls a tool to get real data instead of hallucinating. One question, one tool call, one answer.
💭 ReAct
1 stepThe agent thinks step by step. It fetches data, reasons about it, fetches more if needed, and builds up to an answer. You see the reasoning chain.
💻 CodeAct
1 stepThe agent writes and executes Python code on the fly. No pre-built tool needed — it generates the calculation dynamically.
🔧 Orchestration
4 stepsThe full picture. The agent plans the analysis, fetches data with Tool Calling, reasons with ReAct, calculates with CodeAct, and synthesizes a recommendation.
IT Architects
Technology evaluation, system design, capacity planning, and architecture decisions.
🔧 Tool Calling
1 stepThe LLM queries live infrastructure data — service metrics, dependency health, deployed resources. One question, one tool call, one answer.
💭 ReAct
1 stepThe agent diagnoses issues and evaluates compliance by pulling metrics from multiple sources, reasoning about what it finds, and iterating until it has the full picture.
💻 CodeAct
1 stepThe agent writes Python to calculate infrastructure metrics — capacity planning, cost estimation, availability SLAs. No pre-built calculator needed.
🔧 Orchestration
4 stepsAll patterns combined. The agent plans the investigation, queries infrastructure and compliance data, computes risk scores, and synthesizes a full report.
How It Works
Each workflow has pre-recorded demo scenarios that replay without an API key. For live mode, paste your Anthropic API key to run real Claude calls.