Case 19 · Flagship

AI Runtime Platform

An AI runtime execution plane makes model calls behave like production infrastructure: governed, observable, scalable, and owned by platform contracts rather than scattered application code.

01

How it works

From request to a runtime decision.

AI Runtime Platform by Andrey Lesnikov — an OpenAI-compatible execution plane that routes to vLLM and KServe on Kubernetes using health, cost, and canary policy.

Architecture diagram of the AI Runtime Platform: FastAPI gateway, serving plane, and GitOps delivery
Execution plane first: gateway decision loop, serving backends, then observe and GitOps delivery.
Animation of the AI Runtime Platform decision loop from request to gateway routing and observability
Lifecycle — Request → Gateway decision → Health / cost / canary → Serve → Observe
  1. 01

    Ingress the request

    Clients hit an OpenAI-compatible FastAPI gateway — one boundary for apps and agents instead of scattered provider SDKs.

  2. 02

    Decide the runtime path

    Health, latency, cost, canary weights, and fallback policy select the backend; the decision is visible on every completion response.

  3. 03

    Serve on Kubernetes

    vLLM and KServe paths run with probes, ServiceMonitors, and KEDA queue autoscaling — GPU or local CPU compose for demos.

  4. 04

    Observe and deliver

    OpenTelemetry traces the intent-to-model path; Argo CD ships the plane with SBOM, cosign, and supply-chain gates.

02

Evidence

From problem to proof.

How the system is framed, operated, and proven — not a slide deck summary.

01
Problem

AI systems often begin as direct provider API calls. In production that leaves gaps around identity, policy, MCP tool governance, scaling, telemetry, cost visibility, and auditability. Every team reinvents rate limits, fallback, and audit trails in application code.

02
Architecture

The runtime plane combines an OpenAI-compatible gateway, MCP governance, intent proxying, KServe/vLLM serving paths, KEDA scaling, Redis state, OIDC identity, and OpenTelemetry traces. Policy and quotas sit in front of model execution; traces follow the request from client intent to provider response.

03
Operating model

Platform owns the contracts: who can call which tools, which models are allowed, which budgets apply, and which SLOs burn when latency or error rates climb. Application teams consume a stable interface instead of wiring providers ad hoc.

04
Trade-offs

A runtime plane introduces more platform responsibility than direct SDK usage. The payoff is consistent governance, reusable observability, clearer failure isolation, and a better path from prototype to production.

05
Evidence

Useful signals include policy decision logs, token and cost metrics, provider fallback counts, KEDA scale events, and end-to-end traces that name the intent, tool, and model path.

Constraints

OpenAI-compatible interfaces, MCP tool boundaries, model-serving latency, Kubernetes autoscaling, OIDC, audit trails, and cost visibility.

03

Related

Nearby systems.

Case 26 · Flagship

AI Infra Control Plane

  • Python
  • Kubernetes
  • Terraform

Private AI platforms need shared governance across identity, policy, audit, cost, and SLO signals — not scattered service configs

Private AI with explicit platform contracts

Case 02 · Flagship

Cloud-Native AI Gateway

  • Gateway
  • Providers
  • OpenTelemetry

AI usage needs routing, policy, budget awareness, and provider resilience

One boundary: rate, budget, fallback, OTel

Case 07

LLM Infrastructure Runtime

  • Queue
  • vLLM
  • KServe

LLM workloads move faster than traditional platform controls and can quickly become expensive, opaque, and hard to operate

LLM serving with operability signals

Available for meaningful infrastructure conversations

Build systems that stay calm under pressure.

Available for conversations

Talk infrastructure

Book a working session

Meet

Evidence first

For deep dives

Explore the systems

All cases