The 2026 AI landscape: ChatGPT and GPT-5, Gemini, Claude, and open models

Three companies dominate the consumer AI market in 2026: OpenAI with ChatGPT, Google with Gemini, and Anthropic with Claude. Behind them is a fast-moving group of open-weight models from Meta, DeepSeek, Alibaba and Mistral that anyone can download and run. Every week brings a new benchmark chart, and it is easy to feel you are always behind.
This lesson gives you a stable map. You will learn what each family is best at, how the products are packaged and priced in broad terms, and a simple decision procedure for picking a tool for a given job. Later modules go deep on each; here the goal is orientation.
The three frontier labs and their products
OpenAI: ChatGPT and the GPT-5 family
ChatGPT runs the GPT-5 family. The app hides much of the model choice behind a model picker and "thinking" modes that decide how much reasoning to spend. Standout features: Deep Research (long, cited reports), Agent mode (the model browses and acts on websites for you), Projects (folders with files and instructions), memory, and Custom GPTs (shareable assistants). For developers, OpenAI offers the Responses API, the Agents SDK, Codex CLI (an open-source terminal coding agent), and the Codex cloud agent that works on your repository in a sandbox. Sora produces video and GPT Image produces images. Free, Plus and Pro tiers exist; check the current pricing page for limits.
Google: Gemini everywhere
Google's strategy is distribution. The Gemini app offers Flash (fast, cheap) and Pro (stronger reasoning) tiers, plus Deep Research, Gems (custom assistants) and Canvas (a side-by-side editing workspace). Gemini appears inside Gmail, Docs, Sheets, Slides and Meet. NotebookLM turns your own documents into a grounded research assistant with Audio and Video Overviews. Creative tools include Imagen 4 for images, Nano Banana (Gemini 2.5 Flash Image) for editing, Veo 3 for video with native audio, and Flow for assembling AI films. For builders there is Google AI Studio, the Gemini API and the open-source Gemini CLI. If your company runs on Google Workspace, Gemini is the path of least resistance.
Anthropic: Claude and Claude Code
Anthropic's Claude models come in three sizes: Opus (most capable), Sonnet (balanced) and Haiku (fast and cheap), currently in the 4.x generation. The Claude app has Projects, Artifacts (live documents, code and small apps rendered beside the chat), Styles and memory. Claude for Chrome is a browser extension that can act on web pages. Anthropic's biggest differentiator is Claude Code, a terminal agent that reads and edits your codebase, runs commands, and can be extended with Skills, MCP servers, hooks and subagents. Anthropic also created the Model Context Protocol (MCP), the open standard the whole industry now uses to connect models to tools.
Open-weight models: Llama, DeepSeek, Qwen, Mistral
"Open" here means the trained weights are published, so you can run the model on your own hardware or a rented GPU. It does not always mean fully open source; read the licence. The main families:
- Llama (Meta): the most widely deployed open family, huge tooling ecosystem, many fine-tuned variants.
- DeepSeek: Chinese lab known for strong reasoning models released at very low cost, which reset price expectations across the industry.
- Qwen (Alibaba): broad family from tiny on-device models to large reasoning and coding models, strong multilingual support.
- Mistral (France): efficient European models, popular where EU data residency matters.
Open models matter for three reasons: privacy (data never leaves your server), cost at scale, and control (you can fine-tune). They usually trail the frontier labs by some months on the hardest tasks, and you take on the operations burden. For most small businesses, a hosted frontier model is simpler; for regulated data or very high volume, open models are worth a look.
Comparison at a glance
| Need | Strong first choice | Why |
|---|---|---|
| Everyday writing and questions | Any of the three | Quality is close; pick what your team already uses |
| Work inside Gmail/Docs/Sheets | Gemini in Workspace | Native integration, no copy-paste |
| Research over your own documents | NotebookLM or Claude Projects | Grounded answers with citations to your files |
| Agentic coding in a terminal | Claude Code, Codex CLI, Gemini CLI | All three read repos and run commands; Module 4 compares |
| Browsing and acting on websites | ChatGPT Agent mode, Claude for Chrome | Built-in browser agents |
| Image generation and editing | Imagen 4, Nano Banana, GPT Image, Midjourney | Covered in Module 6 |
| Video generation | Veo 3, Sora 2, Seedance, Kling | Covered in Module 7 |
| Private or on-premise deployment | Llama, Qwen, Mistral, DeepSeek | Weights run on your hardware |
How to read benchmarks and announcements
Leaderboards measure narrow things. A model that tops a maths benchmark may write worse emails than a cheaper one. Use this filter when a new release lands:
- Is it available to me today, in my region, in the tier I pay for?
- Does it change anything about a task I actually do? If you never write code, a coding benchmark is noise.
- Run your own five-prompt test (see the exercise below) rather than trusting a chart.
- Check the model card or release notes for the training cutoff and the context window.
A practical way to stay current without drowning is to keep one "eval" document with five prompts that represent your real work, and re-run them when a major model ships. Module 11 covers this in depth.
Try it now (10 minutes)
- Create a file called
my-eval.txtwith five prompts that represent your real work. Example set for a small marketing team:1. Rewrite this product description for a 25-year-old audience, 80 words max: [paste one] 2. Summarise this customer email in two bullet points and suggest a reply: [paste one] 3. Turn these rough notes into a meeting agenda with time boxes: [paste notes] 4. Explain what a "context window" is to a non-technical manager in 3 sentences. 5. Draft a polite payment reminder for an invoice 14 days overdue. - Run all five in the free tiers of ChatGPT, Gemini and Claude. Score each answer 1 to 5 on usefulness. Fifteen minutes of this beats any benchmark chart for your purposes.
- Add a sixth prompt that tests honesty:
Note which tools admit uncertainty and which invent a number.What is the current price of the Pro tier of this product? If you are not certain of today's price, say so and tell me where to check.
How this helps your business
- Avoids subscription sprawl. A deliberate stack of two or three tools replaces six overlapping ones that nobody fully uses.
- Faster onboarding. New staff get a one-page "which tool for what" guide instead of learning by trial and error.
- Lower risk. Knowing that open models can run privately gives you an option for sensitive data without giving up AI entirely.
- Better negotiating position. Understanding that model quality is converging lets you switch providers when pricing changes rather than being locked in.
Common mistakes
- Choosing a tool based on a headline benchmark rather than your own five-prompt test.
- Paying for three premium chat subscriptions when one plus Workspace covers the team.
- Assuming "open" means free of licence conditions; read the licence before commercial use.
- Ignoring the tools already bundled with software you pay for (Gemini in Workspace, Microsoft Copilot in 365).
- Re-evaluating every week. Quarterly is enough for most businesses.
Key Terms — Flip to Reveal
Frontier model
One of the most capable models available at a given time, typically from OpenAI, Google or Anthropic.
Open-weight model
A model whose trained weights are published so anyone can download and run it, such as Llama, DeepSeek, Qwen or Mistral. Licence terms still apply.
Model tier
A size or speed variant within a family, for example Gemini Flash versus Pro, or Claude Haiku, Sonnet and Opus. Smaller tiers are faster and cheaper.
Deep Research
An agentic feature in ChatGPT, Gemini and others that runs many searches and produces a long, cited report.
Model Context Protocol (MCP)
An open standard, created by Anthropic and adopted widely, for connecting AI models to external tools and data sources.
Benchmark
A standardised test used to compare models. Useful for narrow capabilities but a poor substitute for testing on your own tasks.
Model card
A document from the provider describing a model's capabilities, limits, training cutoff and intended use.