The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A GenAI multi-agent system at Germany’s Federal Employment Agency automates IT change requests into structured development tickets, cutting routine clerical work and producing more context-aware entries than legacy automation. The solution runs on-premises to meet strict data-security requirements, showing a path for public-sector IT modernisation—though evidence is from a single-case deployment.

Generative Agents at Work: Redesigning Administrative Processes at the German Federal Employment Agency
Alina Chircu, Christian Czarnecki, Tim Neumüller, Sebastian Sebrak, Eldar Sultanow, Florian Winzer · January 01, 2026 · Proceedings of the ... Annual Hawaii International Conference on System Sciences/Proceedings of the Annual Hawaii International Conference on System Sciences
openalex descriptive low evidence 7/10 relevance Full text usable extracted full text DOI Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Alina Chircu provider ID
  2. Christian Czarnecki provider ID
  3. Tim Neumüller provider ID
  4. Sebastian Sebrak provider ID
  5. Eldar Sultanow provider ID
  6. Florian Winzer provider ID

Semantic Scholar

Latest observation:

  1. Alina M. Chircu provider ID
  2. Christian Czarnecki provider ID
  3. Tim Neumüller provider ID
  4. Sebastian Sebrak provider ID
  5. Eldar Gunter Sultanow provider ID
  6. Florian Winzer provider ID
A locally hosted GenAI multi-agent system at the German Federal Employment Agency automatically converts IT change requests into structured Jira tasks, reducing routine work and delivering more context-aware, consistent tickets than traditional rule-based automation.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

The integration of Generative Artificial Intelligence (GenAI) in public administration offers new ways to handle service and technology complexity while meeting high standards. This paper presents a case study from the German Federal Employment Agency, where a multi-agent system using local large language models (LLMs) automates the conversion of information technology (IT) change requests into structured IT development tasks (Jira tickets). Specialized agents interpret requirements, break them into tasks, and generate consistent entries. This improves organizational efficiency, reduces routine work, and outperforms traditional automation by enabling context-aware reasoning and dialogue, all within a secure, on-premise environment. While motivated by Germany’s demographic challenges, the findings have global relevance for public sector modernization and automation.

Summary

Main Finding

A locally hosted, LLM-based multi-agent system (Reader, Planner, Creator, plus a developing Reviewer) can be safely integrated into a high-security public-administration environment to convert unstructured IT change requests (RfCs / user stories) into structured Jira development tickets. The prototype—orchestrated with CrewAI and powered by on-premise models (Aleph Alpha, LLaMA, Mistral) on a 4×A100 GPU cluster—produced plausible, usable tickets for medium-complexity requests, reduced routine work, and demonstrated advantages over traditional rule-based automation in flexibility, context-awareness, and maintainability, while preserving human-in-the-loop governance and strict data protection.

Key Points

  • System architecture
    • Four specialized agents: Reader (extract info), Planner (decompose into work items), Creator (format Jira ticket), Reviewer (consistency/duplication/completeness; in development).
    • Agents orchestrated via CrewAI; Creator posts tickets to Jira using REST API.
    • Human-in-the-loop remains for final approval; Reviewer feedback loop planned to improve outputs.
  • Deployment and security
    • Entirely on-premise to meet data protection and regulatory constraints.
    • Local inference on BA’s GPU cluster (4×A100 80GB); supports up to ~16k token inputs with token-management strategies.
  • Prompting and language strategy
    • Persona prompting (role simulation) improved Planner consistency.
    • English prompts aided task decomposition; German prompts preserved domain terminology—tradeoffs led to mixed strategy.
  • Evaluation
    • Test set: 50 authentic RfCs spanning low/medium/high complexity.
    • Judged by three domain experts (avg. 12 years’ experience); inter-rater agreement Cohen’s kappa = 0.81.
    • Results: high robustness and plausibility for low/medium complexity; very long or ambiguous documents sometimes required manual post-processing.
  • Comparison to traditional automation
    • Outperformed RPA-like approaches on semi-structured natural language tasks via contextual reasoning, iterative decomposition, and multi-agent dialogue.
    • Promised better long-term maintainability because of adaptability, but requires ongoing model governance and human oversight.

Data & Methods

  • Research design
    • Pragmatic design-science case study co-developed with domain experts and IT staff at the German Federal Employment Agency (BA).
    • Iterative build–evaluate–refine cycles with authentic operational constraints.
  • Data
    • Real RfC and user-story documents from ALLEGRO system (varying lengths/formats/domains).
    • Jira ticket skeleton and formatting rules used as structured context.
  • Implementation details
    • Multi-agent orchestration: CrewAI framework.
    • Local LLMs: Aleph Alpha, LLaMA, Mistral (no external API calls).
    • Hardware: on-premise GPU inference: 4×NVIDIA A100 80GB.
    • Input preprocessing: token trimming, contextual filtering for long documents.
    • Jira integration via REST API with full logging and traceability.
  • Evaluation procedure
    • Generated tickets segmented into Title (ID + descriptive text), Goal, and Tasks to permit granular scoring.
    • Weighted scoring: title emphasis on descriptive clarity; goal/tasks split between formatting and content.
    • Human assessment by three domain experts; Cohen’s kappa = 0.81 indicates strong inter-rater reliability.
  • Limitations of the evaluation
    • N = 50 tickets; Reviewer agent not fully integrated; no monetary ROI or time-savings numbers reported in the paper.

Implications for AI Economics

  • Productivity and labor effects
    • Short-term: potential substantial reduction in routine, time-consuming manual work (ticket drafting, initial triage), enabling reallocation of skilled staff to higher-value tasks (design, oversight, exception handling).
    • Medium/long-term: technology acts as a complement for higher-skill administrative work (planning, review) while substituting for low-skill, repetitive tasks—implying shifts in job content rather than wholesale elimination in this context.
  • Cost structure and capital investment
    • Higher upfront capital costs relative to cloud-based APIs: on-premise GPU hardware, model fine-tuning/hosting, and secure infrastructure.
    • Ongoing costs include model maintenance, evaluation, data management, and staff training; savings accrue through labor reallocation and process speedups but require careful ROI measurement.
  • Scalability and generalizability
    • On-premise approach supports sensitive-government use cases but increases marginal deployment cost across agencies; shared public-sector platforms or federated approaches could amortize costs.
    • Multi-agent pattern is reusable across administrative workflows that involve unstructured text (reports, requests, applications), offering broad scaling potential.
  • Flexibility, maintainability, and risk management
    • Compared to brittle rule-based automation (RPA), LLM-based agents are more adaptable to changing input formats and requirements, reducing maintenance churn for textual tasks.
    • However, they introduce new governance needs: model updates, prompt engineering, monitoring for hallucinations, duplication checks, and explainability — all requiring institutional investment.
  • Policy, regulation, and societal acceptance
    • Data protection constraints push towards on-premise deployments in many jurisdictions; this increases public-sector costs but preserves trust and legal compliance.
    • Human-in-the-loop design and transparent logs (e.g., Jira traceability) help with accountability and public legitimacy—important for adoption in sensitive public services.
  • Research and evaluation gaps relevant to economic decisions
    • Missing: quantified time savings, cost-benefit analysis, longer-term labor market impacts, and robustness under adversarial or ambiguous inputs.
    • These are necessary for a full economic appraisal (budgeting, hiring/training strategies, procurement choices).

Suggested economic takeaways for decision-makers - Expect meaningful efficiency gains in processing semi-structured natural-language administrative tasks; plan capital expenditure for secure on-premise infrastructure where data regulation requires it. - Budget for sustained governance: human oversight, model maintenance, and continuous evaluation—these are material costs, not one-off. - Consider hybrid deployment options (federated/shared models across agencies) to spread fixed costs while preserving data localization. - Prioritize measuring time-to-ticket and downstream development-cycle impacts to build a concrete ROI case and guide workforce transition policies.

Limitations and next steps - The study demonstrates technical feasibility and plausibility but does not provide hard monetary ROI or time-savings metrics—needed for full economic decision-making. - Future work: larger-scale longitudinal deployments, quantified productivity measures, cost-benefit modeling, and cross-agency comparative studies to assess general equilibrium labor effects.

Assessment

Paper Typedescriptive Evidence Strengthlow — Findings are based on a single-case implementation and descriptive comparison to existing automation; there is no counterfactual, randomized or quasi-experimental design, limited quantitative outcome reporting, and potential selection and reporting biases. Methods Rigorlow — The paper appears to present an engineering case study and qualitative assessment (system design, deployment, and anecdotal or operational comparisons) rather than a pre-registered evaluation with rigorous metrics, statistical analysis, or robustness checks; sample size is a single organization and evaluation methods are not clearly causal. SampleA single organizational deployment at the German Federal Employment Agency: an on-premises multi-agent system built on local LLMs that ingests internal IT change requests and generates structured IT development tasks (Jira tickets); evaluation relies on the implemented system's outputs, operational comparisons with rule-based automation, and possibly internal usage logs and user feedback (no broad multi-site data reported). Themesorg_design productivity human_ai_collab adoption governance GeneralizabilitySingle-organization case limits external validity across agencies and countries, Findings tied to specific IT processes and existing Jira-based workflow, On-premises/local-LLM constraints and infrastructure may differ elsewhere, Organizational culture and staff skills at the German agency may not generalize, Regulatory and data-privacy regimes (e.g., EU/Germany) affect applicability, Unclear scalability to larger or smaller agencies or to non-IT workflows

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
A multi-agent system using local large language models (LLMs) automates the conversion of IT change requests into structured IT development tasks (Jira tickets). Organizational Efficiency positive conversion of IT change requests into structured Jira tickets
Reading fidelity high
Study strength medium
not reported
0.18
Specialized agents in the system interpret requirements, decompose them into development tasks, and generate consistent Jira entries. Output Quality positive consistency and quality of generated Jira entries
Reading fidelity high
Study strength medium
not reported
0.18
The system improves organizational efficiency and reduces routine work for staff. Organizational Efficiency positive organizational efficiency / reduction in routine work
Reading fidelity medium
Study strength medium
not reported
0.11
The GenAI multi-agent approach outperforms traditional automation by enabling context-aware reasoning and dialogue. Output Quality positive automation performance in handling context and ambiguity (quality/accuracy of outputs)
Reading fidelity medium
Study strength medium
not reported
0.11
The solution operates within a secure, on‑premise environment using local LLMs, meeting public-sector data security requirements. Ai Safety And Ethics positive data security / compliance with public-sector requirements
Reading fidelity high
Study strength low
not reported
0.09
By reducing routine ticket-creation work, the system frees staff to focus on more complex tasks. Task Allocation positive task allocation between routine and complex work
Reading fidelity medium
Study strength medium
not reported
0.11
Although motivated by Germany’s demographic challenges, the findings and approach have global relevance for public-sector modernization and automation. Adoption Rate positive potential for adoption / applicability to other public-sector organizations
Reading fidelity medium
Study strength speculative
not reported
0.02
Agents in the system engage in context-aware dialogue to resolve ambiguities in change requests before generating tickets. Output Quality positive ability to resolve ambiguities in requirements through dialogue
Reading fidelity high
Study strength medium
not reported
0.18

Notes