PixelRAG skips HTML parsing, uses screenshots for web retrieval, and beats text RAG by 18.1%
Roger_M_Taylor · x · 2026-07-25
PixelRAG is an open-source retrieval system that skips HTML parsing entirely.
Instead of converting web pages into text, it screenshots the page and retrieves over the rendered image. A vision-language model then reads the answer directly from pixels, which the authors argue preserves layout, tables, and charts that text parsers often destroy.
Key claims from the post:
- HTML-to-text parsing can drop 40%+ of a page.
- Changing parsers alone can shift accuracy by about 10 points on the same documents.
- PixelRAG indexes pages as users actually see them.
- The team reportedly built a visual index of all Wikipedia and 30M+ screenshots.
- It beats the strongest text-RAG baseline by 18.1% on text-only QA.
The repo also includes a Claude Code plugin that lets Claude screenshot any URL and read the rendered page.
More from coding & agent
- Cheaper OpenAI Agents API alternative: sandbox service undercutting E2B by 46% — airesearch12 · 2026-09-11
- His agent kill switch ran for months before he found it was wired to nothing — AnvilandCode · 2026-09-11
- Kernel's Browser Agents Can Now Pay Online Using Aliases, Never Touching Card Data — jeff_weinstein · 2026-09-11
- OpenAI opens up agent sandboxes: BYO or pick from Cloudflare, E2B, Modal, Vercel and more — threepointone · 2026-09-11
- SocialCrawl MCP lets agents search Reddit, YouTube, TikTok, X with one API key — dooddyman · 2026-09-11
- Astra builds a surprisingly polished Catan game in three.js, reusing past UI and 3D assets — FinanceYF5 · 2026-09-11