Maritime Intelligence is a research/demo platform showing how the Rising Sun stack composes into a vertical intelligence product. Built across two repos (~/AIOS backend + ~/worldmonitor frontend), it demonstrates real-time vessel tracking, sanctions screening, compliance automation, and tamper-evident audit trails for the maritime industry.
What's Built
**Real-time vessel tracking** — Live AIS feed for high-traffic and chokepoint regions (Hormuz, English Channel, Suez, Panama). Density zones, gap-spike disruption alerts, port congestion monitoring, military and cable-repair vessel tracking.
**OFAC + Cerebras screening** — Sanctions list cross-reference against live AIS positions, with Cerebras inference for sub-second screening at fleet scale. Demo at `/demo/maritime` shows real-time vessel screening with public OFAC data.
**Compliance automation** — SOLAS, MARPOL, ISM, and STCW certificate tracking with renewal alerts and audit-ready packets.
**Predictive maintenance** — Equipment failure prediction from sensor + maintenance history.
**Etch-stamped receipts** — Every vessel position, compliance certificate, and maintenance record can be stamped to Etch as a Merkle-chained receipt. Independently verifiable, no vendor trust required.
Demo Toolkit
- >`maritime_demo_simulator.py` — interactive prospect demo, 4 prospect types, 8 phases
- >`maritime_customer_demo.py` — ROI calculator across 5 customer profiles (carriers, bulk shippers, tanker operators)
- >`generate_maritime_demo_dataset.py` — 15 realistic demo vessels (Maersk, Evergreen, CMA-CGM, MSC)
ROI Model
For a 5–10 vessel pilot at $15K/month:
- >14% fuel savings via routing optimization
- >5.6–6 month payback
- >1,100%+ annual ROI on a typical pilot
Architecture
Built on the Rising Sun platform triad — **Eudaimonia** hosts the Maritime API, **AAASP** runs the operational agents (AIS ingestion, OFAC screening, compliance monitoring), **Augur** generates the disruption forecasts, and **Etch** provides the tamper-evident audit chain.
Status
Research / demo. Demo toolkit is ready. Prospect list compiled (Maersk, MSC, Glencore Shipping, TMS Cardiff, Horizon Lines, Star Bulk Carriers, Navios Maritime, Torm A/S). Used as a proof point that the platform composes into vertical intelligence products quickly.
Tech Stack
Python + FastAPI backend on Eudaimonia, Next.js + Mapbox frontend (worldmonitor), AAASP agents for ingestion pipelines, Cerebras for fast inference, Etch for provenance.