Examples
Real products the autonomous workforce has shipped. No slideware — click in and drive the interface yourself.
Pick one to explore
Start with the COBOL modernization — it's the demo that changed how we pitch the product.
COBOL Modernization — CARDDEMO
Mainframe credit-card system → Java / Spring / AWS, without losing the green screen
AWS's CardDemo reference app, reimagined. The 3270 terminal stays — every CICS transaction (sign-on, account view, card list, transactions) runs against a modern Spring Boot backend. This is how you move a 40-year-old system forward without retraining the operators.
AI App Marketplace — NexusApp
A small marketplace where each app is a chat persona with a focused job
Eleven chat-only apps in four categories — Recipe Pal, Code Reviewer, Trip Planner, and more. Install, open, chat. Replies stream token-by-token from Claude with markdown rendering, system prompts stay server-side, and adding a new app is one tuple. The smallest possible distillation of an LLM-app-platform thesis.
Greenfield Multiplayer — Tile Tactics
A real-time Rummikub clone with AI-driven seats
A dispatched-from-scratch consumer game. Server-authoritative state with per-host rooms, lobby + invite links, and AI players that propose moves the server validates against the rules. Simulate-then-rollback means a creative AI move never corrupts the board.