Tag

RAG

Retrieval-augmented generation

AI Systems

AI Research & Fact-Checking System

A research agent that decomposes a claim, gathers evidence from multiple sources, cross-checks agreement between them, and refuses to answer when the evidence is thin.

AdvancedDifficulty: Advanced~20h buildPython · LangGraph · Claude API
VideoCode
AI Systems

RAG Evaluation Lab

Most RAG systems are tuned by vibes. This is a reproducible harness that measures retrieval and generation separately, so you can see which half is failing.

IntermediateDifficulty: Intermediate~12h buildPython · Ragas · DuckDB
Code
Evaluation

Six RAG Chunking Strategies Compared

Fixed, recursive, semantic, structural, sentence-window and parent-document chunking measured on retrieval recall across three corpora.

IntermediateDifficulty: IntermediatePython · Ragas · pgvector
Notebook
AI Engineer Lab

Why Your RAG Evaluation Is Wrong

Most RAG evaluations measure the wrong thing, on the wrong data, with a judge that rewards the wrong behaviour. Here is what to measure instead.

IntermediateDifficulty: Intermediate3 min readPython · Ragas · OpenAI API
Video
AI & LLMFree

RAG Chunking Calculator

Work out how many chunks a corpus produces, what retrieval depth fits your context window, and what indexing will cost.

840 runs
ChecklistsFree

RAG Evaluation Checklist

A one-page checklist covering the four measurement mistakes that make a worse RAG system look better.

270 downloads
Email required