Source
AI Discovery Agent
Scans merchant promo pages, affiliate feeds, partner APIs, and sitemap diffs every 15 minutes. Classifies discovered codes by likely structure (% off, $ off, BOGO, free-ship).
Start typing to find a store.
A multi-agent verification pipeline that combines AI cross-checks, an automated cart simulator at checkout, a human editorial team, and live community signal — running every 24 hours across 4712 stores.
Every code passes through four discrete stages. Each stage is owned by a specific agent — AI, automation, editorial, or community — and writes a structured log entry that becomes part of the code's verification history.
AI Discovery Agent
Scans merchant promo pages, affiliate feeds, partner APIs, and sitemap diffs every 15 minutes. Classifies discovered codes by likely structure (% off, $ off, BOGO, free-ship).
Cart Simulator + AI Check
Headless browser adds a qualifying item, applies the code, captures the actual discount. AI cross-checks the result against merchant's published terms (exclusions, geo, plan).
AI Editor + Human Reviewer
AI generates the title, description, and meta from the test transcript. A human editor reviews everything tagged "editor's pick" before publish. Auto-approve threshold: 96% AI confidence.
AI Watcher + Community
AI watches merchant pages for changes (price, terms, expiry). Re-runs the full test on every detected change AND on a 24h cadence regardless. User votes feed the same scoring loop.
None of them are general-purpose chatbots. Each is a narrow agent fine-tuned for one job — and the orchestrator routes work between them.
Discovery
Crawls merchant promo pages and affiliate feeds. Reads HTML, ad copy, footer banners, and email-subscription confirmations. Classifies any candidate code by likely structure before passing it downstream.
Verification
Reads merchant terms-of-service, exclusion language, and category restrictions. Validates that the discount returned by the cart simulator matches the merchant's stated promotion — and flags partial successes.
Editorial
Rewrites the title, description, and FAQ block for each verified code. Tuned for clarity over copy — describes who the code is for, where it applies, and what limits to expect at checkout.
AI does most of the discovery and verification work. Humans own the judgment calls — editorial picks, edge-case re-checks, exclusion notes, and the standards every agent is held to.
The single highest-value code per store is manually re-tested and curated. These show up on the store hero with the lime "★ Editor's pick" tag.
When AI cross-check confidence drops below 96%, the code is queued for human review before publish. About 8% of new codes pass through this path daily.
Codes that need unusual checkout flows (call-to-redeem, mail-in, app-only) are flagged by the cart simulator and routed to an editor for documentation.
The Editorial Agent runs against a 14-page versioned style guide written and maintained by the editorial team. AI doesn't drift; we update the guide.
What follows is the structured log written when a code passes through the pipeline. Every code on the site has one of these — viewable on the code's detail view.
We're a small infrastructure: a single Hetzner box in Ashburn, Virginia, a SQLite database with daily snapshots, a cron scheduler, and a pool of headless browsers. The architecture choice is deliberate — small, observable, and cheap to operate at the scale we need.
That's the only rule. The pipeline, the agents, the editors, the metrics — all of it serves that one principle. Coupons are supposed to save you money; a coupon that doesn't work wastes your time. We took the category seriously enough to build the system above.