Lesson 67 of 2116
Subscription-Tier Literacy: Every Plan, Side by Side
Claude Pro vs Max. ChatGPT Plus vs Pro. Gemini AI Pro vs Ultra. Stop guessing which plan you need. Here's the full map.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1The subscription fog
- 2Claude Pro
- 3Claude Max
- 4ChatGPT Plus
Concept cluster
Terms to connect while reading
Section 1
The subscription fog
AI subscriptions got complicated. A year ago there were 2-3 tiers per provider. In April 2026 there are 5-7, with overlapping names. Let's cut the fog and build a clear mental model you can use for every new plan that drops.
Claude's tier ladder (April 2026)
Compare the options
| Plan | Price (US) | Key features |
|---|---|---|
| Free | $0 | Sonnet, limited Opus, basic chat |
| Pro | $20/mo ($17 annual) | 5x free limits, Projects, Cowork research, Claude Code (limited) |
| Max 5x | $100/mo | 25x free limits, full Opus priority, Claude for Chrome beta, Claude Code generous |
| Max 20x | $200/mo | 100x free limits, effectively unlimited for individual workflows |
| Team | $30/seat/mo ($25 annual) | 5-seat minimum, shared Projects, admin controls |
| Enterprise | Custom | SSO, audit logs, custom policies, MCP at scale |
ChatGPT's tier ladder (April 2026)
Compare the options
| Plan | Price (US) | Key features |
|---|---|---|
| Free | $0 | GPT-5 auto-switch, limited advanced features |
| Go | $8/mo | Higher message caps, ads remain |
| Plus | $20/mo | Full GPT-5, advanced voice, image gen, Deep Research limited |
| Pro | $100/mo (new April 9, 2026) | 5x Plus caps, GPT-5.4 Pro, more Codex, Deep Research generous |
| Pro Max | $200/mo | 20x caps, o1/o3 Pro mode, highest Codex tier |
| Business | $25/user/mo | Admin features, team data isolation, min 2 users |
| Enterprise | Custom | Full org controls, workspace agents, data residency |
Gemini's tier ladder (April 2026)
Compare the options
| Plan | Price (US) | Key features |
|---|---|---|
| Free | $0 | Gemini 3 Flash, some Pro, Gemini Live |
| Google AI Pro | $19.99/mo or $99.99/yr promo | Gemini 3 Pro, 2TB cloud, Workspace AI |
| Google AI Ultra | $249.99/mo or $124.99/3mo | Gemini 3.1 Pro, Veo 3.1, Project Mariner (10 parallel agents), 30TB, YouTube Premium |
Minor tiers worth knowing
- Perplexity Pro: $20/mo — unlimited Pro searches, model choice (Claude Opus, GPT-5, Sonar), Spaces.
- Perplexity Max: around $200/mo — background assistant, higher quotas.
- SuperGrok: $30/mo — dedicated Grok outside X.
- SuperGrok Heavy: $300/mo — power user, nearly unlimited.
- Microsoft 365 Premium: $19.99/mo — bundles Office + Copilot consumer.
- GitHub Copilot: moving to token-based billing in June 2026 — watch carefully if you're a dev.
- Notion Business: $15-20/user/mo — required tier for full Notion AI in 2026.
Reading a new plan announcement
Boil every subscription down to these five numbers. Then compare apples to apples.
// The five numbers you extract from any AI plan page:
const evalPlan = {
monthlyPrice: 0, // USD
modelAccess: [], // Which models you can pick
usageCap: '', // Msgs/5hr or tokens/day
priorityFeatures: [], // Voice, agents, deep research
dataUsedForTraining: false, // Privacy bit
};
// Anything else is marketing.
// Compare across providers with the same 5 fields.Who actually needs Max / Pro / Ultra?
- Coders running agents for hours a day → Claude Max 5x or ChatGPT Pro $100.
- Researchers using Deep Research on long projects → ChatGPT Pro $100+ or Claude Max.
- Video/image creators using Veo → Gemini Ultra.
- Students writing long papers → usually Pro-tier ($20) is enough.
- Parents and casual users → free or Pro, Max is wasted money.
“Buy the tier your actual usage requires. You can upgrade anytime. You won't remember to downgrade when your project ends.”
Key terms in this lesson
The big idea: every AI provider has a free / standard / premium / enterprise ladder. Learn to read any new plan with five comparable numbers. Then pick the lowest tier that clears your actual usage pattern.
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Subscription-Tier Literacy: Every Plan, Side by Side”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 32 min
When to Upgrade (And When Not To)
Subscription spend on AI can silently hit $100/mo. Learn the usage signals that mean upgrade, and the vibes that just mean temptation.
Creators · 45 min
API Access vs. Consumer Products — A Deeper Look
Going beyond the chat window. When you'd reach for the API, how pricing actually works, and how to start building. The API is where AI becomes a building block The consumer app is the most polished version of an AI experience.
Creators · 40 min
Cursor: The AI Code Editor That Ate Enterprise
Cursor forked VS Code and rebuilt it around AI. It's now the de facto AI IDE for serious engineers. Deep dive on what makes it different, the Composer agent, and the $500/month enterprise pricing.
