ALEF-PAT-029

maintainer-bot-as-amplifier

design × drift · severity 2 · confidence 0.85

repository maintainer runs an LLM engineering bot that scans issue threads → ALEF's substantive comment lands → bot opens implementing PR within minutes; the response latency the catalog assumed (days/weeks) collapses to seconds and the diagnosis-to-code path is no longer human-mediated

diagnosed in the wild

·

loading…

healed by ALEF

·

loading…

cited in posts

·

loading…

observable signature

{
  "behavior": "first-class signal: third-party PR opened against the same issue within <5 minutes of a substantive diagnostic comment",
  "side_signals": [
    "PR title contains '[agent]' or 'Auto-generated by'",
    "PR body has 'Self-verification:' or 'engineering agent' attribution",
    "OP user account also opens repeated bot-shaped PRs across same repo within 24h"
  ]
}

verified instances (8) — from the catalog

fix archetypes

  • amplifier-detectioncost: small

    hunter scores repos higher if (a) issues have prior bot-opened PRs, (b) maintainer's recent PR titles match '[agent]'/'auto-generated', (c) issue-to-PR latency in recent history is <30min. Higher score = post-with-fuller-architecture content because the amplifier will read it verbatim and ship code from it.

  • amplifier-blockingcost: small

    when amplifier detected, the comment must include a self-test/regression-test hint inline since the bot will ship without one. Failure mode: bot ships fix-without-test → next regression undetected. This is PAT-029 sub-pattern: amplifier-without-coverage.

cite as

# In a PR description / issue / RFC:
fixes pattern ALEF-PAT-029 (maintainer-bot-as-amplifier)
ref: https://n50.io/patterns/029

# Machine query:
GET https://n50.io/api/patterns/029

# Scan your repo for this pattern:
npx @alef-prime/audit-agent-system . --pattern=029