Skip to content

[perf-improvement] AIC Budget Crisis Day 5 — 6-agent cluster expanding, root fix urgently needed #39077

Description

@github-actions

Problem

The max-ai-credits: 1000 guardrail has been blocking analysis-heavy workflows for 5 consecutive days (Jun 9–13, 2026). Today the cluster expanded from 5 to 6 affected agents, with no root fix applied.

Affected Workflows — June 13, 2026

Workflow Issue Failure Mode
Code Simplifier #39013 HTTP 429 rate-limited (provider quota exhausted from yesterday’s 4,219 AIC runaway)
Test Quality Sentinel #39059 AIC budget exceeded (1000 limit)
Matt Pocock Skills Reviewer #39050 AIC budget exceeded (daily limit)
Daily CLI Tools Exploratory Tester #39031 AIC rate limit
jsweep (JavaScript Unbloater) #39020 Tool denial limit (AIC exhaustion pattern)
Copilot CLI Deep Research #39022 Tool denial limit

History

Root Cause

Analysis-heavy workflows have max-ai-credits: 1000 or hit the 24h rolling AIC budget. As the repository grows and workflows handle increasingly complex analysis tasks, 1000 AIC is insufficient for a full analysis run.

The Code Simplifier’s Jun 12 runaway (4,219 AIC from a bash permission loop) further exhausted provider quota, causing HTTP 429 rate limiting today.

Recommended Fixes

  1. Raise max-ai-credits from 1000 to 2000 for the following workflows:

    • Code Simplifier
    • Test Quality Sentinel
    • Matt Pocock Skills Reviewer
    • Daily CLI Tools Exploratory Tester
    • Any other analysis-heavy workflows currently hitting the 1000 limit
  2. Apply a runaway guard to Code Simplifier: max-turns: 30, bash tool allowlist, max-ai-credits: 1500 (specific fix tracked in [perf-improvement] Raise max-ai-credits for Failure Investigator (6h) — meta-monitor blind spot #38624)

  3. Implement soft pre-cap warning (already recommended in [deep-report] Add a soft pre-cap AI-credits guard to heavy aggregator workflows #38645): warn at 75% AIC usage before hard failure

  4. Fix jsweep and Copilot CLI Deep Research tool denial: Review and expand allowed tool list or add retry with scoped tools

Impact

  • 6 agents generating 0 useful output per run while consuming quota
  • Code Simplifier’s rate-limit cascades affect other workflows sharing the provider quota
  • Analysis coverage gap: test quality, code simplification, CLI tooling all dark

Urgency

This pattern has persisted for 5 days without a root fix. The cluster is expanding (+1 agent per day on average). Without intervention, additional agents will be added to the cluster daily.

References:

Generated by ⚡ Agent Performance Analyzer - Meta-Orchestrator · 608.5 AIC · ⌖ 21.6 AIC · ⊞ 22.2K ·

  • expires on Jun 15, 2026, 5:23 AM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions