What I have been reading this week (2nd - 9th of March)

Published: (March 9, 2026 at 07:16 AM EDT)
4 min read
Source: Dev.to

Source: Dev.to

Tools & Libraries

  • Self‑Healing Router – A graph‑based tool routing library for LLM agents. It 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.
    tool (Added: 2026‑03‑09 11:12:40)

  • Voice‑Based Application Framework – Build voice‑based applications with ultra‑low latency response times; supports both cloud‑based and local models.
    code‑repo (Added: 2026‑03‑06 14:22:02)

  • Alibaba Sandbox Specification – Open‑source project that provides a new specification for creating sandboxes for agentic applications. Supports several agents, frameworks, and tools.
    tool (Added: 2026‑03‑06 11:28:08)

  • Runtime MCP Layer – A runtime MCP layer that adds enterprise‑level capabilities to agentic applications.
    tool (Added: 2026‑03‑04 20:58:03)

  • Isolated Sandbox Runner – Project offering options for running agentic AI in isolated sandboxes, both locally and at production scale.
    tool (Added: 2026‑03‑04 19:47:59)

  • Oz Orchestration Platform – From the creators of the Warp terminal, Oz is an orchestration platform for cloud agents. Spin up unlimited parallel cloud coding agents that are programmable, auditable, and fully steerable.
    tool (Added: 2026‑03‑04 18:26:42)

  • Agentic UI Dashboard – A library with a polished UI that instruments every transaction of your agentic applications, allowing you to replay and view previous activity.
    tool (Added: 2026‑03‑03 17:26:33)

  • Ghost CLI – A CLI that flips the Git workflow: instead of committing code, you commit prompts. An AI coding agent generates the artifacts; the commit captures both intent and output, turning your Git history into a chain of prompts + results.
    tool (Added: 2026‑03‑04 09:20:54)

  • Claude Code Project Generator – A plug‑and‑play framework for generating projects with the Claude Code CLI, optimized for speed, token efficiency, and consistent output across any language or framework.
    tool (Added: 2026‑03‑04 09:20:16)

  • Kiro CLI MCP Toggle – A macOS menu‑bar tool for Kiro CLI users that provides a quick toggle to manage your MCP servers.
    tool (Added: 2026‑03‑03 08:04:00)

  • AWS Durable Functions Demo – Example code showing how to use Durable Functions in an event‑driven architecture flow.
    code‑repo (Added: 2026‑03‑06 11:13:34)

Opinions & Articles

  • Sandboxing Agents – Worth Reading – An overview of sandboxing strategies for agentic systems.
    opinion (Added: 2026‑03‑08 18:37:02)

  • Core Engineering Techniques for LLM‑Powered Software – Even as LLMs become more powerful, certain engineering techniques remain essential for reliability, scalability, and maintainability.
    opinion (Added: 2026‑03‑04 20:35:14)

  • The Agentic Engineering Guide – A 10‑part, 33‑chapter guide covering context engineering, authorization, cost control, evaluation, and adoption playbooks. Focuses on decision‑making rather than step‑by‑step tutorials.
    opinion (Added: 2026‑03‑04 19:58:51)

  • Keeping Claude in a Container – Best Practice – Discusses why containerizing Claude alone isn’t sufficient for a robust sandboxing strategy.
    best‑practice (Added: 2026‑03‑04 09:21:55)

  • On‑Demand Application Generation – Mike Chambers’ post on building apps on demand, highlighting emerging tools and frameworks that simplify the process.
    opinion (Added: 2026‑03‑03 10:21:40)

  • Copyright & AI – Fun and Games – A recent post covering legal and ethical references related to AI‑generated content.
    opinion (Added: 2026‑03‑08 09:14:14)

  • Orchestrating AI Coding Assistants – A new perspective on how to coordinate AI coding assistants effectively.
    opinion (Added: 2026‑03‑06 14:22:48)

  • AWS Certification Vouchers – Information on 12‑month vouchers for Foundation, Associate, and Professional AWS certification exams.
    best‑practice (Added: 2026‑03‑04 09:25:38)

Best Practices & Tutorials

  • Claude Code Eval s for Skill Creation – Introduces evaluation tools for measuring and improving context handling in Claude Code.
    best‑practice (Added: 2026‑03‑07 15:22:11)

  • Hands‑On Claude Training Courses – A curated selection of courses for getting practical experience with Claude.
    tutorial (Added: 2026‑03‑04 09:19:23)

0 views
Back to Blog

Related posts

Read more »