Show HN:Agentlearn – AI 代理基礎互動課程

Hacker News·

Hacker News 上推出了一門新的互動課程 Agentlearn,專注於 AI 代理的基礎概念而非特定框架。該課程旨在透過可執行的程式碼沙盒,幫助開發者深入理解核心原理。

Image

I built agentlearn after noticing that most AI agent tutorials focus on frameworks (LangChain, CrewAI) rather than fundamentals. The result is developers who can copy-paste code but struggle when things break.

This is a free, interactive course covering:

The Agent Loop - Why loops matter (think vs. act vs. observe)
Context Engineering - The real skill behind "prompt engineering"
Tools & Function Calling - Bridging text generation to real actions
Memory Systems - Short-term vs. long-term, vector DBs
Protocols - MCP, A2A, and the emerging standards
Production Patterns - Error handling, cost optimization, observability
Each concept has runnable code sandboxes you can step through. The design is intentionally "hand-drawn" to feel less intimidating than typical technical docs.

Tech stack: Vanilla JS + Vite, no framework.

Why no framework? Because understanding fundamentals means understanding what frameworks abstract away. Once you get the core loop, you can use any framework—or build your own.

Feedback welcome! Especially interested in what topics are missing.

Image

Hacker News

相關文章

  1. Show HN:如何建構程式碼代理(免費工作坊)

    8 個月前

  2. 確保代理式AI基礎:無廢話指南 - 第一部分

    4 個月前

  3. Show HN:AI Lint – 教導程式碼代理團隊的標準,而不僅僅是語法

    3 個月前

  4. Show HN:使用AI代理進行生產環境測試

    3 個月前

  5. Show HN:情境工程——建構離線優先 AI 代理的模式

    4 個月前