Tag
#finops
5 entries tagged "finops".
-
Platform rails around inference: constraint first, gates so AI can draft while humans still ship
Find the constraint that already picked the architecture, stand rails inside the existing cloud account, leave gates that actually enforce.
-
The translation cost $1.26. Reading it cost a day.
A measured pilot drafted 2,648 Spanish strings in eleven minutes for $1.26. The expensive part is the working day of native-speaker review per language.
-
$0/month realtime infrastructure on Cloudflare Durable Objects
A browser multiplayer shooter where one small server keeps the score and calls every hit, running at $0/month on Cloudflare's free tier. The trick is a Durable Object: one named, long-lived instance per room that Cloudflare places at the edge and bills nothing while it sleeps. Fourth in a $0 series after OpenClaw, Holtwick, and the wrist meter.
-
1 token on your wrist: a $40 Claude meter
A $40 ESP32 smartwatch reads my Claude quota in real time. The trick is that the watch never talks to Claude. An OCI VM pings the API every five minutes with max_tokens 1, reads the quota out of the response headers, and pushes the result through Tailscale, an Android foreground service, and BLE to a wrist.
-
A town of $0 AI characters, built while I slept
DevOps in 2026 is also FinOps for AI. Following OpenClaw, my $0/month personal assistant, Holtwick is a town of NPCs at $0/month: twelve persona-driven AI characters whose voices stream in under a second from Cloudflare and Groq's free tiers, in a 3D world that overnight Ralph loops built while I slept.