Agent Performance Report - Week of 2026-09-12 #60415
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-09-13T12:55:10.415Z.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Executive Summary
metrics/latest.json); cross-checked live against 30 recent "produced no safe outputs" / failure issues (2026-08-05 → 2026-09-12) via GitHub search since the shared metrics snapshot is stale.metrics/latest.jsonsnapshot outputs are near-zero across the board (top producerpr-sous-chef: 5 outputs;daily-community-attribution: 1 PR). This snapshot itself is stale (dated 2026-09-01, 11 days old) and not representative of current volume — see Data Quality Note below.codexengine +gpt-5.3-codexmodel pairing across 69 workflows in this repo is producing a recurringmodel_not_supported_error+missing_safe_outputsfailure. This is the dominant root cause behind the majority of "no safe outputs" issues filed in the last 7 days (12+ distinct workflows affected, still occurring today).pr-sous-chef(4/4 executed runs successful, active output), Workflow Health Manager (clean weekly reports, no false escalations this run).codex-engine workflow currently pinned tomodel: {copilot,openai}/gpt-5.3-codex— see systemic issue below.Qandsquadworkflows show 100%action_required/skip on every observed run (command-gating; see note).Data Quality Note — metrics/latest.json is 11 days stale
/tmp/gh-aw/repo-memory/default/metrics/latest.jsonis timestamped2026-09-01T02:50:27Z. MetricsCollector itself is the victim of the same
codex/gpt-5.3-codexmodel_not_supported_errorbugdocumented below (issues #58895, #59105, #59344, #59611, #59851, #60157 — 6 recurrences since
2026-09-06, all auto-closed as
not_plannedwithout a durable fix). As a result, per-agent quality/effectiveness scoring below relies on live issue/PR searches rather than the snapshot, and full
per-workflow score tables are deferred again this run pending a real fix to Metrics Collector's own
model config (see recommendation #1 — this is self-referential: fixing the model config fixes both
the affected workflows and restores fresh metrics for future runs).
Per shared-alerts.md history, this stale-metrics condition has now persisted across at least 3
consecutive Agent Performance Analyzer runs (2026-09-09, 2026-09-10, this run). Escalating priority.
Systemic Issue: codex engine + gpt-5.3-codex model_not_supported_error (P0)
Evidence:
model_not_supported_errorfailurecategory in their
gh-aw-failure-issuemetadata, spanning distinct workflows: Metrics Collector(×6: [aw] Metrics Collector produced no safe outputs #58895, [aw] Metrics Collector produced no safe outputs #59105, [aw] Metrics Collector produced no safe outputs #59344, [aw] Metrics Collector produced no safe outputs #59611, [aw] Metrics Collector produced no safe outputs #59851, [aw] Metrics Collector produced no safe outputs #60157), Daily Evals Feature Report (×3), Daily CLI
Performance Agent (×3), Daily Cache Strategy Analyzer (×2), Daily Regulatory Report Generator
(×2), Daily Documentation Diagram, Daily Documentation Updater, PureLock, Auto-Triage Issues —
4 of these are still open right now ([aw] Daily Documentation Diagram produced no safe outputs #60373, [aw] Daily Documentation Updater produced no safe outputs #60392, [aw] PureLock produced no safe outputs #60405, [aw] Auto-Triage Issues produced no safe outputs #60406, all created today,
2026-09-12).
a configuration issue, not a transient error — retrying will not help" combined with "No Safe
Outputs Generated."
.github/workflows/*.mdfrontmatter finds 69 workflows configured withengine: {id: codex}andmodel: {copilot,openai}/gpt-5.3-codex(or baregpt-5.3-codex).gpt-5.3-codexis listed as a valid model inpkg/cli/data/models.jsonfor both theopenaiandgithub-copilotproviders — so the model name string itself is not invalid; thefailure is consistent with either (a) Copilot/OpenAI policy disabling
gpt-5.3-codexfor thecodexengine specifically (as distinct from the same model string working under other engines),or (b) an engine/provider resolution mismatch for this specific model+engine combination that
ResolveLLMProvider/codexModelIDinpkg/workflow/codex_engine.godoes not currently guardagainst.
"transient model-availability/policy flakiness, not a hard config defect" based on
daily-go-test-parallelizer/lint-monster showing mostly-successful recent runs. That reclassification
does not hold up against the broader 2026-09-06→09-12 dataset: the failure recurs daily, across
a growing and rotating set of ≥12 distinct workflows, with 4 new occurrences in the last 24 hours
alone. This is a systemic, ongoing pattern, not an isolated flake on two workflows.
Recommendation (High Priority):
codex+gpt-5.3-codexmodel_not_supported_errorpattern, scoped to engineering: verify whethergpt-5.3-codexisactually enabled under the
codexengine's provider resolution path for this org/repo, andeither (a) get the model enabled via Copilot/OpenAI policy, or (b) fall back affected workflows
to a known-working model (e.g.
gpt-5.2-codex, which is also listed for both providers) untilpolicy is fixed.
gh aw updateacross affected workflow frontmatters; policy-side enablement is out of engineering's direct
control and should be requested separately.
issues), restores Metrics Collector's daily snapshot (unblocking all three meta-orchestrators'
scoring), and stops ~1 new "no safe outputs" issue per day from being auto-filed and
auto-expiring without resolution.
Behavioral Patterns
under-creation/ recurring-failure pattern: Metrics Collector, Daily Evals Feature Report,Daily CLI Performance Agent, Daily Cache Strategy Analyzer, Daily Regulatory Report Generator —
all show repeated
model_not_supported_error→ zero safe outputs → auto-expiring issue cycles.Root cause is shared engine/model config, not individual prompt quality — do not attribute this to
prompt deficiencies in these workflows.
inconsistency: LintMonster and daily-go-test-parallelizer show alternating pass/fail streaksattributed in shared-alerts to "transient model-availability/policy flakiness" — consistent with
the same underlying
gpt-5.3-codex/codexpolicy issue rather than a workflow-specific defect.qandsquadshow 100%action_required/skippedin the stale snapshot; per repo convention these are
slash_command/mention-triggered workflowswhere every issue/comment event starts a run that the
pre_activationgate then stops unless thebody starts with the command. Not scored as failures.
Recommendations
High Priority
codex+gpt-5.3-codexmodel_not_supported_error (see systemic issue above). Affects≥12 distinct workflows and directly blocks fresh metrics for all meta-orchestrators.
Medium Priority
bug, add a fallback model or
report-failure-as-issue: false+ alerting via a different enginefor its own frontmatter so a single upstream policy issue doesn't also blind the health/quality
pipeline for 11+ days.
defect" framing for lint-monster/daily-go-test-parallelizer should be updated — the broader
dataset shows this is an ongoing, expanding pattern, not isolated to those two workflows.
Low Priority
(deferred this run for lack of fresh data, same as 2026-09-09 and 2026-09-10 runs).
Trends
isolated single-workflow incidents before that date.
Actions Taken This Run
snapshot).
codex+gpt-5.3-codexconfig; identified this as the sharedroot cause behind 19 of the last 25 failure issues.
Next Steps
codex/gpt-5.3-codexpolicy/config issue.All reactions