跳到正文
RCreddit.com·

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

AI 摘要

一种被称为“Spotify方法”的技术,通过使用一个利用不同模型的插件,可以将Claude Code的成本降低90%。这种方法避免了昂贵模型的高昂读取令牌成本。该插件负责路由管理,用户无需考虑,并且这些模型可以在不同项目之间重复使用,并与团队共享,这一方法在reddit.com和engineering.atspotify.com的一篇文章中有所提及。

时间与来源

时间显示为 UTC

显示时区:UTC

本地时区尚不可用,暂时显示 UTC。

发布当时偏移:UTC+02026年9月9日 13:57 UTC

收录当时偏移:UTC+02026年9月9日 20:00 UTC

发布
2026年9月9日 13:57
收录
2026年9月9日 20:00
来源类型
开发者社区
档位
社区
信源状态
正常

档位是按信源手工设定的编辑判断,不是逐条打分。

正文

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.

来源·reddit.com