One Useful Thing
·
4 months ago
Anthropic released Claude Dispatch, a system that lets users control AI agents on their desktop via phone messaging, addressing how poor chatbot interfaces create cognitive load that undermines AI productivity gains. The tool combines Claude Cowork (which accesses local files and applications) with Dispatch messaging capability, allowing users to control AI agents through WhatsApp-like interfaces rather than traditional chat windows. As specialized interfaces improve—from coding agents to custom-generated visualizations—more workers will be able to access AI's actual capabilities, shifting from adapting to AI interfaces to AI adapting interfaces for different tasks and users.
Together AI
·
4 months ago
Aurora is an open-source reinforcement learning framework that continuously adapts speculative decoding draft models by learning directly from live inference traces without interrupting service. The system achieves a 1.25x additional speedup over static speculators on models like Qwen3 and Llama3, and demonstrates that online training from scratch can outperform carefully pretrained offline baselines. This approach shifts speculative decoding from a static one-time setup to a dynamic self-improving system that reduces infrastructure costs and adapts to changing traffic patterns.
Hugging Face Blog
·
4 months ago
TRL released v1.0, a post-training library that now implements over 75 methods and has shifted from research code to stable infrastructure powering production systems. The library is downloaded 3 million times per month and maintains a dual-contract stability model where stable components follow semantic versioning while experimental methods can evolve rapidly. The design deliberately avoids over-abstraction and accepts code duplication to remain adaptable as post-training methods continue to shift, with stable trainers for SFT, DPO, reward modeling, RLOO, and GRPO now in the core.