{"id":34849,"date":"2026-09-22T10:54:59","date_gmt":"2026-09-22T08:54:59","guid":{"rendered":"https:\/\/sii.pl\/blog\/?p=34849"},"modified":"2026-09-22T13:05:25","modified_gmt":"2026-09-22T11:05:25","slug":"beyond-the-flagship-what-fable-5-1-and-gpt-6-astra-tell-us-about-ai-native-delivery","status":"publish","type":"post","link":"https:\/\/sii.pl\/blog\/en\/beyond-the-flagship-what-fable-5-1-and-gpt-6-astra-tell-us-about-ai-native-delivery\/","title":{"rendered":"Beyond the flagship: what Fable 5.1 and GPT-6 Astra tell us about AI-native delivery"},"content":{"rendered":"\n<p>Two new flagship models, one week of evidence, and plenty of noise around them. The early results already tell us something useful about how frontier models should be evaluated for real delivery.<\/p>\n\n\n\n<p>Within three days at the start of September, two new flagship models arrived: Claude Fable 5.1 and GPT-6 Astra. We spent the week reading everything measurable that has been published about both, and this is what we found.<\/p>\n\n\n\n<p>As you might expect, it is far too early for a production verdict. We do not yet have meaningful production deployments, published ROI figures, failure stories, or rollback postmortems. Most of the evidence available today comes from vendor benchmarks, independent evaluations, and early experiments.<\/p>\n\n\n\n<p>That makes any definitive ranking premature. It also makes this first week unusually useful for examining something broader: how much of the performance we attribute to a model actually comes from the system built around it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The differentiator goes beyond specifications<\/strong><\/h2>\n\n\n\n<p>Just to build the intuition before we go anywhere near a benchmark, here is the basic comparison.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td>Spec<\/td><td>GPT-6 Astra<\/td><td>Claude Fable 5.1<\/td><\/tr><\/thead><tbody><tr><td>Context<\/td><td>~1M<\/td><td>~1M<\/td><\/tr><tr><td>Knowledge cutoff<\/td><td>April 30, 2026<\/td><td>June 2026<\/td><\/tr><tr><td>API price \/ 1M<\/td><td>$10 \/ $50<\/td><td>$10 \/ $50<\/td><\/tr><tr><td>Cache read \/ 1M<\/td><td>$1.00<\/td><td>$0.25<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Both models are multimodal, although neither generates video, audio, or images natively.<\/p>\n\n\n\n<p>Specifications give us useful boundaries. They tell us much less about what will happen once a model becomes part of an actual delivery workflow, with real context, real tools, and real people around it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benchmarks increasingly measure systems<\/strong><\/h2>\n\n\n\n<p>On September 3, <a href=\"https:\/\/artificialanalysis.ai\/models\/gpt-6-astra\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Artificial Analysis had Fable 5.1 at 66 on its Intelligence Index<\/a>, the highest score it had recorded, against Astra at 61.<\/p>\n\n\n\n<p>By September 8, <a href=\"https:\/\/artificialanalysis.ai\/models\/releases\/gpt-6-astra\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >under index v4.3, both models were at 53<\/a>.<\/p>\n\n\n\n<p>The models had not changed, whereas the evaluation methodology had. The effect becomes even clearer when we look at the systems surrounding a model.<\/p>\n\n\n\n<p>One benchmark takes that further and measures model-and-harness pairs on purpose, and by harness, we mean a software layer to orchestrate agents&#8217; actions, tooling, and resources. It is also the closest thing to production-like evidence published so far.<a href=\"https:\/\/withspecific.com\/benchmarks\/real-swe\" rel=\"nofollow\" > Real-SWE<\/a>, from Specific Labs, runs ten tasks drawn from licensed private production repositories written before 2023, each model in its own native harness. Eight configurations, eight runs per task, 640 rollouts in total, reported as pass@1 with confidence intervals.<\/p>\n\n\n\n<p>No configuration reached 40%. Fable 5.1 in Claude Code leads at 38.8%, Astra in Codex CLI reaches 33.8%, Gemini 3.8 Flash 31.2%, and the remaining five configurations land between 16% and 29%. To visualize the complexity of the problems, please note that six of the ten tasks are solved less than 15% of the time, and one is never solved at all.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><strong>The caveats<\/strong><\/strong><\/h3>\n\n\n\n<p>The failure pattern is the part we would take into a client conversation, as the most common reason for failure is a missed requirement. For the two strongest models, unverified assumptions and integration errors are just as frequent, and Astra fails more often on those than on requirements. The reference fixes modify a median of eleven files, about twice the median of the public coding benchmarks, while the prompts are underspecified only to the same degree as DeepSWE or Terminal-Bench \u2013 they say what to change, not how, and leave the details to be found in the repo and its surrounding tools.<\/p>\n\n\n\n<p>Cost does not explain the gap: Fable 5.1&#8217;s 38.8% costs $6.96 per rollout against $4.67 for Astra&#8217;s 33.8% \u2013 roughly 1.5\u00d7 the price for five points, with Fable burning 64k output tokens per rollout to Astra&#8217;s 24k. Gemini 3.8 Flash makes the curve flatter still: 31.2% for $2.50. Neither do time \u2013 rollouts under ten minutes fail at almost the same rate as longer ones (71.4% vs 73.4%).<\/p>\n\n\n\n<p>The caveats are real. Ten tasks and eighty rollouts per model mean neighboring scores sit inside each other&#8217;s confidence intervals, so the ordering is soft. Native harnesses match practice, but make it impossible to separate the model from the harness. Nothing here can be reproduced, because the code is private.<\/p>\n\n\n\n<p><a href=\"https:\/\/arcprize.org\/blog\/astra\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >ARC Prize reported Astra scoring<\/a> <strong>62.7% on ARC-AGI-3 under a provider-neutral harness with <em>max level<\/em> of reasoning, 98,6% respectively using OpenAI&#8217;s own Provider Adapter, and, unintuitively, 99.9% with a <em>high <\/em>level of reasoning within the latter environment.<\/strong> The difference is the scaffolding, not the weights: the neutral harness discards the model&#8217;s reasoning between actions, while OpenAI&#8217;s adapter keeps that state and manages the context itself.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><strong>Interpretation<\/strong><\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/developer.nvidia.com\/blog\/nvidia-avo-reaches-100-on-arc-agi-3-demonstrating-a-frontier-level-general-purpose-architecture-for-long-horizon-autonomous-agents\/\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >NVIDIA reached <strong>100%<\/strong><\/a><strong>on the public subset of the same benchmark using an agentic architecture built on Opus 5<\/strong>, whose bare baseline was around 30%. NVIDIA itself notes that the two figures come from different reasoning settings, agent systems, and evaluation sets, so the gap illustrates the point rather than measures it.<\/p>\n\n\n\n<p>Connect the dots, and these gaps are larger than many of the differences used to declare one frontier model better than another.<\/p>\n\n\n\n<p>They also change what we should evaluate.<\/p>\n\n\n\n<p>A production AI capability consists of more than model weights. Context, tools, orchestration, retrieval, agents, permissions, and validation mechanisms can materially affect the outcome \u2013 and every one of those is designed, tuned, and reviewed by people who understand the task.<\/p>\n\n\n\n<p>The complete workflow, therefore, deserves the same scrutiny as the underlying model.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where Astra currently looks stronger<\/strong><\/h2>\n\n\n\n<p>One of Astra&#8217;s clearest early strengths is computer use: operating software directly rather than relying exclusively on explicit integrations.<\/p>\n\n\n\n<p>&nbsp;Among directly comparable results, <a href=\"https:\/\/openai.com\/index\/gpt-6-astra\/\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Astra leads Opus 5 on OSWorld 2.0 (72.6% vs 70.2%) and beats the Mythos 5 figure on ScreenSpot-Pro (92.7% vs 87.3%)<\/a>; Anthropic publishes no comparable computer-use score for Fable 5.1, and it&#8217;s <a href=\"https:\/\/www.anthropic.com\/claude\/fable\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >41.7% was measured under different tasks, grading, and safeguard conditions<\/a>.<\/p>\n\n\n\n<p>This could matter for enterprise environments with a long tail of internal applications where dedicated API integrations are difficult to justify.<\/p>\n\n\n\n<p>An agent capable of interacting with the interface can potentially automate some of these workflows directly.<\/p>\n\n\n\n<p>That shifts part of the engineering challenge into a different area rather than removing it.<\/p>\n\n\n\n<p>If an agent can log into an application, navigate it, and take actions, we need to manage identity, permissions, and secrets. Its actions need to be auditable. Sessions need recovery mechanisms. UI changes need fallbacks. High-risk decisions still belong to a human.<\/p>\n\n\n\n<p>Computer use can reduce integration effort while increasing the importance of governance and observability.<\/p>\n\n\n\n<p>There is a testing aspect here that is easy to misread. An agent that drives a UI can serve as a testing tool, but its own behavior needs verification too: it might report a failure because it got lost, or report success while missing a defect. OSWorld measures task performance, not defect detection, so these scores say nothing about how well either model would test an application. That has to be measured separately, on representative workflows with known defects, counting missed issues, false alarms, and the effort needed to review the agent&#8217;s findings. Acceptance criteria and release decisions stay with the product team.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><strong>Results<\/strong><\/strong><\/h3>\n\n\n\n<p>Astra also shows promising early results in software engineering. <a href=\"https:\/\/www.coderabbit.ai\/blog\/gpt-6-astra-code-review-evaluation\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >CodeRabbit measured roughly <strong>4% more bugs caught in review<\/strong><\/a><strong> than Sol and 22% more than Opus 5<\/strong>, rising to <strong>20% and 33%, respectively, on complex cross-file reviews<\/strong>. The authors themselves describe these results as early and directional, which we appreciate.<\/p>\n\n\n\n<p>Visual and spatial reasoning have improved as well. In one experiment, in <a href=\"https:\/\/decrypt.co\/377514\/openai-gpt-6-astra-review-shockingly-good\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Decrypt&#8217;s test, Astra produced a playable Three.js version of Hangzhou in 24 minutes<\/a>. These are useful signals. Production evidence will tell us how consistently they translate into real workloads.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performance and price tell different stories<\/strong><\/h2>\n\n\n\n<p>Astra also illustrates why the API price alone is a weak measure of AI economics. In Nate Herk&#8217;s <a href=\"https:\/\/x.com\/nateherk\/article\/2096669523956920530\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >100-hour test<\/a>, <strong>Fable completed the workload in 9h35m, compared with Astra&#8217;s 11h19m<\/strong>. Astra was slower, but the total cost went in the opposite direction: <strong>$327 for Astra versus $513 for Fable<\/strong>. For this particular workload, Fable provided the shorter completion time and Astra the lower bill. Another workload, context size, caching pattern, or reasoning setting could change that relationship.<\/p>\n\n\n\n<p>For delivery teams, <strong>cost per completed task<\/strong> is therefore a more useful metric than token price in isolation. Completion time, quality, and failure rate belong in the same calculation. The question is no longer which model has the better list price, but how the whole setup changes delivery cost, speed, quality, and predictability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where Fable 5.1 currently looks stronger<\/strong><\/h2>\n\n\n\n<p>Writing is one of the more consistent positive signals around Fable 5.1. Several independent reviewers report more natural prose and fewer characteristic Claude writing patterns. <a href=\"https:\/\/every.to\/vibe-check\/fable-5-1-vibe-check\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Every found the prose readable at roughly a seventh-grade level<\/a>, while <a href=\"https:\/\/www.latent.space\/p\/ainews-claude-fablemythos-51-new\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Latent Space described it as closer to normal human communication<\/a>.<\/p>\n\n\n\n<p>Simon Willison&#8217;s <a href=\"https:\/\/simonwillison.net\/2026\/Sep\/1\/claude-fable-5-1\/\" rel=\"nofollow\" >long-running SVG test<\/a> produced what he considered the best pelican-riding-a-bicycle result from an Anthropic model so far. It is an informal test, but a useful longitudinal one because he has applied it repeatedly across model generations.<\/p>\n\n\n\n<p>The second interesting area is long-running work. <a href=\"https:\/\/www.anthropic.com\/claude-fable-and-mythos-5-1\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Ramp reported an <strong>unsupervised 38-hour machine-learning run<\/strong><\/a> that completed multiple experiments. Anthropic also reports improvements in transparency when the model encounters problems, including a greater tendency to indicate that it is stuck instead of presenting the task as successfully completed. If that holds up outside launch week, it matters more for unattended work than any benchmark point in this post.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.anthropic.com\/claude-fable-and-mythos-5-1\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Millennium reported another interesting case<\/a>: the model helped identify a rare bug that had resisted explanation for four or five years.<\/p>\n\n\n\n<p>These are individual examples rather than broad production evidence. If the behavior holds up at scale, however, it could matter for long-running agentic engineering workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fable&#8217;s cache economics deserve separate attention<\/strong><\/h2>\n\n\n\n<p>Fable&#8217;s cache-read price dropped from $1.00 to $0.25 per million tokens. That makes it particularly interesting for workflows built around repeatedly querying the same large body of information: repositories, documentation, knowledge bases, or other persistent project context.<\/p>\n\n\n\n<p>Effort scaling may also matter. <a href=\"https:\/\/www.harvey.ai\/blog\/fable-5-1-in-harvey\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Harvey reported that quality remained relatively stable at lower reasoning settings<\/a> while output-token use dropped by roughly half.<\/p>\n\n\n\n<p>At the same time, early measurements of Fable&#8217;s overall token efficiency depend heavily on the baseline. <a href=\"https:\/\/every.to\/vibe-check\/fable-5-1-vibe-check\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Every measured Fable 5.1 using less than half the tokens of Opus 5<\/a> with comparable results in its Slack agent at Medium effort, while relaying \u2014 not measuring \u2014 Anthropic&#8217;s estimate of 25\u201345% lower costs versus Fable 5. <a href=\"https:\/\/www.latent.space\/p\/ainews-claude-fablemythos-51-new\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Artificial Analysis, as reported by Latent Space<\/a>, compared Fable 5.1 against Fable 5 at max effort and found roughly 1.7x more output tokens and about 20% higher cost per task ($3.76), with ~4% of output tokens served by Anthropic&#8217;s fallback models.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/anthropics\/claude-code\/issues\/91289\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >A GitHub issue filed on September 1<\/a> also reported Fable at medium effort exhausting a full Claude Code token limit in under 20 minutes. These findings measure different workloads and configurations, so the disagreement itself is useful information. Cache-heavy workloads may benefit significantly from the new pricing. Other workloads need to be measured separately.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Both models introduce different risks<\/strong><\/h2>\n\n\n\n<p>Capability improvements increase the importance of understanding how a model fails.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Astra<\/strong><\/h3>\n\n\n\n<p>OpenAI&#8217;s <a href=\"https:\/\/deploymentsafety.openai.com\/gpt-6-astra\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >system card reports a significant decrease in chain-of-thought monitorability<\/a>. Under adversarial testing, where it was instructed to conceal underperformance, Astra evaded OpenAI&#8217;s chain-of-thought monitor in most cases \u2013 detection fell below 11% on the WMDP sandbagging test and to zero on an internal coding benchmark. OpenAI frames this as a capability shown under instruction, not observed default behavior, and reports no steganographic reasoning or full-context-monitor evasion.<\/p>\n\n\n\n<p>OpenAI notes that further degradation of this kind in future generations could significantly reduce confidence in detecting some forms of misaligned behavior.<\/p>\n\n\n\n<p>That is particularly relevant as models receive greater autonomy.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Fable<\/strong><\/h3>\n\n\n\n<p>For Fable, the early concerns are different. Every Reviewer has reported inconsistent adherence to requested limits, including word counts. There are also reports of hallucinated citations when working with large source documents \u2013 an important failure mode for document analysis.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.anthropic.com\/claude-fable-and-mythos-5-1\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Anthropic&#8217;s own system information also points to limitations around honesty under pressure<\/a> and compliance with system prompts, asserting information the model knows to be false.<\/p>\n\n\n\n<p>Model routing adds another operational consideration. <a href=\"https:\/\/support.claude.com\/en\/articles\/15363606-why-claude-switched-models-in-your-conversation-with-fable-5\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Some biology queries are routed to Opus 5 and cyber queries to Opus 4.8<\/a>. <a href=\"https:\/\/platform.claude.com\/docs\/en\/build-with-claude\/refusals-and-fallback#what-the-response-contains\" rel=\"nofollow\" >The switch is visible in the response<\/a>, but it is decided by a classifier rather than by the team, so the same workflow can be served by different models on different runs. That complicates exact reproduction and makes the fallback path one more thing to test.<\/p>\n\n\n\n<p>These behaviors need to be understood in the context of the actual workload and the level of autonomy given to the model. Production workflows require scoped permissions, validation, quality and security gates, auditability, and clear human accountability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Data residency can be decided before benchmarks do<\/strong><\/h2>\n\n\n\n<p>For European organizations, model quality may sometimes be secondary to deployment constraints \u2013 and this may be the single most practical fact in this post. At the time of writing, <a href=\"https:\/\/www.harvey.ai\/blog\/fable-5-1-in-harvey\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Harvey reports that Anthropic does not provide regional processing<\/a> for Fable 5.1 or Fable 5, meaning data is processed in the United States.OpenAI&#8217;s migration guidance also indicates that <a href=\"https:\/\/developers.openai.com\/api\/docs\/guides\/latest-model#update-api-and-model-parameters\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Astra&#8217;s fast and priority modes are currently unavailable under EU data residency<\/a>.<\/p>\n\n\n\n<p>These conditions can change quickly and should always be verified for the specific model, mode, and deployment configuration before implementation. For workloads subject to data-residency requirements, the deployment architecture can narrow the model choice before performance benchmarking even begins.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Outside coding, the evidence is still thin<\/strong><\/h2>\n\n\n\n<p>There are some genuinely interesting signals in scientific workloads.<\/p>\n\n\n\n<p>Epoch AI&#8217;s <a href=\"https:\/\/epoch.ai\/latest\/announcing-frontiermath-erdos\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >FrontierMath Erdos benchmark<\/a> used 68 unsolved Erd\u0151s problems formalized in Lean, with a budget of $300 and 72 hours per problem. Astra solved two, approximately <strong>3%<\/strong>. Sol, GPT-5.5, Fable 5.1, and Fable 5 all scored zero.<\/p>\n\n\n\n<p>Protein design provides another example. Anthropic&#8217;s <a href=\"https:\/\/www.anthropic.com\/research\/Claude-accelerates-protein-design\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >wet-lab-validated study<\/a>, &nbsp;with designs produced and tested independently by Adaptyv Bio and Twist Bioscience, reported Claude Mythos &nbsp;Preview reaching a 35.1% hit rate when run against one target per 24-hour session (26.7% in a multi-target setup, 22.6% for Opus 4.8), against a 10\u201315% baseline Anthropic derived from proteinbase.com. Mythos Preview is not generally available, and Anthropic says it plans further characterization to confirm the hit rates. There is an important qualification: Fable 5.1 routes biology queries to Opus 5 and is officially not recommended for professional biological research.<\/p>\n\n\n\n<p>Robotics provides a third signal. On <a href=\"https:\/\/openai.robocurve.org\/gpt-6-astra\/\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Robocurve&#8217;s<\/a> block-into-bowl task, same harness for all three, Fable 5 hit 1\/20, Fable 5.1 8\/20, and Astra 19\/20; on the harder puzzle insertion, Astra and Fable 5.1 each managed 2\/20 and stalled at the same step. Nonetheless, several Caveats from Robocurve surfaced: different rigs for the bowl runs, non-interleaved trials two days apart, and unblinded operator grading. The progress is real, yet precise manipulation remains largely unsolved.<\/p>\n\n\n\n<p>The gaps in evidence are equally interesting. There are still no meaningful documented production deployments of either model across many common enterprise domains. Independent evaluations for spreadsheets and tabular data are particularly scarce, despite their importance in everyday office work.<\/p>\n\n\n\n<p><a href=\"https:\/\/openai.com\/index\/legora-financial-statement-review-with-astra\/\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >One concrete business example comes from Legora<\/a>. In a financial-statement reconciliation task across 41 documents, Astra identified all four planted errors in minutes, producing around <strong>40% improvement on that workflow<\/strong>. Across the full benchmark, however, the average improvement was closer to <strong>3%<\/strong>. That difference is worth remembering when evaluating impressive demonstrations. Results from carefully selected tasks may differ substantially from average performance across a broader delivery process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Migration is more than a configuration change<\/strong><\/h2>\n\n\n\n<p>Both vendors have published migration guidance, and there are meaningful breaking changes.<\/p>\n\n\n\n<p><a href=\"https:\/\/platform.claude.com\/docs\/en\/models\/fable-5-1\/whats-new-fable-5-1\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Anthropic provides separate migration paths depending on the previous model<\/a>. Some behaviors that existing systems may rely on are no longer supported, including forced tool calls, assistant prefilling, and switching reasoning off. There is also a subtle change around reasoning traces. They are bound to the model that produced them, so editing earlier parts of a conversation can invalidate them and cause the request to fail. Frameworks that compact their own context, rebuild tool lists between calls, or inject per-turn reminders may therefore require changes.<\/p>\n\n\n\n<p>OpenAI&#8217;s <a href=\"https:\/\/developers.openai.com\/api\/docs\/guides\/latest-model\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >migration list is shorter<\/a>, but existing integrations may still need engineering work. Common sampling parameters have been removed, the lowest reasoning setting is no longer supported, and tool calling expects the newer API surface. Some behavioral changes are harder to detect because they do not necessarily trigger an error: fewer parallel tool calls, less retrieval at low effort, denser prose, or whole-file rewrites where a targeted edit was expected. Those are the changes a reviewer who knows what the output used to look like will catch.<\/p>\n\n\n\n<p>For a delivery team, this means a model upgrade is a release, and it needs a regression suite like any other release. Anthropic&#8217;s own guidance on agent evaluations puts it plainly: teams with evals upgrade in days; teams without them spend weeks testing by hand. That suite has to account for two things. The system under test is non-deterministic, so what matters is not whether a task passes once but how reliably it passes across repeated runs. And both vendors highlight that the models test their own work, but an agent can carry the same misunderstanding of a requirement into the code and its tests, so passing tests alone does not show that the requirement was met.<\/p>\n\n\n\n<p>This has an architectural consequence for AI-native systems. Models will continue to change, and so will their interfaces and behaviors. Delivery workflows need enough modularity to evaluate and replace AI capabilities without rebuilding the entire process around every new flagship \u2013 reusable context, workflows, and controls that outlive any single model.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where would we start testing<\/strong><\/h2>\n\n\n\n<p>There is not enough evidence for a universal ranking. There is enough to identify sensible starting points, and such research is time-consuming, so we will hand you the table rather than the reading list.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td>Task<\/td><td>Starting point for evaluation<\/td><\/tr><\/thead><tbody><tr><td>Writing, editing, and tone<\/td><td>Fable 5.1<\/td><\/tr><tr><td>Operating applications and UIs<\/td><td>Astra<\/td><\/tr><tr><td>Long unattended engineering runs<\/td><td>Fable 5.1<\/td><\/tr><tr><td>Mathematics and selected scientific workloads<\/td><td>Astra<\/td><\/tr><tr><td>Repeated queries over the same large context<\/td><td>Fable 5.1<\/td><\/tr><tr><td>EU data residency<\/td><td><a href=\"https:\/\/developers.openai.com\/api\/docs\/guides\/latest-model#update-api-and-model-parameters\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Verify current deployment options first<\/a><\/td><\/tr><tr><td>Simple, cost-sensitive Polish-language tasks<\/td><td>Include smaller models in the test<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Coding remains particularly difficult to call.<\/p>\n\n\n\n<p><a href=\"https:\/\/x.com\/arena\/status\/2096290434700247250\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Astra tops Code Arena: WebDev<\/a> (1,797 vs 1,762) and <a href=\"https:\/\/www.datacamp.com\/blog\/gpt-6-astra-vs-claude-fable-5-1\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Terminal-Bench 4.0<\/a> (57.7% vs 55.8%), and leads DeepSWE by seven points; FrontierCode 1.1.<\/p>\n\n\n\n<p>Fable 5.1&#8217;s <a href=\"https:\/\/www.anthropic.com\/claude-fable-5-1-mythos-5-1-system-card\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >81.2% on SWE-bench Pro<\/a> has no Astra counterpart to beat. <a href=\"https:\/\/thezvi.substack.com\/p\/claude-mythos-51-and-fable-51-capabilities\" target=\"_blank\" rel=\"noopener\" title=\"\" rel=\"nofollow\" >Zvi&#8217;s early reader poll<\/a> landed near 50\u201350, down from 2:1 for Claude.<\/p>\n\n\n\n<p>These recommendations should be treated as <strong>starting points for evaluation<\/strong>. Actual selection depends on the workload, project context, required integrations, acceptable risk, governance constraints, and total economics.<\/p>\n\n\n<div class=\"nsw-o-blogersii-banner\">\n            <picture>\n            <source srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2026\/04\/Blog-Testing-Lab-Desktop_.jpg\" media=\"(min-width: 992px)\" >\n            <source srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2026\/04\/Blog-Testing-Lab-Mob_.jpg\" media=\"(min-width: 300px)\" >            <img decoding=\"async\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2026\/04\/Blog-Testing-Lab-Desktop_.jpg\" alt=\"\"  class=\"\"  >\n        <\/picture>\n        <div class=\"cnt\">\n                    <div class=\"nsw-m-title-block -h3 -invert  -has-title-margin-bottom-0 -has-title-font-weight-bold\">\n                                <h2 class=\"nsw-m-title-block__title\" >Testing &#038; QA<\/h2>\n                <\/div>\n                            <p class=\"has-nsw-p-4-font-size has-invert-color\">\n                Ensure the quality, performance, and security of your software with our testing and test automation services.\n            <\/p>\n                            <a  href=\"https:\/\/sii.pl\/en\/what-we-offer\/testing-qa\/\" class=\"nsw-a-button -ghost -banner-button\"   >\n        <span>Testing&amp;QA offering<\/span>\n    <\/a>\n            <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What the first week tells us<\/strong><\/h2>\n\n\n\n<p>Four questions remain difficult to answer with confidence:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>which model is smarter overall,<\/li>\n\n\n\n<li>how efficient Fable really is across workloads,<\/li>\n\n\n\n<li>how Astra should be compared on ARC-AGI-3,<\/li>\n\n\n\n<li>and which model leads on agentic work.<\/li>\n<\/ul>\n\n\n\n<p>For each, it is possible to find measurements that disagree by more than the difference they are supposed to establish. The more durable findings are elsewhere.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>ARC-AGI-3 shows how dramatically orchestration and the surrounding architecture can affect measured capability.<\/li>\n\n\n\n<li>The 100-hour experiment shows that speed and total cost can point in different directions.<\/li>\n\n\n\n<li>Computer use creates new automation opportunities alongside new requirements for identity, permissions, secrets management, audit logging, and recovery.<\/li>\n\n\n\n<li>Migration guidance from both vendors shows that changing a model can affect context management, tools, and application behavior.<\/li>\n\n\n\n<li>Together, these observations make the delivery workflow a useful level of evaluation.<\/li>\n<\/ol>\n\n\n\n<p>Start with two or three tasks that matter in the actual environment. Run candidate models against a realistic project context. Use the tools, integrations, and controls that would exist in production. Measure completion quality, time, failures, and total cost. Then make the engineering decision from those results.<\/p>\n\n\n\n<p>A week after launch, the leaderboard will continue to move. A workload-based evaluation process will remain useful long after it does.<\/p>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-left kksr-valign-bottom\"\n    data-payload='{&quot;align&quot;:&quot;left&quot;,&quot;id&quot;:&quot;34849&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;1&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;2&quot;,&quot;greet&quot;:&quot;&quot;,&quot;legend&quot;:&quot;5\\\/5&quot;,&quot;size&quot;:&quot;30&quot;,&quot;title&quot;:&quot;Beyond the flagship: what Fable 5.1 and GPT-6 Astra tell us about AI-native delivery&quot;,&quot;width&quot;:&quot;159&quot;,&quot;_legend&quot;:&quot;{score}\\\/5&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n            \n<div class=\"kksr-stars\">\n    \n<div class=\"kksr-stars-inactive\">\n            <div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n    <\/div>\n    \n<div class=\"kksr-stars-active\" style=\"width: 159px;\">\n            <div class=\"kksr-star\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 2px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 30px; height: 30px;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n                \n\n<div class=\"kksr-legend\" style=\"font-size: 24px;\">\n            5\/5    <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Two new flagship models, one week of evidence, and plenty of noise around them. The early results already tell us &hellip; <a class=\"continued-btn\" href=\"https:\/\/sii.pl\/blog\/en\/beyond-the-flagship-what-fable-5-1-and-gpt-6-astra-tell-us-about-ai-native-delivery\/\">Continued<\/a><\/p>\n","protected":false},"author":824,"featured_media":34847,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","inline_featured_image":false,"footnotes":""},"categories":[1321],"tags":[15506,15487,15486,15077,2198],"class_list":["post-34849","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-testing","tag-openai-en","tag-anthropic2-en","tag-agentic-testing2-en","tag-artificial-intelligence-en-2","tag-case-study-en"],"acf":[],"aioseo_notices":[],"republish_history":[],"featured_media_url":"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2026\/09\/AI_3-1.jpg","category_names":["Testing"],"_links":{"self":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/34849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/users\/824"}],"replies":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/comments?post=34849"}],"version-history":[{"count":2,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/34849\/revisions"}],"predecessor-version":[{"id":34861,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/34849\/revisions\/34861"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/media\/34847"}],"wp:attachment":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/media?parent=34849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/categories?post=34849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/tags?post=34849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}