Read it, mine the new terms — and watch for anything on vision models or real-time AI. That's the machine we start building this afternoon.
Open today's Rundown rundown.ai/articles ↗We set the sales project aside, looked at AI inside a real company, and met a different kind of harness. The best thing we did all afternoon was pay for a lesson the docs can't teach you.
Use-case drives the choice — so for the scholarship finder, we choose deliberately.
You started this on Hermes. After feeling that bill — put it where it belongs: in PAI, on a routine, on your Claude subscription, working for your own future while you sleep.
A search that runs every day forever is exactly the wrong place to pay per query. PAI runs on your Claude, uses your tools, and its scheduler fires it on a cron — the same routine backbone behind the free-games bot and Dexter.
We've been pointing at this since Day 2. An agent that reads your screen every few seconds, understands the game, and speaks advice in your ear — "you've died at the same corner three rounds running; hold back and let them peek first." It's buildable today, for about a quarter per half-hour session.
That loop runs on a timer — fast eyes every couple of seconds, the strategic brain every 30. Same OBSERVE → … → LEARN spine as PAI's inner loop, pointed at a game.
A cheap local model watches every frame. Claude only gets a text summary every 30 seconds — so it reasons deeply without the cost or the lag.
Path B is the same idea as CS2's GSI — you just build it yourself, which is exactly the lesson. Fork: github.com/Whimfoome/godot-FirstPersonStarter
Reference build: github.com/tejashah88/gaming-ai-coach — screenshots → LLM → TTS, the whole pipeline, already working.
Get input flowing, get one spoken coaching line out. Prove the pipe end to end.
Run it hands-free during real play, then the post-game review.
This lives on your RTX 3070+ gaming PC, not the MacBook — which is why Friday we talk Windows.
GitHub forks, a game engine you understand, agents with tools, the latency lesson, the cost lesson, scheduling, voice — the coach is where all of it converges into one thing you'd actually use. And it's yours: a self-built AI coach in your own repo is a college essay that writes itself.
Move it onto PAI, give it tools, put it on a daily schedule.
Pick your path, fork the repo, get input → Claude → one spoken line.
Live coaching during play, then post-game review.
Ship the scholarship finder, then start the build that's been the target all along. Pick your path, fork the repo, and get the first slice working end to end. Log your time in Harvest — this is the fun one.