Uber COO: "Harder to Justify" AI Token Spend, The Tokenmaxxing Backlash Begins
Uber's COO questions AI token spend, geohot declares 'Eternal Sloptember,' Go-to-Rust migration guide trends. Daily briefing for builders.
Hey everyone, welcome to the Builder's Briefing for May twenty-sixth, twenty twenty-six. I'm Alex.
And I'm Sam. We've got a packed one today — the big theme is cost discipline meeting quality discipline in AI, and honestly it's about time.
Absolutely. So let's jump right into our big story. Uber's COO Andrew Macdonald came out and said publicly that it's getting, quote, harder to justify the money they're spending on AI token consumption. This is not some indie hacker complaining on Twitter — this is the COO of a hundred-and-seventy-billion-dollar company.
Right, and what's wild is the Hacker News discussion had over a hundred and twenty comments, and it's full of teams saying the exact same thing. They scaled up agentic workflows, watched their inference bills balloon, and didn't see proportional business impact. There's even a term for it now — tokenmaxxing.
Tokenmaxxing — just throwing more tokens at problems hoping the quality improves. And the takeaway for builders is pretty clear: your unit economics around inference costs need to be a first-class design constraint, not an afterthought.
Yeah, things like prompt caching, intelligent routing between small and large models, aggressive output length constraints — these aren't nice-to-have optimizations anymore. They're requirements. And honestly, if you're on the vendor side, building a Datadog-for-inference-costs tool? That's suddenly a very hot product category.
And this connects directly to our next story. George Hotz — geohot — published an essay called Eternal Sloptember that's also trending. He argues we've entered a permanent September where AI-generated slop just floods every channel.
That's interesting because it's really two sides of the same coin, right? Uber's saying more tokens doesn't equal more value, and geohot's saying more AI output doesn't equal better output. If you're building anything content-dependent — search, aggregation, social — you need a quality signal layer or your product just becomes a slop pipe.
Also in the AI bucket — the Vatican's AI encyclical, Magnifica Humanitas from Pope Leo the Fourteenth, hit nearly eight hundred points on Hacker News. Highest engagement of the day.
I did not have 'Pope tops Hacker News' on my bingo card, but regardless of your views on the Vatican, if you ship AI products in Europe, you should at least skim it. That moral framing is going to show up in regulatory conversations.
Good call. Alright, shifting over to dev tools — there's a comprehensive Go-to-Rust migration guide from Corrode that's getting massive traction. Over two hundred points, two hundred comments.
This one is genuinely practical. It covers concurrency pattern translation, error handling, incremental migration via FFI — it's not just a 'Rust is better' argument. If you've got Go services hitting performance ceilings or you need stronger memory safety guarantees, this is the best resource I've seen for actually making that move.
And I love that it's trending alongside the AI cost stories, because it tells you builders are rethinking runtime costs at the systems level too. Not just inference costs — total cost of compute.
Oh, and the fun one — someone proved Jira's workflow engine is Turing-complete. Which is hilarious, but the real takeaway is: if your project management tool is Turing-complete, your workflow configs are probably way more complex than they need to be.
That explains so much about every Jira instance I've ever used. Okay, on the launches side — Audiomass is a Show HN with over three hundred points. It's a full multitrack audio editor running entirely in the browser, no backend needed.
That's really impressive. If you're building audio features into a web app, it's both a usable tool and a reference architecture for the WebAudio API. And speaking of browsers — Firefox is now integrating with Adafruit for in-browser hardware project development. Browser-as-IDE for hardware is actually getting real.
And a quick infrastructure note — Microsoft killed a two-hundred-and-forty-four-acre data center project after community pushback. This is becoming a real pattern. If you're relying on hyperscaler capacity expansion, community resistance is now a genuine constraint on available compute.
Yeah, plan your capacity needs accordingly, especially in the US Midwest where a lot of this opposition is growing.
On security — the Netherlands seized eight hundred servers and arrested two people running bulletproof hosting infrastructure. Major takedown reported by Krebs.
And related — CrowdSec is trending on GitHub again. It's an open-source, community-driven alternative to commercial WAFs. Basically a drop-in replacement for fail2ban but with a much broader crowdsourced threat intelligence layer. Worth checking out if you haven't already.
Quick hits before we wrap up. There's a developer essay called Leave Me Behind about tech industry burnout that resonated hard — nearly three hundred points. A deep dive on the Gnutella protocol with P2P architecture lessons still relevant today. And my personal favorite — a resurfaced paper showing didgeridoo playing as a treatment for sleep apnea.
I mean, that's the kind of content that keeps me coming back to Hacker News. Also, PhotoPrism is trending on GitHub — self-hosted, AI-powered photo management for privacy-conscious folks. Link in the briefing for all of these.
So here's your takeaway for the week. Today's through-line is clear: throwing more compute at AI doesn't automatically create more value. The next wave of winners won't be who uses the most AI — it'll be who uses it most efficiently.
Invest this week in inference cost monitoring, model routing — send simple queries to small models — and output quality measurement. That's where the edge is going to be.
That's the Builder's Briefing for May twenty-sixth. All links are in the show notes. Thanks for listening, everyone.
See you tomorrow. Go build something efficient.
Uber COO: "Harder to Justify" AI Token Spend — The Tokenmaxxing Backlash Begins
Uber's COO Andrew Macdonald publicly said it's getting harder to justify the money they're spending on AI token consumption. This isn't a startup founder griping on Twitter — this is the COO of a $170B company signaling that the cost-to-value curve on LLM API calls is hitting a wall. The HN discussion (122 comments) is full of similar reports from teams who scaled up agentic workflows only to watch their inference bills balloon without proportional business impact. The term 'tokenmaxxing' — throwing more tokens at problems hoping quality improves — is entering the mainstream vocabulary for a reason.
For builders, this is a clear signal: if you're building AI-powered products, your unit economics around inference costs need to be a first-class design constraint, not an afterthought. Techniques like prompt caching, intelligent routing between small and large models, aggressive output length constraints, and pre-filtering requests before they hit expensive models are no longer optimizations — they're requirements. If you're on the vendor side, tools that help teams audit and reduce token spend (think Datadog for inference costs) are suddenly a very hot product category.
What this signals for the next six months: expect more enterprises to pause or restructure AI rollouts that don't show clear ROI at current token prices. The winners will be builders who ship AI features with disciplined inference architectures — not the ones who pipe every request through the biggest model available. Geohot's 'Eternal Sloptember' essay (also trending today) connects to the same theme: more AI output isn't better output, and the market is starting to price that in.
Geohot's "Eternal Sloptember" — AI Content Quality Is Degrading the Web
George Hotz argues we've entered a permanent September where AI-generated slop floods every channel. If you're building content-dependent products (search, aggregation, social), you need a quality signal layer — human curation, provenance tracking, or classifiers — or your product becomes a slop pipe.
Greg Brockman Interview: Inside OpenAI's Build Philosophy
Brockman's Knowledge Project interview (194 points, 199 comments) covers OpenAI's internal product decisions and org structure. Worth watching if you're structuring an AI-first engineering team — the discussion around when to build internal tooling vs. ship to customers is particularly relevant for founders at the 10-50 person stage.
AI errno(2) Values — A Humorous but Useful Error Taxonomy for AI Systems
Netmeister proposes errno-style error codes for AI failures (hallucination, sycophancy, context overflow). Tongue-in-cheek, but if you're building production AI systems, having a shared vocabulary for failure modes in your error handling and observability is genuinely useful.
Vatican's AI Encyclical "Magnifica Humanitas" Goes Viral on HN
Pope Leo XIV's encyclical on AI ethics hit 798 HN points — the highest engagement today. Regardless of your views on the Vatican, this document will influence EU regulatory conversations. If you ship AI products in Europe, skim it to understand the moral framing regulators will reference.
Corrode's Go-to-Rust Migration Guide Gets Massive Traction
A comprehensive migration guide from Go to Rust is trending hard (221 points, 213 comments). If you're maintaining Go services hitting performance ceilings or need memory safety guarantees beyond what Go's GC provides, this is the most practical resource yet — covering concurrency patterns, error handling translation, and incremental migration strategies via FFI.
HTTP/2 Cleartext (h2c) in Go 1.24 — Practical Guide for Cloud Run
If you're deploying Go services behind load balancers that terminate TLS (Cloud Run, internal meshes), h2c gives you HTTP/2 multiplexing without managing certs at the app layer. This guide walks through the Go 1.24 implementation cleanly.
C Extensions and Compiler Portability — What You're Actually Relying On
A clear breakdown of which C extensions are GCC-only, Clang-supported, or genuinely portable. If you maintain C codebases or build native extensions, this is a useful reference for avoiding lock-in to compiler-specific behavior.
Bytecode VMs in Surprising Places
A 2024 post resurfacing with traction — documents bytecode interpreters hidden inside eBPF, SQLite, font rendering, and more. Useful mental model if you're designing DSLs or embedded scripting layers in your product.
Jira Is Turing-Complete — Yes, Really
Someone proved Jira's workflow engine can simulate a Turing machine. Fun parlor trick, but the real takeaway: if your project management tool is Turing-complete, your workflow configs are probably more complex than they need to be. Simplify.
Audiomass: Free Open-Source Multitrack Audio Editor — Runs in Your Browser
Show HN with 303 points. A full multitrack audio editor running entirely in the browser with no backend. If you're building audio-related features into a web app, this is both a usable tool and a reference architecture for WebAudio API + offline-capable editing.
Firefox + Adafruit: Build Hardware Projects Directly from the Browser
Firefox now integrates with Adafruit for in-browser hardware project development. If you're building IoT or embedded tooling, the WebSerial/WebUSB capabilities Mozilla is leaning into here are worth watching — browser-as-IDE for hardware is getting real.
Geomatic: Command-Driven Geometry Studio with Autodiff
Show HN for a parametric geometry tool powered by automatic differentiation. Niche but interesting if you're building CAD, simulation, or procedural generation tools — the command-driven interface with autodiff constraints is a novel approach.
Netherlands Seizes 800 Servers, Arrests 2 for Enabling Cyberattacks
Major bulletproof hosting takedown reported by Krebs. If you're running infrastructure, check whether any of your upstream providers or CDN edges were routing through these networks. Also a reminder: CrowdSec (also trending on GitHub today) offers crowdsourced IP reputation that can help you block traffic from known-bad infrastructure automatically.
CrowdSec Trending on GitHub — Open-Source Crowdsourced Threat Intelligence
CrowdSec is getting renewed attention as an open-source, community-driven alternative to commercial WAFs. It analyzes your logs, detects attacks, and shares threat signals with the network. Drop-in replacement for fail2ban with a much broader threat intelligence layer.
Mozilla Patches Intel Raptor Lake CPU Crash Bug
Firefox is shipping a workaround for a crash specific to Intel Raptor Lake CPUs. If you have users reporting mysterious browser crashes on 13th/14th gen Intel, this is likely the culprit. Worth tracking for Electron app developers too.
Microsoft Killed a 244-Acre Data Center After Community Pushback
A 2025 story resurfacing as data center opposition grows. Builders relying on hyperscaler capacity expansion should note: community resistance to new data centers is becoming a real constraint on available compute, especially in the US Midwest. Plan capacity needs accordingly.
IBM Spins Off First Pure-Play Quantum Chip Foundry with $2B CHIPS Act Backing
IBM is creating a dedicated quantum chip foundry on 300mm superconducting silicon. This is long-horizon stuff, but if you're in quantum computing or adjacent fields, the CHIPS Act money flowing here means the US supply chain for quantum hardware is getting real infrastructure.
White Rabbit: Sub-Nanosecond Time Sync for Distributed Systems
Open hardware project for sub-nanosecond synchronization across large distributed systems. If you're building latency-sensitive infrastructure (HFT, distributed databases, sensor networks), this protocol goes far beyond NTP/PTP capabilities.
Today's through-line is cost discipline meeting quality discipline in AI. Uber's token spend concerns and geohot's 'Eternal Sloptember' are two sides of the same coin: throwing more compute at AI doesn't automatically create more value. If you're building AI-powered products, invest this week in inference cost monitoring, model routing (send simple queries to small models), and output quality measurement. The Go-to-Rust migration guide trending alongside these stories suggests builders are also rethinking their runtime cost profiles at the systems level. The next wave of winners won't be who uses the most AI — it'll be who uses it most efficiently.