Статтю опубліковано англійською мовою.
Comparing Frontier AI Agents: Astra, Flash, Fable, and Mythos
A breakdown of how the latest GPT, Gemini, and Claude model releases perform on real agentic tasks like coding, browsing, and tool use, not just benchmarks.
The rules of AI comparisons used to be predictable.
GPT vs Gemini vs Claude.
You'd hand each one an identical prompt, line up the responses side by side, and crown whichever answer sounded best. That approach no longer captures what matters.
This newest crop of releases, spanning OpenAI's Astra build, Google's Flash update, and Anthropic's Fable and Mythos versions, is being judged on a far more demanding standard:
Can an AI agent grasp a goal, pull in the right tools, write and debug code, navigate the web, control a computer interface, bounce back from errors, and carry a complicated task through to completion with minimal human hand-holding?
That shift matters enormously for developers, and after digging into the recent benchmark releases and accompanying system cards, the picture that emerges is more layered than a simple ranking:
GPT-6 Astra comes out as the most capable all-around frontier agent, Gemini 3.8 Flash might offer the best balance of capability versus cost, Claude Fable 5.1 continues to excel at extended software engineering and research work, and Mythos 5.1 hints at where specialized frontier models are headed next.
Here's a closer look at each.
1. GPT-6 Astra: OpenAI Goes All-In on Agents
OpenAI positions GPT-6 Astra as its smartest and best-aligned model to date, citing gains across computer operation, coding, scientific reasoning, cybersecurity, and professional-grade workflows.
What stands out, though, isn't a single leaderboard number.
It's the model's capacity to actually carry out agentic work.
Astra is capable of:
- Navigating websites
- Controlling graphical user interfaces
- Completing forms
- Manipulating spreadsheets
- Building websites
- Running frontend quality checks
- Installing and testing software
- Tracking down bugs in applications
- Handling coding tasks that span long stretches of time
- Interacting with scientific tools and software
- Generating documents and slide decks
According to OpenAI, Astra scores 72.6% on OSWorld 2.0, versus 65.7% for the previous GPT-5.6 Sol, and it does so while finishing similar work in noticeably less time.
Software engineering, in particular, is where Astra gets genuinely compelling.
Its results on Terminal-Bench 4.0 illustrate this:
But code generation alone doesn't tell the full story.
OpenAI has also built persistent context tools into Codex, so extended coding sessions no longer degrade into progressively fuzzier summaries of earlier work. Instead, past context stays searchable and retrievable.
For anyone building software, that's a far more meaningful upgrade than a few extra percentage points on a benchmark, since real-world engineering doesn't happen in short 20-message exchanges.
It unfolds across hundreds of interconnected decisions made over multiple days.
2. Gemini 3.8 Flash: The "Why Is This So Cheap?" Model
Google then released something that caught people off guard.
Gemini 3.8 Flash.
Google describes it as the most capable Flash-series model so far, built for extended software engineering tasks, autonomous agent workflows, and demanding reasoning problems, all while preserving the speed and affordability the Flash line is known for.
Its launch pricing on the API sits at $0.75 per 1M input tokens and $3.75 per 1M output tokens.
That undercuts Astra's listed API rates of $10 per 1M input tokens and $50 per 1M output tokens by a wide margin.
What makes this interesting is that Gemini 3.8 Flash isn't competing purely on being lightweight.
It puts in more effort where it counts.
Google explains that the model can run extra reasoning passes and invoke tools repeatedly when a task calls for it.
Its feature set includes:
- Context windows up to 1M tokens
- Output capacity as high as 64K tokens
- Configurable reasoning intensity
- Tool integration
- Support for autonomous agents
- Extended coding capability
- Enterprise-ready workflows
Google highlights especially strong performance on DeepSWE v1.1, a benchmark built around solving intricate engineering problems without human intervention.
The model also achieves 54.9% on HLE-Verified.
The underlying strategy is a smart one:
Rather than making every single query smarter across the board, dedicate extra compute only to problems that genuinely require it.
This is very likely the direction agentic AI pricing and performance will keep moving in. Testing this model inside Antigravity to put together a portfolio site gave a sense of how that plays out in practice.
3. Claude Fable 5.1: Anthropic Optimizes for Real Work
Anthropic's answer to this race comes in two flavors: Claude Fable 5.1 and its more locked-down sibling, Claude Mythos 5.1. Fable 5.1 doesn't try to dazzle you with leaderboard bragging rights.
Instead, its value proposition is grounded in something more useful day-to-day: sustained engineering work, research tasks, and knowledge-heavy jobs. Anthropic's gains here are substantial.
On Terminal-Bench-Science, Fable 5.1 hits 52.6%, more than double the 24.7% posted by the previous Fable 5.
On Terminal-Bench 4.0, Fable 5.1 scores 55.8%, while the more specialized Mythos 5.1 pushes that up to 60.9% in Anthropic's own comparison.
Additional results reported for Fable 5.1 look like this:
- OSWorld 2.0 partial: the model reaches 77.9%
- CursorBench: it lands at 73.4%
- Humanity's Last Exam, no tool access permitted: it reaches 60.9%
- the same exam, but now with tools switched on: performance climbs to 65.0%
- AutomationBench: the score comes in at 31.4%
Yet the improvement that matters most to working developers might not be a benchmark score at all — it's efficiency.
Anthropic claims Fable 5.1 can match the output quality of Fable 5 while spending noticeably less at lower reasoning-effort settings, and that agent-driven workloads in particular can see cost reductions of roughly 45%.
That efficiency gain is a big deal, because agentic systems have a well-known weakness: they're voracious consumers of tokens.
Where a simple chatbot exchange might cost you around 5,000 tokens, a coding agent working through a real task can chew through hundreds of thousands. At that scale, how efficiently a model uses tokens stops being a pricing detail and becomes a core part of your system's architecture.
4. Mythos 5.1 Is Something Different
Mythos 5.1 is worth pulling apart on its own.
According to Anthropic, Fable 5.1 and Mythos 5.1 are built on the exact same underlying model. What separates them is not raw capability but the safety guardrails and access restrictions wrapped around certain sensitive functions.
Mythos is reserved for vetted, credentialed professionals, particularly in fields like cybersecurity research and advanced biology. That gating is the whole point.
We're moving toward a pattern where a single foundation model can support multiple distinct "capability envelopes" depending on who's using it and how.
The core model might be extremely capable across the board, but what it's actually permitted to do in practice hinges on factors such as:
- who the user is
- what environment the request runs in
- which tools are made available
- how the session is monitored
- what safety layers are active
- the assessed risk level of the task
- the broader deployment context
That's a meaningfully different setup from the traditional model of shipping one model behind one API and calling it done.
5. The Cybersecurity Race Is Getting Serious
This section might carry the most weight in the entire comparison.
OpenAI says GPT-6 Astra has crossed what it calls the Critical cybersecurity capability threshold as defined in its Preparedness Framework. The company reports that Astra is capable of finding previously unknown vulnerabilities and building working exploits against hardened systems with very little human input.
The numbers back that up:
- 100% on ExploitBench
- 88% pass@1 on SRE-Bench
- 99.2% pass@4 on SRE-Bench
OpenAI further states that during evaluations run by outside experts, Astra actually surfaced real, previously unknown vulnerabilities.
Google is going a different route with Gemini 3.8 Flash Cyber, a variant purpose-built for defense rather than offense. It's aimed at autonomous vulnerability discovery and automatic patching, and access is being rolled out through Google's Fairwind Program to vetted security teams.
Anthropic is on a similar path, broadening Fable 5.1's defensive security skills while keeping tight limits on anything related to building exploits.
The takeaway across all three labs is clear: cybersecurity has turned into one of the main fronts in the race to build frontier AI systems.
And that cuts both ways — this capability is genuinely valuable for defenders, and genuinely risky in the wrong hands.
6. So Which Model Wins?
Here's a practical way to weigh these three models as someone actually building with them.
Even so, there's an important warning attached to any side-by-side comparison table: don't treat it as a definitive ranking that applies everywhere.
Each vendor runs its benchmarks with its own setup, its own toolchain and its own evaluation harness, so the numbers aren't directly comparable in a strict sense. OpenAI itself has acknowledged that benchmark results can diverge from what you'll actually see in production, largely because of differences in system prompts and which tools are hooked up.
In the end, the "best" model isn't a fixed answer — it depends entirely on the specific workload you're throwing at it.
7. What Should Developers Actually Use?
If your goal is building an autonomous coding agent, the sensible starting point is:
GPT-6 Astra
Given how it blends coding skill, computer-use ability, reasoning, persistent context and tool execution, it's arguably the most capable general-purpose agent among the three.
If you're instead building applications that need to run at scale, you should take a close look at:
Gemini 3.8 Flash
The pricing is hard to argue with. At its introductory API rate, it comes in at around 13 times cheaper per input token and 13 times cheaper per output token than Astra's standard pricing.
That gap isn't just a small efficiency win — it reflects a genuinely different architectural approach.
If your work involves heavyweight software engineering, research, or coding tasks that run for extended periods, Fable 5.1 earns a spot in your toolkit.
Anthropic has clearly tuned it around the unpredictable, messy nature of real engineering rather than chasing leaderboard scores.
And for anyone operating in advanced security research or specialized scientific fields, gated systems such as Astra-tier models, Gemini Cyber, and Mythos occupy a completely different capability bracket.
The Bigger Story
What matters here isn't which company edged out another on a specific benchmark — that kind of comparison is quickly losing relevance.
The real shift underway looks like this: Chatbots → Coding assistants → Agents → Autonomous workers
Developers going forward won't just prompt AI with something like: "Write this function."
Instead they'll hand over something far broader: pointing the model at a codebase, asking it to figure out why a bug happens, track down what's actually causing it, write a fix, execute the test suite, confirm the interface behaves correctly, refresh the docs, and submit a pull request on its own.
Then step away and let it run.
That's the real test now — not "Which model writes the cleanest code?"
But rather, "Which model can be trusted to own the whole task from start to finish?"
- GPT-6 Astra currently comes closest to that ideal.
- Gemini 3.8 Flash could be what makes deploying agents at massive scale financially realistic.
- Claude Fable 5.1 may end up being the model developers rely on for long, complex engineering and research work.
- Mythos 5.1 signals that the cutting edge is splitting into two tracks: broad general-purpose models and narrowly scoped, tightly restricted specialists.
For developers, the takeaway is simple: stop treating AI models like chatbots and start treating them like computing infrastructure.
Because that's the direction they're heading.