Skip to content
RCreddit.com·

Cut your Claude Code cost by 90% using the Spotify Method

AI summary

A method dubbed the "Spotify Method" can reduce Claude Code costs by 90% by utilizing a plugin that employs a different, less expensive model. This approach avoids the high read token costs associated with expensive models. The plugin manages the routing, making it seamless for users, and the models are reusable across various projects and shareable among teams, as detailed in a post on reddit.com and an article from engineering.atspotify.com.

Time & source

Published
09/09, 13:57 UTC+0
Ingested
09/09, 20:00 UTC+0
Source type
Dev community
Tier
Community
Source status
Healthy

Tier is a per-source editorial setting, not a per-item score.

Article

Tl;dr: use a plugin that uses another model, so that you don't use an expensive model's read token costs.

https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90

In a new Claude Code session, run /portal:setup to set up and authenticate the Portal CLI against your Portal instance.

The bulk-reader and code-writer modes are already public, so there is nothing to create. If you want to customize them - different worker model, different instructions - fork them in Portal and your version takes precedence automatically.

The modes are reusable across projects and shareable with your team. The plugin enforces the routing so you don't have to think about it.

Source·reddit.com