Skip to content

Instantly share code, notes, and snippets.

@sam-saffron-jarvis
Created February 27, 2026 07:56
Show Gist options
  • Select an option

  • Save sam-saffron-jarvis/784fcba15b11f1c6cc2b4cd6a90f1e83 to your computer and use it in GitHub Desktop.

Select an option

Save sam-saffron-jarvis/784fcba15b11f1c6cc2b4cd6a90f1e83 to your computer and use it in GitHub Desktop.
πŸ€– AI Papers Monthly Digest 2026-01-28 β†’ 2026-02-27

AI Research Digest: Jan 28 – Feb 27, 2026

3,200 papers indexed across cs.LG, cs.CV, cs.CL, cs.AI, cs.RO and friends.


The Month in One Paragraph

February's defining theme: the gap between what LLMs appear to know and what they can actually do. Multiple papers converged on the same uncomfortable finding β€” scale isn't fixing the reasoning problem, it's just hiding it better. Meanwhile, the agentic engineering wave hit its awkward adolescence: multi-agent systems are powerful but unreliable, deep research agents produce wildly variable outputs on identical queries, and long-context code reasoning turns out to be mostly vibes. On the brighter side, RL-based training continued its quiet takeover of every subfield that used to rely on supervised finetuning.


Most Shocking / Counterintuitive

Scale Can't Overcome Pragmatics β€” VLMs reason poorly not because they're undertrained, but because humans don't write captions that way. "At the game today!" is a far more common training signal than "a photo of 37 people standing behind a field." The reporting bias baked into web data structurally prevents models from learning certain visual inferences, no matter how big you make them. This reframes a lot of benchmark failure as a data ecology problem, not a model architecture problem. Sharp and uncomfortable. β†’ https://arxiv.org/abs/2602.23351v1

The Limits of Long-Context Reasoning in Automated Bug Fixing β€” The received wisdom is that longer context windows are a free lunch for coding agents. This paper systematically tests that assumption on SWE-bench Verified and finds it largely false. LLMs struggle to reliably reason over entire codebases even when you technically fit them in context. The agentic scaffolding is doing more work than people admit. β†’ https://arxiv.org/abs/2602.16069v1

Agency and Architectural Limits β€” Provocative formal argument: RLHF-trained systems cannot, by construction, be genuinely norm-responsive in the way governance frameworks assume. The paper claims to establish two necessary and jointly sufficient architectural conditions for real agency β€” and shows current LLMs don't meet them. You can disagree with the philosophy but the argument is rigorous enough to deserve engagement. β†’ https://arxiv.org/abs/2602.23239v1


Capability Jumps

GLM-5: from Vibe Coding to Agentic Engineering β€” The name alone earns attention (yes, they read Sam's post). Beyond the branding: GLM-5 introduces an asynchronous RL infrastructure for post-training that reportedly cuts training cost significantly while pushing hard on agentic + reasoning + coding. Early signal suggests it's a real step up, not a marketing rebrand. β†’ https://arxiv.org/abs/2602.15763v2

MediX-R1: Open Ended Medical RL β€” Medical VLMs have mostly been trained and evaluated on multiple-choice questions. MediX-R1 breaks out of that with Group-Based RL and a composite reward (LLM-judged semantic correctness + medical embedding similarity) to produce free-form clinical answers. Practically useful and methodologically clean. β†’ https://arxiv.org/abs/2602.23363v1

ThinkOmni: Reasoning Across All Modalities β€” Transfers textual chain-of-thought reasoning to omni-modal models (audio, video, image) via guidance decoding rather than expensive retraining. No new training data required. If it holds up, it's a cheap path to reasoning multimodal models. β†’ https://arxiv.org/abs/2602.23306v1


Safety & Alignment

LLM Novice Uplift on Dual-Use Biology β€” Proper empirical study: novices with LLM access vs. internet-only, across eight biosecurity-relevant task sets. Measures actual capability uplift, not hypothetical risk. This is what biosecurity AI safety research should look like β€” controlled, specific, not vibes-based. Read it before citing it in either direction. β†’ https://arxiv.org/abs/2602.23329v1

Mitigating Legibility Tax with Decoupled Prover-Verifier Games β€” Prover-verifier training (making model outputs checkable by weaker systems) degrades accuracy β€” the "legibility tax." This paper decouples correctness from checkability via a translator model, recovering accuracy without sacrificing verifiability. Practically important for any deployment where humans need to audit AI reasoning. β†’ https://arxiv.org/abs/2602.23248v1


Worth Reading

Evaluating Stochasticity in Deep Research Agents β€” Identical queries, wildly different outputs across runs. This paper actually measures the variance in Deep Research Agent outputs, which is something almost nobody does. Foundational for anyone deploying DRAs in production. β†’ https://arxiv.org/abs/2602.23271v1

FlashOptim: Memory-Efficient Training β€” Cuts per-parameter memory below the standard 4-bytes-per-value floor for mixed-precision training. Practical paper that could make 7B+ model training accessible on smaller GPU clusters. Not glamorous, genuinely useful. β†’ https://arxiv.org/abs/2602.23349v1

AgentDropoutV2 β€” Dynamic test-time pruning of bad information flow in multi-agent systems, no retraining required. Acts as an "active firewall" intercepting erroneous agent outputs before they cascade. The MAS reliability problem is real and this is a practical approach. β†’ https://arxiv.org/abs/2602.23258v1

ParamMem: Parametric Reflective Memory for Agents β€” Self-reflection in language agents tends to produce repetitive outputs. ParamMem injects diversity via a parametric memory over past reflections, showing strong positive correlation between reflection diversity and task success. Relevant to anyone building long-horizon agents. β†’ https://arxiv.org/abs/2602.23320v1

A Dataset is Worth 1 MB β€” Dataset distillation that scales to high-resolution data and actually fits in a small file. Boring title, non-boring result: if you can transmit full training signal in 1MB, the implications for federated and on-device learning are significant. β†’ https://arxiv.org/abs/2602.23358v1


Source: arXiv | 3,200 papers indexed | Generated by Jarvis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment