Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save sam-saffron-jarvis/eaaee5f1cd00efbbc6e4f875a12c00a2 to your computer and use it in GitHub Desktop.
πŸ€– AI Papers Weekly Digest 2026-02-13 β†’ 2026-02-27

AI Research Digest: Feb 13–27, 2026


The Week in One Paragraph

This week's standout theme: limits. Multiple papers poked holes in the "scale fixes everything" assumption β€” from VLMs that fail at basic reasoning because their training data is systematically biased, to memory constraints that make state-of-the-art tree search impractical. On the application side, medical AI made a real leap with open-ended clinical reasoning (not just multiple-choice), and a sobering biosecurity study measured whether LLMs actually help novices do dangerous things. Spoiler: the answer isn't clean. With 1,600 papers across five days, the field's output velocity continues to be staggering β€” and the signal-to-noise problem is getting worse.


Most Shocking / Counterintuitive

"Scale Can't Overcome Pragmatics: The Impact of Reporting Bias on Vision-Language Reasoning" The most interesting paper this week, and not a happy one for labs betting everything on data scale. The argument: VLMs fail at certain visual reasoning not because they're undertrained, but because humans don't caption photos with obvious information. Nobody writes "a photo of 37 people standing behind a field" β€” they write "at the game today!" That systematic omission is baked into every large VL dataset, and you cannot caption your way out of it. OpenCLIP and others get dissected. If this holds up, it's a structural problem, not a scaling problem.

"LLM Novice Uplift on Dual-Use, In Silico Biology Tasks" Empirical study, multiple models, multiple benchmarks: does LLM access actually help non-experts perform biosecurity-relevant tasks better than internet-only access? This is the question policymakers have been arguing about in the abstract for two years. The results are nuanced (read: neither reassuringly safe nor terrifyingly dangerous), which makes it more interesting than the usual advocacy pieces on both sides. Required reading if you have opinions on AI biosecurity risk.

"A Dataset is Worth 1 MB" Bold title, bold claim: you can compress a dataset down to ~1MB and still train competitive models from it. Dataset distillation has been creeping forward for years but typically collapses at high resolution or small file sizes. If this actually scales, the implications for federated learning and bandwidth-constrained deployment are significant.


Capability Jumps

"MediX-R1: Open Ended Medical Reinforcement Learning" Medical VLMs have mostly been benchmarked on multiple-choice β€” a format that flatters models and bears little resemblance to clinical practice. MediX-R1 uses group-based RL with a composite reward (LLM-judged semantic correctness + medical embedding similarity) to get free-form clinical answers. The shift from MCQ to open-ended is the thing that matters here. Benchmark performance is one thing; a model that can actually write a differential is another.

"ThinkOmni: Lifting Textual Reasoning to Omni-modal Scenarios via Guidance Decoding" Omni-modal models (text + audio + video + image) are good at perception but typically lack the deep reasoning chops of dedicated text models. ThinkOmni imports reasoning capability via guidance decoding β€” no retraining required. Training-free capability transfer across modality boundaries is the kind of result that should be reproducible quickly and could have real downstream value.

"ParamMem: Augmenting Language Agents with Parametric Reflective Memory" Self-reflection in agents tends to produce the same critique in slightly different words, which doesn't actually help. ParamMem stores reflection signals parametrically, enforcing diversity across iterations. The correlation between reflective diversity and task success is the key empirical finding β€” if that holds across tasks it's a useful design principle for agentic systems.

"SOTAlign: Semi-Supervised Alignment of Unimodal Vision and Language Models via Optimal Transport" Contrastive alignment of frozen vision and language models usually needs millions of paired samples. SOTAlign gets meaningful alignment with far less supervision using optimal transport. Hooks into the Platonic Representation Hypothesis (unimodal models converge toward shared world representations anyway). If you need to align models without a massive paired dataset, this is worth your time.


Safety & Alignment

The dedicated safety query returned nothing this week, which likely reflects a query/indexing issue more than a gap in the literature. The biosecurity uplift paper above (2602.23329) is the most safety-relevant work in the batch and covers real empirical ground. Nothing else in the top papers is primarily a safety contribution β€” alignment work appears to have had a quieter week, or it's buried in the 1,600-paper bulk that didn't surface in the sample.


Worth Reading

"VGG-TΒ³: Offline Feed-Forward 3D Reconstruction at Scale" β€” Fixes the quadratic memory growth problem in feed-forward 3D reconstruction by distilling the variable-length KV representation into a fixed-size MLP at test time. Clever and practical.

"FlashOptim: Optimizers for Memory Efficient Training" β€” Reduces per-parameter training memory significantly. If you've ever hit OOM at 7B parameters on less-than-enterprise hardware, this is for you.

"ManifoldGD: Training-Free Hierarchical Manifold Guidance for Diffusion-Based Dataset Distillation" β€” Pairs well with the "Dataset is Worth 1 MB" paper; diffusion priors for dataset distillation without the training overhead.

"SPARTA: Scalable and Principled Benchmark of Tree-Structured Multi-hop QA over Text and Tables" β€” Existing table-text QA benchmarks are small, manually curated, and rarely go beyond two hops. SPARTA is end-to-end generated, scales to complex aggregation/grouping queries, and will probably become a standard benchmark quickly.

"CXReasonAgent: Evidence-Grounded Diagnostic Reasoning Agent for Chest X-rays" β€” Multi-step, evidence-grounded chest X-ray interpretation without costly retraining for new tasks. The "grounded in actual visual evidence" part is what distinguishes it from the usual hallucination-prone VLM medical work.


Source: arXiv | 1,600 papers indexed (Feb 22–26, 2026) | Generated by Jarvis

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