Skip to Content
Solution PlaysPlay 84: Play 84 β€” Citizen Services Chatbot πŸ›οΈ

Play 84 β€” Citizen Services Chatbot πŸ›οΈ

Government AI chatbot β€” multi-lingual citizen support, WCAG-compliant, form assistance, permit tracking, complaint routing with human escalation.

Build a government citizen services chatbot. Temperature-zero responses ensure factual accuracy, Azure Translator provides 10+ language support, WCAG 2.2 AA accessibility is built-in, complaint routing classifies and tickets to correct departments, and human escalation is always one click away.

Quick Start

cd solution-plays/84-citizen-services-chatbot az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

πŸ“ Full architecture details

Pre-Tuned Defaults

  • Language: Grade 8 reading level Β· 20 max words/sentence Β· jargon replacement
  • Multi-lingual: 10 languages Β· auto-detect Β· custom government glossaries
  • Privacy: No PII in chat Β· 30-day retention Β· no behavioral tracking Β· AI disclosure
  • Routing: 7 departments Β· confidence 0.80 Β· escalation after 2 failed attempts

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdGovernment domain (non-partisan, plain language, WCAG, privacy)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (210+ lines), Evaluate (120+ lines), Tune (230+ lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDev/TestProductionEnterprise
Azure OpenAI$15 (PAYG)$200 (PAYG)$800 (PTU Reserved)
Azure AI Translator$0 (Free)$50 (PAYG)$200 (PAYG)
Azure Communication Services$5 (PAYG)$80 (PAYG)$300 (PAYG)
Azure AI Search$0 (Free)$250 (Standard S1)$500 (Standard S2)
Cosmos DB$3 (Serverless)$60 (1000 RU/s)$250 (4000 RU/s)
Container Apps$10 (Consumption)$120 (Dedicated)$350 (Dedicated HA)
Key Vault$1 (Standard)$5 (Standard)$15 (Premium HSM)
Application Insights$0 (Free)$25 (Pay-per-GB)$80 (Pay-per-GB)
Total$34/mo$790/mo$2,495/mo

πŸ’° Full cost breakdown

vs. Play 08 (Copilot Studio Bot)

AspectPlay 08Play 84
FocusEnterprise internal bot (M365)Government citizen-facing bot
LanguageEnglish (enterprise)10+ languages mandatory
PrivacyInternal RBACGDPR/CCPA, no behavioral tracking
ToneProfessionalPlain language (grade 8), non-partisan
EscalationHelp desk ticketsHuman agent always available

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/84-citizen-services-chatbotΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play84-citizen-services-chatbot
Version1.0.0
KnowledgeR2-RAG-Architecture, O2-AI-Agents, T2-Responsible-AI
WAF Pillarsresponsible-ai, reliability, security, performance-efficiency
Last updated on