Getting Started with AI
Learn what AI can do beyond just chatting. See how AI can complete tasks for you, step by step.
Progress: 0% complete
Start Course
6 lessons
1
What is a Self-Invoked Agent?
Learn the difference between chatbots and automated task agents
Not started→ Understand trigger → goal → tools → result flow
2
The Agent Loop
Observe → Decide → Act → Check Done
Not started→ Step through a complete agent execution cycle
3
Tools Make Agents Capable
Agents use tools to interact with systems
Not started→ See how listFiles, writeNote, and sendPing work
4
How Agents Get Triggered
Schedule, events, or manual runs
Not started→ Compare cron, webhook, and manual trigger types
5
Build Your First Agent
Create a complete agent from scratch
Not started→ Watch your agent think, call tools, and complete a task
6
Making Agents Durable
State management, retries, and stop conditions
Not started→ Export a production-ready agent configuration