Learn AI Agents
In-depth tutorials for Claude Code, OpenClaw, and the agentic ecosystem
LangChain Masterclass: Zero to Production AI Applications
A comprehensive 30-lesson tutorial from LangChain fundamentals through intermediate chain orchestration to advanced Agent architectures, unified by a full-stack "Intelligent Support Knowledge Base" capstone project. Covers LCEL, RAG, Tool Calling, LangGraph, LangSmith, streaming, production deployment, and more.
LangGraph Masterclass: From Control Flows to Complex Workflows
Born to tame unpredictable LLM applications! This 30-lesson series takes you from basic concepts deep into the LangGraph framework, mastering Nodes, Edges, State, and Multi-Agent patterns via a Capstone project: "The AI Content Agency".
n8n Masterclass: From Automation Workflows to Multi-Agent Orchestration
Break the stereotype of n8n as a simple Zapier alternative. Dive deep into the fastest-growing open-source automation platform (50K+ GitHub Stars). This 30-lesson tutorial unfolds a comprehensive map covering basic node logic, data transmission, to native RAG pipelines, MCP protocol integrations, and enterprise-grade Supervisor-Worker architectures.
Antigravity Masterclass: Building Autonomous Agentic Teams
Break the chat-bot coding paradigm and enter the era of system-level Agentic Development. Master how to embed the using-superpowers skill and planning-with-files long-term memory into your repository to build self-healing, self-planning AI programmer pipelines. Real-world project: Building a Time Management System with deep Google Calendar integration.
Google Gemma Masterclass: Deployment, Fine-Tuning & Agent Integration
Master Google Gemma open-weight models from scratch — covering local deployment, Ollama inference, LoRA fine-tuning, multimodal applications, and deep integration with AI Agent toolchains like Hermes Agent.
Dify 全攻略:从零到生产级 LLM 应用开发
# Dify 全攻略:从零到生产级 LLM 应用开发 Dify 是由 LangGenius 团队打造的开源 LLM 应用开发平台,在 GitHub 上拥有超过 136K Star。它以直观的可视化界面,将 AI Workflow 编排、RAG 知识库管理、Agent 智能体构建、模型管理与 LLMOps 可观测性融于一体,让你从原型到生产只需要拖拽和配置。 本教程共 30 期,分为 6 大模块,从零基础安装部署一直到企业级高可用生产架构,每期配有丰富的代码示例和 Mermaid 架构流程图。 ### 你将学到什么? - **入门部署**:Docker Compose 一键部署、源码开发环境搭建、多模型 Provider 接入 - **Workflow 编排**:可视化画布、LLM 节点、条件分支、代码节点、HTTP 请求、Chatflow 多轮对话 - **RAG 知识库**:文档导入分段、检索策略精调、企业知识问答系统实战 - **Agent 智能体**:Function Calling / ReAct、自定义工具、MCP Server、多 Agent 协作 - **发布与运维**:RESTful API 开发、Langfuse 可观测性集成、Kubernetes 高可用部署 - **综合实战**:智能客服系统、自动化内容生产线、Plugin 开发与 Marketplace 发布
OpenClaw Masterclass: From Installation to Production-Grade AI Agent Runtime
Master the full capabilities of the self-hosted AI Agent runtime OpenClaw from scratch. 40-episode tutorial covering installation, CLI commands, permissions, Skill & Plugin development, Telegram/Discord integration, multi-Agent orchestration, Memory systems, AgentMail, MCP ecosystem, and VPS deployment.
极客神作:Karpathy Autoresearch 全面实战教程
# 极客神作:Karpathy Autoresearch 全面实战教程 欢迎来到 Autoresearch 实战特训! > *曾经,前沿 AI 研究是由“碳基程序员”在吃饭、睡觉之余敲代码,并在小组会议中交流完成的。那个时代已经一去不复返。现在的研究已经完全是 AI 智能体蜂群的领域。 —— @karpathy, 2026 年 3 月* AI 大神 Andrej Karpathy 开源的 **Autoresearch** 项目是一场思想实验级的震撼尝试:给一个 AI Agent 塞一个小巧却纯粹的 LLM 训练沙盒,让它在**5分钟定长的预算时间**里通宵达旦地训练、评估并自主修改模型代码(修改 `train.py`)。你醒来的时候,大概率已经收获了一个更小的 Validation 损失(BPB),以及一段你甚至自己都不太能看懂的新型架构代码! 本课程分为 5 大章节: 1. **什么是 Autoresearch?(概念与全景)** 2. **环境准备与一键极速安装(Quick Start)** 3. **核心架构剖析(三个决定性文件)** 4. **自动化寻优循环实战(Running the Agent)** 5. **进阶探索 - 平台适配与小算力微调指南(Forks & Tuning)** 完成本教程后,你可以让任意编程大模型(如 Claude 3.5 Sonnet / Claude Code等)接管你那吃灰的 GPU,开始进行全自动智能变现!
Claude Code Mastery: The Ultimate Masterclass
From beginner to expert, master Claude Code: the most powerful AI-native auto-programming engine residing right in your terminal. It's not just a chat bot—it's an autonomous AI employee capable of reading files, debugging errors, and completing the deployment loop.
OpenCLI Masterclass: Make Any Website Your CLI
Master OpenCLI, the revolutionary CLI Hub and AI-native runtime by jackwener. Transform any website or desktop app into a standardized CLI for AI agents to use.
Claude Code Mastery: The Ultimate Masterclass
A 5-part essential tutorial taking you through Multica, the open-source platform that transforms ordinary LLMs into true AI team members capable of receiving tickets, acting autonomously, reporting blockers, and evolving skills.
Hermes Agent Hands-On Guide
Master the self-improving AI agent by NousResearch from scratch — covering installation, the Skills system, Memory, multi-model switching, and messaging gateway integration.