Our @SkylightMarine team is rolling out Shippy, an AI agent for the people protecting our ocean in real time. A wrong answer at these stakes can send a patrol vessel miles off course. Here's the architecture we built so analysts can trust it. 🧵

@SkylightMarine Shippy is an AI agent built on Skylight, our real-time maritime intelligence platform. Ask a question in plain language & it fuses data sources, cites them, and delivers clear maritime intelligence in minutes. Making it reliable came down to architecture.

@SkylightMarine Shippy queries Skylight through a purpose-built CLI with typed flags. It handles auth, pagination, & structured output, preventing dropped results + misread responses. Writing to disk – not piping through the shell – keeps large queries from breaking downstream tools.

@SkylightMarine Serving Shippy to hundreds of agencies across 70+ countries meant building new infrastructure. Mothership, our agent hosting platform, runs every conversation in its own ephemeral, isolated session, so no agency ever sees another's data.

A working pattern for high-stakes agents: give the a typed CLI instead of raw shell, write large results to disk so downstream tools do not choke, isolate every session per tenant, and gate deploys on scored scenarios run against live data.
Checking sign-in…
Loading comments…