ChanlChanl
Blog/Tags/retrieval

retrieval

Browse 7 articles tagged with “retrieval”.

Articles tagged “retrieval

7 articles

Knowledge graph visualization showing entities connected by relationship edges, with a CX agent querying across multiple hops
Knowledge & Memory·13 min read

When vector search fails: GraphRAG for complex CX agent queries

Flat vector search breaks on multi-hop CX queries like 'what discount applies to premium customers in California who signed up before 2024?' GraphRAG uses a knowledge graph to answer these correctly.

Read More
A developer reviewing a context pipeline diagram for a customer experience AI agent
Learning AI·15 min read

Context engineering for reliable CX agents

Context engineering is the discipline of deciding what information your AI agent sees, when it sees it, and how it's formatted. Here's how to apply it to production CX systems.

Read More
A CX engineer reviewing latency dashboards on a laptop in a warm, naturally lit office
Knowledge & Memory·8 min read

Your Agent's Context Window Is RAM, Not Storage

Most agent failures trace back to one mistake: treating the context window like a database. Here's the RAM model that fixes attention dilution, latency spikes, and ballooning costs.

Read More
Person examining a translucent board with connected note cards, verifying links between them
Testing & Evaluation·16 min read read

Memory bugs don't crash. They just give wrong answers.

Memory bugs don't crash your agent. They just give subtly wrong answers using stale context. Here are 5 test patterns to catch them before customers do.

Read More
Person examining a branching diagram of document retrieval paths
Knowledge & Memory·12 min read

The RAG You Built Last Year Is Already Outdated

RAG has branched into 5 distinct architectures: Self-RAG, Corrective RAG, Adaptive RAG, GraphRAG, and Agentic RAG. Here's when to use each and how to choose.

Read More
Person examining documents through a magnifying glass
Knowledge & Memory·7 min read

Your RAG Returns Wrong Answers. Upgrading the Model Won't Help

Most RAG quality problems are retrieval problems, not model problems. Bad chunking, wrong embeddings, and missing re-ranking cause more hallucinations than model capability gaps.

Read More
Illustration of an AI agent navigating branching knowledge paths across interconnected document nodes
Learning AI·18 min read

Your RAG Pipeline Is Answering the Wrong Question

Naive RAG scores 42% on multi-hop questions. Agentic RAG hits 94.5%. The difference: letting the agent decide what to retrieve, when, and whether the results are good enough. Build both in TypeScript and Python.

Read More

Learn Agentic AI

Weekly. Patterns for shipping agents that work. MCP, scorecards, regression tests, prompts, model comparisons.

500+ builders subscribed