Overview
Promising simulation results show clear operational gains, but the prototype is scaled and run on simulated 5G; real 6G deployment, security, trust and closed model limits need resolution before production.
Citations2
Evidence Strength0.65
Confidence0.72
Risk Signals10
Trust Signals
Findings with numeric evidence: 5/5
Findings with evidence refs: 5/5
Results with explicit delta: 5/5
Reproducibility
Status: Partial assets available
Open source: Partial
At A Glance
Cost impact: 60%
Production readiness: 40%
Novelty: 50%
Why It Matters For Business
Putting autonomous agents at the edge can halve response times and improve decision accuracy in emergency services, but it raises infrastructure and governance costs for compute, bandwidth and accountability.
Who Should Care
Summary TLDR
This paper presents a layered system that places autonomous AI agents (Agentic AI) at edge and network layers to speed up and scale mission‑critical public safety tasks. A scaled implementation (three agents: situation assessment, resource management, prediction) on simulated 5G shows large improvements vs rule-based, LSTM and transformer baselines: response time falls from ~8.6 min to 3.2 min; alert generation from ~12–22 s to 6.8 s; situation assessment accuracy rises to 94%. The architecture highlights edge processing, network slicing over 5G/6G, a distributed knowledge base, and microservices for runtime. Key caveats: results come from a scaled simulation, rely on public datasets (FEMA,
Problem Statement
Mission-critical public safety systems are slow to adapt, often centralized, and rely on human-in-the-loop or rule-based logic. This delays response, hinders coordination across agencies, and struggles with multimodal noisy data under time pressure. The paper aims to design and demonstrate an Agentic AI system that runs agents at the edge and across 5G/6G networks to improve response time, situational awareness and resource allocation while identifying practical challenges.
Main Contribution
Propose a modular, multi-layer architecture that integrates distributed Agentic AI, edge computing and network infrastructure for mission-critical public safety.
Detail an in-depth AAI layer: agent core, training manager, knowledge base (graph DB), runtime microservices and communication bus.
Key Findings
Agentic AI cut average response time from ~8.6 minutes to 3.2 minutes compared to non-agentic baselines.
Alert generation latency fell from ~12–22 seconds to 6.8 seconds with the AAI approach.
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| Response time | 3.2 m (Agentic AI) | 8.2–8.8 m (LSTM/Transformer/Rule) | ≈ -5.4 m | Simulated 5G, test years 2019–2023 | Table I reports response times per method | Table I |
| Decision latency | 8.9 s (Agentic AI) | 16.5–28.6 s | ≈ -7.6 to -19.7 s | Simulated 5G, test years 2019–2023 | Table I comparative latency | Table I |
What To Try In 7 Days
Run a small prototype: deploy one edge agent that ingests local sensors and sends alerts to existing control software.
Measure current alert latency and simulate pushing detection to edge to estimate savings.
Audit available datasets (FEMA/NOAA/CrisisLex) for your region to build initial training sets.
Agent Features
Memory
Planning
Tool Use
Frameworks
Is Agentic
Yes
Architectures
Collaboration
Optimization Features
Infra Optimization
Model Optimization
System Optimization
Training Optimization
Inference Optimization
Reproducibility
Data URLs
Risks & Boundaries
Limitations
Evaluation is a scaled prototype on simulated 5G, not a full 6G field trial.
Relies on closed or third-party foundational models in practice, limiting transparency and fine-tuning.
When Not To Use
Where network or edge compute capacity is severely constrained and cannot sustain higher memory/bandwidth.
When legal or audit requirements forbid using opaque closed-source models without provenance.
Failure Modes
Data poisoning or false inputs at edge leading to wrong assessments and misallocated resources.
Interoperability failures when agents use incompatible foundational models or formats.

