Skip to content
Industry use cases

AI Agents in the Public Sector: Citizen Service That Scales

Orange ITS — AI engineering team 8 min read

The municipal switchboard rings at 8:47 on a Monday morning. A resident wants to know whether they need a permit to replace the windows on a protected-zone building. The correct answer sits across three departments, a cantonal regulation PDF, and an informal rule that only one clerk actually knows by heart. The resident will call back three times before the week is out.

This is not a staffing problem. It is an information architecture problem — and AI agents in the public sector are one of the few tools that can address it without requiring additional headcount or a five-year IT transformation programme.

This article maps the concrete use cases where citizen-service agents genuinely work, the requirements that make public-sector deployments distinct from any other industry, and the honest limits of what agents can and cannot do today.


What Makes Public-Sector Deployments Different

Before listing use cases, it is worth naming the constraints that shape every design decision. Municipalities and public bodies in Switzerland and the EU operate under requirements that most commercial deployments never touch:

Data residency. Citizen data cannot freely cross borders. For Swiss entities this means compliance with the nFADP; for EU-facing services it means GDPR territorial provisions. An agent built on a US-hosted model that logs queries to an American data centre requires a lawful transfer mechanism — for Swiss entities, either certification of the provider under the Swiss-U.S. Data Privacy Framework (in force September 2024) or Standard Contractual Clauses; for EU-facing services, the EU-U.S. DPF adequacy decision (July 2023) or equivalent safeguards under GDPR Chapter V. Absent such a mechanism, the deployment is almost certainly non-compliant before a single request is processed. See our deeper treatment of this in AI Agents and GDPR: Deploying Automation You Can Defend.

Auditability. A citizen who receives incorrect guidance from an automated service has legal recourse. Every agent action — the query it received, the knowledge source it retrieved, the response it generated — must be loggable and reviewable. This is not optional architecture; it is the baseline.

Multilingual obligation. Many Swiss municipalities operate in two or more official languages, sometimes three. A German-speaking resident, an Italian-speaking resident, and a French-speaking resident all have equal service entitlements. An agent that handles German well but produces stilted Italian is not a neutral implementation — it is a service equity problem.

Political accountability. Public bodies cannot claim “the AI decided” when a citizen is given incorrect benefit eligibility information or an incorrect permit ruling. Agents here must be support tools with human confirmation on consequential outputs, not autonomous decision-makers.

These are requirements to design around, not reasons to avoid agents. Getting them right from day one is substantially cheaper than retrofitting after launch.


The Use Cases That Actually Work

FAQ and Procedural Information at Scale

The largest volume of citizen contact at most municipal offices is also the most repetitive: opening hours, bin collection schedules, registration procedures, school enrolment deadlines, parking permit eligibility. None of these require judgment. All of them consume staff time.

A retrieval-augmented agent trained on a municipality’s own published documents — ordinances, leaflets, website content — can handle the majority of these queries accurately. The agent retrieves the relevant section of the source document and presents it, rather than generating an answer from general knowledge. This matters for accuracy and for auditability: every response can be traced to a specific source.

Illustrative scenario: a municipality receiving 800 resident enquiries per month, roughly 60% of which are procedural questions answerable from existing documents. If an agent handles half of those 480 routine queries, that is 240 staff interactions saved monthly — around 32 staff-hours at 8 minutes per interaction [illustrative figures; actual results vary by municipality size and query mix].

Permit Pre-Assessment and Application Guidance

The permit journey is where municipalities lose the most resident goodwill. A resident submits a planning application with the wrong form, missing a required annex, or referencing the wrong zone designation. The application bounces. They resubmit. It bounces again. The whole process adds weeks, generates complaints, and ties up administrative staff in correction loops.

An agent can walk a resident through a structured pre-assessment before they submit. It asks the relevant questions — property type, proposed change, zone, listed-building status — and surfaces the correct form, the checklist of required documents, and any known blockers. It does not issue a permit decision. It makes sure the human reviewer receives a complete, correctly classified application on the first submission.

This is the right design pattern for consequential processes: the agent handles the information-gathering and formatting burden; the official makes the determination.

Multilingual Citizen Requests

Leading proprietary large language models perform broadly adequately in German, French, Italian, and English on standard procedural content, though English retains a measurable accuracy advantage on more demanding tasks. For a municipality in Ticino serving both Italian and German speakers, or a border commune with significant French-speaking residents, a single agent deployment can route and respond in the resident’s chosen language without maintaining four separate knowledge bases or four separate agent configurations.

The caveat worth stating plainly: performance degrades on highly technical legal text, on dialects, and on highly localised terminology. A well-implemented agent in this context will include a fallback — “I cannot find a precise answer; here is the contact for the responsible department” — rather than attempting to improvise on specialist regulatory content. That fallback is a feature, not a failure.

For the voice dimension of multilingual service — phone-based citizen queries — the Multilingual Voice Agents: One Phone Line, Four Languages piece covers the specific architecture considerations.

Internal Knowledge Management for Staff

Staff-facing agents are often a more tractable starting point than public-facing ones, with lower political risk and faster deployment. The use case is direct: a new clerk needs to know the procedure for registering a foreign national’s change of address, or the correct escalation path for a noise complaint that crosses cantonal jurisdiction. That knowledge exists in internal manuals, shared drives, and the memory of long-serving colleagues.

An internal agent trained on staff documentation and procedural manuals can answer these queries in seconds, reducing onboarding friction and preventing the informal knowledge concentration that makes organisations brittle when experienced staff retire.

For a deeper look at the category, AI Agents for Customer Support: The Deflection Math covers the deflection economics that apply equally to internal service desks.


Governance Architecture: What “Responsible Deployment” Actually Looks Like

Governance in the public sector is not a compliance checkbox. It is the practical set of controls that allow an organisation to stand behind its automated service and correct it when it goes wrong.

The minimum viable governance architecture for a municipal agent deployment includes:

  • Source pinning. Every response is generated from a defined, version-controlled knowledge base. Updates to the knowledge base follow an approval workflow, not an ad hoc edit.
  • Confidence thresholds. Responses below a defined confidence score are routed to a human, not presented to the resident. The threshold is set conservatively at launch and adjusted based on observed accuracy.
  • Full audit logging. Every interaction is logged with timestamp, query, retrieved sources, and generated response. Logs are stored in a jurisdiction-compliant data location.
  • Escalation paths. The agent can always transfer to a named human contact or department. “I don’t know” with a clear next step is a better outcome than a confident wrong answer.
  • Regular accuracy review. Someone in the organisation owns a monthly review of a sampled set of agent interactions. This is not optional maintenance — it is the mechanism by which the agent gets better over time.

This governance layer is not technically complex. It is operationally disciplined. Municipalities that treat it as an afterthought tend to face the incident — a resident given incorrect benefit eligibility information, a permit application misdirected — that could have been prevented.

For the broader governance framework, AI Agent Governance: A Practical Playbook for SMEs provides a structure that translates directly to public-sector contexts.


Who This Is For — and Who It Isn’t

Good fit:

  • Municipalities with high volumes of repetitive citizen enquiries (procedural, informational) and stretched administrative capacity
  • Public bodies needing to improve service equity across linguistic communities without proportionally scaling headcount
  • Organisations with existing published documentation that can form a retrieval knowledge base
  • IT or digital teams with a mandate to pilot AI-assisted services under proper governance

Not yet a fit:

  • Organisations where the governing regulation requires a human officer to issue any response at all (some cantonal contexts fall here — check before deploying)
  • Bodies that have not yet digitised their core procedural documentation; an agent without a reliable knowledge base will hallucinate
  • Deployments where data residency requirements cannot be met by available infrastructure — build the compliant data layer first

Building It Right the First Time

The critical difference between a public-sector agent that runs reliably for three years and one that gets quietly switched off after six months is not the underlying technology. It is the upfront work: clean knowledge sources, a compliant data architecture, a governance process that someone actually owns, and honest scoping of what the agent will and will not do.

This is exactly where involving external expertise early pays back — not because the technology is inaccessible, but because the compliance, architecture, and change-management requirements are non-trivial and the cost of getting them wrong is public.

Orange ITS designs and builds custom AI agents for organisations that need them to work reliably in regulated environments. Our AI Agent Development service covers the full lifecycle — from use-case scoping and data architecture through to deployment, monitoring, and governance setup.

If you are evaluating a citizen-service agent for your municipality or public body, a focused 30-minute call is a practical first step. We can map which use cases fit your context, identify your compliance requirements, and give you an honest view of what it would take to build and run this well.

Book a 30-minute scoping call with Orange ITS — no slides, no sales deck, just a direct conversation about your situation.

Insights

Put these ideas to work

A 30-minute call is enough to find out whether an AI agent fits your workflow — and what it would return.