I tested 32 models at extraction, the results are surprising
Summary
A developer benchmarks 32 local models on fact extraction for agent memory, showing that F1 hides a critical failure mode: models with similar scores differ greatly in how often they invent facts on inputs that should output nothing. The article argues agent memory evaluation must include empty-output and retraction cases.
Similar Articles
32 total local models tested head to head
A head-to-head evaluation of 32 local language models on a fact-extraction corpus finds that most models are statistically indistinguishable, with LFM2.5 models performing significantly worse despite larger sizes.
Tested how long small models hold a fact across a conversation. The memory failure mode is a real problem for agents, and it's not what I expected.
A developer tested how small edge models (LFM2.5, Gemma variants) retain a single fact across conversation turns, finding that models often confidently deny knowing information that remains in context, posing a trust issue for agent architectures and suggesting a trade-off between memory and format discipline.
I benchmarked 9 open models on spotting fake sources during agentic search (DeepSeek V4, Qwen 3.8, Nemotron 3 Ultra)
The EchoNet benchmark tests how open-weight AI models handle fake sources during agentic search, showing that models struggle most against fake majorities and revealing cost and performance differences.
Tested 4 brand new frontier models (2 Chinese, 1 diffusion, 1 agent-focused) with a riddle that has no logical shortcut. One of them fabricated sources four times in a row.
A test of four new frontier AI models (MiMo-V2.5-Pro, MiniMax M3, Mercury 2, LongCat-2.0) using riddles that require genuine reasoning rather than pattern-matching reveals that while most models perform reasonably, LongCat-2.0 repeatedly generates fabricated information with false confidence.
We reran the benchmark properly. 15 models, 3,595 replies, and two of our own results from last time did not hold up
The article details a re-run of an AI benchmark test with 15 models, correcting previous errors and analyzing factors like accuracy, cost, and writing quality in multilingual pricing tasks.