From the founder’s desk

AIOGen is being built to make Kubernetes governance faster, leaner, and easier to justify in production.

This benchmark note shares one current checkpoint from AIOGen’s engineering journey. In an April 2026 pre-MVP benchmark, the system demonstrated sub-millisecond median policy-logic latency and low single-digit millisecond median full-handler latency under a defined k6 workload.

Pure Policy Logic p50 0.1047 ms
Full Handler p50 3.5967 ms
Kyverno Reference Avg 64.34 ms
Arjuna representing precision, speed and winner

Performance Checkpoint

These results reflect the current state of the system at the time of measurement and do not represent the end of our optimization work. We focus on the "Inner Circle" to ensure the logic engine itself adds negligible overhead to your cluster.

What this benchmark shows

The current pre-MVP run suggests that AIOGen’s core policy path can stay compact while keeping the full admission path within a low single-digit millisecond median under the stated test conditions. For platform teams, that matters because governance is easiest to adopt when it behaves like efficient infrastructure rather than recurring operational overhead.

Compact core path

The inner-circle metric isolates the pure policy-logic path and measured a median latency of 0.1047 ms in this run.

Operationally relevant path

The outer-circle metric measures the full handler path and recorded a median latency of 3.5967 ms under the same workload.

Work in progress

AIOGen is still under active optimization, so these numbers should be read as a documented checkpoint rather than a final ceiling.

Latency trails

The chart below shows the shape of the latency curve from best-case to tail events. For context, AIOGen was measured on a 2-core setup, while the Kyverno reference comes from a published run on a 32-core environment.

Response curve by percentile

Inner circle shows pure policy logic; outer circle shows the full admission path.

AIOGen pre-MVP vs Kyverno
Operational question

Is governance still overpriced?

It often becomes overpriced when the cost of enforcement is measured only as a licensing line item and not as execution work inside the cluster. Every additional millisecond in the admission path represents compute time spent evaluating requests, holding resources, and reducing the amount of work the same hardware can process over time.

That is why latency matters beyond user experience across edge and cloud landscapes. In a busy Kubernetes environment, higher admission latency can translate into more CPU consumption, more memory pressure, more replicas to maintain throughput, and ultimately a higher infrastructure bill for the same governance outcome.

AIOGen’s benchmark story is aimed at that exact problem. If governance can execute with a smaller runtime footprint, then the platform team is not just reducing delay; it is reducing the compute cost of enforcement itself and making governance easier to justify operationally.

Benchmark statement

In an April 2026 pre-MVP benchmark using a k6 concurrent direct workload of 100 virtual users across 1000 requests, AIOGen measured a median pure policy-logic latency of 0.1047 ms and a median full-handler latency of 3.5967 ms. For public benchmarking context, Kyverno’s published 100 VUs / 1000 iterations benchmark reports avg=64.34 ms, min=13.06 ms, med=51.61 ms, max=236.42 ms, p(90)=120.99 ms, and p(95)=160.19 ms. These figures describe different systems under different published methodologies and should be read as benchmark context rather than as a universal claim across all deployments.

Founder’s note

We are sharing these benchmark results to show where AIOGen stands today, not to suggest the journey is finished. Our focus remains on continuing to improve latency behavior, throughput efficiency, and deployment readiness as the product evolves.

— Founder

Methodology

Visible methodology text makes the page safer and more trustworthy because it anchors the claim to a defined test profile and a disclosed public reference.

ItemDetails
AIOGen workloadk6 concurrent direct benchmark
AIOGen load profile100 virtual users, 1000 requests
AIOGen inner-circle metricsymbol_latency, representing the pure policy-logic path
AIOGen outer-circle metrictotal_handler_latency, representing the full admission handler path
AIOGen observed median0.1047 ms inner-circle, 3.5967 ms outer-circle
AIOGen observed average1.1845 ms inner-circle, 14.8061 ms outer-circle
Kyverno published benchmark [ref] 100 virtual users / 1000 iterations, avg 64.34 ms, min 13.06 ms, median 51.61 ms, max 236.42 ms, p90 120.99 ms, p95 160.19 ms
Hardware contextAIOGen benchmark was run on a 2-core setup, while Kyverno’s published reference comes from a substantially larger 32-core environment.

Disclaimer

  1. AIOGen benchmark figures on this page are from an internal pre-MVP benchmark run recorded in April 2026 under the methodology described above.
  2. Kyverno published benchmark [ref] reports benchmark for 100VUs, 1000 iterations
  3. These benchmark results are presented as point-in-time engineering measurements under controlled conditions and should not be interpreted as guarantees of future production performance.
  4. Actual performance may vary depending on hardware profile, Kubernetes version, request shape, policy count, policy complexity, admission configuration, and surrounding system activity.
  5. AIOGen remains under active optimization, and published metrics may change as the product evolves.
  6. Where third-party products are referenced, such references are methodology-bound and are provided for context only.