H
Howardism
Plate II機器翻譯 · machine-translatedENHOWARDISM

什麼是 AI 工具?

PublishedApril 10, 2026FiledEssayReading3 minSourceAI-synthesised

AI 工具的全景概覽與分類

什麼是 AI 工具的插圖

資料來源#

回答#

根據知識庫的內容,「AI 工具」指的是建構在大型語言模型及相關 AI 技術之上,供人們進行實際工作的產品與服務。本 wiki 目前涵蓋 AI 工具的兩個面向:

1. AI 產品與服務(消費者/專業用途)#

Claude(由 Anthropic 開發)是本 wiki 中記錄的主要 AI 產品。它是一個基於 LLM 的助理,用於報告生成、研究及通用推理等任務。

2. AI 驅動的工具鏈(開發者/知識工作者)#

本 wiki 記錄了一類將 LLM 作為更大工作流程中的元件來使用的 AI 工具,而非單純的聊天介面:

  • LLM-as-compiler 管線 — Andrej Karpathy 的架構,其中 LLM 將原始文件逐步編譯為結構化的 wiki。LLM 扮演的是建構工具(編譯器)的角色,而非對話式代理。此管線中的工具包括:

    • Obsidian Web Clipper — 將網頁轉換為 markdown 以供 LLM 處理
    • Q&A Agents — 基於 LLM 的研究工具,可查詢 wiki 並將答案歸檔
    • 搜尋引擎 — 以「vibe coding」方式開發的簡易搜尋,可透過 CLI 或網頁介面使用
    • qmd CLIgithub.com/tobi/qmd)— Elvis Saravia 的變體中用於索引研究論文
  • MCP(Model Context Protocol)工具 — 在 Saravia 的變體中用於建構互動式產出物生成器,可在研究語料庫中產生可探索的視覺化內容。

關鍵區別#

本 wiki 隱含地區分了兩種 AI 工具模式:

  1. AI 即服務 — 像 Claude 這樣的產品,使用者直接與模型互動(聊天、問答)
  2. AI 即基礎設施 — 將 LLM 嵌入自動化管線中的系統,執行結構化工作(編譯、索引、檢查),每個步驟只需最少的人工介入

知識庫本身(這個 Obsidian vault)就是第二種類別的實例 — 它使用 Claude Code 作為編譯器來維護結構化的 wiki。

涵蓋範圍的缺口#

尚未涵蓋的重要 AI 工具類別包括:

  • 圖像/影片生成工具(Midjourney、DALL-E、Sora)
  • Claude Code 以外的程式碼助手(GitHub Copilot、Cursor)
  • 語音/語音 AI(Whisper、ElevenLabs)
  • AI 搜尋引擎(Perplexity、SearchGPT)
  • 開源 LLM 工具鏈(LangChain、LlamaIndex、vLLM)

資料來源#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 1
  • LLM-as-Compiler Knowledge Base

    Karpathy's architecture: LLM incrementally compiles raw docs into a persistent interlinked wiki, replacing RAG with a 4…

Related articles
  • Agent Context Files

    The cross-vendor markdown-as-control-plane pattern: repo-versioned plaintext (CLAUDE.md / AGENTS.md / SOUL.md / WORKFLO…

  • Agent Harness Engineering

    Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…

  • Andrej Karpathy

    Co-founder OpenAI, ex-Tesla AI, Eureka Labs; coined "vibe coding," Software 1/2/3.0, "ghosts not animals," "agentic eng…

  • Claude Code Best Practices

    Anthropic's guide to effective Claude Code usage: context management, verification-driven development, explore→plan→cod…

  • Client-Side Agent Optimization

    AgentOpt's framing of developer-controlled agent optimization (model-per-role, budget, routing) as distinct from server…