Skip to content
← Projects

Cortex

WebAlive

An AI agent platform with a cost-aware AWS Bedrock model-routing tier that keeps roughly three-quarters of traffic off the most expensive model.

  • Python
  • AWS Bedrock
  • AWS

Highlights

  • Built the model-routing tier where Claude Haiku classifies intent, Claude Sonnet runs 39 tool-style actions, and Nova-backed retrieval answers knowledge queries.
  • Routed roughly three-quarters of traffic off the most expensive model, cutting inference cost without hurting answer quality.
  • Added versioned prompt modules, grounding verification, and per-tenant token budgets to keep behaviour predictable and spend bounded.