# AI Model Benchmarking: Sonnet 5 vs. GPT 5.5 & Gemini 3 Pro

**Podcast:** How I AI
**Published:** 2026-07-01

## Transcript

We've got a new model, people, and it's from Anthropic.
Now, is it Mythos?
No.
Is it Fable?
No.
But it is Claude Sonnet 5.
Anthropic is claiming it's the most agentic sonnet model yet, and we will get opus-level tasks at sonnet-level prices.
Now, I've been testing a lot of models, and I'm starting to get bored of doing the vibe check.
what i want to start developing is a set of benchmarks we can regularly test these new models against that you'll care about so today i'm going to be introducing the how i ai bench a set of ai and clairvoy graded benchmarks that are going to tell us if this model and any model is good at writing prds solving bugs and one-shotting designs i'm going to show you exactly how i built this benchmark using claude code and we're going to see on a blind test what comes out on top.
Let's get to it.
This episode is brought to you by Runway, a new kind of creative platform that has everything you need to generate any image, video, or piece of content you want all in one place.
With Runway, it's now possible to go from initial idea to a finished deliverable in a matter of minutes.
From turning low fidelity product shots into campaign ready imagery all the way through putting together big brand films, Runway can help your team scale your creative ambitions while keeping your budgets and timelines from doing the same.
Runway brings together the world's most advanced AI models, which is why enterprises like Microsoft, Robinhood, Amazon, and Adobe, along with studios like Lionsgate and Legendary, all use Runway to ship real work every day.
Try it yourself at runwayml.com slash howiai.
Promo code howiai.
Quickly, before we get to our evals, let's just talk about the headlines of Sonnet 5, this new model.
Anthropic is pitching it as close to the performance of Opus 4.8, but much less expensive.
So as you can see here, it's not quite at this.
69% on agentic coating sweet bench pro or the 82% on terminal bench 2.1, but it's not that far behind.
And I suspect that most of us are not going to notice that difference.
It's also supposed to be really good at computer work and knowledge work.
And so this should be an everyday model that people reach for.
In my episode with Felix from Anthropic, he says that we're all abusing Opus and we should definitely be using the Sonnet models more.
And we are going to put Sonnet 5 to the test against that proposition.
Now, what do they say that Sonnet 5 is really good at?
Well, it's really good at agentic tool use.
So you're going to get slightly longer running tool runs, longer running sessions than you would with Sonnet 4.6.
at a lower cost than doing the same comparable task with Opus.
So you're going to see here, you know, Sonnet 4.6, a lower pass rate on these long running tasks.
Sonnet 5 getting pretty close when you have extra high reasoning on.
And then Opus, of course, has the highest pass rate, but it's also much more expensive.
That holds true also with computer use.
So as you see, Sonnet...
4.6, not bad, about 80% pass rate.
But when you want to get past 80% into really successful computer use, browser use, et cetera, which is what I've been doing a lot lately, you're going to get a slightly cheaper experience, but almost as good as Opus 4.8 when you're using Sonnet.
And then the headline seems to be it's much more affordable than Sonnet.
So it's going to be $2 per million input tokens.
and $10 per million output tokens at least through the end of the summer.
And then it's going to go up a little bit.
So if you want to test this model and you want to test it at launch prices, get that done now.
So as I said at the beginning of the episode, I'm a little tired of doing me sort of like one-off vibe checks.
Sure, I can put this into cursor, into quad code, one shot a landing page, and kind of say, what do I think?
And I've done this for a couple of models.
I've done it for GPT 5.5.
I've done it for open weight models like GLM 5.2, but I've always felt like my feedback on these models is kind of soft.
Yes, we put it against like specific workflows, but I don't like that it's not repeatable.
And I don't like that we're not testing it over time.
What do I like about this process though?
I do like that it is a Clairvaux benchmark.
I have a perspective.
I have a point of view of what's good and bad.
And I don't want to lose that Clairvaux taste by doing an LLM in the loop, or an AI as judge on these benchmarks.
So I'm going to show you how I built and will build the Hawaii AI bench and on a blind kind of taste test, how these models did across a couple use cases.
Okay, what's really fun is...
The evals are not quite done running.
So they are running in a sub agent right now for the final scores.
So I will actually be surprised at the end of the episode about what I think of Sonnet 5 amongst all these other models.
But I just want to show you how you can build your own evals benchmark for you to assess whether or not these new models are really working in your favor.
And so I have Cloud Code up here and I asked just a very simple question.
Based on our work together, can you help me brainstorm a How I AI benchmark and eval set we can test every time a new model comes out to consistently score different tasks that would be relevant to our podcast audience?
Now, this is something that I hope everybody takes advantage of.
All your Claude Code sessions are stored on your desktop, so you can actually go through those.
Claude can go through those and make recommendations on future work based on your past work.
This also works for...
So you can have codecs look at your old sessions.
You can even have codecs look at your cloud code sessions and really use that in addition to its own memory to come up with new ideas.
So that's what I did here.
And it sort of gave me kind of some good design principles about what makes a good benchmark in general, frozen inputs, blind scoring where possible, a rubric.
And then it came up with a list of tasks, everything from taking messy notes and turning them into a PRD.
to one-shotting a landing page or an app, to kind of going through lots of context and trying to come up with sighted information.
And I am not one to pick because I want everything.
So I said, build the whole thing.
I love this.
And it started and then I corrected myself and I said, let's actually focus on tasks for builders, PRDs, prototypes, agentic multi-step.
An agentic voice basically does a pass the vibe check in my open claw.
I don't really care about long context and deep research.
And then I said it could use my existing repos, some data sources, some things that we already did to build it.
Now, what's interesting about how I built this is in addition to building the scored benchmarks where an LLM would actually score the outputs, I also said I want an HTML page at the end that I can give you vibe feedback.
And then we will use my vibe feedback and the LLM scores to come up with the completely scientific how I AI bench and see what it came up with.
Now, this took about, I don't know, 45 minutes to run.
I actually recorded an episode while it was running.
And I just want to show you what it came up with and how I worked through it.
What it did is it dropped all the outputs of the benchmark into one local HTML page where I could give it my own structured vibe check.
And as you can see here, it says just score each output one to five on pure gut feel.
Would I ship this?
Does it sound like me?
It's going to save that to the browser.
It actually downloaded a JSON file.
And then I use that to check the scoring.
And so you can see here, I have a blind.
I turn on blind.
a blind set of models A through E.
I believe we tested, although I should double check because I didn't really look, Opus 4A, 5-5, Sonnet 4-6, Sonnet 5, and maybe GLM.
I'm not actually sure what the fifth one was.
We'll see when we get the scores.
And it made PRDs.
And then I went through here and I read the PRDs and I gave it scores.
And so, you know, I would look at these and let's see if I can find one that I actually scored.
And I would say something like this one is comprehensive and clear.
I gave it a four.
And so you can imagine each of those PRDs I went through and I gave them like a one to five score.
I put some like lightweight notes in and scored them.
Now, this is where it gets interesting.
I have a set of prototypes I run as an eval.
I posted an article on X and LinkedIn about how we generated the same app 82 times at ChatPRD when we were building our own prototyping tool.
And I reused that harness to test.
prototyping and wireframe across a bunch of different apps and give those all vibe checks.
So you can see here, these are complicated apps that each model generated a different version of.
And you can see here, I gave this one kind of a four, not bad.
It was simple.
I gave this one a four.
There were a few issues at the top, too many icons.
I said this one was good.
It's very comprehensive.
So You can see I went through a complex.
This is a doc scheduling app.
This is an editorial assignment desk, something that maybe an editor or a blog would use to go through assignments.
There is a creative marketplace studio where people can buy marketplace items and then.
a mobile app sort of a habit coach app and it went through different versions and so we went through this on full fidelity prototypes as well as wireframes i've been building a lot of wireframes at chat purity so i wanted to look at the wireframe generations as well and see how these models did and then as you can see i scored everything gave it all notes and went through i think there were like 64 generations here now i did this very fast but I think I did a good job.
You know, I've been a product design engineering leader for a while.
I can eyeball stuff and make it go fast.
And then finally, there is this multi-step agentic code base search.
I didn't actually score these because I don't really have a strong opinion on how they worked.
But the one I did have an opinion on how it worked is the agentic voice.
So if you haven't watched How I AI or listened to me complain on X, I am very picky about the personality of my agents and in particular the personality of my open claw and sonnet46 so far has had the best personality so i actually pay for api credits for my open claw because i like how it talks to me and so one of my checks was given a model how is its voice do i want to hang with it and ask kind of four questions one is can you move my 3 p.m to dana to same time tomorrow and let her know swap today the other is uh deploys are red again um one is just me complaining remind me why i even started this company lol it really does know me well and then this one truly knows me extremely well says honestly let's just yolo push straight to prod and skip the tests i'm so done today and then i vibe checked did i like the voice of the agent back to me gave it some scoring and stored that.
And so that is so far, that's a V1 of the How I AI bench.
And just to like zoom back, I had Claude Code pick five models.
I think I know four of them.
I'm curious what the fifth was.
Run some evals against a PRD, lots of prototype generation, an agentic bug hunting flow and voice.
I rated them all by hand.
And then I had both GPT 5.5 and Opus 4.8 judge.
And so in addition to my feedback, we have these two models also judge the output.
And then I had it create a slide deck with the outcomes that I have not yet seen.
And we're going to go through live on this episode.
This episode is brought to you by HyperAgent, the platform for deploying always-on agents that actually run your business.
With HyperAgent, you build agents in the cloud and deploy them where your work already happens, like Slack, Telegram, or email.
An agent will scan your inbox and draft replies to vendor follow-ups.
Another monitors competitors and spins up rich ad kits and landing pages.
A third notices a deal going cold in Salesforce and writes the save email with full account context.
These aren't chat bots waiting for a perfect prompt.
They're proactive, learning your preferences, retaining your playbooks and getting better with every run.
One user built four agents to run an outbound sales pipeline, prospecting, outreach, follow ups, CRM updates all in a single afternoon.
No local setup, no VPS bills, no fragile permissions on your laptop.
just powerful agents with full control over skills, tools, and guardrails.
HyperAgent was built by the team behind Airtable and HowEye AI listeners get $1,000 in free inference to start building.
Claim yours at hyperagent.com slash HowEye AI.
So we're going to go through this deck that the AI created for me that's going to give me a leaderboard.
I have not seen this yet.
We're going to go through it live.
It's even going to surprise me.
This is truly neutral.
No bias.
I'm excited to see what we get.
This is our first model leaderboard, the How I AI Index world premiere.
All right.
So this is not at all what I was expecting.
Again, here's the surprise.
The model that I forgot we were testing scored the best.
Gemini 3 Pro up here at the top of the leaderboard tied with the brand new drop Sonnet 5, GPT 5.5, my personal favorite, also in this three horse race at the top of the leaderboard.
And then poor Opus.
to vibes are off at the bottom as well as sonnet 4 6 with lots of red flags on sonnet 4 6 so sonnet i think we have a new version that version is sonnet 5 but hilariously i was not expecting gemini to be at the top of this leaderboard yet here we are so as you can see we looked at quality We looked at did it ship at all and does it have good taste?
And we are going to see what the AI and I, the How I AI, said about these models.
So what's interesting is the benchmark, the sort of like LLM model that came up, and I disagree on taste, which is quite funny.
And in fact, I am the opposite.
of the automated benchmark, I sort of think the complete opposite.
I think that 4.6 is the best and Gemini 3 Pro's the worst.
And again, this is why we are going to refine this benchmark over time.
We are going to keep doing these blind tests because what I thought was good, the model thought was bad.
And what the model thought was good, I thought was bad.
Why do we disagree?
Well, Every model is kind of an easy judge.
Actually, I'm not really surprised about this.
I am not surprised that every model sort of rates to the middle of the bell curve.
This is one of the challenges that I have had with self-grading evals is like humans, people always want to give like a 7 out of 10.
Agents want to give a 7 out of 10.
And so I don't think these models are spiky enough when it comes to how they evaluate.
output.
And I think we all know that models are like pretty sloppy.
And I don't think they have that vision of taste, uniqueness, what it looks like to the quote unquote human eye, which is why I put things inside.
And what's interesting is because I put loose notes in with my feedback, you can see I said, oh, this is cute or oh, this is really sharp.
And The agents did not see this.
The rubrics did not see this in a way that I saw as a human.
So what got flagged on the automated results?
Well, these sort of things that I wasn't able to see on this like very first pass as a human.
So it was really looked at broken working code.
It ignored constraints.
It was incomplete.
Whereas I was just like eyeballing truly the first screenshot.
I wonder if I should take another pass at how I eval these wireframes.
Again, I just did them on the visuals.
I really didn't do them on the functionality.
And that's maybe a gap for me.
But you can see GPT 5.5, actually the thinkier ones, wrote broken code.
And then a lot of them ignored the constraints around the wireframe styling.
Now, let's see how it was graded by task.
Gemini did a great job at the PRD writing, as did GBT 5.5.
This might honestly be my bias, which is I hate Claude Slop deeply, and I have like a big eye for Claude Slop.
And so I just see the tells of Claude-style writing, and it drives me crazy, and I think I scored those much lower.
On the agentic codebase, these all did great.
I'm not surprised to see...
kind of 48555 and Gemini all at the top.
These are like pretty standard coding tasks that obviously all these models should be pretty good at.
So I don't think that benchmark is as critical as it needs to be to show the difference between these models, because I think baseline coding tasks, all of them are good at.
And then again, not surprised that 4.6 passed my voice test, because that is the model that I love.
in my actual open clause.
But I am surprised to see Gemini 3 Pro at the top.
And then in terms of the prototype matrix, seeing Opus and Sonnet winning in front end.
Again, not surprised, but this is like a very interesting mix of things.
Okay, you can see what I say about these models by hand.
Again, I think this is quite funny.
which is, let's see, on 4.6, what were the issues I said?
Slop, not as functional, boring, okay, but not super cute.
So 4.6, generic sloppy.
4.8, fancy.
I really liked 4.8.
So other than getting kind of dinged on one, not being functional, I was really a big fan of 4.8.
It seemed like 5.5 and Sonnet 5 had a lot of broken prototypes in it.
And so when it worked, I really liked it, but it didn't work enough.
And Gemini 3, very interesting, bare bones, it seems like, but concise.
And so I think like right to the point.
So if I were to look at this from a qualitative perspective, I certainly like...
Opus, and I would love to see 5.5 and Sonnet work better because then I could judge it on its merits of taste.
So again, we had Model as a judge, and so we had Opus 4.8 and 5.5 judge itself.
I had the benchmark check if there was any inherent bias, like did Opus like Opus better and 5.5 like 5.5 better.
I've consistently seen GPT 5.5s be the toughest.
And so I actually prefer a 5.5 judge, but it judged itself lower than the other judge did.
The judges overall agree, but they were overall generous.
And sort of balancing these two judges is exactly why we ran this double bench.
Okay, so takeaways and what changes next launch in terms of the How I AI bench?
Well, the model is going to depend on the job and the strength of the model foot by task.
I would say my taste actually matters.
So maybe those vibe checks are not bad.
And it really diverged hard from the metrics.
So what I'm going to try to do is encode more of my taste into the judgment.
It says retire the saturated agentic task.
That's really interesting.
Again, I didn't read this before I presented it, but that's exactly the conclusion I came to, which was this like agentic bug tracking task is not a really good benchmark because all of them are pretty good at it.
And I need to think about something else to test the agentic nature of these models.
And so I don't really know what conclusion to draw from this.
So let's go back to good old Claude and say, given the benchmark, and I agree, can you do a clairweighted index and generate a leaderboard page that strikes?
the right balance between my opinion and the back end performance and makes recommendations on model by task.
Okay, so we're going to have Claude Code summarize this benchmark, which is all over the place.
Again, we do it live here at How I AI and give you a ranking.
Should we believe?
the AI leaderboard, or should we believe the Claire leaderboard or somewhere in between and come up with our definitive end of June, early July, 2026, how I AI index of the paid frontier models.
Let's see.
Okay.
Claude could not commit to making a decision itself.
So it gave me ultimate power.
It gave me a slider from 100%.
LLM judged to 100% Claire judged.
It's my podcast.
I'm going 70% Claire judged, 30% back end.
At the top of the list, Sonnet 4-6, who would have thunk, and Gemini 3 plow, followed by what I think is my favorite, 5-5, and at the bottom, poor brand new Sonnet 5 and really expensive 4-8.
What is Claire's recommendation model by task?
If you're writing a PRD, use GPT 5.5 because it will give you something comprehensive and clear.
If you are prototyping, guess what?
Sonnet 4.6, pretty good.
And if you want to chit chat with a model, again, Sonnet 4.6 has good vibes.
If you're trying to knock down a code base, I actually did not score these, but...
The LLM judge thinks that Opus 4a and Sonnet 5 are pretty good at this.
And then if you are doing prototypes, depending on what you're doing, different models can do better.
I would say complex designs.
Again, what I saw in my chat PRD benchmark is Opus 4a does really good at really dense, complicated UIs as well as consumer.
And then you can use Sonnet for things that are just a little bit simpler to execute on.
Okay, this was an adventure.
This started out as a Sonnet 5 review.
It ended up that Sonnet 5 is at the bottom of my personal preference list.
Well, that's it.
That's our first round of the How I AI Claire weighted index.
We are going to be doing this every time a new model comes out.
I'm going to try to encode the benchmark and make it a little bit more critical, a little bit more aligned with my taste.
I can't wait to see how it does on some of these new models.
And I can't wait for this to be.
an industry standard benchmark that all the labs rely on.
Thank you for joining Howie AI and see you next model release.
Thanks so much for watching.
If you enjoyed the show, please like and subscribe here on YouTube or even better, leave us a comment with your thoughts.
You can also find this podcast on Apple Podcasts, Spotify, or your favorite podcast app.
Please consider leaving us a rating and review, which will help others find the show.
You can see all our episodes and learn more about the show at howiaipod.com.
See you next time.
