Speculative Decoding in vLLM: Draft, Verify, and Cut Latency Without Losing the Distribution
Large language model inference has an awkward performance profile: the GPU does enormous math, then waits. Every token requires a
Large language model inference has an awkward performance profile: the GPU does enormous math, then waits. Every token requires a
The default answer to “make the agent better” is a better model. But a growing pile of evidence says that
Reinforcement Learning with Verifiable Rewards (RLVR) has become the engine behind modern reasoning models. The recipe is straightforward: let a
AI agents have gotten remarkably good at reasoning, perceiving, and acting. But ask one to remember what you told it
Continue readingMetis: The First Memory Foundation Model That Learns to Remember
Robotics has a data problem. While language and vision models have ridden scaling laws to ever-higher capabilities, robot learning has
Continue readingXiaomi-Robotics-1: When Scaling Laws Finally Arrive in Robotics
The open-weights LLM landscape just gained a significant new entrant. Inkling, released on July 15 by Thinking Machines Lab, is
Continue readingInkling: Thinking Machines Lab’s 975B Open-Weights Multimodal Model
Reinforcement learning has become the defining ingredient of modern LLM post-training. GRPO, PPO, and their variants drive the reasoning capabilities
There’s a class of programming tasks that resists clean implementation: deciding whether a log line is “important,” repairing malformed JSON
Continue readingProgram-as-Weights: Compiling Natural Language Into Local Neural Programs
There’s a classical intuition in computer science that verifying a solution is easier than finding one. For NP-complete problems, this
Continue readingWhy Verification Is Harder Than Generation for AI Coding Agents
The dominant scaling narrative in large language models has been straightforward: more parameters, more data, more compute. But there’s a
Continue readingLoopCoder-v2: Why Two Loops Beat Four in Test-Time Compute Scaling