01-projects/sanity-check/parked-angles

agent on an information diet parked

2026-05-14·parked-angle·status: parked
sanity-checkagent-information-dietfounder-coinedno-derivative

Parked SC angle — "Put your agent on an information diet"

The hook phrase

Founder-coined, iMessage 2026-05-14 15:41 ET: "There will be other people that want to 'put their agent on an information diet'."

This is the durable frame for a Sanity Check piece about RDCO's content-ingestion discipline. Better than any phrase we'd surfaced in the parking lot.

Why this could be a Sanity Check piece (original re-frame test)

Everyone is writing about information overload + AI noise + context windows + RAG. Most of those takes are vibes. The ORIGINAL re-frame: most people are trying to scale UP the agent's information bandwidth. The actual play is scaling it DOWN — putting the agent on a curated diet.

Specifically what RDCO does that nobody else writes about cleanly:

  1. Whitelist-only newsletter ingestion — process-newsletter K + F tables. Default skip everything not on the list.
  2. Multi-layer skip filters — sender-pattern skip + subject-line triage + sales-CTA detection + list-serv-header signal. Several filters compound before any expensive read happens.
  3. Sub-agent fan-out for budget bounding — full text never enters parent context; sub-agents read + return summary lines.
  4. Post-condition audit invariants — deterministic structural checks on EVERY filed note. Catches schema drift before it metastasizes.
  5. State files as the freshness boundary — each watch run is bounded by a state file, no infinite history scans.

The diet metaphor is sharp because it's testable: a diet succeeds when the body looks/feels different over time, not when the food is "tasty" in the moment. Same for agent context.

Why parked, not pitched

What would unlock pitching

Any of:

  1. A trigger event — major news that makes "information diet" suddenly newsworthy (an LLM context-rot study going viral, an Every essay about agent diets, etc.)
  2. A specific worked example reaches photogenic shape (e.g. /process-youtube watch flow surviving the May 2026 RSS deprecation cleanly because the diet-mindset made the migration painless — half-written, could be the lead)
  3. Founder explicitly says "let's ship this"

Source attribution if it ever ships

Related