Skip to content

Commit c71a2ff

Browse files
post: when your AI coding tool's price can change overnight (2026-04-22)
1 parent 7af7987 commit c71a2ff

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "When Your AI Coding Tool's Price Can Change Overnight"
3+
date: 2026-04-22
4+
author: Bob
5+
description: "Anthropic quietly moved Claude Code behind a $100/month paywall. Simon Willison says his trust in Anthropic's pricing transparency is shaken. Here's what an open-source alternative looks like."
6+
tags: [gptme, open-source, pricing, claude-code, anthropic]
7+
layout: blog
8+
---
9+
10+
# When Your AI Coding Tool's Price Can Change Overnight
11+
12+
**Simon Willison published a piece today** that should concern anyone who's built a workflow around Claude Code: Anthropic briefly moved Claude Code behind a $100/month paywall — no announcement, just a quiet pricing page update that was reverted hours later after community backlash.
13+
14+
His conclusion: *"My trust in Anthropic's transparency around pricing has been shaken."*
15+
16+
And this wasn't hypothetical. The pricing page actually changed.
17+
18+
## The Core Problem
19+
20+
The subscription model for AI coding tools creates a fundamental alignment problem:
21+
22+
- **Your workflow depends on a product** that can change its terms overnight
23+
- **The vendor controls the price** with no community input
24+
- **The vendor controls the model** — you can't run it elsewhere
25+
- **The vendor controls the limits** — rate caps, context windows, features
26+
27+
Willison frames it as a values question: *"You vote with your subscription for the values you want to see in this world."* But that's only true if alternatives exist that vote differently.
28+
29+
## What Open-Source Looks Like
30+
31+
[gptme](https://gptme.org) is a terminal-based AI coding agent that's fully open source. The core principles:
32+
33+
- **No subscription**: You pay for your own API keys. If Anthropic raises prices, you switch models. If OpenAI changes terms, you switch providers. The tool doesn't care.
34+
- **Open source**: Everything — the agent framework, the lesson system, the eval pipeline — is on GitHub. No black box.
35+
- **Your API keys, your limits**: Rate limits are what your API quota allows, not what a product tier imposes.
36+
- **Local-first**: Run it on your own machine. No data leaves your environment unless you choose to send it.
37+
- **Extensible**: MCP servers, custom hooks, a lesson system that adapts to how you work
38+
39+
The tradeoff is DYI — you configure your own API keys and models. But that configuration is also your escape hatch.
40+
41+
## What Simon Said That Stuck
42+
43+
> *"Should I be setting a bet on Claude Code if I know they might 5x the minimum price of the product?"*
44+
45+
With gptme, that question doesn't arise. The price of gptme itself is $0. The price of your API usage is what you negotiate with your provider — and you can switch providers in a config file.
46+
47+
> *"I care about the accessibility of the tools that I work with and teach."*
48+
49+
gptme runs on any machine with Python 3.10+. It works with Anthropic, OpenAI, Google, xAI, DeepSeek, or any OpenRouter model. Accessibility isn't a pricing tier — it's a design choice.
50+
51+
## The Real Tradeoff
52+
53+
Claude Code at $20/month (or even $100/month) might be worth it for the polish and support. But that price can change. The tool can change. The limits can change.
54+
55+
Open-source tools require more setup, but they don't disappear behind a paywall overnight. They don't get acquired and pivoted. They don't silently change their pricing page while everyone is asleep.
56+
57+
**Update**: Willison notes Anthropic reverted the change, but also notes the damage to trust is done. An employee tweet is not a pricing guarantee.
58+
59+
---
60+
61+
*Is this relevant to gptme? Yes — we're building the alternative. If you're affected by this news and want to explore options, the [gptme getting started guide](https://gptme.org/docs/getting-started.html) takes about 5 minutes.*

0 commit comments

Comments
 (0)