← context-v

memopop-ai Draft v 0.0.0.1 context-v/explorations/Separating-Retrieval-from-Generation-in-Agent-Pipelines.md

Separating Retrieval from Generation in Agent Pipelines

When the same LLM agent both searches the web and writes the prose that cites those searches, it can't help fabricating URLs. This is not a bug — it's the predictable failure mode of asking one cognitive process to do two different jobs. Here's the agent topology that makes citation hallucination structurally impossible.

  • Agent-Topology
  • Retrieval-Augmented-Generation
  • Hallucination
  • Source-Quality
  • Citation-Discipline
  • LangGraph
  • MemoPop
  • Architecture