Workflows
LAD — List A Day
A fresh ranked top-100 list every day.
Each morning, /lad picks a never-done-before topic, researches it via NotebookLM, ranks 100 items, generates the markdown + HTML + infographic, and persists to AIDB.DAILY. ~810 lists and counting.
- Cross-checked against historic lists
- Multi-view HTML + portrait infographic
- Upsert to AIDB.DAILY
Why
Top-100 lists are evergreen, shareable, and rank well — but only at scale. One a day, deduped against history, with a portrait infographic and HTML views, compounds into a moat.
How
- Pick a never-done-before topic, dedupe against MongoDB AIDB.DAILY
- NotebookLM research → 100 ranked items → md + HTML + JSON
- Portrait infographic + upsert to DB + log to fleet
Proof
- Lists in the archive
- ≈810
- Topics deduped against
- every prior LAD
- Outputs per list
- 5 (md · HTML · JSON · infographic · DB row)