

Gaurav Upreti
566 posts

@gauptx
Building AI systems. Writing about what actually works in production.











Highly recommended reading. "We need to get the technical foundations right by coordinating around a shared global framework, using the most rigorous scientific methods." Better than current fear-mongering frameworks. Proceeding with cautious optimism is a sensible strategy.



New research from Google DeepMind on effective model routing. LLM routers get judged on accuracy and cost. Both can look great while the router is meaningless. If every model in your society responds the same way, routing is vacuous, you get the same answers no matter where queries land. And if paraphrases of one query get sent to different experts, the router is unstable, so its assignments carry no real signal. The argument is that two properties decide whether routing means anything. Namely, behavioural differentiation of the actors and stability under surface-form rewrites. And they both are orthogonal to task accuracy. What's the practical take here? If you use mixture-of-agents or model routing, your overall accuracy can hide a router that operates over a redundant society or assigns queries inconsistently. These two checks catch the routers that look good and do nothing. Paper: arxiv.org/abs/2607.09197 Learn to build effective AI agents in our academy: academy.dair.ai




Highly-recommended overview of metacognition in LLMs. (bookmark it) Interesting behaviors in LLMs like confidence calibration, self-verification, knowing when to stop, and knowing what you do not know have mostly been studied in isolation. This survey argues they are facets of one thing, metacognition, and proposes a comprehensive map of it. The authors taxonomize methods and benchmarks for measuring and evaluating metacognitive abilities in LLMs, then connect those abilities to capability, reliability, and transparency. As agents take on longer horizons, the ability to monitor and regulate their own reasoning becomes an important way to measure reliability. Paper: arxiv.org/abs/2607.11881 Learn to build effective AI agents in our academy: academy.dair.ai








