Production Traffic, Video Pretraining, and Smarter Distillation

Today's Overview

  • Production Traffic Should Set Post-Training Priorities: One self-hosted model now handles 116 million monthly requests after training against demand from over 200 internal applications.
  • Action-Free Video Can Sharply Improve Robot Generalization: Training on 120,000 hours of egocentric video raised zero-shot success from 36.1% to 77.8%.
  • Pixel-Based Text Encoding Needs Four Coordinated Choices: Adaptive resolution, real image-text pairs, preserved layouts, and multilingual training sustain performance after compressing visual tokens by 80%.
  • Mid-Training Distillation Splits Reasoning From Recall: Switching objectives based on teacher entropy delivers 1.61–1.71× stronger reasoning while retaining 96.7%–96.8% of factual memory.
  • GUI Agent Competition Now Includes Infrastructure: Supporting phones, browsers, and desktops requires coordinated investment in environments, task creation, and reward verification.

Featured

01 Training: Retire Old Models Before Chasing New Ones

Self-hosted LLM fleets often suffer from one-way expansion. New base models arrive, but older models remain tied to specific workloads. Limited GPU capacity fragments into ever-smaller service pools.

This team started with failures from over 200 internal applications. It grouped production requests by task and separately evaluated instruction following, function calling, and internal enterprise work. Deterministic verifiers and calibrated model judges tracked quality instead of a single leaderboard detached from real traffic.

The team trained separate GRPO experts for three capability axes, then merged them through two-stage spherical linear interpolation. Each expert exposed different problems, including semantic collapse, excessive tool use, and verbosity-based reward hacking.

The merged model scored 69.6 without reasoning mode, beating an internal baseline at 65.8 despite having about one-seventh the total parameters. Instruction following rose from 0.83 to 0.85, while function calling increased from 0.77 to 0.79.

Those gains were enough to move 50% of platform traffic onto one model, totaling 116 million monthly requests. The bigger payoff is fleet consolidation: retiring old services and pooling their GPUs again. Evaluation bias and merge stability across future iterations still need confirmation from the full paper.

Key takeaways:

  • Segment evaluation by production traffic before deciding which capabilities to train.
  • Small gains in instruction following or function calling can determine whether workloads migrate and old models retire.
  • Check for cross-task reward interference, semantic collapse, excessive tool use, and verbosity hacking.

02 Robotics: Action Labels Aren't the Only Bottleneck

Robots may not need vastly more expensive action trajectories to generalize across environments. ZimaBlue first learns visual change from over 120,000 hours of human and robot egocentric video. The footage covers contact, tool use, and long-horizon behavior.

A unified action representation then connects this unlabeled experience to control data from different robots. Against training only on target-robot data, zero-shot success on real robots rose from 36.1% to 77.8%. Unseen tasks gained the most.

ZimaBlue also uses an asynchronous Slow-Fast system for real-time control. Its lightweight branch predicts actions at 30 Hz on an RTX 4090. Action-free video cannot directly teach movement, but it can supply transferable physical experience that makes scarce action labels more valuable.

Key takeaways:

  • Expand egocentric video before spending the entire data budget on action collection.
  • Action-free pretraining primarily improves cross-environment generalization; it does not replace control data.
  • Evaluate both unseen-task performance and real-time control speed.

03 Multimodal: Pixel Text Needs Four Ingredients

Four choices drive pixel-based text generalization: resolution and font scale, real image-text pairs, layout-aware rendering, and multilingual training. Controlled ablations isolate each variable instead of hiding them behind one model score.

Adaptive resolution helps with high-resolution documents. Real images ground the representation in visual content. Preserving layout prevents pixel shortcuts, while two-stage training improves alignment across languages.

Pixel Linguist II applies this recipe to 280 million samples. It reports new best results across English, cross-lingual, and multilingual visual-semantic tasks. Performance also stays steady after compressing visual tokens by 80%.

Document intelligence teams can turn these four variables into a training checklist. Before adopting the compression claim, verify task-level quality loss and the encoder's added compute cost.

Key takeaways:

  • Cover resolution, real imagery, layout, and multilingual data together; fixing one alone will not solve generalization.
  • Real image-text data determines whether the model understands visual text or memorizes rendering patterns.
  • An 80% reduction in visual tokens is promising, but validate quality loss and encoding cost for each task.

04 Training: Distillation Can Trade Recall for Reasoning

Forward-KL distillation transfers different abilities depending on when it begins. During pretraining, reasoning and factual memory improve together. During mid-training, reasoning keeps advancing while factual acquisition slows.

The authors attribute this split to uneven teacher confidence. Teachers guide procedural reasoning well, while students already learn high-confidence facts early. Switch Distillation uses predictive entropy to decide whether the teacher is confident enough to supervise each target.

Confident predictions trigger distillation. Other cases fall back to standard cross-entropy training. Against ordinary next-token prediction, the method reaches 1.61–1.71× the reasoning performance while preserving 96.7%–96.8% of factual memory. The gains persist after post-training.

Distillation timing and scope act as controls over what the student inherits. They can favor problem-solving procedures or stored knowledge.

Key takeaways:

  • Do not assume pretraining-stage distillation gains will carry into mid-training.
  • Apply mid-training distillation selectively based on teacher confidence, rather than across every token.
  • Track reasoning, knowledge, and factual recall separately; aggregate scores can hide capability splits.

05 Agent: GUI Products Need Three Infrastructure Layers

UI-Venus-2 brings phones, browsers, and desktops into one closed loop. It expands three areas together: environment coverage, task construction, and reward verification.

A deep-research workflow generates tasks based on real product functions. Visual keypoints, multi-model voting, and trajectory-level evaluation make reinforcement-learning feedback more trustworthy.

The system also adds safety controls for consequential actions. Its reliability still needs validation through the full report and real deployments. GUI agent teams should copy the infrastructure strategy, not just compare another model score.

Key takeaways:

  • Evaluate GUI agents by cross-device coverage and closed-loop stability, not isolated success rates.
  • Task generation and reward verification are becoming barriers equal to model capability.
  • Product evaluations must test safety boundaries around high-risk actions.
Production Traffic, Video Pretraining, and Smarter Distillation

Also Worth Noting

06
Make Safety State Part of Native Memory: SafetySafin-1 studies whether safety state can accumulate and adapt across long interactions instead of relying only on external guardrails. link
07
Extend Pretrained VLMs Into Driving: MultimodalQwen-Drive-1.0 tests whether one visual representation can support 3D perception, question answering, and motion planning. link
08
Let Error Memory Choose the Next Lesson: ReasoningDiagEvo creates problems around unresolved weaknesses instead of selecting training data only for difficulty and diversity. link
09
Jointly Train Query and Product Generators: RetrievalGenerative components move beyond query expansion and into candidate matching itself. link
10
Train on Histories Split by Context Compression: AgentMemoryWalker drops the assumption that production agents always see complete, linear execution traces. link
11
Teach Streaming QA When to Search Deeper: Video GenStreamScout allocates retrieval cost by question instead of repeatedly scanning limited memory. link
12
Test Agents on Failed Power-Flow Solves: AI for ScienceRestoreBench measures whether systems can interpret intermediate results, call tools, and repair tightly constrained engineering failures. link
13
Generate PDE-Constrained Designs With Conditional Flow Matching: AI for ScienceThe method aims to reduce expensive iterative solving and sensitivity to initialization. link
14
Retrieve Ideas for Their Future Influence: RetrievalMUSES challenges retrieval systems that favor popular, central papers over earlier ideas that may shape later research. link
15
Intervention Does Not Prove Causal Use: InterpretabilitySteering a model along one direction does not mean the model originally relied on that direction when contextual and parametric memories conflicted. link
16
Separate Geometry and Appearance Priors for 3D Repair: Image GenDualDiff3D addresses missing geometry and novel-view artifacts with distinct diffusion priors. link

Today's Observation

Today's papers point toward a three-layer data strategy.

The first layer builds broad, affordable representations. Egocentric video supplies physical experience across objects and settings. Pixel-based text training covers changes in resolution, layout, and language.

The second layer targets narrow but costly failure distributions. Production traffic exposes capability gaps in enterprise requests. Hierarchical error memory identifies unresolved weaknesses. Branched histories capture the effects of context compression during agent execution.

The third layer closes the loop. Deterministic verification, checkable tasks, and end-to-end execution confirm whether the model actually completes its goal.

These layers serve different purposes and should not share one data-scale metric. Broad data pools need measures of environmental, linguistic, and behavioral diversity. Failure-feedback pipelines need discovery rates, reproduction rates, and repair time.

Verifiable execution sets require end-to-end success rates, verifier accuracy, and clear boundaries for high-risk actions. This week, audit one model or agent project against these three layers. Assign each layer its own metric and owner.