A single, lightweight app that ingests two PDF reports, reconciles them with AI, and renders a branded executive report — running entirely on Cloudflare's network, with no servers to manage.
2 Uploaded PDFs are parsed by Workers AI Markdown Conversion(document-to-Markdown extraction) — turning ad-network and product-analytics PDFs into clean text.
3Workers AI(serverless AI inference) runs Llama 3.3 70B(large language model) to correlate both reports, find the hidden truth, and write the executive summary.
4 Generated reports are kept in R2(object storage) so they can be revisited and shared.