« All test pages

AI & LLM Testing

Test fixtures for people building AI agents, LLM-feeding scrapers, and RAG pipelines. Includes prompt-injection isolation testing, a RAG testing dataset with a documented answer key, and RAG testing PDFs and documents built to stress-test extraction.

Prompt injection

A page with safe, labeled example injection patterns and a benign canary phrase, so you can check that page content stays isolated from an agent's instructions.

RAG & retrieval corpus

A small RAG testing dataset: fifteen short, topically distinct articles paired with a documented answer key, enough to test chunking, embedding, and retrieval end to end and check whether the right result comes back.

PDF documents

RAG testing PDFs for exercising PDF-to-text extraction, from simple single-column articles up to layouts built specifically to trip up naive parsers.