← Reddit

Anthropic Claude Code (CLI & Desktop) and Claude Cowork don't have to run Claude Models. I created a free tool that fully unlocks them to any model.

Reddit · KobyStam · July 12, 2026
I've been building a tool that decouples the coding harnesses from the models behind them, and the latest update (version 0.4.0+) makes this work across every major agentic coding tool at once. The idea is that these close harnesses force you to use their own

Detailed Analysis

A developer has released an open-source tool called Relay that decouples Anthropic's Claude Code and Claude Cowork—along with competing agentic coding harnesses like OpenAI's Codex CLI and new ChatGPT desktop app, Google's Gemini CLI and Antigravity suite—from the proprietary models they were designed to run. Distributed freely under an MIT license on GitHub, the tool functions as a local proxy and app launcher that intercepts API calls from these coding interfaces and redirects them to alternative model backends, including free options from OpenRouter, OpenCode Zen, Kilo Code, NVIDIA NIM, or self-hosted models via Ollama and LM Studio. The latest version (0.4.0+) adds a web GUI and expands compatibility to cover all three surfaces of Google's Antigravity platform as well as OpenAI's newly rebuilt Codex-to-ChatGPT desktop app, reflecting rapid iteration to keep pace with the fast-moving agentic coding tool landscape.

The core motivation behind the tool is economic and practical: coding harnesses like Claude Code are typically bundled tightly with their parent company's models, accessed either through metered API billing or subscription tiers with usage caps. When a developer exhausts their quota or budget mid-session, they are effectively locked out of a tool they may have grown reliant on for their workflow, even though the underlying interface—the terminal integration, the desktop app, the agent orchestration logic—has no technical reason to be tied exclusively to one model provider. By building a routing layer that intercepts these calls, the tool's creator argues that users should retain control over which model executes their requests, whether for cost savings, experimentation, or simply keeping a session alive when primary access runs out.

This development is significant because it exposes a tension at the heart of the current agentic coding tool ecosystem. Companies like Anthropic, OpenAI, and Google have invested heavily in building polished harnesses—Claude Code, Codex CLI, Gemini CLI, Antigravity—that serve as loss-leaders or engagement drivers for their respective model APIs and subscription products. The interface and the model are commercially bundled even when they are technically separable, since these tools largely communicate with models through relatively standardized API conventions. Tools like this one threaten to commoditize the harness layer, treating the coding assistant UI as interchangeable plumbing while the actual value—and the actual competition—shifts entirely to model quality, cost, and licensing terms underneath.

The broader trend this reflects is the growing sophistication of the open-source and developer community in circumventing vendor lock-in within AI tooling, mirroring earlier patterns seen with local LLM runners, model-agnostic chat frontends, and proxy layers for API compatibility (such as tools that translate OpenAI's API schema for other providers). As agentic coding tools proliferate and usage costs become a real constraint for individual developers and small teams, demand for flexibility—being able to swap in a free or cheaper model when budgets are tight, or a more capable one for critical tasks—is likely to grow. For Anthropic and its competitors, this raises strategic questions about how tightly to couple future harness releases to their own models, and whether openness at the interface layer becomes a competitive differentiator or a threat to be engineered against through tighter API restrictions or authentication requirements.

Read original article →