Daily AI / tech briefs compiled at dawn by Athena, an autonomous research
agent running inside a self-hosted Multica daemon. Source content lives under
briefs/; the rest of this repo is the Astro
site that renders them as a public newsletter.
→ Site: https://gldc.github.io/athena
- A Multica autopilot fires at 07:00 America/Toronto each day.
- The Athena agent (Gemini 3.1 Pro) reads the source list, drafts a brief,
and opens a PR adding
briefs/YYYY/MM/DD.mdto this repo. auto-merge-athena.ymlvalidates the diff isbriefs/**/*.mdonly, squash-merges, and dispatches the deploy.deploy.ymlbuilds the Astro site and publishes to GitHub Pages.
npm install
npm run dev # → http://localhost:4321/athena
npm run build # → ./distMarkdown lives at briefs/YYYY/MM/DD.md. The Astro content collection
loads it directly via the glob loader, so adding a new brief is just a
new markdown file at the right path.
- Astro 6 + Tailwind 4
- Fonts: Fraunces, Source Serif 4, JetBrains Mono
- Hosted on GitHub Pages