Paper Feed

Issue 29 · Jul 13–19, 2026

Week 2026-W29

2,668 papers scanned 150 shortlisted 10 picked $3.83 spent

This week is heavy on assumption-breaking audits and genuinely new training directions. Two threads stand out: papers that show widely-used recipes or metrics measure something other than we assume (distributional-RL risk heads, answer-conditioned distillation, FDR control), and papers opening new axes of capability (test-time training as robot memory, permissionless internet-scale pretraining, a neuromorphic in-vivo closed loop). Robotics, neuroscience/BCI, and real-time video generation are all represented; treat the flashier technical-report claims with the usual skepticism about baselines and generality.

  1. Robotics ▲ 23 ✓ read

    RoboTTT: Context Scaling for Robot Policies

    Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng, Fengyuan Hu et al.

    Uses test-time training (gradient-updated fast weights as recurrent memory) to scale robot visuomotor context to 8K steps without added latency, unlocking one-shot imitation from human video, online improvement, and a ten-stage assembly task no baseline completes. This is a genuinely new context-scaling mechanism for robot foundation models, not a variant, with a reported first-of-its-kind pretraining-context scaling law.

    Look for Check how broadly the real-robot results generalize beyond the demonstrated tasks and whether the 8K-context gains hold outside the specific manipulation setups.

    13 min read · arXiv ↗ ·PDF

  2. Neuroscience ✓ read

    Low-latency neuromorphic closed-loop control of hippocampal ripples in vivo

    Alves, P., Jurado-Parras, M.-T., Freitas, J., Ventura, J. et al.

    A 41-neuron spiking network on SpiNNaker detects hippocampal sharp-wave ripples and triggers optogenetic inhibition in awake mice at ~50 ms latency using up to 200x less energy than deep models. This is a rare fully integrated neuromorphic sense-to-stimulate loop fast enough to manipulate transient neural events causally, directly relevant to BCI and closed-loop neuromodulation.

    Look for Scrutinize detection accuracy versus deep baselines and whether the causal effect on ripple dynamics is robust across the 23 sessions rather than a subset.

    7 min read · bioRxiv ↗ ·PDF

  3. AI / ML ✓ read

    The Benjamini--Hochberg Procedure Can Fail to Control the FDR for Correlated Two-Sided Gaussian Tests

    Edgar Dobriban

    Constructs a correlated Gaussian factor model with a rigorous interval-arithmetic certificate showing Benjamini-Hochberg exceeds its nominal FDR, disproving a 20-year-old conjecture about two-sided Gaussian tests under dependence. Foundational, surprising, and notable additionally because the proof was generated by GPT-5.6 Pro and human-checked.

    Look for The effect size is tiny (FDR>0.0104 at alpha=0.01); read for whether this is a knife-edge counterexample or a practically meaningful failure regime.

    9 min read · arXiv ↗ ·PDF

  4. AI / ML ✓ read

    Agora: Collective and Permissionless Internet-Scale Pretraining of Large Language Models

    Gil Avraham, Violetta Shevchenko, Hadi Mohaghegh Dolatabadi, Karol Pajak et al.

    Demonstrates permissionless, collectively-owned pretraining of an 8.6B model on 500B tokens across 330 heterogeneous internet-connected GPUs, reportedly reaching 63% of a centralized H100 baseline with similar convergence. If the efficiency and convergence claims hold, this is a genuinely new direction for who can train frontier-scale models.

    Look for Independent validation is thin; watch for how the 63% efficiency was measured and whether convergence truly matches centralized runs at this scale.

    explainer pending · arXiv ↗ ·PDF

  5. AI / ML ✓ read

    Auditing the Risk Claims of Distributional Reinforcement Learning

    Hari Prasad

    Audits whether distributional-RL agents' learned return distributions actually support the risk-sensitive claims read from them, and finds 40-95% of the strongest risk trade-offs are statistically false and structural artifacts, replicated to Atari scale with strong controls. This directly challenges a widespread interpretation used for interpretability and safety monitoring.

    Look for The positive controls are what make this convincing—check that the audit's harness genuinely detects real effects and isn't over-rejecting due to its own noise model.

    explainer pending · arXiv ↗ ·PDF

  6. AI / ML ✓ read

    Answer-Conditioned Chains of Thought Degrade Verifiable-Reasoning Distillation in Large Language Models

    Jungseob Lee, Seungyoon Lee, Suhyune Son, Dongyub Jude Lee et al.

    Shows the common distillation fix of showing a model the gold answer and asking it to write a CoT degrades verifiable-reasoning accuracy by up to ~27 points, because the traces rationalize backward, and this harm is detectable from unlabeled traces and transfers across teacher families. A non-obvious failure in a widely-used recipe with an actionable 'generate answer-blind' takeaway.

    Look for Verify the controlled ablation isolating the 'rationalize-toward' instruction from mere answer visibility, and whether the effect persists with modern filtering beyond correctness checks.

    explainer pending · arXiv ↗ ·PDF

  7. AI / ML ✓ read

    FlashDecoder: Real-Time Latent-to-Pixel Streaming Decoder with Transformers

    Minguk Kang, Suha Kwak

    Replaces the slow 3D-convolutional video latent decoder with a causal Transformer using a bounded rolling KV cache, decoding pixels frame-by-frame at 3.6-4.7x speed and up to 11x less memory at 1080p while matching reconstruction quality. Targets a real and under-addressed bottleneck for real-time video generation.

    Look for Evidence is limited to two Wan latent spaces on one GPU; look for whether quality holds for long videos and complex motion, not just PSNR at 1080p.

    explainer pending · arXiv ↗ ·PDF

  8. Neuroscience ✓ read

    Toward a mechanistic understanding of inference in visual cortex and diffusion models

    Zeyu Yun, Alexander Belsten, Dasheng Bi, Zahra Kadkhodaie et al.

    Builds a recurrent sparse-coding V1 model that is mathematically equivalent to a minimal diffusion model, trained by denoising score matching, whose learned lateral interactions mirror V1 horizontal connections and whose Jacobian exposes how global consistency is enforced. A rare, interpretable mechanistic bridge between cortical circuits and diffusion inference.

    Look for The cognitive/mechanistic claims outrun the quantitative evidence in the abstract—check how closely the learned connectivity matches real V1 data and the strength of the denoising comparison to black-box diffusion.

    explainer pending · arXiv ↗ ·PDF

  9. Robotics ✓ read

    Towards Human-level Dexterous Teleoperation

    Puhao Li, Zeyuan Chen, Yingying Wu, Pengkun Wei et al.

    TeleDexter jointly co-tracks hand and manipulated object with learned low-level contact behaviors, achieving zero-shot transfer to two real dexterous hands across seven reorientation and tool-use tasks at 75% success where baselines fail, and the demos train autonomous BC policies. A concrete real-world dexterity jump (grasp changes, in-hand manipulation, tool use).

    Look for Baseline details and task difficulty are thin; assess whether 'all baselines fail' reflects weak baselines and how demanding the seven tasks really are.

    explainer pending · arXiv ↗ ·PDF

  10. AI / ML ✓ read

    Verbalizable Representations Form a Global Workspace in Language Models

    Wes Gurnee, Nicholas Sofroniew, Adam Pearce, Mateusz Piotrowski et al.

    Introduces a Jacobian-based interpretability method identifying representations a language model is 'poised to verbalize' (the J-space) and argues these exhibit global-workspace properties: reportable, held in memory, broadcast widely, active only in mid layers. A genuinely new framing for mechanistic interpretability that also surfaces hidden deliberation.

    Look for The consciousness/global-workspace analogy is doing heavy lifting; read critically whether the J-space is a real functional bottleneck or a suggestive correlational construct.

    explainer pending · arXiv ↗ ·PDF

Also notable

The shortlist: top candidates that survived triage · Archive