Most Unified Multimodal Models still generate images through a frozen VAE, which means perception and generation are not fully learned in one model. This paper fixes this by making the decoder first predict
@askalphaxiv
-

Self-Improving Language Models with Bidirectional Evolutionary Search
By
–
Most LLM search still works by sampling more rollouts or extending one path at a time. This paper's bidirectional evolutionary search does it in a smarter way. It breaks the task backward into smaller
-

Latent prediction reduces sample complexity in hierarchical data learning
By
–
"Learn from your own latents, not tokens: A Sample Complexity Theory" This paper explains why data2vec and JEPA can learn with much less data. They showed that when data has hidden hierarchy, token prediction becomes harder as the hierarchy gets deeper. But latent prediction
-

Qwen-VLA: Unified Vision-Language-Action Robot Learning
By
–
“Qwen-VLA: Unifying VLA Modeling across Tasks, Environments, and Robot Embodiments” They turned robot learning into one vision-language-action modeling problem instead of separate policies for each task, environment, and robot body. So by adding a DiT flow-matching action
-

Gemini Embedding 2: Native Multimodal Embedding Model
By
–
"Gemini Embedding 2" This paper turns Gemini into one native embedding model for text, image, video, audio, and interleaved multimodal inputs. Instead of converting everything into text first, it embeds raw modalities directly into one shared space, improving audio search,
-

LeJEPA World Model Learning Under Gaussian Latent Dynamics
By
–
New paper from Yann LeCun! "When Does LeJEPA Learn a World Model?" This paper proves that under Gaussian latent dynamics, LeJEPA can recover the hidden state behind nonlinear observations up to rotation. The intuition is that linear latent features are the most stable across
-

No filter beats filtered data in large LLM training
By
–
“A Bitter Lesson for Data Filtering” A common consensus is that LLMs need carefully filtered web data, because noisy data can easily hurts in small compute regimes. But this paper shows that with a large enough model size and training, the best filter is no filter. Raw Common
-

DiffusionBlocks: Block-wise Neural Network Training via Diffusion Interpretation
By
–
"DiffusionBlocks: Block-wise Neural Network Training via Diffusion Interpretation" End to end backprop stores activations through every layer, which is why deep Transformers is expensive to train. This paper reinterprets residual blocks as diffusion denoising steps, so each
-

On-Policy Distillation: Emerging AI Post-Training Method
By
–
A new class of post-training method is emerging in 2026: On-Policy Distillation (OPD). It’s already showing up across frontier open-weight model releases, and it’s quickly becoming a technique worth understanding. To help you get up to speed, we’ve compiled a list of the most
-

MiniMax-M2 Agent-Native RL Training Paper Released
By
–
MiniMax-M2 paper just dropped The key focus of M2 is on something more agent-native. It trains on runnable workspaces and artifact-grounded rewards, then uses Forge to scale RL over long coding, app, search, and office-task trajectories. What's interesting is that M2.7
