[verdict][curated prompt][source: artificialwatch.com]
Can I vibecode ArtificialWatch?
// buildable in a weekend, but real gaps stay open
The core loop is a genuine one-sitting build: poll the model-list endpoint of every provider you hold a key for, diff the ids against a local table, push the new ones to your phone. What does not one-shot is the three things a launch alert is actually judged on. Coverage · your script sees only the labs you have accounts with, while the watchlist here runs to 48 models including Chinese labs, restricted previews and things that have not shipped at all, which no API returns. Telephony · a call that rings until you answer means Twilio, a purchased number and US A2P 10DLC registration, which is days of paperwork before a line of code. And uptime, which is the whole product · a poller on a laptop that slept through the drop is worth nothing, and the second-sweep debounce that keeps preview aliases from crying wolf is the part you only tune after it has already cried wolf twice.
confidence: high
what it is: Alerts you the minute a new frontier AI model goes live
Buildability index · an editorial game
- Price 19.99 $/month weight: plus 2
- Time one sitting for the poller, a weekend to make it trustworthy weight: plus 3
- Category rss and research no weight
- Moat infrastructure scale · execution quality weight: minus 3
- Confidence high weight: plus 1
- What you lose 5 items weight: minus 2
- Site artificialwatch.com (si apre in una nuova scheda) no weight
They cancel out. This is where it comes down to how much the subscription annoys you.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
What you build
Polls every provider's model-list endpoint on a one-minute cron, diffs new model ids against a local database, and pushes an alert to your phone.
what you need
- API keys for the providers you want covered (OpenAI, Anthropic, Google, OpenRouter)
- an always-on box · a small VPS or a Pi, not a laptop
- an ntfy or Pushover topic for push
Submitted by the maker · the poller one-shots, the pager duty does not.
The prompt
A weekend with a coding agent. The gaps that stay are right below, under “what you lose”.
Build me a new-AI-model launch alerter to replace ArtificialWatch. Requirements:
- Node 22 + node-cron + better-sqlite3, one process on a small VPS under pm2 so
it never sleeps · a laptop that naps misses the launch.
- Every 60 seconds, GET the model-list endpoints for the keys in .env: OpenAI
/v1/models, Anthropic /v1/models, Google generativelanguage /v1beta/models,
and OpenRouter /api/v1/models, which covers labs I have no account with.
- Store every model id ever seen in SQLite. A launch is an id new to that table
· seed it on first run so the first sweep is silent.
- Debounce: an id fires only after two consecutive sweeps, and ids matching a
regex list in config.json (dated snapshots, -preview, -latest) never fire.
- Alert by POSTing to an ntfy.sh topic: model id as the title, provider plus
context window and per-token price as the body, link to the provider's docs.
- Append each confirmed launch to launches.md as `YYYY-MM-DD · provider · id`.
- One page on localhost:8080: last 50 launches, last good sweep per provider,
red banner when a provider has errored 10 minutes · a silent poller is worse
than none.
- Out of scope: SMS and phone calls (Twilio plus US A2P 10DLC registration is
paperwork, not code) and any watchlist of unshipped models.
- README with the four .env keys and the pm2 command. Curated prompt: written and reviewed by hand for this app. In English on purpose — it is the language coding agents work best in.
What you lose
- coverage of labs you hold no key for · 48 tracked models including Chinese labs and restricted previews
- the phone call that rings until you answer, and SMS · Twilio plus US A2P 10DLC registration
- the pre-launch watchlist and live Polymarket odds on models that have not shipped, which no API can return
- debounce and alias filtering tuned so dated snapshots and -preview ids do not fire false alarms
- someone else owning the uptime · your poller sleeps when your machine does
Why people still pay
Because the failure mode is asymmetric. A launch alerter that works 95% of the time is not 95% as good, it is worthless on the one morning it matters, and that is exactly the morning your VPS got rate limited or your ntfy topic was muted. Paying moves the pager duty to someone else, buys the labs you have no account with, and buys a phone that rings instead of a notification that stacks under forty others. At $19.99 it is priced against the AI subscriptions it watches, which is the comparison buyers actually make.
moat: Infrastructure scale Execution quality what a moat is
coverage breadth + telephony + always-on uptime
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Rejected (2) — and why
- changedetection.io (si apre in una nuova scheda) — A capable page watcher, but you must choose every provider page and maintain the watches.
- models.dev (si apre in una nuova scheda) — A live model catalog and API, not a notification service.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- models.dev (opens in a new tab) — open-source database of AI models, providers and pricing · the data layer a DIY watcher can diff against
- changedetection.io (opens in a new tab) — self-hosted page-change monitoring with notifications · covers the docs and pricing pages an API cannot
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.