What I’m building right now

The site you’re reading. A lo-fi-cybersec-aesthetic Astro site backed by a local-only authoring app: I talk, faster-whisper transcribes inside my Claude Code Docker container, Anthropic’s API proposes a structure, and I review section-by-section.

Challenges

  • Mic access can’t (and shouldn’t) live inside the container — split is “browser captures, container processes”.
  • medium whisper model on CPU is the goal; falling back to small if RAM is too tight.
  • Tamil rendering across browsers needs care — Noto Serif Tamil is the safest baseline.

Next steps

  • Wire /outline and /clean endpoints in the authoring container.
  • Bespoke Tamil long-read layout for the AK reading-and-writing piece.
  • Cloudflare Pages deploy with strict CSP.