Two developers, Ali and Vrajang, have released Tenjin, an open-source tool router designed to augment Claude Code's capabilities. Hosted on GitHub under the BackTrackCo organization, the project leverages the Jev framework and the x402 protocol to dynamically inject tools into agent sessions. The pitch is straightforward: developers continue their existing workflows, but the underlying infrastructure intervenes when it detects a task that could benefit from specialized tooling.

Architecture and Mechanism

Tenjin operates by monitoring masked prompts and session context to determine when external tools are necessary. Unlike static tool definitions, this router acts as an intermediary layer that provides tools to the agent on-demand. This approach aims to reduce the cognitive load on the developer while expanding the functional scope of the LLM agent without requiring manual configuration for every new capability. The integration of Jev suggests a focus on event-driven or reactive programming models, allowing the router to respond to specific patterns in the conversation history. The x402 component likely handles the authentication and transport layer for these injected tools, ensuring that the agent can securely access external resources. This modular design allows for a more flexible ecosystem where tools can be added or removed without restarting or reconfiguring the primary Claude Code instance.

The Hacker News Reception

Launched on Hacker News on September 26, 2026, the project initially garnered six points. While the early traction is modest, the concept addresses a growing pain point in agentic development: the brittleness of static tool definitions. As LLMs become more integrated into development environments, the ability to dynamically scale tool availability based on context is a critical infrastructure requirement.

Key Takeaways

  • Tenjin is a Jev-based tool router specifically designed for Claude Code, hosted on GitHub by BackTrackCo.
  • The system uses masked prompts and session context to dynamically provide tools to the agent when needed.
  • Developers maintain their standard workflow while the router handles tool injection via the x402 protocol.
  • The project was announced on Hacker News in late September 2026 by creators Ali and Vrajang.

The Bottom Line

Dynamic tool routing is the logical next step for agentic coding assistants, and Tenjin's approach using Jev and x402 offers a promising, albeit early-stage, blueprint for decoupling tool availability from static configuration.