<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AgentPatterns.ai</title>
    <link>https://agentpatterns.ai/</link>
    <description>Patterns and techniques for experienced developers leveling up with AI coding assistants</description>
    <language>en</language>
    <lastBuildDate>Fri, 07 Aug 2026 01:39:35 +0000</lastBuildDate>
    <atom:link href="https://agentpatterns.ai/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Skill-Use Gates: Trigger, Compliance and Boundary</title>
      <link>https://agentpatterns.ai/verification/skill-use-gate-decomposition/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/skill-use-gate-decomposition/</guid>
      <description>Score agent skill use as three independent gates: trigger, compliance, and boundary. One composite pass rate cannot tell you which gate failed.</description>
      <pubDate>Fri, 07 Aug 2026 00:28:37 +0000</pubDate>
    </item>
    <item>
      <title>Silent Handoff Failure in Delegated Code Search</title>
      <link>https://agentpatterns.ai/context-engineering/silent-handoff-failure-delegated-search/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/context-engineering/silent-handoff-failure-delegated-search/</guid>
      <description>Delegating repository search to a subagent breaks at the planner-to-subagent handoff in 41.8% of its failures, and the breakdown is invisible in the answer.</description>
      <pubDate>Fri, 07 Aug 2026 00:18:08 +0000</pubDate>
    </item>
    <item>
      <title>Skill Packs: Registry Distribution Needs Pinning Discipline</title>
      <link>https://agentpatterns.ai/instructions/skill-pack-registry-distribution/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/instructions/skill-pack-registry-distribution/</guid>
      <description>A registry-installed skill pack gives a team one updatable bundle. The version pin, the review gate, and the size limit are what the team has to add.</description>
      <pubDate>Fri, 07 Aug 2026 00:17:33 +0000</pubDate>
    </item>
    <item>
      <title>Team-Scoped Agent Policy Delegation</title>
      <link>https://agentpatterns.ai/security/team-scoped-policy-delegation/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/security/team-scoped-policy-delegation/</guid>
      <description>Mark selected agent-config keys overridable so teams can vary them within an admin-owned boundary, safe only when the key allowlist is explicit, the deployment is server-managed, and team membership is itself governed.</description>
      <pubDate>Fri, 07 Aug 2026 00:12:43 +0000</pubDate>
    </item>
    <item>
      <title>Equivalence Testing for Agent Configuration Changes</title>
      <link>https://agentpatterns.ai/verification/equivalence-testing-agent-config-changes/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/equivalence-testing-agent-config-changes/</guid>
      <description>An equivalence test bounds how far a config change could move agent behavior; a zero-event result states a floor you compute from n, not an absence.</description>
      <pubDate>Fri, 07 Aug 2026 00:12:37 +0000</pubDate>
    </item>
    <item>
      <title>The No-Op Test: Prune Agent Docs by Behavior, Not Length</title>
      <link>https://agentpatterns.ai/instructions/behavioral-no-op-test/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/instructions/behavioral-no-op-test/</guid>
      <description>Delete a line from an agent-facing document and rerun the task. If behavior does not move, the line was a no-op. Prune by behavior, not by length.</description>
      <pubDate>Fri, 07 Aug 2026 00:12:28 +0000</pubDate>
    </item>
    <item>
      <title>Listener-State Naming for User-Invoked Agent Skills</title>
      <link>https://agentpatterns.ai/tool-engineering/listener-state-skill-naming/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/tool-engineering/listener-state-skill-naming/</guid>
      <description>Name a user-invoked skill after the reader's failure state rather than the output shape, so the agent adds the missing premise instead of deleting words.</description>
      <pubDate>Fri, 07 Aug 2026 00:11:02 +0000</pubDate>
    </item>
    <item>
      <title>Generated Questionnaires: Eliciting Someone Else's Context</title>
      <link>https://agentpatterns.ai/context-engineering/generated-questionnaires/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/context-engineering/generated-questionnaires/</guid>
      <description>When a decision is blocked on knowledge in another person's head, have the agent draft a questionnaire for them rather than guess at the gap itself.</description>
      <pubDate>Thu, 06 Aug 2026 22:52:28 +0000</pubDate>
    </item>
    <item>
      <title>Generated Procedure Drivers: Skills That Emit a Program</title>
      <link>https://agentpatterns.ai/tool-engineering/generated-procedure-drivers/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/tool-engineering/generated-procedure-drivers/</guid>
      <description>A skill whose output is an executable script that walks a person through a manual procedure, useful only where automation genuinely stops.</description>
      <pubDate>Thu, 06 Aug 2026 22:52:18 +0000</pubDate>
    </item>
    <item>
      <title>Dispatch-Time Reasoning Level for Delegated Agents</title>
      <link>https://agentpatterns.ai/patterns/agent-design/dispatch-time-reasoning-level/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/agent-design/dispatch-time-reasoning-level/</guid>
      <description>Choosing a delegated agent's reasoning level at hand-off is a one-shot commitment, so select on blast radius, reversibility, and detection cost rather than estimated difficulty.</description>
      <pubDate>Thu, 06 Aug 2026 09:14:56 +0000</pubDate>
    </item>
    <item>
      <title>Audit Your Test Suite With an Agent, Then Certify Each Flag</title>
      <link>https://agentpatterns.ai/verification/certified-agent-test-suite-auditing/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/certified-agent-test-suite-auditing/</guid>
      <description>Point an agent at your suite to find inputs it wrongly accepts, and run every flag through a certification chain so the report is evidence rather than a guess.</description>
      <pubDate>Thu, 06 Aug 2026 09:14:14 +0000</pubDate>
    </item>
    <item>
      <title>Behavior Specs: Grading the Trajectory, Not the Result</title>
      <link>https://agentpatterns.ai/verification/behavior-specs/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/behavior-specs/</guid>
      <description>Declare expected agent conduct in a BEHAVIOR.md file and grade whole trajectories against it — process supervision for when outcomes resist verification.</description>
      <pubDate>Thu, 06 Aug 2026 00:17:15 +0000</pubDate>
    </item>
    <item>
      <title>Head-to-Head Evaluation of Competing MCP Servers</title>
      <link>https://agentpatterns.ai/verification/head-to-head-mcp-server-evaluation/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/head-to-head-mcp-server-evaluation/</guid>
      <description>Choose between MCP servers offering the same capability by scoring them under one fixed agent configuration, and decide on consistency and cost, because quality usually ties.</description>
      <pubDate>Thu, 06 Aug 2026 00:12:56 +0000</pubDate>
    </item>
    <item>
      <title>Agent as Tool vs Handoff: Who Keeps the Conversation</title>
      <link>https://agentpatterns.ai/patterns/agent-design/agent-as-tool-vs-handoff/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/agent-design/agent-as-tool-vs-handoff/</guid>
      <description>Registering a specialist agent as a callable tool keeps the parent in control with a clean context window, while a handoff transfers the conversation.</description>
      <pubDate>Thu, 06 Aug 2026 00:09:13 +0000</pubDate>
    </item>
    <item>
      <title>Policy-Graded Evaluation of Coding Agents</title>
      <link>https://agentpatterns.ai/verification/policy-graded-agent-evaluation/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/policy-graded-agent-evaluation/</guid>
      <description>Score coding agents at each enforced security tier and report success rate and token cost as separate columns, because the model that best preserves success is not the one that best preserves cost.</description>
      <pubDate>Wed, 05 Aug 2026 21:21:30 +0000</pubDate>
    </item>
    <item>
      <title>Task-Uniform Agent Permissions Ignore Where Failures Land</title>
      <link>https://agentpatterns.ai/patterns/anti-patterns/task-uniform-agent-permissions/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/anti-patterns/task-uniform-agent-permissions/</guid>
      <description>Coding-agent incidents concentrate in bug fixing and setup or configuration, so vary permission level by task context instead of setting one level per session.</description>
      <pubDate>Wed, 05 Aug 2026 21:21:20 +0000</pubDate>
    </item>
    <item>
      <title>Porting a Coding-Agent Harness Beyond Engineering</title>
      <link>https://agentpatterns.ai/workflows/porting-agent-harness-beyond-engineering/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/workflows/porting-agent-harness-beyond-engineering/</guid>
      <description>Port the instruction and context layer of a CLI coding-agent harness to an adjacent function, then rebuild the verification gate that build, test, and diff used to supply.</description>
      <pubDate>Wed, 05 Aug 2026 21:21:17 +0000</pubDate>
    </item>
    <item>
      <title>Weakest Consistent Learning: What Agent Loops Should Persist</title>
      <link>https://agentpatterns.ai/patterns/agent-design/weakest-consistent-learning/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/agent-design/weakest-consistent-learning/</guid>
      <description>Self-improving agent loops generalize better when they persist the weakest learning still consistent with the evidence, under stated conditions.</description>
      <pubDate>Wed, 05 Aug 2026 21:21:13 +0000</pubDate>
    </item>
    <item>
      <title>Deliberation-Inducing Cues That Multiply Reasoning Cost</title>
      <link>https://agentpatterns.ai/patterns/anti-patterns/deliberation-inducing-prompt-cues/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/anti-patterns/deliberation-inducing-prompt-cues/</guid>
      <description>Asking a coding agent to compare several approaches multiplies reasoning tokens 2.4-7.4x on small, well-specified tasks, with no measured gain in correctness.</description>
      <pubDate>Wed, 05 Aug 2026 00:19:46 +0000</pubDate>
    </item>
    <item>
      <title>Homogeneous Debate Panels as a Groundedness Quality Lever</title>
      <link>https://agentpatterns.ai/patterns/anti-patterns/homogeneous-debate-panel-groundedness/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/anti-patterns/homogeneous-debate-panel-groundedness/</guid>
      <description>A three-agent debate panel sharing one model and one evidence pool shifts its decision threshold instead of verifying better; panel accuracy moved +8.5 to -4.4 points across six benchmarks.</description>
      <pubDate>Wed, 05 Aug 2026 00:14:08 +0000</pubDate>
    </item>
    <item>
      <title>Execution-State Ledger for Long-Horizon Coding Agents</title>
      <link>https://agentpatterns.ai/patterns/agent-design/execution-state-ledger-coding-agents/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/agent-design/execution-state-ledger-coding-agents/</guid>
      <description>Track which observations still describe the repository in a deterministic ledger, then apply it at two boundaries: inform the model before it acts, and screen its command before it runs.</description>
      <pubDate>Tue, 04 Aug 2026 21:27:42 +0000</pubDate>
    </item>
    <item>
      <title>Advisory Prompts Distilled from Reasoning Traces</title>
      <link>https://agentpatterns.ai/instructions/advisory-prompts-from-reasoning-traces/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/instructions/advisory-prompts-from-reasoning-traces/</guid>
      <description>Harvest the cases where thinking mode fixed an answer, distill them into standing procedural advice, and run with reasoning off at a measured per-model accuracy cost.</description>
      <pubDate>Tue, 04 Aug 2026 21:27:29 +0000</pubDate>
    </item>
    <item>
      <title>Choosing a Compression Budget for Agent Control Context</title>
      <link>https://agentpatterns.ai/context-engineering/control-context-compression-budget/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/context-engineering/control-context-compression-budget/</guid>
      <description>Set how far you compress an agent's always-loaded instructions from environment-verified task success rather than a token-reduction ratio, and keep semantic sections whole.</description>
      <pubDate>Tue, 04 Aug 2026 21:26:36 +0000</pubDate>
    </item>
    <item>
      <title>The Meat Proxy: Relaying Agent Output Without Reading It</title>
      <link>https://agentpatterns.ai/patterns/anti-patterns/meat-proxy/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/patterns/anti-patterns/meat-proxy/</guid>
      <description>A meat proxy forwards agent output to a colleague unread, so the receiver inherits the verification the sender skipped and cannot tell what was checked.</description>
      <pubDate>Tue, 04 Aug 2026 21:26:21 +0000</pubDate>
    </item>
    <item>
      <title>Reviewer Theme Distribution Audit for AI Code Review</title>
      <link>https://agentpatterns.ai/code-review/reviewer-theme-distribution-audit/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/code-review/reviewer-theme-distribution-audit/</guid>
      <description>AI reviewers spend 30.8% of comments on best practices and 2.0% on security. Audit that theme mix against the comments your team resolves before re-weighting.</description>
      <pubDate>Mon, 03 Aug 2026 21:53:04 +0000</pubDate>
    </item>
    <item>
      <title>Eval Environment Containment for Cyber-Capable Agents</title>
      <link>https://agentpatterns.ai/verification/eval-environment-containment/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/eval-environment-containment/</guid>
      <description>Offensive-capability agent evals need network-layer containment verified from inside the environment, because a prompt saying the machine has no internet access is not a boundary.</description>
      <pubDate>Mon, 03 Aug 2026 21:48:42 +0000</pubDate>
    </item>
    <item>
      <title>The Token Price Index Fallacy in Agent Cost Planning</title>
      <link>https://agentpatterns.ai/fallacies/token-price-index-fallacy/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/fallacies/token-price-index-fallacy/</guid>
      <description>A blended price-per-token index measures where a market routes its work, not what models cost, so reading one as a vendor price signal misplans agent budgets.</description>
      <pubDate>Mon, 03 Aug 2026 21:48:34 +0000</pubDate>
    </item>
    <item>
      <title>Bug-Discriminating Validation Evidence for Repair Agents (BSG-VA)</title>
      <link>https://agentpatterns.ai/verification/bug-discriminating-validation-evidence/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/verification/bug-discriminating-validation-evidence/</guid>
      <description>Replay a repair agent's own passing test against the unfixed code. If it passes there too, the green run carried no information about the reported bug.</description>
      <pubDate>Mon, 03 Aug 2026 21:23:58 +0000</pubDate>
    </item>
    <item>
      <title>Organizational Context Layer for Agents (Company Brain)</title>
      <link>https://agentpatterns.ai/context-engineering/organizational-context-layer/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/context-engineering/organizational-context-layer/</guid>
      <description>A shared context layer maps many source systems into one governed store that many agents query. Three of its engineering rules transfer well below that scale.</description>
      <pubDate>Mon, 03 Aug 2026 21:23:45 +0000</pubDate>
    </item>
    <item>
      <title>Flattened Tool Specs for Agent Safety Judgment (SafeKeep)</title>
      <link>https://agentpatterns.ai/security/flattened-tool-specs-safety-judgment/</link>
      <guid isPermaLink="true">https://agentpatterns.ai/security/flattened-tool-specs-safety-judgment/</guid>
      <description>Judging a request against a flattened prose rendering of the tool spec, while executing against the schema, restores refusal signals the schema suppresses.</description>
      <pubDate>Mon, 03 Aug 2026 21:23:43 +0000</pubDate>
    </item>
  </channel>
</rss>
