{
  "_license": "CC-BY-4.0",
  "_license_url": "https://creativecommons.org/licenses/by/4.0/",
  "_attribution": "Data from AgentSpot (https://agentspot.dev). Facts are not copyrightable; the compiled dataset is offered under CC-BY-4.0.",
  "api_version": 2,
  "generated": "2026-09-23T19:43:52.582Z",
  "category": "learn",
  "count": 8,
  "listings": [
    {
      "id": "education/ai-agent-book",
      "name": "ai-agent-book",
      "category": "education",
      "description": "A complete open-source book on agent engineering — 'Understanding AI Agents in Depth: Design Principles and Engineering Practice' by Li Bojie — publishing the full text, compiled PDF, and per-chapter companion code.",
      "url": "https://agentspot.dev/learn/ai-agent-book/",
      "repo_url": "https://github.com/bojieli/ai-agent-book",
      "website_url": null,
      "license": "Apache-2.0",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 50287,
      "downloads": null,
      "popularity_score": 72.25,
      "unranked": false,
      "growth": {
        "stars_delta": 2814,
        "stars_pct": 6,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "agent",
        "agent-memory",
        "ai-agent",
        "book",
        "coding-agent"
      ],
      "first_listed": "2026-08-15",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/generative-ai-for-beginners",
      "name": "generative-ai-for-beginners",
      "category": "education",
      "description": "Microsoft's 21-lesson course teaching the fundamentals of building generative-AI applications, from prompting to building agents.",
      "url": "https://agentspot.dev/learn/generative-ai-for-beginners/",
      "repo_url": "https://github.com/microsoft/generative-ai-for-beginners",
      "website_url": null,
      "license": "MIT",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 120351,
      "downloads": null,
      "popularity_score": 69.97,
      "unranked": false,
      "growth": {
        "stars_delta": 478,
        "stars_pct": 0.4,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "education",
        "course",
        "microsoft"
      ],
      "first_listed": "2026-07-13",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/learn-claude-code",
      "name": "learn-claude-code",
      "category": "education",
      "description": "A from-scratch tutorial that builds a nano Claude Code-style agent harness — 'Bash is all you need' — teaching the agent loop by implementing one.",
      "url": "https://agentspot.dev/learn/learn-claude-code/",
      "repo_url": "https://github.com/shareAI-lab/learn-claude-code",
      "website_url": "https://learn.shareai.run",
      "license": "MIT",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 77494,
      "downloads": null,
      "popularity_score": 67.89,
      "unranked": false,
      "growth": {
        "stars_delta": 602,
        "stars_pct": 0.8,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "agent",
        "agent-development",
        "ai-agent",
        "claude",
        "claude-code"
      ],
      "first_listed": "2026-08-19",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/ai-agents-for-beginners",
      "name": "AI Agents for Beginners",
      "category": "education",
      "description": "Microsoft's 18-lesson course on building AI agents, each lesson pairing a written explanation with runnable notebooks — covering agentic design patterns, tool use, planning, multi-agent systems, and production concerns.",
      "url": "https://agentspot.dev/learn/ai-agents-for-beginners/",
      "repo_url": "https://github.com/microsoft/ai-agents-for-beginners",
      "website_url": "https://aka.ms/ai-agents-beginners",
      "license": "MIT",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 75496,
      "downloads": null,
      "popularity_score": 67.73,
      "unranked": false,
      "growth": {
        "stars_delta": 622,
        "stars_pct": 0.8,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "ai-agents",
        "course",
        "agentic-ai",
        "tutorial"
      ],
      "first_listed": "2026-09-03",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/huggingface-agents-course",
      "name": "Hugging Face Agents Course",
      "category": "education",
      "description": "Hugging Face's free course on agents, running from first principles through building and evaluating your own — with hands-on units, a certification track, and coverage of several frameworks rather than one vendor's.",
      "url": "https://agentspot.dev/learn/huggingface-agents-course/",
      "repo_url": "https://github.com/huggingface/agents-course",
      "website_url": "https://huggingface.co/learn/agents-course",
      "license": "Apache-2.0",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 32802,
      "downloads": null,
      "popularity_score": 62.65,
      "unranked": false,
      "growth": {
        "stars_delta": 220,
        "stars_pct": 0.7,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "course",
        "agents",
        "agentic-ai",
        "huggingface"
      ],
      "first_listed": "2026-09-03",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/genai-agents",
      "name": "GenAI Agents",
      "category": "education",
      "description": "A large collection of agent tutorials, each a self-contained notebook implementing one technique — from a basic conversational agent up through multi-agent orchestration, memory, and evaluation.",
      "url": "https://agentspot.dev/learn/genai-agents/",
      "repo_url": "https://github.com/NirDiamant/GenAI_Agents",
      "website_url": "https://diamant-ai.com",
      "license": "Other (see repo)",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 24366,
      "downloads": null,
      "popularity_score": 60.35,
      "unranked": false,
      "growth": {
        "stars_delta": 72,
        "stars_pct": 0.3,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "ai-agents",
        "tutorial",
        "agentic-ai",
        "notebooks"
      ],
      "first_listed": "2026-09-03",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/anthropic-courses",
      "name": "Anthropic Courses",
      "category": "education",
      "description": "Anthropic's own teaching material as runnable notebooks — prompt engineering, tool use, retrieval, and evaluation — written against the Claude API but largely transferable to other models.",
      "url": "https://agentspot.dev/learn/anthropic-courses/",
      "repo_url": "https://github.com/anthropics/courses",
      "website_url": null,
      "license": "Other (see repo)",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 22857,
      "downloads": null,
      "popularity_score": 59.71,
      "unranked": false,
      "growth": {
        "stars_delta": 18,
        "stars_pct": 0.1,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "course",
        "prompt-engineering",
        "tool-use",
        "evaluation"
      ],
      "first_listed": "2026-09-03",
      "last_verified": "2026-09-23",
      "editorial_note": "Archived by Anthropic in September 2026. The notebooks remain readable and runnable; Anthropic's maintained courses now live at Anthropic Academy (anthropic.skilljar.com).",
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    },
    {
      "id": "education/agents-towards-production",
      "name": "Agents Towards Production",
      "category": "education",
      "description": "Code-first tutorials on the parts of agent work that come after the demo: deployment, observability, evaluation, cost control, and security — organised as independent chapters you can take in any order.",
      "url": "https://agentspot.dev/learn/agents-towards-production/",
      "repo_url": "https://github.com/NirDiamant/agents-towards-production",
      "website_url": "https://diamant-ai.com",
      "license": "Other (see repo)",
      "package": null,
      "install": null,
      "can_run_locally": null,
      "is_mcp_server": false,
      "open_source": true,
      "first_party": false,
      "derivative_of": null,
      "github_stars": 21487,
      "downloads": null,
      "popularity_score": 59.34,
      "unranked": false,
      "growth": {
        "stars_delta": 32,
        "stars_pct": 0.1,
        "downloads_pct": null,
        "window_days": 7,
        "as_of": "2026-09-21"
      },
      "tags": [
        "ai-agents",
        "production",
        "tutorial",
        "observability"
      ],
      "first_listed": "2026-09-03",
      "last_verified": "2026-09-23",
      "editorial_note": null,
      "sponsored": {
        "active": false,
        "label": "Sponsored",
        "start_date": null,
        "end_date": null
      },
      "tier": "standard",
      "curation": null
    }
  ]
}