My Oscar 2026 Picks
Every year I make my Oscar predictions. This year I put together a small website with my ballot that updates every five minutes during the awards show using data scraped from the Oscars' realtime feed via Chrome DevTools, published with Claude using the new scheduled tasks /loop bundled skill.

To set this up, I just asked Claude to set up a cron, which it interpreted as creating a schedule. And it runs this task every five minutes for the duration of the show, which I predicted to be about 3.5 hours long.

Then it just visits this website in Chrome and gets the data.

Then Claude updates the HTML, commits the change, and pushes it. Because itβs a GitHub Pages site, the update is deployed automatically via a GitHub Action.

BTW the craziest part was Claude actually detected the tie and handled that perfectly.

