AgentsApplications 🇺🇸 27.07.2026 02:03

What Building the Shippy Agent Taught Us: How to Build Reliable AI Agents for Operational Tasks

Allen Institute for AIAllen Institute for AI AnthropicAnthropic
The Skylight (Ai2) team shared their experience developing Shippy, an AI agent for maritime awareness. The main challenge is ensuring reliability under high-stakes conditions. Shippy's architecture includes a "soul" (system prompt), skills (markdown files), and configuration. For determinism, the agent uses a CLI instead of direct API calls. Each user works in an isolated session via the Mothership platform. Agent evaluation is conducted on live data using custom scenarios; Shippy is open for testing by early users.
The Skylight team (a division of Ai2) has described the creation of Shippy, an AI agent for real-time maritime awareness. The main challenge is reliability: a mistake could send a patrol vessel to the wrong location. Shippy's architecture consists of three parts: a soul (system prompt defining behavior boundaries), skills (a set of instructions in Markdown format with front matter), and configuration (OpenClaw execution environment, LLM Claude Opus 4.6, runtime parameters). Skills describe typical queries: searching for events, exclusive economic zone boundaries, interpreting vessel tracks, and generating map links. To reduce nondeterminism, Shippy accesses the Skylight API through a specialized CLI that handles authentication, pagination, and output formatting. This eliminates errors inherent in direct calls. To isolate user data, the Mothership platform was built: for each session, a separate Kubernetes deployment is created, tied to the user's JWT. Agent evaluation is conducted on live data: experts write scenarios with rubrics and weights, an LLM judge evaluates each criterion, results are aggregated and compared against a threshold. Tests are run via the Harbor framework. Shippy is open to early users; plans include map management through the agent, routing queries to different models, and cross-session memory. Shippy's experience is also being used for the EarthRanger and OlmoEarth projects.
Source: Hugging Face blog — original
Our earlier posts on this topic ↓
Fresh news