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.LGPaper

Subspace Inference Enables Efficient Active Reward Learning from Preferences

The core idea—active learning needs uncertainty quantification, and full posterior over large networks is expensive—is sound, but the execution is specialist. If you're training reward models at scale with human feedback, this Kalman filtering approach could cut query counts. For most teams, vanilla RLHF still works; this is an optimization for high-volume settings.

arXiv cs.LGPaper

DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training

This tackles a real problem: rubric-based rewards are coarse, but you need fine-grained signal for step-level learning. The closed-form redistribution is elegant and the results on AppWorld suggest it matters. If you're training agents with outcome-blind rewards, this is worth implementing, though the benchmark is still narrow.