PulseAugur
EN
LIVE 17:06:46

Developer creates shim to use Claude Code with Max subscription, cutting token costs

A developer has created a Python-based HTTP wrapper, oauth.nucleusos.dev, to enable the use of Anthropic's Claude Code with a Claude Max subscription, bypassing per-token costs. This shim acts as a proxy, routing requests through a Max plan's OAuth bearer token instead of requiring an API key, thus maintaining compatibility with existing Claude Code installations and SDKs. The solution also includes support for routing requests to the Gemini API, enhancing its utility for multi-provider agentic systems. While designed for personal or team use, it addresses a direct cost-saving need for users running extensive agentic workloads. AI

IMPACT Enables cost-effective use of advanced LLMs for developers running extensive agentic workloads, potentially lowering operational expenses for AI-powered applications.

RANK_REASON The item describes a technical solution (a shim) created by a developer to overcome a specific limitation (API key vs OAuth for Claude Max subscription) for a particular use case (running Claude Code at zero per-token cost). It is not a product release from a major AI lab or a significant industry-wide event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Nucleus OS ·

    Running Claude Code at zero per-token cost: the Max-plan OAuth shim pattern

    <p>If you're running Claude Code or any agentic system that calls the Anthropic Messages API, you're probably paying per token. For light use, that's fine. For multi-agent systems with parallel workloads, it adds up fast.</p> <p>There's a different model: Claude Max subscription.…