12 August 2026
20 papers shortlisted this week — most discussed: Macaron-V1: Towards Open Continual Learning with Self-Improvement and (282 upvotes).
SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring
This paper introduces SWE-Bench ProMax and reveals that nearly 60% of unsolved instances in the widely used SWE-bench Verified benchmark contain flawed tests, such as overly narrow or overly broad assertions. It addresses these evaluation quality issues to provide a more accurate benchmark for long-horizon software engineering agents.
arXiv · 12 August 2026 · Read the original →
SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs
This paper analyzes multi-task learning in LLMs, demonstrating that Supervised Fine-Tuning (SFT) suffers from severe task conflicts during multi-stage training, whereas Reinforcement Learning (RL) allows diverse tasks to stably coexist. The authors trace this difference down to the parameter level to explain the underlying mechanics.
arXiv · 12 August 2026 · Read the original →
OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching
The paper presents OasisKV, an inference serving system designed to scale the key-value (KV) cache beyond High Bandwidth Memory (HBM) limits. It utilizes lookahead sparse prefetching during the token generation (decode) phase to mitigate the memory footprint and traffic bottlenecks of long-context workloads.
arXiv · 12 August 2026 · Read the original →
Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay
This work introduces a deterministic, zero-model pipeline that compiles passively captured screen activity into structured agent memory. By segmenting local capture streams into typed activity frames, it allows computer-use agents to replay and recall user routines without paying the high inference costs of frontier models to re-derive them.
arXiv · 12 August 2026 · Read the original →
SimWAM: A Simple World Action Model for End-to-End Autonomous Driving
SimWAM is an end-to-end autonomous driving model that leverages video generation purely as a training signal rather than generating future frames at inference. It co-trains a pretrained video expert and a lightweight action expert using joint flow matching, isolating the video expert during deployment.
arXiv · 12 August 2026 · Read the original →
Stealing Reasoning Traces from Proprietary LLM APIs
This paper exposes an architectural vulnerability in proprietary LLM APIs that hide their chain-of-thought reasoning traces. Instead of storing these traces on the server, providers return them to the client as encrypted text blocks to be sent back with subsequent requests, allowing adversaries to steal the reasoning traces.
arXiv · 12 August 2026 · Read the original →
Hard to worry about stolen reasoning when we're still swapping KV caches to disk.
6 stories, every Wednesday
Published here every week. Follow by RSS to get it as it lands.