Skip to content

Stacks/ american-coding-stack

American Coding Stack

Maximum-capability coding on first-party US subscriptions — Claude Code, Cursor, Copilot and the OpenAI API. You pay for polish, support and compliance.

Open in Noemium

observed by @whysanesandersVerified 2026-08-19

$70/mo

difficulty: beginner

Shoestring tradeoff. Cursor Pro, nothing else. No Claude Code terminal agent, no Copilot PR summaries, no OpenAI glue API. One watched editor seat. Fine for a solo app; a production incident will make you miss the other three.

The components — what each one costs

  • Claude Codeincluded in Claude Pro $20/mo ($17/mo yearly) and Max 5x $100 / Max 20x $200; shares the plan usage pool; extra usage at API rates
  • CursorHobby free; Pro $20/mo; Pro+ $60/mo (3× Agent limits); Ultra $200/mo (20×); Teams from $40/user/mo
  • GitHub CopilotFree $0 (2,000 completions/mo, 50 chat requests, CLI, limited agent mode); Pro $10/mo ($15 credits); Pro+ $39/mo ($70 credits); Max $100/mo ($200 credits)
  • OpenAI APIpay-as-you-go, from $0.20/1M input (GPT-5.6 Luna); GPT-5.6 Sol promotional $4/$20 at least through 2026-11-21 (list $5/$30); no free tier
  • Total$70/mo

Why this stack exists

Opus-class Claude still tops the coding boards, and the US vendors sell you the whole wrapper around the model: SSO, audit logs, US data residency, support that answers. If the code pays salaries, the premium is the cheap part.

The recipe

  1. Terminal agent: Claude Code (in Claude Pro, $20/mo). Multi-file refactors, test suites, “make the build green” — the strongest agentic-coding subscription you can buy outright.
  2. Editor: Cursor (Pro $20/mo). Agent mode for scaffolding and feature work where you want to watch the diff inline. Keep a Sonnet-class model as the default to stretch the monthly allowance.
  3. Completions: GitHub Copilot (Pro $10/mo). Tab completions are a solved problem — don’t spend agent budget on them. Copilot also covers the PR-description and review-summary chores inside GitHub.
  4. Scripting and automation: OpenAI API (~$20/mo pay-as-you-go). The GPT-5.6 tiers are the convenient default for CI bots, changelog generators and glue scripts; Luna is cheap enough for anything bulk.
  5. One vendor per layer. Agent, editor, completions, API — no overlap, no double-paying for the same keystrokes.
  6. Turn on the enterprise knobs early. SSO, zero-retention toggles and audit logs are why you’re paying US prices — configure them on day one, not after the first security review.

What you pay

  • Claude Code — included in Claude Pro, $20/mo. Terminal agent and the strongest long-horizon model in the stack; Pro is the entry subscription that unlocks it.
  • Cursor — Pro, $20/mo. Inline agent mode for watched feature work; stick to Sonnet-class models to stretch the monthly allowance.
  • GitHub Copilot — Pro, $10/mo. Tab completions and GitHub-native PR chores; Pro+ is overkill until you need the advanced agent models or SSO.
  • OpenAI API — pay-as-you-go, ~$20/mo. GPT-5.6 Luna covers glue scripts, CI bots and bulk tasks; the cheap end of the API is the right starting point.

When this breaks down

You’re paying 2–5x over the Chinese line for equivalent daily output on most tasks. If that premium stops buying you compliance or support you actually use, drop to the Mixed stack and keep only the Claude Code seat. And no subscription fixes a missing test suite — the stack writes them, you still have to run them.

Sources

  1. 1docs.anthropic.com
  2. 2cursor.com
  3. 3github.com
  4. 4platform.openai.com

Edit this page on GitHub