Overview
Field: AI Authors: Nikita Benkovich, Vitalii Valkov Published: 2026-05-28 arXiv: 2605.27575
Abstract (full translation)
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;
- A security model grounded in zero-trust and least-privilege principles.
- Focuses on the operational challenge of running AI agents at scale, not on building individual agents.
- Serverless, stateful runtime on Kubernetes handles non-deterministic, session-based agent workloads.
- Infrastructure-as-code (Terraform) for reproducible agent and harness deployment.
- Zero-trust, least-privilege security for agents with privileged internal access.
Agyn is agent-agnostic, model-agnostic, and cloud-agnostic.