Saltar al contenido principal
Inicio

Blog

Escritura técnica sobre Rust, agentes de IA y seguridad en producción.

Benchmark methodology: how we measured cold start, memory, and throughput

The numbers on the homepage need a paper trail. This post is the methodology companion to [Why we built an AI agent framework in Rust](/blog/why-rust-for-ai-agents). Here is the exact setup, what each metric measures, what the tests do not cover, and where to find the raw results.

Why we built an AI agent framework in Rust

Python is the default for AI tooling. We chose Rust. Here is the full reasoning, including the parts that made us uncomfortable.