RAG

Filed under

5 posts

Prompt Injection via Your Own Docs: The RAG Attack Surface

Your knowledge base is untrusted input. Retrieval hands attacker-authored text to the model, so the control that pays off is scanning at ingestion time.

Jul 04, 2026 6 min

The Context Window Is Not Your Friend

A huge context window is not a replacement for retrieval. Recall degrades as the prompt grows, cost scales with every token, and the middle gets skimmed.

Jun 03, 2026 5 min

Agentic RAG Is Mostly Latency You Don't Need

Agentic RAG loops through retrieval hops, each a model round trip. For most questions one good query wins. Reach for the loop only when it earns the latency.

May 18, 2026 5 min

Stop Fine-Tuning. You Need RAG, a Cache, and Better Prompts

Fine-tuning plus provisioned throughput is the expensive answer to most LLM problems. The cheaper path is retrieval, prompt caching, and better prompts.

Mar 09, 2026 4 min

Knowledge Base Chunking Is Where Your RAG Quality Dies

Most bad RAG answers are a retrieval problem, not a model problem. How fixed, semantic, and hierarchical chunking in Bedrock Knowledge Bases set your quality.

Mar 05, 2026 5 min