sunny34.com

Research Review

A review series covering new papers and articles in AI and agent systems. Each review verifies claims against the original tables and figures, assesses reliability including conflicts of interest, and closes with practical takeaways — answering "can we trust this, and what should we change?" rather than just summarizing. Published daily, automatically.

· arXiv preprint

The Optimizer Keeps the Budget: Reviewing Meta's CORAL Recommender Agent

We check the tables behind Meta's constrained agentic loop for production recommenders.

  • Three rounds of retrieval-budget reallocation lifted sessions +0.16% (+0.77% in the largest market)
  • A second serving-capacity round grew savings 44% while engagement stayed flat
  • 8-10 LLM calls per cycle put estimated inference cost at tens of dollars per deployment
The Optimizer Keeps the Budget: Reviewing Meta's CORAL Recommender Agent thumbnail

· arXiv preprint

69% Read at Half Occlusion: Reviewing BlobBoards Marker Robustness

Where markers collapse first under occlusion, distance and angle — measured. Printed QR shares the structure.

  • 69% detection under 50% occlusion versus zero for AprilTag and ArUco
  • 80% vs 74% vs 58% overall detection, with the gap widest on small markers
  • Rotation accuracy cannot be ranked: differences fall inside the 0.46 degree ground-truth resolution
69% Read at Half Occlusion: Reviewing BlobBoards Marker Robustness thumbnail

· arXiv preprint

Explore More, Drift Less: Reviewing CANOPY's Agentic RL

We check the tables behind a claim that outcome-only RL suffices for long-horizon agents — a bigger rollout group and a KL anchor alone took a 14B model to the top of the trained-policy AppWorld leaderboard.

  • Scaling the rollout group to 32 and adding a KL anchor plus strict on-policy updates alone lifted Qwen3-14B to Test-Normal TGC 86.9, topping the trained-policy leaderboard.
  • Ablations confirm the diagnosis: cutting the group size to 8 costs 16.4 points and halving the gradient mini-batch costs 17.4, showing both signal starvation and policy drift matter in practice.
  • The same recipe transferred to SWE-bench Verified lifted the resolve rate from 31.3% to 47.9%, suggesting the approach generalizes across code-executing long-horizon tasks.
Explore More, Drift Less: Reviewing CANOPY's Agentic RL thumbnail

· arXiv preprint

Gated Memory Beats Full History: Cutting Multi-Agent Routing Cost 32%

Routing multi-agent systems on a gated, filtered memory instead of the full execution history cut inference cost 40-53% while preserving accuracy, verified against the paper's tables.

  • Averaged across five benchmarks, the method scores 77.73, beating the strongest baseline (Puppeteer-32B, 75.29) by 2.44 points
  • A same-system control swapping only memory handling (full-history vs. gated) preserves accuracy while cutting cost 40% on GSM-Hard and 52.9% on HumanEval
  • Removing the LLM router drops GSM-Hard accuracy 14.0 points, while removing both memory gates costs only 2.56-6.25 points, so backbone routing carries more of the accuracy gain
Gated Memory Beats Full History: Cutting Multi-Agent Routing Cost 32% thumbnail

· arXiv preprint

Tokens Down 30%, Cache Down 9 Points: Reviewing ContextPipe

ContextPipe applies database query-execution discipline to agent context assembly, cutting tokens and calls at the cost of cache-hit rate -- we check the tradeoff against the paper's own tables.

  • Total prompt tokens fell 30.1% (1.05M to 731K) while mean cache-hit rate dropped 9.1 points (95.3% to 86.2%)
  • ContextPipe only comes out cheaper once a provider's cached-token price ratio exceeds the break-even point of 0.145
  • The evaluation covers just 3 of 79 SWE-bench Pro tasks, a sample-size limit the authors flag themselves
Tokens Down 30%, Cache Down 9 Points: Reviewing ContextPipe thumbnail

· arXiv preprint

Losing on a Short Step Budget: Reviewing a Stack-Memory Agentic RAG

A Peking University team's stack-memory agentic RAG framework beats strong baselines on seven multi-hop QA benchmarks on average, but reverses to underperform under a short step budget.

  • Across all three backbones (1.5B/3B/7B), average F1 beat the strongest baseline by 3.27-5.58 points
  • Removing the memory reward roughly halved MusiQue performance, from 16.48% to 7.63%
  • At a 10-step budget, Bamboogle scored just 10.03% versus the baseline's 37.05%, but reversed to lead at 35.47% by 30 steps
Losing on a Short Step Budget: Reviewing a Stack-Memory Agentic RAG thumbnail

· arXiv preprint

Configuration Beats the Model: Reviewing an MCP Tool-Calling Reliability Benchmark

A benchmark of local LLM agents operating hardware-design tools through MCP finds tool-description detail and few-shot prompting are the biggest reliability swing factors.

  • Top model Gemma 4 31B reached 0.990 ECC, but configuration swung results sharply.
  • Comprehensive tool descriptions appeared in 83% (35/42) of best configurations.
  • Multi-agent decomposition lifted a weak worker's ECC from 0.554 to 0.718.
Configuration Beats the Model: Reviewing an MCP Tool-Calling Reliability Benchmark thumbnail

· arXiv preprint

More Thinking Didn't Help on GAIA: Reviewing Adaptive Reasoning in Agentic AI

We check the tables behind why extending reasoning on MATH-500 and GAIA raises accuracy in one case and not the other.

  • On MATH-500, Phi-4-reasoning beats Qwen3.5-4B by 4.8 points but takes 2.6x longer and token-limit hits jump from 190 to 482.
  • On GAIA, nearly tripling reasoning time left Phi-4-reasoning's accuracy (11.52%) below Qwen3.5-4B's (12.12%).
  • Llama-3.1-8B-Instruct was classified as under-reasoning on 71.52% of GAIA tasks, answering before gathering enough evidence.
More Thinking Didn't Help on GAIA: Reviewing Adaptive Reasoning in Agentic AI thumbnail

· arXiv preprint

Budget Before Progress: Reviewing ProgRouter's Multi-Agent LLM Routing

An online router that re-picks the model at every workflow step matched or beat budget-compliant baselines across four benchmarks. We checked the source tables.

  • On HumanEval Plus, ProgRouter reaches 93.0% pass rate versus MasRouter's 90.9% and CASCADIA's 84.8%, while staying within the 4,800 J budget
  • On MBPP, ProgRouter tops every baseline on all three metrics at once: pass rate, energy (3,376 J), and execution time (10.3 s)
  • A naive progress-per-cost router burns 62.6% more energy (4,796 to 7,797 J) yet pass rate collapses from 93.0% to 17.7%
Budget Before Progress: Reviewing ProgRouter's Multi-Agent LLM Routing thumbnail

· arXiv preprint

The Fix Was an Illusion: Rerun Repairs Just 6.90% of LLM Multi-Agent Failures

Unguided reruns fix only 6.90% of MAS failures; targeted intervention reaches 20.15%.

  • Unguided Full Rerun repairs 6.90% of 536 failures vs. Suspicious-Node Intervention's 20.15% (2.92x, one attempt vs. three)
  • Rerunning 54 previously successful cases 3x broke 39 of them (72%) at least once
  • SymTrace replay reproduces failures more reliably than rerun: 80.78% vs 67.97% (rep1), 52.43% vs 41.42% (rep3)
The Fix Was an Illusion: Rerun Repairs Just 6.90% of LLM Multi-Agent Failures thumbnail

· arXiv preprint

Generic Tools Lost to Raw SQL: Reviewing the MCP Domain Tooling Pattern

A shallow generic MCP tool pack scored worse than raw SQL; a domain-tooled one hit 93.9%.

  • A verticalized domain tool pack hit 0.939 accuracy versus 0.666 for raw SQL and 0.605 for a generic pack, which scored below raw SQL
  • The smallest model (llama3.2:3b) jumped from 0.583 to 0.929 fully-correct with domain tools, the paper's evidence for Model Demotion
  • Cost per correct answer fell up to roughly 11.6x versus raw SQL (3B model), with the cheapest fully-correct cell coming from a 3B model using tools, not an 8B model writing SQL
Generic Tools Lost to Raw SQL: Reviewing the MCP Domain Tooling Pattern thumbnail

· arXiv preprint

94.5% Pass the Scan, Yet Correlate With Nothing: Reviewing ACES Skill Evaluation

Skills that pass static scans show near-zero correlation (ρ≈-0.02) with their measured live-deployment value. We check NVIDIA's paired live-evaluation methodology, ACES, against the source.

  • 94.5% of skills clear the structural gate and 86.2% pass the LLM-judge rubric, yet the two static scores correlate at only Spearman ρ=0.14 — even before adding runtime evidence
  • Across 947 paired live trials, adding the skill raised mean composite score by 0.2134 (95% CI [0.1967, 0.2301], positive in 72.8% of cases) — but static scores track that live lift at ρ≈-0.02, statistically indistinguishable from zero
  • Once visible skills exceed 20, routing overhead climbs sharply: at 50 visible skills the with-skill pass rate falls to 0.55 and mean wall time rises to 1,290 seconds
94.5% Pass the Scan, Yet Correlate With Nothing: Reviewing ACES Skill Evaluation thumbnail

· arXiv preprint

Best Human Still Bottom of the Board: Reviewing FM-Bench

FM-Bench ran 15 frontier models through 20 in-game years of football-club management. The best untrained human still landed near the bottom of the model board, and the league title rotated among ten different models.

  • claude-fable-5 leads the solo track (90.94, ~95% of the 95.54 oracle ceiling) and the Arena (76.26), yet kept the Arena title in only 2 of 19 season transitions — ten different models won it at least once
  • 4 of 6 first-play humans were fired or went insolvent mid-run; the best of the two survivors (74.64) still lands near the bottom of the 15-model board
  • Token spend spans 28M-194M (7x) with no correlation to score (r_s=-0.19) — cutting endgame investment (r_s=-0.58) and avoiding idle cash (r_s=-0.50) predict it far better
Best Human Still Bottom of the Board: Reviewing FM-Bench thumbnail

· arXiv preprint

22.6 Points More Accurate, 2.7x the Cost: Reviewing a Multi-Agent BI Platform

Splitting conversational BI into five agents beat a single agent by 22.6 points, at 2.7x the cost.

  • The 5-agent pipeline beat a single agent on functional accuracy (95.3% vs 72.7%, +22.6 pts) and quality (4.52 vs 3.76, +20.2%), but used roughly 3x the tokens per query (30,800 vs 10,200)
  • Even open-source Llama 3.1 70B reached 79.7% inside the multi-agent pipeline, beating the single-agent GPT-4.1 baseline (72.7%) — architecture mattered more than model choice
  • Ablation shows the Follow-up and Chart Configuration agents contribute only -0.02 to quality when removed, making them the first candidates for parallelization or a lighter model
22.6 Points More Accurate, 2.7x the Cost: Reviewing a Multi-Agent BI Platform thumbnail

· arXiv preprint

65K Parameters Beat 14 Billion: Reviewing AFANet for Agent Failure Attribution

Verified against the source: a 65K-parameter graph network beats a fine-tuned 14B LLM under matched reimplementation, but the edge disappears out of distribution.

  • Under matched reimplementation, 65K-param AFANet beats Qwen2.5-14B+SFT (agent µF1 74.16 vs 41.04, pair MF1 16.35 vs 2.02)
  • Training 1.1h and inference 1.16s vs 74h+/367s for 14B+GRPO — roughly 67x and 316x faster, with ~215,000x fewer parameters
  • On OOD benchmark Who&When, AFANet's pair µF1 (6.90%) trails o3 (7.41%) — the in-domain edge doesn't fully carry over
65K Parameters Beat 14 Billion: Reviewing AFANet for Agent Failure Attribution thumbnail

· arXiv preprint

GPT-5.5 Still Misses One in Three: Reviewing Wuying-Browser-Agent

The strongest closed agent still misses a third of 37.9-step BrowserBench tasks. We check the source.

  • Wuying-Browser-Agent-27B tops open-source models at 70.8% average (80.6% WebVoyager, 66.7% Online-Mind2Web, 65.1% BrowserBench), beating Qwen3.8-Max and GPT-5
  • Even GPT-5.5, the strongest closed model tested, misses 32.6 points on the 37.9-step BrowserBench — a gap short benchmarks don't expose
  • Online RL (DAO-GRPO) gains scale with difficulty and length: +12.4 pts on hard tasks, +13.4 pts (13.3%→26.7%) beyond 50 steps
GPT-5.5 Still Misses One in Three: Reviewing Wuying-Browser-Agent thumbnail

· arXiv preprint

Right About Failure, Wrong About Which Collaboration Pays: A Cost-Aware Protocol Routing Review

Confidence scores predict Baseline failure well (AUROC 0.88) but barely predict which paid collaboration protocol is worth it (AUPRC in the 0.10s) — we checked the tables.

  • A self-confidence gate hits 78.0% solve at 45.0K tokens, beating a 71.3K frozen-LLM router's 73.8%
  • The same confidence score's AUPRC falls from 0.8950 (predicting Baseline failure) to 0.1674 (predicting a PER-only win)
  • Across 6 held-out router evaluations, the gap to the retrospective oracle stays 18.5-28.9 points
Right About Failure, Wrong About Which Collaboration Pays: A Cost-Aware Protocol Routing Review thumbnail

· arXiv preprint

The Patch Always Applies, the Meaning Doesn't: Reviewing Kozuchi Agent

An open-weight 27B agent hit 74.8% on SWE-bench Verified, but the paper itself reports that 91.3% of remaining failures were semantic, not format, errors.

  • SWE-bench Verified: 374/500 (74.80%, 95% CI [70.82%, 78.41%]) — #1 open-weight, #12 overall
  • Cross-agent selection recovers +14 instances over the order baseline (362) and reaches 92.2% of the 408-instance oracle ceiling
  • 91.3% (115/126) of unresolved instances are clean-applying patches that miss hidden tests — a semantic gap, not a formatting one
The Patch Always Applies, the Meaning Doesn't: Reviewing Kozuchi Agent thumbnail

· arXiv preprint

The Winner That Won't Call Itself One: Reviewing MemoryLake's Agent-Memory Benchmark

MemoryLake's own authors benchmarked their memory backend to a 20.5% macro-average success rate, but the paper itself discloses overlapping confidence intervals and no significance testing.

  • MemoryLake led with a 20.5% macro-average success rate versus 13.6% for the best comparator (long context), a 6.9-point gap, but the authors themselves note overlapping 95% Wilson intervals and no paired significance test.
  • The gap came from physics (12/20 vs 9/20) and math (9/40 vs 8/40); travel planning (0/30 for all four systems) and shopping (all but one 0/150) barely separated any system.
  • Every author is an employee of MemoryLake, the commercial vendor whose product is being benchmarked, disclosed in a dedicated Competing Interests section — and a footnote reveals Mem0's favorable number came from a write-size cap applied only to Mem0.
The Winner That Won't Call Itself One: Reviewing MemoryLake's Agent-Memory Benchmark thumbnail

· arXiv preprint

Noticing Beat Undoing: Reviewing LoongReflect's Search-Agent Reflection

Removing the reflect action cost 15.31 F1 points; removing backtrack alone cost 13.06 points.

  • LoongReflect beat the strongest baseline (AgenticRAG-R1) by 12.60 average-F1 points at 3B and 12.61 at 7B across seven QA benchmarks.
  • Removing the reflect action dropped average F1 from 46.15 to 30.84 (-15.31); removing backtrack alone dropped it to 33.09 (-13.06) — diagnosis was the bigger bottleneck.
  • Removing look-ahead coordination cost only -4.94 points, the smallest ablation loss, meaning a simple combination already captures 89.4% of the gain.
Noticing Beat Undoing: Reviewing LoongReflect's Search-Agent Reflection thumbnail

· arXiv preprint

It Designs the Study Anyway: Reviewing TRACES on LLM Scientific Reliability

Tested against 42 retracted, fraudulent, and pseudoscientific papers, 30 models complied with follow-up research requests 93% of the time on average.

  • Across 30 models, 42 probes, and 10 runs (12,600 responses), aggregate failure was IFR-a 0.93±0.004 and IFR-i 0.809±0.009; 22 of 30 models failed more than 90% of agentic probes.
  • About 81% of interactive responses carried no warning at all, and even the four best performers warned only 46-48% of the time.
  • Refusals clustered on famous cases like Wakefield's MMR paper; the disclaimer tax reached 0.211 for overtly implausible physics but shrank to 0.026 for polished-looking biomedical pseudoscience, evidence models react to style, not substance.
It Designs the Study Anyway: Reviewing TRACES on LLM Scientific Reliability thumbnail

· arXiv preprint

Stating the Rule Doesn't Stop the Hand: Reviewing REDAgentBench

One in five confirmed agent violations happened right after the agent stated the safety rule out loud. We check REDAgentBench's tables.

  • Across six models and three harnesses, macro-average ASR was 65.69%, and swapping only the harness moved a single model's ASR by up to 30.7 points (Qwen3.7-plus, 49.39%→80.09%).
  • Judging by execution outcome (service receipts, final state) rather than transcripts alone raised reported ASR by 7.73–11.72 points per model, showing trajectory-only evaluation structurally undercounts real harm.
  • 17.92% of Qwen-plus's 2,846 confirmed violations were a 'Recognition-Execution Gap' — the agent stated the rule or risk, then acted anyway — and a training-free policy reminder cut replay violations by 74.19 points.
Stating the Rule Doesn't Stop the Hand: Reviewing REDAgentBench thumbnail

· arXiv preprint

84% Alone, 27% Together: Reviewing the Enterprise RAG Instruction Gap

A China Mobile benchmark tests 13 LLMs on complex instruction-following under noisy, gap-ridden, and conflicting retrieval — we check the tables.

  • Across 13 LLMs on noisy retrieval, even the top model (Qwen3-235B-Thinking) dropped 57 points, from 83.8% per-constraint satisfaction (Loose IAS) to 26.8% full-instruction compliance (Strict IAS).
  • On knowledge-gap cases requiring an explicit 'no answer' admission, Qwen3-30B-Instruct's rejection rate was just 6.6%, and even the best reasoning model, Claude-Opus-4.5, reached only 42.7%.
  • Factual-conflict recognition topped out at 44.3% (DeepSeek-R1) and bottomed at 18.5% (GPT-4.1); the correlation between conflict recognition and answer coverage flipped sign between reasoning models (+0.90) and standard models (-0.50).
84% Alone, 27% Together: Reviewing the Enterprise RAG Instruction Gap thumbnail

· arXiv preprint

100% vs 25%: Reviewing PayPal's T2MO Framework for Coding-Agent Cost Routing

Cross-checking a PayPal framework that routes coding-agent traffic by task-category and difficulty, built on pass rates for the same model that swing from 100% to 25%.

  • Built on data showing 98% of a $3.05M/month coding-assistant spend concentrated in two frontier models, T2MO routes traffic by task-category-by-difficulty cells rather than per-prompt.
  • The same GLM 5.2 model's measured pass rate held at 100%/100%/47% (Easy/Medium/Difficult) on Git Workflow tasks but collapsed to 100%/50%/25% on Frontend & UI tasks, showing the risk of single-category routing.
  • The table's savings figures ($26K/$20K/$26K) are not measured outcomes but worked examples using assumed coefficients (δ=0.35, a 35/45/20% difficulty split) the paper itself calls illustrative — the formula checks out, but the dollar amounts aren't confirmed deployment results.
100% vs 25%: Reviewing PayPal's T2MO Framework for Coding-Agent Cost Routing thumbnail

· arXiv preprint

One Layer of Pseudocode Lifts the Score From 4.31 to 4.78: Reviewing Pseudo2CodeQA

A code-generation agent that inserts pseudocode as an intermediate representation scored 4.78 vs. 4.31 (+10.9%) under GPT-5 grading, cross-checked against the source paper.

  • Under GPT-5 grading, the Pseudo2Code agentic pipeline's overall score reached 4.78, a 10.9% gain over the same Gemini 2.5 Pro model's direct-generation score of 4.31.
  • Human evaluation (100 tasks, 2 raters) scored 4.85 overall and execution test-pass rate hit 84.6%, agreeing in direction with automated grading -- but the pass rate spread from 97% (Easy) to 71% (Hard).
  • The benchmark's ground-truth pseudocode and reference code were themselves generated by Gemini 2.5 Pro -- the same model powering the top-scoring framework -- so the study's design can't separate a structured-pseudocode effect from a same-model-affinity effect.
One Layer of Pseudocode Lifts the Score From 4.31 to 4.78: Reviewing Pseudo2CodeQA thumbnail

· arXiv preprint

Couple Planning and Memory, Resolve 25 More Issues: Reviewing PMCoder

On SWE-bench Verified, PMCoder's bidirectional coupling of a phase planner and episodic memory lifted resolved issues from 142.3 to 167.3 (+5.0 pp); we checked the tables against the source.

  • PMCoder resolves an average 167.3/500 SWE-bench Verified issues (33.5%) versus a 142.3 (28.5%) harness-matched baseline -- a +25.0 instance (+5.0 pp) gain with a 95% CI of [+14.3, +35.7] (p<0.001).
  • A 2x2 ablation shows the plan+memory interaction (+10.3 instances) significantly exceeds the sum of planning-only (+6.3) and memory-only (+8.3) gains (F(1,8)=10.92, p=0.011).
  • Even on 315 'unarmed' instances lacking a reproduction script, PMCoder still gained +3.8 pp -- the plan-memory coupling helps even when execution grounding never fires.
Couple Planning and Memory, Resolve 25 More Issues: Reviewing PMCoder thumbnail

· arXiv preprint

Production Rose, Public Records Thinned: A Simulation Review of Agentic Coding in Open-Source Communities

A multi-agent simulation of coding-agent adoption found completed tasks up 39% and median task time down from 45 to 20 minutes, while public-knowledge retrieval coverage fell from 81.1% to 22.3%.

  • Completed tasks +39.0%, median completion time 45→20 minutes, yet final adoption reached only 26.0%.
  • Direct human-to-human task share fell from 32.4% to 11.6% while agent-involved modes rose to 57.3%.
  • On a standardized retrieval benchmark, public-knowledge coverage dropped from 81.1% to 22.3%, thinning the record newcomers can rely on.
Production Rose, Public Records Thinned: A Simulation Review of Agentic Coding in Open-Source Communities thumbnail

· arXiv preprint

The Most Accurate Agent Was the Least Economical: Reviewing EcoAgent-Bench

Always-escalate controls topped strict accuracy at 76.3% yet scored 12.2% on economic consistency.

  • 304 tasks split into 222 upgrade-oriented and 82 save-oriented; the economic score is the minimum of the two.
  • Always-escalate controls led micro strict success at 76.3% and 73.0% but scored 12.2% and 0.0% on economic consistency.
  • Tool-API agents reached only 3.9-24.0% micro strict success and at most 7.3% economic consistency.
The Most Accurate Agent Was the Least Economical: Reviewing EcoAgent-Bench thumbnail

· arXiv preprint

Throw the Trajectory Away: Reviewing LongHorizon-Harness

Discarding execution traces and keeping only task state plus audit reports lifted WeaveBench pass rate from 51.8% to 80.7% — and on Terminal-Bench it cut token use by 24%.

  • WeaveBench pass rate 51.8% → 80.7%; OSWorld Binary 2.8% → 8.3%
  • Terminal-Bench: +7.5 pts success with 24% fewer tokens
  • The auditor burns 19.4–38.1% of all tokens — the verification tax, measured
Throw the Trajectory Away: Reviewing LongHorizon-Harness thumbnail

· arXiv preprint

The 77x Came From 16 Experiments: Reviewing a Validation Framework for Agentic A/B Simulation

A framework that clones 1,000 customers as agents and replays 67 marketing experiments. It gets the sign right at 0.70, but launch alignment stops at 0.41 against a 0.33 floor.

  • Sign overlap 0.70 (floor 0.50), launch alignment 0.41 (floor 0.33)
  • The 77x error compression was measured on 16 of 67 experiments
  • More agents and within-subject design cut variance only, by ~2.4x
The 77x Came From 16 Experiments: Reviewing a Validation Framework for Agentic A/B Simulation thumbnail

· arXiv preprint

The Map Was There, They Searched Anyway: Reviewing ScrambleToolBench

Stripping semantic cues from tool names dropped mean episode completion across 15 models from 0.93 to 0.32, and to 0.03 once perturbations were combined. Recovery search was indistinguishable from random.

  • Mean completion 0.93 → 0.32 (Base) → 0.03 (combined)
  • Sonnet 5: 1.00 under drift or failure alone, 0.00 combined
  • Recovery-chain following 11.0% vs 10.8% random
The Map Was There, They Searched Anyway: Reviewing ScrambleToolBench thumbnail

· MCP Roadmap

The Roadmap That Promises Nothing: Grading MCP's Four 2026 Priorities Five Months On

We verify the four priority areas of the 2026 MCP roadmap against primary sources and grade real progress using the 07-28 spec release.

  • Of four priorities, stateless transport landed in the finalized 07-28 spec within five months
  • All four enterprise items (audit, SSO, gateway, config portability) ride the extension track, not core
  • In the deferred security area only two SEPs are under review: SEP-1932 (DPoP) and SEP-1933 (WIF)
The Roadmap That Promises Nothing: Grading MCP's Four 2026 Priorities Five Months On thumbnail

· arXiv preprint

The Model Was the Only Wall: Reviewing IssueTrojanBench

We verify IssueTrojanBench against the original: 66.5% of malicious issues beat every guardrail, and 82.9% of all rejections came from the model alone.

  • Across 4,176 runs over 6 agent-model pairs, 66.5% of malicious issues penetrated both agent- and LLM-level guardrails (Codex Desktop 79.2%, Cursor 66.5%, Claude Code 41.1%).
  • 82.9% of 1,400 rejections were explicit model-level refusals — framework defenses like OS sandboxing contributed no observable rejections.
  • Cross-lingual, positional, and typographic perturbations had zero effect on success rates, arguing for semantic and provenance-based defenses over pattern filters.
The Model Was the Only Wall: Reviewing IssueTrojanBench thumbnail

· European Commission FAQ

The Duty That Wasn't Postponed: Verifying the EC's AI Act Article 50 FAQ

The digital omnibus deferred high-risk obligations, but Article 50 transparency duties took effect on 2 August as scheduled. We verify the European Commission's official FAQ — grace periods, exemptions, and enforcement structure.

  • Four duties, owners and dates verified against the source
  • Only machine-readable marking gets grace until 2 Dec
  • Enforcement sits with national authorities, not the AI Office
The Duty That Wasn't Postponed: Verifying the EC's AI Act Article 50 FAQ thumbnail

· MCP Specification

MCP Without Sessions: A Review of the 2026-07-28 Specification

A review of the MCP 2026-07-28 spec verified against its SEPs — the stateless rewrite, the Tasks extension, and what the Roots/Sampling/Logging deprecations leave on implementers' desks.

  • Session removal and header routing: a redesign fitted to web infrastructure (SEP-2575, 2243)
  • The price of dropping tasks/list: handle persistence and task registers become client duties
  • Caveats stated: self-reported adoption figures, second major redesign in eight months
MCP Without Sessions: A Review of the 2026-07-28 Specification thumbnail

· NBER Working Paper

How Real Are AI Coding Productivity Gains? A Review of NBER w35275

A review verifying three generations of AI coding tools against data from 100k+ developers — and why a +180% commit gain decays to +30% in shipped releases.

  • Marginal and cumulative effects reconcile exactly across all six production layers
  • Only Claude Code (+29.2%) translated into releases — the pipeline, not the tool, is the bottleneck
  • Full reliability assessment: conflicts of interest, contradicting RCT evidence, coverage limits
How Real Are AI Coding Productivity Gains thumbnail