{
  "id": 1377779,
  "title": "One terminal, two trust levels — running Claude Code against a real subscription and a cheap proxy",
  "url": "https://urgent.news/2026/08/17/one-terminal-two-trust-levels-running-claude-code-against-a-real",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-17T00:03:06.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/mediblacksand_f0ea36c53fb/one-terminal-two-trust-levels-running-claude-code-against-a-real-subscription-and-a-cheap-proxy-5c02"
  },
  "original_language": "en",
  "account": "This article describes a setup for running Claude Code, a coding tool, on two different trust levels using a real subscription and a cheaper proxy. The main challenge was that Claude Code only communicates with Anthropic's Messages API, and it doesn't have a built-in way to differentiate between the same tool but different models. To address this, a self-hosted proxy was set up using LiteLLM, which translates Anthropic-format requests to DeepSeek V4. The proxy was configured to route requests to either the real or cheap agent based on the command used. The cheap agent runs a shell function that creates an isolated subshell, changes the terminal tab label and icon, and resets the settings when the function exits. This ensures that the user can easily distinguish between the two sessions. The proxy configuration involves setting various environment variables to point Claude Code at LiteLLM's /v1/messages endpoint and strip unsupported parameters. This allows the tool to operate seamlessly with the cheaper model without the user noticing any difference. The setup is designed to separate planning and review tasks from high-volume, low-stakes work, with the subscription session handling the more critical aspects of the job.",
  "summary": "Part of an ongoing series on model routing and trust tiering for agentic coding tools. This one's the boring, working half — no bug hunt, just a setup that's been running clean across two machines. The problem Claude Code does one thing well: careful, scoped edits with a real plan-then-execute loop behind them, backed by a subscription you're already paying for. Not every task needs that.…",
  "key_points": [
    "Claude Code runs on two trust levels using a real subscription and a cheap proxy",
    "Self-hosted proxy translates Anthropic-format requests to DeepSeek V4",
    "Proxy config separates planning/review tasks from high-volume, low-stakes work"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}