Community
School of AI Automation
Beginner to intermediate
Use this when you want School of AI Automation's material for ai agents and related AI skills.
AI educator
School of AI Automation
Skool community aimed at people who want reliable AI agent systems and their first clients without starting as engineers.
Start with: Use the roadmap to define one sellable workflow and one target client before building.
Community
Beginner to intermediate
Use this when you want School of AI Automation's material for ai agents and related AI skills.
SMB owners, aspiring AI agency owners, freelancers should start here when they need ai agents, client acquisition, templates, and automation systems. The strongest fit is a learner who wants material in these formats: community, guides, videos.
Use the roadmap to define one sellable workflow and one target client before building. After that, open one related resource below and write down the exact workflow, concept, or implementation pattern you want to apply.
Skool community aimed at people who want reliable AI agent systems and their first clients without starting as engineers. Use this profile when you are comparing educators by topic, level, format, and practical usefulness rather than browsing random AI content.
Compare the skill coverage, the starting recommendation, the educator's own resources, and any videos when available. If you need ai agents, search the directory for that skill and shortlist three profiles before committing to a course, book, or playlist.
| Resource | Kind | Level | Use when |
|---|---|---|---|
|
Microsoft AI Agents for Beginners
Microsoft
|
GitHub repo | Beginner to intermediate | You want a structured agent learning path with code. |
|
How To Make Codebases AI Agents Love
Matt Pocock
|
Guide | Intermediate | You want to improve a codebase so AI agents can navigate it, run checks, make smaller changes, and recover from mistakes more reliably. |
|
AI Agents in LangGraph
DeepLearning.AI
|
Short course | Intermediate | You want a focused course on building stateful AI agents and agent workflows with LangGraph. |
|
Evaluating AI Agents
DeepLearning.AI
|
Short course | Intermediate | You need to test, trace, and improve agent workflows instead of judging only single LLM responses. |
|
How to Evaluate AI Agents
Hugging Face Community
|
Evaluation guide | Intermediate | You need a practical evaluation plan built around representative tasks, controlled environments, observable traces, outcome and constraint metrics, repeated trials, and production failures turned into regression tests. |
|
OpenAI Sandbox Agents
OpenAI
|
Guide | Intermediate to advanced | You need the official beta guide to giving Python or TypeScript Agents SDK workflows isolated files, commands, packages, ports, snapshots, and resumable state while keeping the agent harness and sensitive control-plane work outside the execution container. |
|
OpenAI Tool search
OpenAI
|
Guide | Intermediate to advanced | Your agent has a large function, namespace, or MCP catalog and you want GPT-5.4 or later models to load only the tool definitions needed at runtime, reducing context use while preserving prompt-cache efficiency. |
|
Mistral Agentic Search
Mistral AI
|
Guide | Intermediate to advanced | You want Mistral's official August 20, 2026 explanation of multi-step retrieval that lets an agent search, open, navigate, read, and grep complex documents instead of relying on one-shot top-k RAG. |
|
API Builder Bootcamp
OpenAI
|
Official bootcamp | Intermediate | You want OpenAI's current five-part builder curriculum covering API foundations, agents, realtime, RAG, and production optimization with one public syllabus. |
|
OpenAI Agents SDK models and providers
OpenAI
|
Guide | Intermediate | You are wiring agents across OpenAI and external providers and need the official model-selection and provider-behavior guide instead of inferring capabilities from scattered examples. |
|
OpenAI Agents SDK
OpenAI
|
Guide | Intermediate | You are moving past one-off calls and need application-owned orchestration, tools, approvals, and state. |
|
OpenAI Evaluate agent workflows
OpenAI
|
Guide | Intermediate | You need the current OpenAI path for tracing, grading, and regression-testing agent workflows instead of only single-prompt evals. |