A governed agentic engine for legacy modernization
An orchestrated multi-agent system that rebuilds features of a twenty-year-old enterprise platform from behavior rather than from source code.
How it works Close
- Clean-room approach: the input is a behavior specification extracted from the running system, not the legacy source. Old code resolves ambiguity; it is never the thing being transformed.
- Orchestrator/worker model tiering on Amazon Bedrock, running inside the VPC with no egress path for source or data.
- Automated evaluation harness using the legacy system as a golden master, so the loop iterates against its own failures rather than routing every correction through a human.
- Governance as architecture: full audit logging, configurable human approval gates, and a per-run token budget with a hard kill-switch.
- Designed so the engine — not any single rebuilt feature — is the deliverable. Success is measured by how much of the first slice generalizes to the second.
- Claude
- Amazon Bedrock
- AWS VPC
- Python
- Java