AI Field Guide
Models

Choosing an AI model

Updated 2026-08-04

Questions this answers

  • Which AI model should I use?
  • Claude vs GPT vs Gemini, how do I pick?
  • Should I pay for a frontier model or use a cheaper or open one?
  • Does it even matter which model I use for my task?

The Fix

For most people most of the time, any of the big three closed models, Claude, GPT, or Gemini, will do the job well. So the honest answer is to start with whichever you already have and switch only if you hit a wall. They leapfrog each other constantly, so chasing the current benchmark leader is a losing game.

A few rough leanings hold up. Claude has a name for careful writing and coding. For a safe generalist with the biggest ecosystem around it, GPT is the default. Gemini pulls ahead on very long documents and mixed media, and it's the natural pick if you already live in Google. When cost or control matters more than the last few points of quality, an open-weight model you run yourself, like Llama, Qwen, or DeepSeek, gets you most of the way at a fraction of the price.

When to Use It

Put real thought into the choice when the task is high-stakes or high-volume, where a genuine edge in quality or a lower per-call cost adds up. Otherwise the switching cost usually outweighs the gain, and your prompt and your context matter more than which frontier model you picked.

Let the task steer you. Reasoning-heavy or coding work rewards the stronger tiers and the reasoning models. Long documents point toward the big context windows. Privacy or a tight budget points toward open weights you host. Whatever you pick, remember the model is only part of it: how you prompt and what context you give usually matters more.

Best Practices

Related