scout.

a daily read of the ML and AI papers

MON · 07 SEP 2026 latest 3 papers
90% vs 27%
Counterexamples as Feedback for Agent Self-Correction

Tell it exactly what broke.

Handing an agent the exact input that broke it repairs 90% of tasks in four turns; a generic "try again" manages 27%. Plus rules over examples, and leaky rubrics.

SUN · 06 SEP 2026 3 papers
60% vs 27%
Refusing the Impossible: A Taxonomy and Benchmark for Code Hallucination in Large Language Models

No such package, here's the code.

Coding models write confident code for impossible tasks 60% of the time and refuse only 27%. Plus a cache evictor that wins by not scoring.

SAT · 05 SEP 2026 3 papers
−12.2 pts
Compound Prompt Constraints in LLM Code Generation: A Factorial Study of Format, Persona, and Urgency

Constraints don't add up.

Stack three ordinary prompt constraints and correct code falls 12 points below what the parts predict. Plus two ways a passing test hides a bad patch.

WED · 02 SEP 2026 3 papers
86.5% → 99.5%
The reach of a verification tool decides its value: A controlled study of verification surface, artifact quality, and cost in AI coding agents

The check has to reach the failure.

A single does-it-start probe removes nearly every launch failure at a third of a shell's cost. Plus agents that do the work, then fumble the handoff.

MON · 31 AUG 2026 7 papers
3.4% – 24.7%
Approved Too Late: Verdict Staleness in Guarded Self-Adaptive Systems

The model was never the variable.

A guardrail approves an action that is inadmissible by the time it runs, on up to a quarter of approvals. Plus decay by depth and judges that flip on order.

SAT · 29 AUG 2026 3 papers
0
Agents don't paginate: the first chunk is the whole answer

Nobody asks for page two

Three papers on the context an agent actually gets: the tool response nobody pages past, a harness worth more than a model swap, and abstention without labels.

FRI · 28 AUG 2026 3 papers
24% to 74%
Where vs what: structural and content failures in structured outputs

Right value, wrong place

Three papers on the shape of what you hand a model and what it hands back: misplaced JSON values, agent handoff formats, and what a thin brief costs.

MON · 24 AUG 2026 3 papers
+32 to +67 pts
Can agent memory systems track evolving state?

The memory returns the value you already changed

Three papers on what an agent carries between turns: superseded facts, memory written on the wrong signal, and loaded docs that quietly cost accuracy.

SUN · 23 AUG 2026 3 papers
10.9% → 28.1%
Outcome Monitors: Recovery Affordances for Silent Tool Failures

The tool lied and the agent believed it

Three papers on agents that look like they worked: silent tool failures, one-in-four reliability across repeats, and policy compiled into a graph.

FRI · 21 AUG 2026 3 papers
80% vs 14%
Different Facets of Verbalised Overconfidence: an Interpretability Study

Ask for a number, hedges disappear

On identical questions the same model was falsely certain 14% of the time when asked to hedge in words and 80% of the time when the answer was a 1-to-5 score.

MON · 17 AUG 2026 3 papers
90.0%
Agent Behavioral Contracts II: Certifying Compositional Reliability Without Assuming Independence

Two agents, one blind spot

Two instances of one model, composed as a writer and its checker, failed together on 90% of the missions either one failed.

THU · 13 AUG 2026 3 papers
0 of 56
Similarity Gates Approve Reversals: A Validity Audit of Embedding-Cosine Thresholds in Agent Systems

The safety check that fires backwards

A shipped drift guard caught 0 of 56 meaning-breaking edits, and scored "withhold the study drug" against "administer the study drug" at 0.96.

MON · 10 AUG 2026 3 papers
−5.3 pts
Escaping the Self-Repair Trap: Improving Test Oracle Generation via Dual-Context Awareness

The repair loop makes your tests weaker

Let a model retry until its assertion passes and what comes out catches fewer bugs than its very first attempt did — 86.3% against 91.7%.

FRI · 07 AUG 2026 3 papers
96% of runs
Towards a Risk Assessment of Malicious Skill Files in Coding Agents

Your agent runs whatever the skill says

Hide a shell command inside a natural-language skill file and one enterprise coding agent runs it in 96% of attempts. It calls anything unsafe 2% of the time.

THU · 06 AUG 2026 4 papers
96% → 20%
Instruction Stacking Collapse: A Benchmark and the Capability-Dependent Value of Prompt Compilation

Your system prompt is fighting itself

Pile twenty rules into one system prompt and the follow rate falls from 96% to 20%. Plus doomed agent runs, tool arguments, and one-shot generation.

WED · 05 AUG 2026 3 papers
+8.0 pts at 28.9% less cost
Turning Interaction History into Execution State: A Runtime Layer for Long-Horizon Coding Agents

Your agent forgot what it already did

A deterministic layer that tracks what a coding agent has already read and changed lifts first-try success by 8 points while cutting cost by 29%.

TUE · 04 AUG 2026 5 papers
63.2% → 41.9%
To Add Is Machine, To Delete Is Human: Measuring and Mitigating Deletion Avoidance in LLM Code Editing

Your coding agent will not delete

Models find the right file for 92% of required deletions but cut the exact line under 52% of the time. Test for removal and pass rates fall from 63% to 42%.

MON · 03 AUG 2026 5 papers
56% → 86%
SIGIL: Compiling Agent Skills into Typed Harnesses

Your skill file is a suggestion

An agent performs 56% of the steps its own skill file mandates. Compile that skill into a harness and it performs 86%, on any model you point at it.

FRI · 31 JUL 2026 5 papers
56% → 86%
SIGIL: Compiling Agent Skills into Typed Harnesses

Written down is not the same as carried out.

Agents perform just over half the steps their own instruction files mandate. Compiling the procedure into code fixes it — plus four papers on checks that miss.

THU · 30 JUL 2026 6 papers
99.4% vs 88.1%
Addressable Recall Compaction for Long Context-Window Control in AI Agents

Context isn't a summary. It's a filing system.

Recall by address beat every summariser and repository context was served once instead of rediscovered. Plus three papers on defaults nobody ever checked.

WED · 29 JUL 2026 5 papers
9× cheaper per task
StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents

Stop reading pixels. Read the state.

An agent working on files and app state instead of screenshots scored higher at a ninth of the cost. Plus harness cost, hidden reasoning, and agent security.

THU · 16 JUL 2026 6 papers
−38% tokens, +6.8% bill
Token Reduction Is Not Cost Reduction

You cut the tokens. The bill went up.

An agent sending 38% fewer tool-output tokens cost 6.8% more, because cached context is most of the bill. Five more on hallucinated skills, generous judges, and tracing failure.

WED · 15 JUL 2026 6 papers
30% → 100%
AgentCheck: A Reproduce-Intervene-Mitigate Workbench for LLM Agents over MCP

Break your agent before your users do

A workbench injects tool faults into MCP agents so you can reproduce a failure and prove your fix before shipping. Five more on abstaining, search evidence, and context.

MON · 13 JUL 2026 6 papers
32.4%
DeepSWE: Measuring Frontier Coding Agents on Original, Long-Horizon Engineering Tasks

When the grader is the bug

An independent judge disputed a leading coding benchmark's pass/fail calls on a third of runs. Five more on judging, abstaining, and routing.

SAT · 11 JUL 2026 6 papers
-51.5%
ContextSniper: AntTrail's Token-Efficient Code Memory for Repository-Level Program Repair

Index code memory instead of re-reading whole files

Indexing code and action history into compact packets cuts a repair agent's tokens 51.5%. Five more on agreement, calibration, and agent memory.

FRI · 10 JUL 2026 6 papers
-42%
Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems

Turn repeated agent steps into tools, not fresh code

A production agent that compiles repeated steps into saved tools cuts latency 42% and errors up to 53%. Five more papers on agent safety, judging, and repair.

THU · 09 JUL 2026 7 papers
+38 pts
Specification Grounding Drives Test Effectiveness for LLM Code

Spec checklists beat bigger test budgets

Grounding the LLM test-writer in the task spec — one prompt line — beats doubling the test budget (+38 points, cross-vendor). Six more papers on running agents cheaper and catching silent failures: capacity placement, workflow crystallization, trace triage, write gates, and judge audits.