
What I have been reading this week (2nd - 9th of March)
This is what I read about and tried this week. AI A graph-based tool routing library for LLM agents. Instead of asking your LLM "what tool should I use next?" at every step, Self-Healing Router models your tools as a weighted directed graph and uses Dijkstra's algorithm for deterministic routing. When a tool fails, edge weights update to infinity and the path recomputes automatically. The LLM is only called as a last resort — when no feasible path exists. - link [tool] - ( Added: 2026-03-09 11:12:40 ) More about sandboxing agents. Worth reading - link [opinion] - ( Added: 2026-03-08 18:37:02 ) Claude Code introduces evals for skill creation meaning you can now measure and improve your context - link [best-practice] - ( Added: 2026-03-07 15:22:11 ) Very nice tool that allows you to build voice based applications using ultra low latency response times - supports cloud based and local models - link [code-repo] - ( Added: 2026-03-06 14:22:02 ) From Alibaba, an open source project that prov
Continue reading on Dev.to
Opens in a new tab

