“VGGT-Ω” 3D reconstruction models is scaling like LLMs. Instead of relying on slow optimization pipelines, VGGT-Ω predicts cameras and depth in one feed-forward pass, even for dynamic video. This research makes that scaling practical with scene registers, lighter prediction
@askalphaxiv
-

Technical Analysis of Self-Distilled Agentic Reinforcement Learning
By
–
“Self-Distilled Agentic RL” Agent RL learns from sparse trajectory rewards, while self-distillation gives dense token guidance. But in multi-turn agents, naive distillation can break because privileged teacher signals get noisy as trajectories drift. The key idea of this paper
-

LLM Failure Modes in Learning Negations During Fine-tuning
By
–
“Negation Neglect: When models fail to learn negations in training” LLMs can understand a disclaimer in-context, but often fail to learn it during finetuning. So when training on documents saying a claim is false can still implant the claim as true. Qwen3.5 belief in
-

δ-mem: Efficient Online Memory for Large Language Models
By
–
“δ-mem: Efficient Online Memory for Large Language Models” LLMs need long-term memory, but extending context is expensive and often doesn’t mean the model actually uses the history well. What this paper did is to store past information in a tiny 8×8 associative memory state,
-

Efficient LLM Pre-Training Using Token Superposition
By
–
“Efficient Pre-Training with Token Superposition” LLM pretraining is bottlenecked by how many useful tokens you can consume per FLOP. This paper temporarily merge nearby tokens into averaged embedding bags, train the model to predict the next bag, then switch back to normal
-

Long-Horizon Reasoning in LLMs: An alphaXiv AI4Science Talk
By
–
If models can think for 100,000 tokens, why do they still lose the plot? Come join us for this AI4Science on alphaXiv talk: Long-Horizon Reasoning in LLMs. In this session, Sumeet Motwani (
@sumeetrm
) and Charles London (
@CharlieLondon02
) will share recent work on both training -

How Agentic LLMs Are Transforming Scientific Research and Mentorship
By
–
Why LLMs Aren't Scientists Yet? In our latest AI4Science talk, Prof. Dhruv Kumar (
@gargdhruv36
) and Dhruv Trehan (
@dhruvtrehan9
) from @lossfunk discussed how agentic LLM systems can support science in a whole new way, from generating research ideas to mentoring young researchers -

Solving the Loop: Attractor Models for Transformer Language and Reasoning
By
–
“Solve the Loop: Attractor Models for Language and Reasoning” Looped Transformers can refine their thoughts internally, but they are usually unstable and tied to a fixed number of loops. So this paper turned recurrence into a fixed-point problem, where a Transformer first makes
