Live data from Hacker News

RAG vs. Skill vs. MCP vs. RLM

blog.alexewerlof.com

1–2 of 2 posts

Re: RAG vs. Skill vs. MCP vs. RLM

#2
Good taxonomy but in practice these compose more than they compete I think..

Production agent stacks already layer MCP for tool access on top of RAG for context retrieval, with RLM-style orchestration wrapping the whole thing. The question nobody answered cleanly to me yet is which layer owns state. I wrote about this decomposition (1) and RAG's specific failure mode with sequential data (2).

(1) https://philippdubach.com/posts/dont-go-monolithic-the-agent...

(2) https://philippdubach.com/posts/beyond-vector-search-why-llm...