EN 中文
← Blog

Routing the Expensive Work Somewhere Else

Opus burns tokens fast when it runs a dynamic workflow, and that produces a specific anxiety: the weekly allowance can be gone by Tuesday. I already pay for two other subscriptions that can do real work — Codex and Grok — so I offload the heavy jobs there.

The simplest version is a linear constraint against elapsed time — a 24h allowance is just 1/7 of the weekly one:

allowed(t) = 100% × (elapsed this period ÷ period length)

Past the line, those tasks all offload to Codex and Grok, so the Codex and Grok subscriptions do not go to waste either.

把贵的活派出去

因为 Opus 有时候 DW 特别耗 token,会有 token 很快用完的焦虑。所以说,既然这两个地方有一些 subscription,我就 offload 过去。

最朴素的做法是「根据时间线性约束」。比如 24h 限额就是 weekly 的 1/7:

允许用量(t) = 100% × (本周期已过时间 ÷ 周期长度)

超过额度以后呢,这些 task 全部 offload 给 Codex 和 Grok,这样 codex 的和 grok 的订阅也不会浪费掉。