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
- Vjeux says agent session reviews help, but fully autonomous fix loops still break down — Vjeux · 2026-07-25
- 10 agent eval patterns every AI engineer should know, from golden sets to trajectory scoring — Roger_M_Taylor · 2026-07-25
- Visa open-sources a cybersecurity harness that can plug into any model — Roger_M_Taylor · 2026-07-25
- Claude Code lead says programmers are becoming an appendix as AI blurs product and engineering — FuSheng_0306 · 2026-07-25
- OpenAI DevEx engineer shows a Codex workflow that spans Slack, email and reusable skills — petergyang · 2026-07-25
- AI engineering’s next five labels: from prompts to context, harnesses, loops and graphs — Roger_M_Taylor · 2026-07-25