The Tech Stack Powering Wise
Summary
Wise, a financial technology company processing £36 billion quarterly, manages its extensive engineering operations with over 850 autonomous engineers across 1000+ microservices by treating its internal infrastructure as a product. This approach standardizes development and deployment through a microservice chassis framework, versioned artifacts for dependency management, and a Compute Runtime Platform (CRP) built on Kubernetes. Their deployment system, Spinnaker, automatically blocks incidents by routing 5% of traffic to new versions, monitoring metrics for 30 minutes, and rolling back anomalies. Wise also uses a unified observability stack (Loki, Grafana, Tempo, Mimir) to correlate logs, traces, and metrics, and has implemented a secure gateway for LLM providers like Anthropic and Google Gemini, alongside a custom RAG service for internal context.
Key takeaway
For AI Architects and MLOps Engineers building complex, distributed systems, Wise's strategy of treating internal infrastructure as a product offers a blueprint for scaling autonomous teams while maintaining reliability. You should evaluate adopting versioned chassis frameworks and automated canary deployment systems like Spinnaker to standardize development and deployment, significantly reducing incidents and engineering overhead.
Key insights
Standardized internal platforms enable autonomous teams to scale complex, high-reliability financial services.
Principles
- Treat internal infrastructure as a product.
- Standardize starting points and deployment paths.
- Automate dependency and security updates.
Method
Wise employs a microservice chassis as a versioned artifact, not a template, ensuring updates flow downstream. It uses Spinnaker for canary deployments with automated metric-based rollbacks and a unified LGTM observability stack for incident correlation.
In practice
- Implement a versioned microservice chassis.
- Adopt automated canary deployments with rollbacks.
- Consolidate observability tools for correlation.
Topics
- Internal Platform Engineering
- Microservice Architecture
- Automated Deployments
- Kubernetes Infrastructure
- Data Engineering
Best for: MLOps Engineer, Software Engineer, AI Architect
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by ByteByteGo Newsletter.