Yushi's Blog

The Big Three AI Models: Personalities, Strengths, and How I Actually Use Them

The Big Three AI Models

Living with all three

I pay for all three major AI subscriptions. ChatGPT, Gemini, and Claude. Individually. Yes, my wallet hates me.

But after months of daily use, I’ve noticed something kind of weird: these models have personalities. Not in a “they’re sentient” way, but in the sense that each one has a consistent vibe that shows up in how it talks, how it codes, and where it screws up. This isn’t a benchmark post. I’m just telling you what it feels like to use them every day.

ChatGPT: the quiet nerd

ChatGPT reminds me of that one brilliant colleague who barely talks at meetings. When it does speak, it’s straight to the point. No small talk, no filler. Just the answer.

It’s also noticeably slower, because it spends time checking things before it acts. In coding tasks, ChatGPT investigates a lot before writing a single line. It reads, it verifies, it double-checks. Sometimes I’m sitting there waiting, wondering if it forgot about me.

The upside: backend and logic tasks come out clean. I consistently get more bug-free solutions when the task involves business logic or data handling. ChatGPT seems to actually think before it writes, which is more than I can say for… well, we’ll get there.

But frontend? I don’t know what it is, but every time I give ChatGPT a UI task, the result is ugly. Same prompt, same requirements as the other models, and ChatGPT’s version just looks worse. Every single time. It’s a solid standby though. When I’m not sure which model to pick, ChatGPT is the safe default.

Gemini: the enthusiastic salesperson

Gemini talks like it’s trying to sell me something. Supportive, warm, always making me feel good about my question. It’s like chatting with a customer support agent who genuinely loves their job. Sometimes that’s nice. Sometimes it’s a bit much.

Technically, Gemini has a massive context window and it’s fast. That part is great.

For coding, Gemini is the best frontend designer of the three. I’m not even close to joking. When I need UI polish or component styling, Gemini nails it. The other two can’t touch it on visual design.

But here’s the thing that drives me crazy: backend and business logic. Despite that huge context window, Gemini constantly forgets what I asked for. I’ll give it a complex requirement, and halfway through, it just… loses the thread. Hallucinates steps, skips logic, produces code that looks right but breaks in weird ways.

So I have a hard rule now. Gemini does frontend polish. It never touches backend or business logic. Period.

Claude Opus: the one I trust

Then there’s Opus. Honestly? It’s just good.

It gets what I’m asking. Not just the words, but what I actually want. I can hand it frontend work, backend work, business logic, and it handles all of it. The trust is strong here, and I don’t say that lightly.

The old weakness was context window, capped at 200K tokens. But now it’s up to 1 million, so that complaint is gone. If I had unlimited budget, I’d use Opus for everything and call it a day.

But I don’t have unlimited budget. Opus is expensive. And that’s the whole problem.

Don’t lock in

Here’s where I’ve landed after paying for all three: the best model depends on what you’re doing.

Backend logic? I reach for ChatGPT. Frontend design? Gemini, no question. Need something I can trust across the board? Opus, if I can afford the tokens.

The worst thing you can do is pick one and use it for everything out of habit. I did that for a while with ChatGPT, and I was leaving a lot on the table. Subscription loyalty is a trap when the models have such different strengths.

Beyond the big three

I’m also starting to poke around at models outside the first tier. DeepSeek, Grok, Qwen, and others. I’ll probably spend more time with these soon, because the landscape moves fast and today’s side project model might be tomorrow’s go-to for a specific task.

Wrapping up

None of this is scientific. Your mileage will vary depending on what you’re building and how you prompt. But if I could go back and tell myself one thing from six months ago, it would be: stop trying to find the one perfect model. Use all of them. Match the tool to the job.

We’re not at the point where one model does everything well. Until we are, switching between them isn’t indecisive. It’s practical.

<< Previous Post

|

Next Post >>

#Ai #Llm #Chatgpt #Gemini #Claude #Comparison #Personal-Experience