Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


Portal by Spotify routes Claude Code’s grunt work to Gemini Flash — and cuts token bills 90%

Spotify’s engineering team said the quiet part out loud: most of what a coding agent does isn’t thinking, it’s I/O. Reading 2,000-line files, stamping out boilerplate — none of that needs a frontier model. Portal is Spotify’s platform for declarative agents on ephemeral runtimes (“AWS Lambda, but for agents”), and its new shunt plugin intercepts the grunt work, hands it to a cheap model like Gemini 2.5 Flash, and lets Claude keep only the reasoning.

How the shunt works

Any file read over 350 lines gets blocked by a hook and rerouted to a bulk-reader mode; a code-writer mode handles boilerplate. On Spotify’s Java monorepo, bulk reads use about 90% fewer tokens. The tradeoff is 10–30 seconds of latency per delegation, and editing stays with Claude — cheap models fumble line numbers.

Plug it in today

The whole thing is an open-source Claude Code plugin, spotify/portal-ai-plugins: a CLI plus hooks and skill files, zero code changes. That’s the interesting part — routing at the harness level, not a model router. With teams burning $200–500 per developer monthly on tokens, the 239 points on HackerNews aren’t a mystery.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment