ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.CLPaper

Unlocking the Unsolvable: Teacher-Guided Curriculum for Data-Efficient RLVR

This is a real efficiency win for mathematical reasoning: a 128-problem curriculum trained with teacher guidance matches 2,000-problem RLVR training. If you're fine-tuning models on math or formal reasoning, this pattern—backward-chaining from partial solutions—is worth testing against your baseline. The mechanism is simple and the data efficiency gain is substantial.

arXiv cs.LGPaper

Rollplex: Cross-Phase GPU Spatial Sharing for Vision Language Model Post-Training

This is a real efficiency gain for anyone running RL on VLMs at scale. The insight is straightforward: prefix processing and rollout decoding are independent, so running them in parallel recaptures GPU headroom without breaking on-policy semantics. For teams training embodied agents or doing VLM alignment, this is the kind of systems work that compounds. Expect to see this pattern more as VLM RL becomes standard.