← Lab
πŸ“° AlphaSight
NewsClaudeMyanmarAutomation 2026

AlphaSight

A Burmese daily paper that writes itself

A Burmese-language daily news publication that researches, writes and publishes itself. Seven desks β€” sport, business, the full digest, tech, health, geopolitics and a signed newsletter β€” each publish on their own schedule from live web research, plus a front-page analysis that reads across the day's editions. With a browser admin panel, a vertical-video renderer, and a mobile app on Android and iOS.

Visit live site β†’

AlphaSight Β· The Brief is a Burmese-language daily news publication with no newsroom. Every day it researches the live web, writes each desk’s article, and publishes it on that desk’s own schedule β€” then reads across the day’s editions and writes the front-page analysis itself.

The seven desks

Time (MMT)Desk
07:30⚽ Sports
09:00πŸ“¬ The Brief β€” the signed daily newsletter
09:00πŸ’Ό Business & Markets
11:30πŸ“° Daily News β€” the full digest
13:30πŸ’» Tech & AI
15:00πŸ₯ Health & Medicine
17:15🌏 Geopolitics & Defense

How a day runs

Nobody has to do anything. Cron asks a question every five minutes β€” for each enabled series, is the Myanmar clock past its publish time with nothing published today? β€” and if the answer is yes, that article gets written and published. Once the day’s editions are in, the analysis writes itself and the front page updates.

Because the schedule is a question rather than a timer, it is editable from a browser and a missed slot heals itself on the next tick.

Run it from a browser

The admin panel is the whole control surface β€” no terminal, no deploy:

  • Dashboard β€” every series at a glance: publish time, whether it went out today, how many sources it’s using
  • Run now β€” publish off-schedule at any hour; safe to press twice, and it works even on a paused series
  • Force re-run β€” rewrite and replace today’s article; it asks first, because it overwrites published work
  • Prompt editing β€” the full instruction Claude receives, with a preview box showing the exact final text including the automatically appended source rules
  • Publish time and enable/disable β€” in Myanmar time, taking effect on the next check

Generation takes two to six minutes, and two runs of the same series can never overlap.

Sources that actually steer the research

Each series carries its own source list, in one of two modes β€” prefer biases research toward a site at no cost, crawl requires Claude to fetch that exact URL before writing.

This matters more than it sounds. Before sources were configured, one day’s digest cited fifteen links, only one from a credible major outlet β€” and not a single Myanmar source, despite Myanmar being its first desk. With sources configured, the same digest cited Irrawaddy, DVB and BNI.

Sources are scoped on purpose: the digest has desks for tech, sport, markets and weather and carries sources for those; the geopolitics column would only be worse for having football sites in its list.

Beyond the page

  • Vertical video β€” any article or the daily analysis renders to a portrait MP4, split into cards
  • Mobile app β€” Android and iOS, running on the public read API, with a push notification the moment an article publishes
  • Self-documenting β€” the site serves its own user and developer guides at /docs

Tech

Node + Express with SQLite (WAL) as the single source of truth β€” schedule, prompts, series metadata and sources all live in the database, not in files, which is what lets the admin panel change behaviour without a deploy. Articles are written by the Claude CLI researching the live web. Generation publishes over HTTP to the app rather than writing the database directly, so one writer means no lock contention. Video is Chromium β†’ PNG β†’ ffmpeg; the mobile app is Expo, notified through Expo push. Served behind nginx on a VPS.

Updates

What's shipping, what's fixed, what's next.

  1. AlphaSight Β· The Brief is publishing

    A Burmese daily that researches, writes and publishes itself β€” seven desks, each on its own schedule, plus a front-page analysis, with a browser admin panel, vertical video, and a mobile app.

    AlphaSight Β· The Brief is live at alphasight.innyalabs.com β€” a Burmese-language daily with no newsroom behind it.

    What shipped

    • Seven desks β€” sport, business, the full digest, tech, health, geopolitics and a signed newsletter β€” each researched from the live web and published on its own schedule
    • A front-page analysis written once the day’s editions are in, reading across them
    • Self-healing schedule β€” cron asks every five minutes what is due rather than firing at fixed times, so a missed slot recovers on the next tick
    • Browser admin panel β€” run a series now, force a re-run, edit the publish time, and edit the exact prompt Claude receives, with a preview of the final text
    • Scoped sources β€” per-series prefer and crawl rules that pulled the digest from fifteen mostly-weak citations to Irrawaddy, DVB and BNI
    • Vertical video β€” any article or the daily analysis renders to a portrait MP4
    • Mobile app β€” Android and iOS on the public read API, with a push the moment an article publishes
    • Self-documenting β€” user and developer guides served by the site at /docs

    Why this matters

    Burmese-language readers are badly served by automated news, and a human daily needs a newsroom. This one keeps the editorial decisions β€” prompts, sources, publish times β€” in a database that an editor edits from a browser, while the writing and the research run themselves.

    What’s next

    • More desks
    • Wider source coverage per series