Tag
Claude Code Router is a local gateway and control plane for coding agents, letting clients like Claude Code, Codex, Grok CLI, and Kimi CLI route requests across multiple providers with fallback, logging, and usage visibility from one endpoint.
The article compares popular developer tools for agent reliability across four layers: tracing/evals, runtime guardrails, and gateway. It finds that no single open-source tool covers all layers, and most developers use a combination.
A gateway that enforces instruction/data separation at runtime to protect agent systems from prompt injection attacks.
A developer created a gateway that structurally prevents prompt injection in agent workflows, focusing on architecture rather than model-level fixes.
Introduces a pure Go LLM privacy gateway that uses two-layer detection (regex and gitleaks rules) to redact PII and secrets in milliseconds without additional models/GPU, already in production.
SolonGate is a zero-trust security gateway designed to protect AI agents.
Engineering notes comparing three approaches to unifying access to multiple LLM providers (OpenAI, Anthropic, Google) behind a single internal interface, discussing trade-offs in API normalization, native SDK usage, and gateway patterns.
This article introduces how to start building an AI harness Agent product like openclaw from pi-mono, and reduce customer acquisition cost to 0.1 yuan per person by embedding a free gateway.
This article introduces how to make Hermes Agent work continuously 24 hours a day using Cron, Gateway, and Heartbeat mechanisms. The key is to use a state file rather than chat context to maintain continuity.