Accelerating aircraft IFEC diagnostics with agentic AI on AWS
Panasonic Avionics partnered with AWS to build an agentic AI system that automates in-flight entertainment and connectivity (IFEC) diagnostics across a global fleet, reducing manual analysis effort and improving Mean Time to Detect (MTTD) and Mean Time to Resolve (MTTR). The multi-agent architecture consists of three layers: a Trend Analyzer for anomaly detection, parallel Diagnostic Agents for correlation analysis and log pattern matching, and an LLM-powered Summarizer that produces root cause
Analysis
TL;DR
- Panasonic Avionics partnered with AWS to build an agentic AI system that automates in-flight entertainment and connectivity (IFEC) diagnostics across a global fleet, reducing manual analysis effort and improving Mean Time to Detect (MTTD) and Mean Time to Resolve (MTTR).
- The multi-agent architecture consists of three layers: a Trend Analyzer for anomaly detection, parallel Diagnostic Agents for correlation analysis and log pattern matching, and an LLM-powered Summarizer that produces root cause analysis and recommended actions.
- A domain ontology normalizes terminology across thousands of unique fleet deployment configurations, enabling cross-fleet comparison and unified diagnostics by linking performance metrics, configuration metadata, and ticketing data.
- The solution leverages Amazon Bedrock, Amazon SageMaker, AWS Glue, Amazon EMR, and an S3 data lakehouse with Apache Iceberg to process large volumes of operational data daily at scale.
- The system shifts diagnostics from reactive ticket-based investigation to proactive, fleet-wide pattern recognition, freeing engineers to focus on strategic reliability improvements and innovation.
Why It Matters
This case demonstrates how agentic AI can transform large-scale operational diagnostics in safety-critical industries by combining domain ontologies with multi-agent workflows. It provides a practical blueprint for enterprises seeking to reduce MTTR and MTTD while preserving diagnostic rigor through AI-augmented analysis rather than full automation replacement.
Technical Details
- Multi-Agent Architecture: The system uses three distinct agent layers — a Trend Analyzer that evaluates KPIs and degradation metrics fleet-wide, parallel Diagnostic Agents (Correlation Analyzer and System Checks) that investigate flagged issues from multiple angles, and an LLM-powered Summarizer that integrates findings into coherent diagnostic reports with root cause analysis and action recommendations.
- Data Pipeline: Raw operational data is ingested and normalized using AWS Glue and Amazon EMR, then stored in an S3 data lakehouse with Apache Iceberg. A domain ontology defines fleet entities and relationships, standardizing terminology across diverse deployment configurations and linking performance metrics with metadata and ticketing information.
- AWS Services: The solution is built on Amazon Bedrock (LLM inference), Amazon SageMaker (model operations), AWS Glue (ETL), and Amazon EMR (big data processing), with architectural guidance from the AWS Generative AI Innovation Center.
- Proactive Detection: Fleet-wide relationship modeling enables detection of gradual degradation patterns affecting only specific configuration variants — anomalies invisible when examining individual deployments in isolation — shifting the paradigm from reactive ticket-based response to proactive health monitoring.
- Scalability: The ontology-based normalization allows data from thousands of unique fleet configurations to be compared at scale, addressing the core challenge of diverse log patterns across a global fleet serving hundreds of airlines.
Industry Insight
- Enterprises in regulated, hardware-intensive industries (aviation, manufacturing, energy) can replicate this ontology-first approach to unify fragmented operational data before layering agentic AI on top, ensuring that LLM outputs are grounded in consistent, cross-deployment context.
- The multi-agent parallel diagnostic pattern — where specialized agents handle correlation, system checks, and log matching simultaneously — offers a scalable template for reducing MTTR in complex distributed systems where root cause analysis currently bottlenecks on single-threaded human investigation.
- Partnering with cloud provider innovation centers (e.g., AWS Generative AI Innovation Center) for architectural guidance rather than attempting in-house design from scratch can significantly de-risk agentic AI deployments, particularly when balancing diagnostic accuracy against automation in safety-critical environments.
Disclaimer: The above content is generated by AI and is for reference only.