// ── Home view — explains the app workflow ────────────────── function HomeView({ setView }) { return (
Bigdata Briefs

Get Started.

Scan the news. Read the brief. Review the record.

{/* Primary workflow — 3 steps */}
01
News Scan

Select a universe, a custom portfolio, or individual companies. The pipeline scans the news for each company, drafts a brief, and runs novelty checks. Resume from the last run or specify a custom date range. One brief per entity per day.

00
02
The Brief

Open the morning brief for any company in the universe. The latest output is always one click away — novelty-filtered, grounded to source, formatted like a morning note. Pick a company, pick a date, read.

00
03
Reports

The full record of every run. Browse the archive by company and date, audit each pipeline decision bullet by bullet, and drill into compute costs per run.

); }