About this site

Deh's Briefing is a personal daily-newsletter site. Every morning at 07:00 UTC a small Python pipeline runs on a private server:

  1. It pulls RSS from Heise (filtered for AI / EU regulation), checks Matthew Berman's YouTube channel, and reads the Doppelgänger podcast feed.
  2. It deduplicates against the last 60 days of history.
  3. DeepSeek rates each item on importance (1–10) and novelty (1–10).
  4. It groups duplicate stories, drops anything under the importance bar or that repeats yesterday's news.
  5. It writes a digest file. The same data drives the Telegram message and this site.

The site has no analytics, no trackers, no cookies. It's just static HTML rendered by a Flask app. If you want to subscribe, the easiest way is the RSS feed.

Source legend