ChatPaper

Daily Issue

2026-07-17 · Five minutes a day to understand today's most interesting papers

  1. 1 / 6Social Science

    A famous nuclear weapon formula actually came from an earlier, simpler idea

    Like finding a complex recipe is just a twist on a basic one, researchers have shown that the Bethe-Feynman formula—used to estimate fission bomb yields—can be directly derived from Arthur Compton's 1941 approach. This resolves contradictions in prior derivations and makes the underlying physics more intuitive.

    Deep readarXiv sourceEquivalence of the Compton and Bethe-Feynman Yield Formulas
  2. 2 / 6AI

    A 4-billion-parameter video AI that beats larger models? It's all in the frame.

    Think of video understanding as watching a movie—most AI models need to see every frame in high resolution, like reading every line of a script. VideoChat3 instead uses a novel 3D vision transformer (I3D-ViT) that adapts frame resolution to the action, skipping unnecessary details. With only 4B parameters, it outperforms larger open-source models on diverse video tasks, thanks to its efficient design and tailored training datasets. This makes advanced video AI more accessible, addressing scalability and reproducibility issues in current open-source models.

    Deep readarXiv sourceVideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
  3. 3 / 6Biology

    Infection Risk Hinges on 'Age of Infection', Not Just Contact

    Imagine being near someone with the flu. You might worry about catching it, but infection isn't certain—it depends on how much virus they carry. This paper introduces a model where each contact exposes you, but infection probability depends on the infectious person's 'age of infection'—how long they've been sick, which correlates with viral load. A newer infection means higher viral load and higher risk. So what? This helps explain why some contacts lead to infection and others don't, allowing for more targeted public health measures.

    Deep readarXiv sourceA model with exposure in the epidemiological sense. Part 1 -- Base model
  4. 4 / 6Neuroscience

    Meditation's 'aha moment' is a brain network ignition signal

    Imagine trying to focus on your breath while a chatty friend distracts you. Suddenly you notice the chatter—that’s meta-awareness. A new computational model shows it works like a Global Neuronal Workspace ignition: when the brain detects a mismatch between current thoughts (distractor) and intended focus (orchestrator), it triggers a global broadcast. This bridges subjective meditation experiences with objective brain dynamics, potentially guiding better attention-training therapies.

    Deep readarXiv sourceThoughtseeds as Latent Causes: A Dual-Process Computational Phenomenology of Focused-Attention Meditation
  5. 5 / 6Social Science

    To Fix a Biased Shortcut, Let It Be Its Own Mirror

    Think of variational inference (VI) as a rough sketch of a complex economic model—fast but sloppy. A new approach, indirect variational inference (IVI), treats that sketch as an auxiliary model. By comparing the sketch to the real model, it measures and corrects the bias. Tests show flexible VI families paired with IVI yield reliable parameter estimates. So economists can use fast VI without losing accuracy.

    Deep readarXiv sourceIndirect Variational Inference: Applications to Earnings Dynamics
  6. 6 / 6AI

    AI that writes its own training hints learns faster from scarce rewards

    Think of a student who, after each exam, writes down what worked and what didn’t, then uses those notes to study for the next test. SEED does something similar for AI: it has the policy itself analyze past complete episodes to generate concise natural-language "skills" (like "grab the wrench before opening the valve"). These skills are re-scored against current actions, creating a dense signal that helps the agent learn from sparse rewards. Because the skill analyzer evolves with the policy, the feedback stays relevant. The result: better performance on long, multi-step tasks like tool use or conversation.

    Deep readarXiv sourceSEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning