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. |
|
Demystifying evals for AI agents
Anthropic
|
Agent-evaluation learning resource | Intermediate to advanced | Product and engineering teams designing practical evaluations for multi-turn, tool-using agents. |
|
Claude and the ART enzyme system explained
Anthropic
|
AI-assisted science explainer | Intermediate | Anthropic reported ART on September 23, 2026. Use this explainer to separate what its agents found, what the lab confirmed, and what remains a hypothesis. |
|
Introducing the Agents API
OpenAI
|
Managed agent API launch and guide | Intermediate to advanced | You want OpenAI's September 10, 2026 launch guide for building long-running cloud agents with the managed Codex harness, context compaction, tool search, multi-agent delegation, and your choice of hosted or self-managed sandbox. |
|
Modernizing complex legacy code with AI agents
Mistral AI
|
Agent migration case study | Intermediate to advanced | You want Mistral's September 9, 2026 field report on migrating 40,000 lines of Fortran 77 to C++, including a parity harness built before migration, agent-generated documentation, planner-coder-tester-reviewer workflows, and the human checkpoints needed for maintainable results. |
|
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. |