What Is Agentic Flooding? The Surge in Government Service Requests and the Intake Controls That Absorb It

Published September 11, 2026Updated September 11, 2026
Agentic flooding Intake controls Agent traffic Rate limits AI audit

Agentic flooding is the AI-linked surge in the volume or complexity of requests an organisation receives — a surge that strains its intake capacity and is enabled by AI lowering the cost of interacting with it. Researchers have documented 84 cases across 11 jurisdictions and 13 service domains.

The count comes from a preprint by Chris Schmitz, Lewis Hammond and Alan Chan, due at the AAAI Conference on AI, Ethics, and Society on 12–14 October 2026 and reported by TechCrunch on 10 September 2026. The cases are agentic flooding of government services; the reason to read them is the shape of the problem: when filing becomes nearly free, submission cost falls and review cost does not.

Quick answer

What is agentic flooding?

Agentic flooding is the AI-enabled rise in the volume or complexity of requests a service receives, where the surge strains its capacity and is enabled by agents reducing the cost of interacting with it. The paper's own wording is “surges in the volume or complexity of requests they receive, which (1) strain their capacity and (2) are enabled by agents reducing the cost of interacting with such services.”

In the 84 documented cases, the dominant mechanism is not autonomous browsing agents: it is large language models generating legally sophisticated text cheaply, the mechanism the authors code in 87% of cases.

What agentic flooding is — and what it is not

The authors describe what they can document rather than measure: “We document 84 cases across 11 jurisdictions and 13 service domains.” That 84 is a strict subset, not a sample: of 2,288 candidate services named during discovery — roughly 190 per country — fewer than one in twenty met all three inclusion criteria. It cuts both ways: the pattern is documented widely enough to plan for, but 84 is not a rate you can multiply.

Why are government complaints rising? The numbers behind 84 documented cases

Each figure comes from the preprint, the authors' case database or the primary record on the right.

MeasureWhat the record showsSource
Documented cases84 cases, 11 jurisdictions, 13 service domainsarXiv preprint
AI attributionOfficials assert it in 58 of 84 (69%); third-party sources alone in 26 (31%)arXiv preprint
MechanismLLMs generating legally sophisticated text in 87% of casesarXiv preprint
Top domainsJustice & Legal 19 (23%), Regulatory Complaints 10 (12%), Benefits 9 (11%)arXiv preprint
Responses14 (17%) drew friction; 21 (25%) saw agencies deploy AI toolsarXiv preprint
UK Housing Ombudsman2,618 (FY2021-22) to 7,008 (FY2024-25), 2.68x; the Annual Complaints Review reports 7,082Ombudsman accounts
US CFPB complaintsAbout 1,287,300 (2022) to 6,635,400 (2025), roughly 5.15xCFPB annual reports
Hesse e-petitions1,046 (2024) to 2,641 (2025), up 152.5%Landtag Drucksache 21/3709
Brazil judiciaryNew cases 31.5M (2022) to 39.4M (2024); third-party attributionAuthors' case database
Trajectory43 of the 49 cases with 2024 and 2025 volumes were still risingRecount of the case file

Before reusing those numbers. The paper makes no causal claim: “However, our data-gathering remains exploratory and diagnostic, and affords no causal or quantitative claims about either (a) the prevalence of flooding or (b) the role of agents.” TechCrunch adds that “Schmitz's paper stops short of saying AI is directly causing the surge of new applicants.”

The CFPB says its increases “coincide with” large language models and AI agents — coincidence in time, not attribution — and the Hessian committee attributes its petition rise mainly to publicity and politics, with MPs stating about 800 of the 2,641 petitions came from one intensive petitioner using AI.

Documented cases, not a census; no proven causation. Anyone who states that AI caused a specific organisation's growth has gone past the evidence.

When AI agents overwhelm public services — and every other intake queue

Submitting is near-free for the sender; reviewing is priced in human minutes. That is the pattern reported from bug-bounty intake, where inboxes filled up with low-quality LLM-written reports that rarely contained a real vulnerability — as TechCrunch reported in July 2025 — while the obligation to vet each one stayed. The cost was never the report; it was the review.

Two findings keep this from being a simple abuse story. The volume is largely legitimate: Schmitz says “the vast majority of cases we find are people who are entitled to claim for something, claiming for that thing.” And friction has a distributional cost — the paper notes that “friction disproportionately deters poorer, less digitally literate, and otherwise vulnerable users.” His framing of the response is the useful one: “This could be the moment to say, ‘we need to rethink pretty much everything about how this process looks.’” That is an intake-design project, not a blocklist.

Agent flooding intake controls that absorb machine traffic

Six control families carry most of the weight. None requires you to identify “bad” agents.

1. Rate limits keyed on identity, not IP address

Per-IP limits assume distinct senders sit at distinct addresses, which distributed agent traffic breaks. Limit per account, declared agent, domain and form, and log which key fired.

2. Prove-work requirements

When submission cost falls below review cost, raise the submission floor rather than the review ceiling: structured fields, a required evidence attachment, or a staged funnel. Every gate drops some legitimate filers too, so pair each one with the friction warning.

3. Tiering and quotas

Entitlement-based intake answers the Hessian intensive-petitioner pattern, where MPs stated one submitter accounted for about 800 of 2,641 petitions in a year. Quotas per account or matter, with a route for genuinely new issues, keep a queue representative.

4. Idempotent intake and deduplication

The CFPB's report names “duplicative and spurious submissions” as the failure it tracks. Deduplicate on content fingerprint plus submitter, and make receipt idempotent so an agent retry does not open a second case.

5. Escalation design without a human on every item

A single review queue makes every item cost the same. Split intake into self-service resolution, standard review and high-touch handling, then measure the share each tier absorbs — that number shows when flooding is underway. Our human checkpoints checklist covers where a person must stay in the loop.

6. Agent identity and provenance

You cannot manage what you cannot separate. Authenticate machine submitters, honour declared agent identity, and record whether a submission was human-authored, agent-assisted or agent-generated. Agent identity governance is the underlying control; intake logging makes it measurable.

Audit checklist: agent flooding intake controls

Work through this one queue at a time; each question should produce a finding, not a yes.

  1. Inventory every public intake — forms, mailboxes, portals, support addresses and API endpoints.
  2. Name the rate limit and its key for each: per IP, account, agent, domain or none. “None” is the finding.
  3. Can you tell a declared agent from a human submitter? If not, that is finding number one; every other control depends on it.
  4. Is receipt idempotent? Submit the same item twice and confirm it creates one record.
  5. Do you deduplicate on content and submitter? Submitter-only misses reworded filings; content-only misses coordinated resubmission.
  6. What does one submission cost in review minutes, and has cost per item moved? Volume up with flat cost is capacity; rising cost per item is flooding.
  7. Is there a quota or tier policy, and who is exempt? Every exemption is a lane agent traffic can occupy.
  8. Which friction controls exist, and who do they deter? Check the effect on less digitally literate and vulnerable filers before widening a gate.
  9. Does any escalation path avoid opening a human task? If not, queue depth scales with intake volume.
  10. Can you produce 12 months of volume by week, channel and declared agent type? Without that series an auditor gets an anecdote, not a trend.

Two of those controls — per-agent budgets with hard caps and idempotent retry handling — also belong in your spend review: see the AI spend governance audit and the parent AI agent risk checklist.

Run the free AI audit

Frequently asked questions

What is agentic flooding?

Agentic flooding is the AI-enabled rise in the volume or complexity of requests a service receives, where the surge strains its capacity and is enabled by agents reducing the cost of interacting with it. Schmitz, Hammond and Chan document 84 cases across 11 jurisdictions; in 87% of them the mechanism is large language models generating text, not autonomous browsing agents.

Why are government complaints rising?

Documented increases include Housing Ombudsman determinations from 2,618 in 2021-22 to 7,008 in 2024-25, CFPB complaints from about 1,287,300 in 2022 to 6,635,400 in 2025, and Hesse e-petitions from 1,046 in 2024 to 2,641 in 2025. The CFPB says its increases coincide with large language models and AI agents, while the paper asserts no causation and the Hessian committee attributes its rise mainly to publicity.

Do AI agents overwhelm public services today?

The documented mechanism is cheap text generation, not autonomous agents: 87% of the 84 cases involve LLM-assisted writing, 17% drew a friction response, and the authors state their work does not suggest a severe operational risk to governments. The risk today is review cost.

What controls absorb agent-driven volume?

Prove-work requirements, tiering and quotas, rate limits keyed on identity rather than IP, idempotent receipt so a retry does not create a second case, and escalation paths that do not open a human task per item. The paper warns that friction disproportionately deters poorer and less digitally literate users, so each control needs a distributional check.

Is agentic flooding only a government problem?

The research covers agentic flooding in government services, but the mechanism is not government-specific. Any organisation accepting submissions, claims or support requests at near-zero cost to the sender faces the same review-cost asymmetry, whatever the queue belongs to.

Sources. Schmitz, Hammond and Chan, Characterizing Agentic Flooding of Government Services (arXiv:2608.16603) and the authors' case database; TechCrunch, 10 Sep 2026 and 24 Jul 2025; TNO Vector; Hertie School. Primary records: Housing Ombudsman accounts 2024-25 and complaints review; CFPB 2025 and 2022 reports; Hessischer Landtag Drucksache 21/3709 and Plenarprotokoll 21/62.