Sarmadi AI Digest August 5, 2026 Updated 1:25 PM CT Today Archive Topics Saved Subscribe RSS

A papers-only day: agent benchmarks find fresh cracks, one recsys paper is already live in production

August 5 was a papers-only day: Hugging Face's daily feed produced 36 arXiv submissions and no qualifying news, consistent with the backfill process used for this date after press feeds could not be fetched retroactively. Benchmarks Keep Finding Agent Reasoning Is Shakier Than It Looks is the strongest thread — MerchantBench shows the best LLM merchant agent reaches only 27.3% of human net assets over a simulated year, and FinIndices shows financial-statement reasoning collapses once formula hints are removed. New Recipes for Teaching Models from Their Own Mistakes groups five self-distillation and credit-assignment papers (PCSD, TurnSight, ReflectRL, DASH, Any-OPD), all extracting denser training signal from agent rollouts rather than discarding failed trajectories. World Models and Video Agents Push Toward Real-Time, Long-Horizon Use covers MiniWorld, ST-WAM, and Video-DeepResearch, the last reporting it beats Claude-4.5-Sonnet and GPT-5 on a new video benchmark — treat that as self-reported until independently reproduced. Efficiency work (LLaDA MoE v2, OmniPack, RestoreKV) keeps cutting inference cost without giving up capability. The most concrete result sits in Applied and Niche Tools: Knowledge-Geometry Decoupling is already live on Shopee, lifting homepage-search GMV per user 1.75% in a production A/B test.

36 papers 0 news 1 sources ← Latest

Papers

29 items

Benchmarks keep finding agent reasoning is shakier than it looks

Six new benchmarks probe agent reliability under long-horizon, financial, causal, and privacy-sensitive conditions, and each finds a gap between claimed and actual capability. MerchantBench and FinIndices are the sharpest: agents that look competent on bounded tasks fall apart once evaluated over a simulated year of decisions or a real uncropped financial statement.

Paper Hugging Face

MerchantBench: Benchmarking LLM Agents for Long-Term Coherence in E-Commerce Operations

MerchantBench simulates a 365-day e-commerce merchant role and finds the best of eight tested LLMs reaches only 27.3% of human net assets.

Best LLM vs human net assets 27.3%Simulated horizon 365 daysProduct records 98,843
Why it matters
  • Long-horizon coherence, not single-turn accuracy, is the harder bar and current agents fail it badly.
  • 48 runs across two agent frameworks show the gap is consistent, not a fluke of one setup.
Paper Hugging Face

Are the Financial Reasoning from LLMs Credible? A Real World Test over Long-Horizon Statements

FinIndices shows LLM financial-statement reasoning collapses without explicit formula hints, e.g. Gemini-3.1-Pro drops from 70.70% to 38.22% on table tasks.

Gemini-3.1-Pro w/o hints 38.22% (from 70.70%)SFT gain (table) +3.82%
Why it matters
  • Models that memorize formulas during pretraining still fail to apply them reliably under real statement complexity.
  • Multi-metric table generation drains reasoning capacity, causing regressions to shallow heuristics even on tasks the model can solve in isolation.

World models and video agents push toward real-time, long-horizon use

Six papers move video and world modeling from offline generation toward streaming, real-time, and agent-usable feedback. Video-DeepResearch's headline result — beating Claude-4.5-Sonnet and GPT-5 on a new video QA benchmark — is the most attention-grabbing but also the least independently verified.

Paper Hugging Face

Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent

Video-DeepResearch's 35B-A3B agent hits 64.0% on a new multi-hop video QA benchmark, ahead of Claude-4.5-Sonnet (59.0%) and GPT-5 (52.5%).

Video-DR-35B-A3B 64.0%Claude-4.5-Sonnet 59.0%GPT-5 52.5%Gemini 2.5 Pro 57.5%
Why it matters
  • Forces cross-frame visual grounding before web search, addressing agents' tendency to bypass vision tools for text search.
  • Outperforming frontier proprietary models on a fresh, self-authored benchmark is a notable claim, though it needs independent reproduction before treating the ranking as settled.
Paper Hugging Face

ST-WAM: Semantic-Temporal World Action Model for Robust Manipulation under Visual Distribution Shifts

ST-WAM pairs DINOv3 semantic features with VAE dynamics to fix a 'training-distribution hallucination' failure mode, more than doubling real-world manipulation success under visual shift, from 25.8% to 61.5%.

Real-world success under shift 25.8% to 61.5%LIBERO-Plus zero-shot gain +21.3pp
Why it matters
  • Identifies a concrete failure mode — world models hallucinating training-domain content instead of the current scene — that generalizes across setups.
  • The gain shows up in real-world robot trials, not just simulation benchmarks.

New recipes for teaching models from their own mistakes

Five papers on self-distillation and RL credit assignment share a pattern: instead of discarding failed or noisy agent rollouts, each extracts denser training signal from them, whether through hindsight, reflection, or cross-family distillation.

Efficiency work: diffusion LMs scale up, inference costs come down

Six papers push on the cost side of the stack: scaling laws for MoE diffusion language models, training-free token compression for omni-modal models, and cache- and quantization-level fixes, alongside a reminder that a widely-deployed positional encoding has a quiet numerical bug.

Applied and niche tools: design, robotics, retrieval, recsys

A grab-bag of domain-specific systems, the strongest of which is already validated in production: Knowledge-Geometry Decoupling is live on Shopee with a measured revenue lift, while the rest are research-stage design, cleaning-robot, and retrieval tools.

Paper Hugging Face

Knowledge-Geometry Decoupling: Refreshable Pretrained Transfer for Streaming Recommendation

KGD decouples refreshable pretrained knowledge from task-specific geometry for streaming recommenders; live on Shopee, it lifted homepage-search GMV per user 1.75% and ad revenue 1.53%.

GMV per user +1.75%Ad revenue +1.53%Offline benchmark gain 4-12%
Why it matters
  • A rare production A/B result rather than an offline benchmark claim.
  • Addresses a real deployment problem: continually refreshing a pretrained model without breaking downstream task adaptation.

Also today