You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI Agentic Architecture for Legacy Banking Modernization
What This Project Demonstrates
EvolutionAI is a production-grade reference implementation showing how multi-agent AI orchestration can modernize legacy COBOL banking systems into cloud-native Java/Quarkus services — with full observability, compliance verification, and executive visibility.
Source: AWS CardDemo — a COBOL/CICS credit card management application
Target: Apache Fineract-compatible REST APIs built on Java 17 / Quarkus
Method: Six specialized AI agents working in a coordinated pipeline with human-in-the-loop design decisions
Result: Browsable conversion artifacts, a living metrics dashboard, and a repeatable methodology
Key Results
Metric
Traditional
AI-Driven (This Project)
Cost per COBOL line
$15 — $25
< $2.50
Human hours per module
200+
< 40
Timeline (full migration)
3 — 5 years
6 — 12 months
Behavioral equivalence
Manual testing
99.7% automated pass rate
Compliance verification
Post-hoc audit
Continuous, per-module
Quick Start
# Clone the repository
git clone https://github.com/scalefirstai/EvolutionAI.git
cd EvolutionAI
# Set up COBOL source (clones AWS CardDemo)
./scripts/setup.sh
# Launch all services (dashboard, observability, metrics)
docker-compose up
# Open the dashboard
open http://localhost:3000