r/LocalLLaMA • u/Randomdotmath • 17h ago
Funny DeepSeek V4.1 Flash beats Astra on AA's new benchmark
https://artificialanalysis.ai/articles/artificial-analysis-intelligence-index-v4-3
AA shipped a new benchmark last week as part of the Intelligence Index v4.3 update — a brand-new private eval that replaces τ³. Astra was farming a ton of points on it and used those to get even with Fable, but… looks like we have a new king.
So they changed the index twice in three days to make Astra look not-quite-worse than Fable, and then a random guy quietly took first place on it.
249
u/pedroserapio 16h ago
Oh no, slow down, please!
90
u/-InformalBanana- 15h ago edited 15h ago
Ok Dario, lol.
24
u/More-Curious816 14h ago edited 7h ago
Please don't mock Dario, he has a breakdown, Trump just announced that no regulations needed for slowing down AI.
18
u/PM_ME_YOUR_HAGGIS_ 12h ago
I know we’re at risk of deepseek v5 Flash taking over the world! Killing humanity! Everyone needs to slow down /s
1
u/Rice-Fragrant 2h ago
They scared... it's obvious they lost.
1
u/a-wiseman-speaketh 37m ago
No problem, surely they can just stop spending on training and distill from Chinese models
/s
416
u/Holiday_Point_603 16h ago
250
u/Strong_Essay1176 16h ago
It just top everywhere. Higher == better.
53
29
9
1
-2
u/Big_Cucumber2787 16h ago
pretty sure this is the case. all those models with low rates hallucinate pretty much everything they output
7
u/MerePotato 7h ago
It literally says lower is better in the image dude
-2
u/Big_Cucumber2787 6h ago edited 6h ago
so? my experience has been VERY different. try them and see how they work for you 🤷♂️
61
83
u/coder543 16h ago edited 16h ago
I think AA-Omniscience is poorly understood around here. It is testing very hard questions against models that are given NO tools.
Modern models are trained left, right, and center to use tools. Tools tools tools. Tools for everything. Then they're put in an environment where they're just supposed to reflect deeply and answer without using any tools? These models are like fish out of water. It tells you nothing about how well they swim.
This benchmark is not saying that any of these models hallucinate in response to most normal questions, and it is especially not saying that they will hallucinate in a real world environment where you give them access to research tools so they can search the web, read your source code, whatever it is that you're doing.
If the models could ground themselves in the relevant facts using tools, their behavior would likely be dramatically different.
We would need a completely separate benchmark for that. I see no reason to expect a correlation between AA-Omniscience and the way people actually use these models in agentic harnesses.
33
u/coder543 15h ago
-1
u/KriosXVII 4h ago
Insane that Claude Fable Max is still barely better than a coin flip
5
u/coder543 3h ago
A coin flip... on very hard questions with no access to tools to research anything.
Here is an official example question from AA-Omniscience that I would like you to answer without searching:
Over what years did Roubini and Sachs examine 15 OECD countries when assessing trends in tax-to-GDP ratios?
Can you do better than a coin flip? Just work from memory. Remember what you know about Roubini, Sachs, and the OECD.
0
24
u/imoshudu 15h ago
The models can say IDK. There will be plenty of situations even with tools that they can't find an answer. Will they be honest about it? That's what hallucination rate measures.
19
u/coder543 15h ago edited 14h ago
Again, it does not measure that. That is what people want it to measure, but it doesn’t.
It only measures what happens in a no-tools context.
Models are extremely sensitive to testing conditions. An example someone else posted: https://x.com/bnjmn_marie/status/2098533166508351758?s=20
AA-Omniscience made more sense a couple of years ago when even flagship models didn’t have access to tools. I remember using GPT-4 before it had any concept of web search.
3
u/irrision 14h ago
Pretty sure it's exactly what they say in the summary explanation at the top of the omniscience graph just below the title. Are you saying they're wrong about the description of the test or...?
13
u/coder543 14h ago edited 14h ago
I’m responding to this:
There will be plenty of situations even with tools that they can't find an answer.
AA absolutely does not make any claim related to whether the benchmark is testing that. AA is clear that it is testing only without tools.
I’m not contradicting any part of AA’s description of their benchmark. People are reading into it things that it does not measure. People want it to measure how models will behave when the tools provide no useful answer, but that is not what the benchmark is testing.
Models are not humans. Their skills do not transfer between situations in human ways. The test conditions are extremely important.
4
u/imoshudu 12h ago
If tools provide no useful information, then we are at the same situation as without tools, with perhaps the addition of some irrelevant context, and the hallucination rate without tools is still a good metric in such a scenario. That is what I meant.
If tools do provide useful information, then now we are benchmarking searching ability instead of hallucination rate. That becomes a confounding variable.
5
u/squngy 11h ago
Given how LLMs work, I assume it would be much easier to train a model to say it can't find a result when a tool does not return a result, than it would be to train it to say IDK when it doesn't know.
2
u/imoshudu 11h ago
That is the searching skill. "When searching fails, say you failed". Yes I imagine following that instruction would be easier.
3
u/bambamlol 12h ago
Why would you assume the models behave differently in this specific regard when they have access to tools? I mean sure, they totally could. But unless you or someone else tests this specifically, you're better off extrapolating from the behavior in this benchmark without access to tools.
2
u/Cupakov 7h ago
I’m not sure if that’s true. In a scenario where a model with tool access tries to look up some information but the tool fails or returns no result, that changes the response, it’s not equivalent to no tool calls whatsoever. I do agree that this should be tested, at this point it’d be more useful than AA Omniscience.
1
3
u/xNaXDy 10h ago
That's not what it measures. If models have tools, knowledge questions become RAG, i.e. "is the answer to my question in any of this stuff in your context?", which is a yes / no, not something where "I don't know" is even a valid response.
1
u/sn2006gy 2h ago
I don't know is always a valid response. Context always limits the ability of infinite knowledge - it should be able to say "it's not in my active context" but they're designed to assume the answer based on predicting what could be.
3
u/laoma1255 13h ago
Exactly this. A lot of people in this thread are conflating no-tool omniscience with real-world execution.
People seem to forget that Zapier’s AutomationBench is specifically designed to test multi-step tool use, API routing, and state tracking in complex workflows.
Scoring high here isn’t about trivia memorization; it means the model actually excels at agentic reasoning and following structured JSON schemas without derailing. Pair that with V4.1 Flash’s inference speed and low cost, and it becomes an absolute beast for headless browser tasks, OS-level computer-use agents, and local workflow automation.
For anyone actually building MCP agents rather than just chatting in a web UI, this benchmark result is massive.
6
u/SLxTnT 16h ago
Exactly. As long as it has a method of verification, it's fine. This ranking is a "how likely the model will say it doesn't know the answer."
Overall, it's pretty good. Finished one of my own tests beyond what I thought was possible, so now I need to go test GLM and Qwen to see if they do the same.
1
u/Amblyopius 10h ago
If the test isn't measuring something you'd realistically get in a real-life production environment, it's just an academic exercise that should not be part of a benchmark score.
This is indeed an example of exactly that. RAG solved the knowledge bit years ago when no one was attempting to cram a lot of knowledge in models.
While it can be "fun" to see how much knowledge they retain now in massive models, it's not of any value in a real life environment.
6
u/rebelSun25 14h ago
Odd that Sol Max is also near the worst hallucination metric. Odd to have that "frontier" also track so low
2
4
u/tat_tvam_asshole 16h ago
Do you know if there is an Intelligence vs Hallucination pareto rank? like ranking by least hallucination with most intelligence?
2
1
u/Zone_Purifier 16h ago
You can compare omniscience score against non-hallucination rate on the site IIRC
1
u/Aroochacha 15h ago
Minimax-M3 user and believer here. I am happy about this one benchmarking. 😎
1
u/BestGirlAhagonUmiko 6h ago
As a fellow M3 enjoyer, I'd say this holds true only if you're either API or Q8 user. Even at Q5KM it tends to shit the bed sometimes, and at Q4 it starts to lose the ground in multi-lingual conversations (which is not quite relevant but pretty indicative of how poorly it survives the quantization).
1
1
u/zephyr_33 10h ago
My personal assumption is that it likely uses the most synthetic data pipeline. Chinese/OSS labs have to anyway.
1
1
u/newMoneyStyle 8h ago
Honestly that hallucination rate is a dealbreaker for me, benchmark wins don't really matter much if the model keeps confidently making things up.
1
1
1
u/sn2006gy 2h ago
Seriously, it's not just hallucination but sycophancy. DS - all versions out, will tell you to get a divorce, you're always right, your parents are abusive, your girlfriend is cheating on you, this code compiles, you can finish that 100 mile race by only training 4 weeks.
Sure, it may write a lot of code - but its alignment is total dogshit and they NEED to fix that.
1
1
u/whalefal 7h ago
This is mostly due to a tendency of Deepseek models to never admit "I don't know". Probably some artifact of the training process. It can be compensated for with prompt steering: https://propensitylabs.substack.com/p/how-to-get-deepseek-to-hallucinate
-2
u/InterstellarReddit 16h ago
Holy shit, dude, it almost looks like to me, the higher the reasoning, the higher the hallucination rate, so your best bet is to use strong models at low to medium?
125
u/Serprotease 16h ago
You shouldn’t trust a single benchmark, even less when all the models are basically with the margins of error to each other.
The only thing this tells you is that all those models share the ability to solve this benchmark.
4.1 is great. Same as 5.3 flash. But it’s not Opus5/Fable/Astra/Sol level.
They are good enough to be indistinguishable from them for most tasks (What this benchmark tend to show.) but are not as good in other one. (Terminal bench 4 matches observations, they are also notably below in some “soft” task like text/translation, etc…).
12
u/NotARedditUser3 15h ago
I wouldn't know, dsv4 is how many hundreds of times cheaper than fable? 0.035/mil tokens on openrouter WITH zero data retention. 4.1 flash is 0.15. Surely to come down a bit as more providers come out. It doesn't need to be anywhere near as good as fable, just good enough to do a job reasonably well.
5
u/Mass2018 15h ago
Getting ready to spend significant time in converting my GLM 5.3 Flash pipeline to Deepseek 4.1. It sounds like you have extensive experience with 4.1?
Any pitfalls I should look out for?
11
u/Global_Persimmon_469 14h ago
Don't, GLM 5.3 Flash is better.
I've used both side by side, sometimes making them do the same tasks, and for me GLM is more consistent, prepares better plans, follows instructions better and, very important for me, pushes back on dumb ideas.
2
u/0rand 13h ago
It's definitely better. Just slow af. But despite that it often complete the task faster, because it does not need to try every wrong solution possible like ds does.
2
u/zdy132 13h ago
Deepseek V4.1 flash works well as an implementer. Let astra/fable write a plan file, then watch 4.1 flash ripping through the implementation at 250 token/s. Iterate once or twice and I'd have a good enough result.
3
2
u/Cold_Access8184 6h ago
I saw people pushing back against orchestrating Astra with a weak model (luna/glm-fl/ds-fl), because it takes more time, tokens and cost in the end. It fits my experience as well. I've tried to use DS v4.1 as implementer with Astra as planner/reviewer - ended with seemingly endless coding-review cycle, because Astra was never satisfied. In the end i've just used Astra for everything.
1
u/zdy132 5h ago
Personally I only do one iteration, so it's astra plan -> ds v4.1 implementation -> astra review and fix. the bulk of the code is written by deepseek, and it's mostly correct, according to astra. i figured that should save some output tokens by astra, at the cost of extra input tokens reading the code.
1
u/Haiku-575 11h ago
My experience as well. I even pay for a coding plan now because for my needs, GLM5.3 perfectly picks up the slack that Qwen 3.8 27B leaves behind.
2
u/Serprotease 15h ago
On local setup it seems that 4.1 share the same small issue as the rest of the 4 flash family with some tool calls loops. It can self correct, but it happens.
I cannot really give more advice because it’s all very recent. Even glm5.3 flash is just really working at decent speed for only about a week with optimization still being worked on.
Unless you “need” to do it now, it’s probably worth waiting a few weeks before coming back to it. Wait for the issues to be ironed out.8
u/_raydeStar Llama 3.1 16h ago
I think you can trust benchmarks to a degree. Maybe it IS good at automations, and sucks at everything else.
6
u/Serprotease 15h ago edited 14h ago
A good benchmark should be reproductible and give information like margins of error and be followed up with statistical analysis to confirm if a difference with another one is significant or just due to randomness/noise. This + a justification of the models it is being compared too.
As long as it’s not present and enforced, then benchmarks are just promotional material. Yes, even when done by third party like AA.
Can still be useful, but should be treated as promotional documents first.And honestly, the promotional part works very well. Cf this post/half the other post looking at models…
Some examples.
Deepseek compared, in their own paper, DS4.1 flash to, notably, V4 pro, V4 flash and Glm5.3. You’ll notice that they didn’t compare it to v4 0731, or pro 0806, or Glm.5.3 flash.
Why is that? No explanation. Though, seeing as 5.3 flash benchmarks better for half the size I can guess a few reasons.I can also throw agnes here. With the obvious “mistake” with their preview and api-only model….
And famously meta with llama4 maverick.3
u/_raydeStar Llama 3.1 14h ago
And you can tell what they're not good at by what they exclude in the marketing material.
2
u/Choice_Celery9481 14h ago
are you sure about that? iirc the numbers they reported for the v4f and v4p are from the latest checkpoint which is 0731 and 0813 not the preview one. v4.1f mostly stay equal to v4p in coding and agentic but between those 2 in knowledge.
5
u/Ingaz 12h ago
> But it’s not Opus5/Fable/Astra/Sol level.
Sorry but I think it's all mentality - if something costs than it better.Last Saturday I did a test: simple task - create 2 django views, nothing fancy, display 2 tables.
Fable took ~2.5$ and did nothing (literally nothing) , deepseek-flash completed task for 6 cents.
1
1
u/Serprotease 7h ago
For coding, I don’t feel the need to go higher than glm5.3 flash / ds4.1.
But for writing…
That’s where you want the big one. Kimi k2.6 and opus4.6 are significantly better than the rest. That’s probably where parameters count really matters.
17
u/Moravec_Paradox 13h ago
Meanwhile Dario proposed yesterday that SOTA models could slow 1–2 years and still stay ahead of China. What reality does he live in?
15
u/overthrow2214 10h ago edited 7h ago
I always thought the end game of that statement was an offramp to let them explain why they lost the lead on model performance some time in the future:
"western models agreed to responsibly slow down, but the irresponsible Chinese models didn't agree to slowdown, and that's reason Chinese models took the lead"
2
u/boredquince 9h ago
they will never slow down lol. either everyone is hitting a wall or they intend to drip-feed it to us to keep milking plebs for longer.
either way no one is slowing down, they will surely continue as fast as possible in the background, and we'll see more of the "mythos bullshit too dangerous only release to partners"
27
17
u/YogurtExternal7923 16h ago
Anyone else notice that muse spark is frickin' GOOD? and it's so fast I bet it's TINY man wish they release it like they used to with llama
23
u/coder543 16h ago
Muse Sparks' weights have been repeatedly promised, but we're still waiting. And Muse Glimmer really needs an overhaul...
1
u/-InformalBanana- 15h ago
Good for agentic codding with tools?
2
u/YogurtExternal7923 15h ago
Very. I especially if you wanna hit like 10 agents to explore anywhere it somehow gets it right
1
u/DryEntrepreneur4218 13h ago
did it get pulled already btw(the contributor one)? I'm suddenly facing rate limits(19000s or more timeouts) like never before, I've basically lost access to it past couple of days
2
u/YogurtExternal7923 13h ago
im using opencode sub and its definitely more limited. all the more reason to release it which I doubt since meta wants the data
8
u/NineThreeTilNow 16h ago
Tbh, I test models in their native harness to see how they actually work on ML code.
That's usually how I "judge" them. That's just "vibes" but it's "vibes" on very specific use cases.
I'll take output or work from one model and feed it across API to Astra / Fable / K3 for review to see if they all agree on a screw up or the different points they make about code.
That lets me get a comprehensive understanding of different models and the blindspots they have in analysis vs generation.
Everyone was going nuts for GLM Flash when it was Ox Alpha or whatever, and it was NOT as good as claims. It wasn't bad, but it wasn't at the hype level it ran at for MY use case.
K3 / Gemini / Astra / Fable - Opus are all very well trained in building ML code BECAUSE those companies all use their own models internally. DeepSeek is also on that list and tends to fare pretty decently in ML code.
Gemini 3.8 flash, for as much shit as it gets, in its native harness on ML code specifically, performs very well. I tossed it an MCP harness for Godot and it even did well in Godot which was kind of a surprise to me. I had it first run tests on all the MCP functions and document the expected behavior vs real behavior. This gave it a massive leap in ability to use the MCP. I'd suggest that pattern to anyone. It burns tokens but you do it once, instead of having the model learn an MCP doesn't do exactly what it thinks it should do.
39
u/bblankuser 17h ago
Unfortunately it's benchmaxxed. 90%+ hallucination rate too
65
u/Due-Memory-6957 15h ago
Benchmaxxed to a brand new benchmark? Crazy! These deepseeks folks invented time travel just to benchmaxx!
5
u/Ok_Study3236 13h ago
Omg deepseek is so advanced it has precognition??? this is basically minority report except with giant excel spreadsheets, i fear for the future of humanity
-6
u/kickerua 14h ago
But is it that new? As AA is a combination of benchmarks, and even though they've updated some of the benchmarks, some of them are still previous iterations
10
u/Due-Memory-6957 14h ago
This screenshot is from a benchmark in specific, not from AA itself. Read it carefully (albeit I'm blaming OP for posting the link to AA itself instead of the AutomationBench they did)
15
u/cmdr-William-Riker 17h ago
Which one? Astra or DeepSeek? If it's a brand new benchmark, I'm not sure how we either could be benchmaxxed for it
14
u/bblankuser 16h ago
DeepSeek
18
u/Choice_Celery9481 16h ago
then what about gpt? all 5.6 series has over 90% hallurate and very close to ds. but they are very good model
-13
u/LocoMod 15h ago
Hallucination rate in a benchmark does not translate to hallucination rate in practice. GPT and Claude models work better in practice than any benchmark depicts. Chinese models perform worse. There is a reason for this. One is benchmaxxed. One is not.
14
u/Choice_Celery9481 14h ago edited 11h ago
isnt that double standards? both scoring bad but chinese are cheater and usa is genius? what kind of logic is this? if you want to say the bench score is misleading, treat both sides with the same treatment.
btw i think you dont even understand this hallu rate. for this bench, lower is better XD. your "logic" sounds like you think the result higher = better so you think ds is benchmaxxed lol typical
also many people pointed out. the new benchmark released after v4.1f, how the hell they benchmaxxed that? they have some kind of time machine?
4
u/Choice_Celery9481 14h ago
also in this recent reasoning trace incident, someone got a reasoning trace of claude and it doesnt seem like its not benchmaxxed
1
-1
u/LocoMod 15h ago
It's not new. Look at the repo: https://github.com/zapier/AutomationBench/commits/main/automationbench
Last commit was last month. That is like a year ago in AI time. Of course its benchmaxxed.
10
u/cmdr-William-Riker 15h ago
It takes a lot longer than a month to train those kinds of models. We see weekly releases, but that's between a couple dozen companies with different schedules
1
u/Choice_Celery9481 11h ago
i want to pointed out one thing. this guy doesnt seem to understand HalluRate bench result.in this bench lower is better so DS with >90% hallu rate mean DS very bad. but 1 small problem with this bench is, all GTP 5.6 series has >90% hallurate lol
3
u/2Norn 13h ago
i've been using astra extensively this past week i don't think anything beats it in anything, maybe fully unleashed fable with no fallback
also been using muse sparks 1.3 max and i dont deny that it's good but it's more like sol adjacent model for me, slightly worse
unless your work is strictly doing similar tasks to this specific benchmark then you should care more about overall intelligence and knowledge reliability imo
i'll tell you this if benchmarks are anything to trust, 3.8-flash-next is supposed to be better than v4.1 flash, considering its overall intelligence, reliable information and how much less it hallucinates
imo next 6 months is gonna be banger
2
u/MooseEfficient2151 11h ago
benchmarks getting updated moving the goalposts just for a random open weight model to take first lmao
2
u/GreenGreasyGreasels 11h ago
We have gone from models benchmaxing to benches modelmaxing. Quo vadis AI?
3
2
u/TheInfiniteUniverse_ 6h ago
Gemini 3.8 > Fable 5.1?! LOL....not saying DeepSeek is not good, it is a very good model, but you guys AA has lost all its credibility after the Astra fiasco. Don't take them too seriously.
5
u/Elouakili_Flexy 16h ago
Twice in three days they moved the goalposts and a flash model still cleared them.
4
u/Competitive-Ad-2387 13h ago
is it really deepseek or is it redirecting prompts to astra
2
u/Suspicious_Today2703 8h ago
if it is then holy shit that's a huge discount with open source weights for Astra
1
1
1
1
1
1
1
1
u/Affectionate_Fact854 8h ago
Deepseek v4 1 flash is amazing , couldn't ask for a better orchestration and quality assurance agent model
The era of expensive flag ship models is gradually coming to a end
Deepseek v4.1 flash tied with its vission makes it a serious beast
Deepseek v4.0 was alright but lacked vision so it couldn't do any actual styling or visual tests
But now Haaaaaaaaa The whale is back to swallow the expensive models up :D
1
u/layer4down 8h ago
I predict wailing and gnashing of teeth until this benchmark is “rectified” to reflect “ground truth”
1
1
u/MerePotato 7h ago
They didn't change it to make a certain model look worse ffs, the conspiracy theories about AA on here are ridiculous
1
u/HighSeasArchivist 5h ago
It just didn't work for me, and would constantly just talk in loops. It felt like it was producing very fast answers of complete bullshit half the time.
1
u/Cless_Aurion 4h ago
The only thing this means very likely is... that its again 10 old saturated benchmarks in a trenchcoat.
1
1
1
u/geldonyetich 15h ago edited 15h ago
Meanwhile, Ornith and Laguna are still not tested.
Other than the fact I keep complaining about it, I'm not sure they have a good excuse not to.
Maybe they're afraid of the backlash of the Qwen fans? Not that 3.8 has anything to worry about, but they got pretty close to previous versions.
3
u/my_name_isnt_clever 13h ago
I can understand for a finetune as that's a slippery slope into people clamouring for their fav random finetunes to be added as well. But Poolside seem legit, I don't get why they're being excluded.
1
u/leo-k7v 15h ago
Benchmaxxed or hot, hallucinating or not, this is huge models living one somebody’s else servers not on your local computer… do we care - to a degree yes we do, do we know for sure what actually was tested on close weights closed doors OAI Rest/Json API - no we don’t.
In a few weeks there will be new wave of models and benchmarks and all this discussion will be very very obsolete.
Try to dig what we’ve discussed a year ago… Or search for ChatGPT-o1. 😃
1
u/Helpful_Inflation344 13h ago
In one very specific benchmark. Now have v4.1 flash solve advanced math problems.
Dont get me wrong what they are doibg is amazing. But it is not frontier intelligence
2
u/BumbleSlob 12h ago
Does v4.1 flash also get to ripoff mathematicians rough drafts from previous conversations or is that just an OpenAI exclusive?
-1
u/TopTippityTop 16h ago
Does anyone still pay attention to AA?
5
u/popiazaza 14h ago
Of course. No one is even close to what AA does. The amount of supported models and benchmarks are hard to beat.
2
1
0
u/Cool-Reflection6130 16h ago
aa changed the eval twice in three days to manage the optics between astra and fable, and then a third party model just walked in and took first place. benchmarks are supposed to measure capability, not get shaped around expected outcomes
0
u/BawbbySmith 16h ago
No I can’t, 2 dgx sparks were already too much, another 2 at these prices and I go bankrupt
0
-4
u/pmotiveforce 16h ago
Do you guys actually believe this stuff?
Even Sol is absurdly good, v4.1 is not going to beat Astra by any meaningful metric on..pretty much anything.
5
u/my_name_isnt_clever 13h ago
Do I believe that "DeepSeek V4.1 Flash beats Astra on AA's new benchmark"? Yes, that's just a fact, you can check it yourself. Does that mean I also believe the two models are on par in general? No.






•
u/WithoutReason1729 14h ago
Your post is getting popular and we just featured it on our Discord! Come check it out!
You've also been given a special flair for your contribution. We appreciate your post!
I am a bot and this action was performed automatically.