// drip · interactive explainerest. 2026 · no ads · anonymous stats

Drips.

One AI idea at a time, explained with small interactive labs.

A pencil touching paper with a spark
02All drips48 published · 52 indexed
01

Core Concepts

11 entries
02

Architectures

8 entries
03

Agents & RAG

18 entries
01Multi-MCP ArchitectureNew Research: 10 connected MCP servers = ~8K tokens of schemas loaded before your prompt starts. Many-small > one-big, and how to lazy-load.Read02Agent Long-Term MemoryNew Research: Your agent forgets because nobody wrote anything down. Three places to put memory — and why only a temporal store survives a fact that changes.In queue03Eval-Driven DevelopmentNew Research: Prompts are code. The four-stage CI pipeline (local dev → PR check → deploy gate → production monitor) that replaces saturated benchmarks.Read04Verifying AI CodeNew Research: 66% of developers said the same thing — AI code that is almost right. The verification cascade and the four error classes it catches.Read05Harness EngineeringNew Research: 60% of all LLM errors are rate limits, not model errors. The five harness layers that decide reliability.Read06Agentic Context EngineeringNew Research: Why your agent forgets the rules by turn 15 — and the four operations (Write, Select, Compress, Isolate) production teams converged on.Read07Agentic ETLNew Research: What 1,200+ production deployments taught us about putting LLM agents into the extract-transform-load loop — and the two-layer sandwich that survives contact with real data.Read08Build: A Multi-MCP RouterBuild Along: 80 lines, no dependencies. Three small MCP servers, the tool-bloat problem they create together, and the router that fixes it. Companion code to Multi-MCP Architecture.Read09Build: An Eval HarnessBuild Along: the smallest honest eval suite — dataset, system under test, scorers, and a CI gate that exits non-zero below threshold. Companion code to Eval-Driven Development.Read10Build: An Agentic ETL PipelineBuild Along: 70 lines that show the two-layer sandwich — a fuzzy LLM transform wrapped in deterministic validation on both sides. Companion code to Agentic ETL.Read11Build: An AI Code VerifierBuild Along: the generate → verify → feed-failure-back loop in 60 lines. The model writes; the verifier decides. Companion code to Verifying AI Code.Read12HyPA-RAG (Legal AI)New Research: A hybrid, parameter-adaptive RAG system designed specifically for high-stakes legal applications.Read13Agentic RAGWhen RAG gets smart. Learn how adding an autonomous agent loop enables multi-hop reasoning and self-correction.Read14Agentic Hybrid RAGNew Research: Combining GraphRAG and VectorRAG with an autonomous router for scientific literature review.Read15Agentic Design PatternsGoogle Cloud Architecture: From simple prompts to complex multi-agent systems.Read16RAG (Retrieval-Augmented)Give AI an open-book test. Connect LLMs to external knowledge bases for accurate answers.Read17Advanced RAG TechniquesGo beyond basic vector search with Reranking, Hybrid Search, and Query Expansion for production-grade accuracy.Read18The Future of Agentic AIResearch Deep Dive: Why Small Language Models (SLMs) are replacing monolithic LLMs.Read
04

Latest Research

13 entries
01Three Agent Papers, April 2026New Research: Hyperagents (Meta FAIR), Recursive Language Models (MIT), and GMPO (Microsoft / ICLR). Three architectural moves from a single month.In queue02AI OverthinkingNew Research: When models think too much, they often talk themselves out of the correct answer.Read03Latent Reasoning (Coconut)New Research: What if LLMs didn't have to 'think' in words? Explore reasoning directly in continuous latent space.Read04Qwen3 (Unified Thinking)New Research: A single model that can dynamically switch between fast responses and deep reasoning modes.Read05DeepSeekMath (GRPO)New Research: How a 7B model approached GPT-4 math performance by ditching the RL 'Critic' model.Read06Kimi K2 ThinkingNew Research: An open-source thinking agent that interleaves reasoning with tool use (300+ steps).Read07DeepSeek-OCRNew Research: Compressing long documents into highly efficient 2D visual tokens instead of text.Read08CoT MonitoringNew Research: Can AI models learn to hide their dangerous thoughts from safety monitors?Read09Transformer SensitivityNew Research: Why are Transformers so robust? They naturally learn 'low sensitivity' functions.Read10Coherence (Segmentation)New Research: An unsupervised method that uses 'sticky' keywords to find topic boundaries.Read11SFT vs. RL GeneralizationNew Research: Does Supervised Fine-Tuning just memorize while RL actually learns rules?Read12Natural Language AutoencodersNew Research: Anthropic's 2026 method for translating Claude's internal activations directly into human-readable English.Read13RLVR & Process RewardsNew Research: The recipe behind 2026 reasoning models — swap the gameable reward model for a verifier, watch reward hacking vanish, and run it cheaply with GRPO.In queue