Private BetaWe're currently in closed beta.Join the waitlist
Interactive Demos

See AI agents
in action.

Watch AI agents make decisions in real-time simulations. Every decision, every reason, every outcome—logged to Empress.

6 demosReal-time observabilityEmpress SDK integrated
🏭

Warehouse Robotics

Watch autonomous warehouse robots pick items, charge batteries, and coordinate with each other. Every decision is logged to Empress.

Agents8 robots
DecisionsPick, charge, yield, navigate
IndustryLogistics
3DRoboticsMulti-agent
Coming soon
🚁

Drone Delivery

Drone fleet management simulation. Observe delivery drones making routing decisions, avoiding obstacles, and optimizing delivery times.

Agents10 drones
DecisionsRoute, deliver, return, charge
IndustryDelivery
3DFleetRouting
Coming soon
✈️

Air Traffic Control

Air traffic simulation with aircraft making approach, hold, and landing decisions. See how Empress tracks safety-critical agent decisions.

AgentsMultiple aircraft
DecisionsApproach, hold, land, taxi
IndustryAviation
3DSafety-criticalCoordination
Coming soon
🏗️

Construction Estimation

Physical intelligence for construction. AI agents analyze 3D geometry to generate cost estimates. Every measurement and calculation is observable.

AgentsEstimator agent
DecisionsMeasure, estimate, explain
IndustryConstruction
3DEstimationGeometry
Coming soon
🚗

Autonomous Vehicles

Self-driving vehicle simulation. Observe vehicles navigating traffic, making lane changes, and responding to obstacles.

AgentsMultiple vehicles
DecisionsNavigate, brake, accelerate, yield
IndustryAutomotive
3DNavigationSafety
Coming soon
🗺️

Exploration Agent

Autonomous exploration in unknown environments. Watch an agent map terrain, identify obstacles, and plan efficient paths.

AgentsExplorer agent
DecisionsExplore, map, navigate, discover
IndustryResearch
3DMappingPlanning
Coming soon

Every decision, logged

These demos aren't just visualizations—they're real AI agents making decisions and logging to Empress. Watch the decision feed as agents work.

1
Agent observes environment
Battery level, nearby objects, current task
2
Agent makes decision
Intent, reason, risk level, confidence
3
Decision logged to Empress
xAPI statement with full context
4
Action executed
Outcome tracked and recorded
decision_log.json
# Robot decision captured
{
"actor": "robot-07",
"verb": "decided",
"intent": "pick_item",
"reason": "High priority order",
"riskLevel": "nominal",
"context": {
"battery": 78,
"order_id": "ORD-4521"
}
}

Built with Empress SDK

Every demo uses the same SDK you'll use in production. Just import, configure, and start logging decisions.

import { createClient, createActor } from '@empress/sdk'

Build your own

Ready to add observability to your AI agents?