By the AIFeed teamSeptember 20265 min readperformance

Most re-crawl bytes buy nothing. The signed index tells the agent what moved.

The index lists every page with a SHA-256 digest, an ETag, token counts, and triage fields. An agent that stored digests from its last visit compares them locally and fetches only the pages whose digests changed.

ScenarioBytes transferredvs HTML crawl
Full HTML crawl1,205,292baseline
Markdown conversion375,630−68.83%
Delta consumption51,408−95.73%

On the repository's 60-page corpus those are the measured numbers. The index itself is small, signed, and cacheable, so the saving survives retries.