Topic archive

Coding Agents

Cost Controls for Coding Agent Model Gateways

Practical cost-control patterns for teams running coding agents through a model gateway, covering spend guards, per-agent token budgets, CI-integrated spend checks, and verification steps to confirm your gateway enforces the limits you configure.

coding-agentsmodel-gatewaycost-controltoken-budget
Open guide

Model Routing Decisions for Coding Agent Workflows

A practical guide to choosing and configuring model routes for coding agent workflows, covering task-type mapping, instruction-file conventions, CI integration, and gateway setup.

coding-agentsmodel-routingAI-workflowsgateway-setup
Open guide

Keep Coding Agent Prompt Registries Consistent With Drift Checks

Coding agents read instruction files — AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, and memory files — to understand what tools, workflows, and conventions are available. When those files drift from the actual runtime environment, agents make confidently wrong decisions. This guide explains what prompt registry drift is, how it appears across popular agent runtimes, and how to detect and prevent it with CI-backed drift checks.

coding-agentsprompt-registrydrift-checksinstruction-files
Open guide

Route Coding Agent Model Calls Without Endpoint Drift

A source-backed operating guide for routing coding agent writer, reviewer, critic, and fallback calls through a model gateway without confusing Responses, Chat Completions, Claude messages, secrets, or publish gates.

coding agentsmodel gatewayagent operationsCometAPI
Open guide

Verify Coding Agent Outputs Before They Ship

A practical workflow for checking coding agent outputs against repository instructions, official documentation, diffs, and a short evidence log.

coding agentssource verificationrepository instructionsagent operations
Open guide