Overview
This post summarizes the paper Agyn: An Open-Source Platform for AI Agents with Scalable On-Demand Runtimes.
- Field: AI
- Authors: Nikita Benkovich, Vitalii Valkov
- Published: 2026-05-28
- arXiv: 2605.27575
- Signal-driven, stateful serverless runtime on Kubernetes, purpose-built for agent workloads.
- Terraform provider for declarative definition of agents and harnesses.
- Security model based on zero-trust and least-privilege principles.
- Neutral by design: agent-agnostic, model-agnostic, and cloud-agnostic.
- Addresses the shift from *building* individual AI agents to *operating* them at scale with isolation, governance, and security.
Abstract
As organizations move toward production deployments of AI agents, which execute non-deterministic workflows, maintain stateful sessions, and often operate with privileged access to internal services, the engineering challenge shifts from building individual agents to operating them at scale with proper isolation, governance, and security. In this paper we present Agyn, an open-source platform designed around three key principles tailored for agent workloads: a signal-driven, stateful serverless runtime on Kubernetes; a Terraform provider for agent and harness definition; and a security model grounded in zero-trust and least-privilege principles. Agyn is agent-agnostic, model-agnostic, and cloud-agnostic.