I wish websites would stop messing with the scrolling behavior.
Portal by Spotify cut my Claude Code token usage by 90%
71–80 of 177 posts
Re: Portal by Spotify cut my Claude Code token usage by 90%
#72Wasn't the AI promise to save costs? So it was a lie.
Re: Portal by Spotify cut my Claude Code token usage by 90%
#73Right?
Rules for thee...
Re: Portal by Spotify cut my Claude Code token usage by 90%
#74So this is just delegating certain work to dumber models? I certainly wouldn't use Gemini 2.5 Flash (!!?) for code writing as suggested. I've never had an issue with Codex or Claude reading massive files, they're really good at precise greps.
Re: Portal by Spotify cut my Claude Code token usage by 90%
#75Earlier quoted context omitted.
> I've never had an issue with Codex or Claude reading massive files Reading files isn't a problem they want to solve. The idea seems to be using a cheaper model to "scout" for the intended code, instead of an expensive one that reads all the things (and spends more tokens / thinks about them). I think this might be useful because Opus 5 especially tends to over-read. So this looks like an "LLM Bloom filter", telling…
> "LLM Bloom filter" very good way to put it.
That property would be very useful here, but I don't see how it would be achievable using LLMs.
Re: Portal by Spotify cut my Claude Code token usage by 90%
#76Earlier quoted context omitted.
As of July, the explore agent inherits the parent model, capped at opus. So fable and opus use opus to explore. Sonnet uses sonnet. I replaced my built in explore agent with one hardcoded to sonnet low effort. https://github.com/anthropics/claude-code/issues/72940
It did used to use Haiku but that model is now too too far behind…
Re: Portal by Spotify cut my Claude Code token usage by 90%
#77So this is just delegating certain work to dumber models? I certainly wouldn't use Gemini 2.5 Flash (!!?) for code writing as suggested. I've never had an issue with Codex or Claude reading massive files, they're really good at precise greps.
Re: Portal by Spotify cut my Claude Code token usage by 90%
#78I wish websites would stop messing with the scrolling behavior.
"But it adds motion" was the classic reply.