具身AI – 結合RAG與MCP:知與行

具身AI – 結合RAG與MCP:知與行

Hacker News·

本文介紹了具身AI(Agentic AI),它結合了用於知識獲取的檢索增強生成(RAG)與用於執行動作的模型上下文協議(MCP),使AI不僅能「知」,還能「行」。

Agentic AI - RAG Agents with MCP: Know and Do

Kabui, Charles

2026-01-05

RAG, retrieval-augmented-generation, agentic-ai, model-context-protocol, MCP

Table of Contents

Other Formats

Image

Image

RAG in AI stands for Retrieval-Augmented Generation. It is a technique that gives AI models access to external information so it can answer questions more accurately. This because a model trained in 2023 doesn’t know the details of events that happened in 2024. The key word here is “Know”.

Agentic AI doesn’t just know, it can do, it has agency! It uses a reasoning loop (like ReAct or Chain-of-Thought) to figure out what it needs to do. Agentic AI can use RAG to look up information it doesn’t know (Agentic RAG), and then use that information to take actions or make decisions. Using MCP (Model Context Protocol), an agent AI is able to act on its knowledge that it has acquired either from its training data or from RAG lookups. The key word here is “Know” and “Do”.

For example, a customer support AI could work like this:

With RAG: It reads the company policy to see if a refund is allowed.

With MCP: It securely connects to the payment processor to issue the refund.

So, whats MCP?

Model Context Protocol (MCP) is an open-source, standardized communication framework designed to connect AI models (LLMs) to external tools, data, and systems

Disclaimer: For information only. Accuracy or completeness not guaranteed. Illegal use prohibited. Not professional advice or solicitation. Read more: /terms-of-service

Reuse

Citation

Terms of Service

License

Image

Hacker News

相關文章

  1. 學習 Agentic AI 的入門指南

    7 個月前

  2. MCP 與 RAG 比較:資料工程師與 AI 建構者的實用指南

    8 個月前

  3. MCP與AI的未來

    6 個月前

  4. 研究的MCP:如何將AI連接到研究工具

    Huggingface · 8 個月前

  5. ChatGPT 提供答案,自主式 AI 做出決策

    3 個月前