A tool to help AI agents read web pages faster and cheaper

A tool to help AI agents read web pages faster and cheaper

Web Speed turns a web page’s HTML into a simpler sitemap that an AI agent can read. This may lower cost because the AI does not need to process the full page code or screenshots. It supports MCP, so compatible AI tools can use it while controlling a browser.

Key points

  • The main idea is to replace long HTML with a shorter sitemap to reduce token use.
  • It can share saved sitemaps through a cache, so later visits may be faster.
  • The open source version is available on GitHub for testing.
  • Access to the shared cache is currently limited to the paid API version.

Quick term guide

sitemap
A simplified map of what is on a web page.
AI agent
An AI program that can inspect information and suggest what to do next.
AI tools
Software that can help create text, code, images, or other work.
token
A small piece of text used to measure AI input, output, and cost.
share
A server folder made available to apps or other devices.
cache
Stored information that can be reused instead of discovered again.
open source
Software whose code is available for people to view and often modify.
testing
The process of checking that software does what it's supposed to do, usually by running it and looking for errors.
Read original