Code Velocity
Enterprise AI

Agentic Maritime AI: Contextual Anomaly Analysis with Generative AI

·5 min read·AWS·Original source
Share
Architecture diagram showing how AWS services and generative AI power Windward's agentic maritime anomaly analysis for contextual intelligence.

Revolutionizing Maritime Anomaly Analysis with Agentic AI

The vast, intricate world of global maritime activity presents unique challenges for security, intelligence, and commercial operations. Identifying and understanding unusual vessel behavior – from unexpected movements to deviations from known patterns – often requires immense time, deep domain expertise, and the correlation of disparate data sources. Windward, a leader in Maritime AI™, has long provided critical intelligence for marine operations. Now, in collaboration with AWS, Windward is leveraging agentic generative AI to transform this process, moving from isolated alerts to comprehensive, contextual intelligence.

This groundbreaking partnership aims to empower maritime analysts, drastically reducing investigation times and allowing them to focus on high-value decision-making rather than arduous data collection. By fusing geospatial intelligence with advanced generative AI, Windward's new solution provides a 360° view, anticipating threats and protecting critical assets at sea with unprecedented speed and precision.

The Challenge: From Data Overload to Actionable Insights

Historically, maritime anomaly investigation was a highly manual and time-intensive endeavor. Analysts would spend hours sifting through fragmented information, trying to connect dots between various data streams to understand a vessel's anomalous behavior. This process demanded not only significant effort but also profound domain expertise to interpret the nuances of maritime activities, weather patterns, and geopolitical events.

Windward's existing Early Detection system successfully identifies suspicious patterns, but the goal was to accelerate the path from detection to decision-making. To optimize the analytical workflow and provide truly "mission-ready" insights, Windward identified three key strategic improvements needed:

  • Unified Workflow: Minimize the need for analysts to consult external data sources, creating a seamless and focused analytical environment.
  • Expertise Optimization: Automate the collection and initial correlation of contextual data (weather, news, related alerts), allowing domain experts to dedicate their valuable time to strategic interpretation and decision-making.
  • Comprehensive Coverage: Streamline the synthesis of information to enable more rapid and in-depth investigation of multiple alerts concurrently.

To address these ambitious goals, Windward partnered with the AWS Generative AI Innovation Center to develop MAI Expert™, the first generative AI maritime agent capable of automatically contextualizing complex maritime anomalies.

Agentic Architecture: Powering Contextual Intelligence with AWS

The heart of Windward's enhanced solution lies in its multi-step, AI-powered architecture, deployed on AWS. This system automatically fetches relevant data from various internal and external sources and uses this information to generate a textual description that thoroughly contextualizes maritime anomaly events.

The process begins when an anomaly is identified by the Windward Early Detection system. Relevant metadata—such as anomaly timestamp, region coordinates, anomaly type, and vessel class—is extracted from Windward's internal database.

This metadata is then fed into an agentic analysis system powered by large language models (LLMs) on Amazon Bedrock. The entire multi-step anomaly analysis pipeline is orchestrated using AWS Step Functions, ensuring a robust and scalable workflow.

The first step in this orchestrated process involves querying multiple, diverse external data sources to gather relevant background information:

  • Real-time News Feed: Alerts and event signals discovered from public data are fetched and filtered based on the maritime anomaly's time and location.
  • Intelligent Web Search: LLMs generate precise search queries, enabling the retrieval of up-to-date web search results that provide real-time context for the anomaly.
  • Weather Data: An external API is utilized to retrieve critical weather data, including temperature, wind speed, and precipitation, for the specific location and time of the anomaly.

Each data source is queried using a separate AWS Lambda function. This modular approach ensures efficiency and scalability, allowing for easy integration of new data sources as needed.

Dynamic Self-Reflection and Data Curation

A core innovation in this agentic solution is its self-reflection capability, which dynamically determines the need for additional data retrieval. After the initial data collection from news, web search, and weather, the pipeline moves to a second step. Here, a separate LLM—powered by Anthropic's Claude through Amazon Bedrock—examines the retrieved data items.

This LLM is instructed to decide whether the data collected so far is sufficient to explain the anomaly or if certain aspects related to the event are still missing. It can then either generate a new, more refined search query for additional web results or signal the pipeline to proceed. This intelligent feedback loop, depicted in Figure 2, allows the system to proactively seek out more comprehensive context, appending it to previously gathered information.

Architecture diagram for windward aws blog Figure 1. Solution architecture demonstrating AWS services and generative AI.

Diagram of flow through self-reflection Figure 2. Self-reflection logic in the agentic anomaly analysis system.

Following this dynamic data retrieval and self-reflection phase, the system employs a two-stage filtering and ranking process to remove irrelevant news items and ensure the highest quality context:

  1. Re-ranking with Amazon Rerank: An AI model, Amazon Rerank, sorts the initial set of data items according to their relevance to the anomaly. This step is crucial for maintaining high recall, efficiently reducing the pool of candidates for the next stage.
  2. LLM-based Precision Scoring: Each of the top-ranked items is then further scored by an LLM across multiple dimensions, including time, location, and matching vessel type. The system assigns relevance scores between 0 and 100, retaining only those data items exceeding a predefined threshold. This ensures high precision, guaranteeing that only the most pertinent information contributes to the final analysis.

Actionable Insights: The Contextualized Report

Finally, the meticulously filtered and ranked data is passed to another LLM. This LLM synthesizes all the gathered intelligence to generate a concise, contextualized report on the anomaly. The report summarizes potential causes, risks, and implications of the detected maritime event. Crucially, it is written for Windward’s customers and directly cites all data sources used, providing full transparency and allowing users to verify information and delve deeper by following provided links.

Maritime intelligence product Figure 3. Example of a generated anomaly report from Windward's MAI Expert™.

This output drastically reduces the cognitive load on analysts, presenting them with a ready-made narrative that explains the anomaly within its broader operational and geopolitical context.

Evaluation and Impact

The end-to-end system is rigorously evaluated against a comprehensive set of historical maritime anomalies. This evaluation often involves an LLM-as-a-judge approach, assessing the quality, accuracy, and completeness of the generated contextual reports.

The implications of this agentic generative AI solution are profound. By automating the laborious process of data gathering and correlation, Windward empowers maritime analysts to:

  • Enhance Efficiency: Significantly reduce the time spent on investigation, freeing up valuable human resources.
  • Improve Situational Awareness: Gain a deeper, more contextual understanding of anomalies, moving beyond isolated alerts to comprehensive intelligence.
  • Accelerate Decision-Making: Enable faster and more informed decisions, critical for anticipating threats and protecting assets in dynamic maritime environments.
  • Optimize Expertise: Allow domain experts to focus on strategic interpretation and high-level analysis, leveraging their unique skills where they matter most.

The collaboration between Windward and AWS exemplifies how cutting-edge generative AI and cloud infrastructure can be harnessed to solve complex real-world problems, transforming critical sectors like maritime intelligence and setting a new standard for contextual anomaly analysis.

Frequently Asked Questions

What is Windward's MAI Expert™ and how does it utilize generative AI?
Windward's MAI Expert™ is the company's pioneering generative AI maritime agent designed to contextualize maritime anomalies. It leverages generative AI, particularly large language models (LLMs) on Amazon Bedrock, to automate the collection, correlation, and synthesis of diverse data sources. This allows it to generate comprehensive risk assessments and summaries for suspicious vessel activities, enabling analysts to make informed decisions faster and with greater accuracy, shifting their focus from data gathering to strategic interpretation.
How does the agentic maritime anomaly analysis solution work?
The solution, developed in collaboration with AWS, is a multi-step AI-powered pipeline. It starts by extracting metadata from an anomaly event. This metadata then triggers an agentic analysis system using LLMs on Amazon Bedrock, orchestrated by AWS Step Functions. The system queries various external data sources (news, web search, weather) via AWS Lambda functions. A crucial self-reflection step, powered by an LLM like Anthropic's Claude, determines if additional data is needed. Finally, filtered and ranked data is used by another LLM to generate a contextualized report, citing all sources.
What AWS services are central to Windward's generative AI solution?
Several key AWS services underpin Windward's agentic maritime anomaly analysis solution. Amazon Bedrock hosts the large language models (LLMs), including Anthropic's Claude, which are responsible for query generation, self-reflection, scoring, and report generation. AWS Step Functions orchestrates the entire multi-step analysis pipeline, ensuring a smooth workflow. AWS Lambda functions are used to fetch data from various external sources. Additionally, Amazon Rerank assists in filtering and ranking relevant news items to maintain high data quality and relevance.
What are the primary challenges Windward aimed to solve with this generative AI approach?
Before this solution, maritime analysts spent significant time manually gathering and correlating complex data to understand vessel behavior anomalies. Windward sought to address three key strategic improvements: creating a Unified Workflow to minimize external data consultations, optimizing Expertise by automating data collection (weather, news, alerts) so domain experts could focus on strategic interpretation, and providing Comprehensive Coverage by streamlining information synthesis for rapid, in-depth investigation of multiple alerts simultaneously.
How does the system ensure the relevance of retrieved information for a specific anomaly?
The solution employs a robust two-step filtering and ranking process to ensure data relevance. First, an AI model like Amazon Rerank initially sorts retrieved news items based on their relevance to the anomaly, aiming to maintain high recall while removing highly irrelevant data. Second, a dedicated LLM scores each of the top-ranked items across multiple dimensions such as time, location, and vessel type. Only data items with a relevance score above a predetermined threshold are retained, ensuring high precision and that only the most pertinent information is used in the final report.

Stay Updated

Get the latest AI news delivered to your inbox.

Share