The talk explores how Rust’s type system and memory safety can be leveraged to enforce mandatory guardrails at the infrastructure level, where traditional frameworks often fall short.

As autonomous AI agents move from prototypes to production, the gap between Python’s flexibility and the need for rigorous safety becomes a critical liability. This session introduces the "Iron Cage" architecture - a hybrid approach that utilizes Rust as a secure, high-performance runtime boundary for AI agents.
The talk explores how Rust’s type system and memory safety can be leveraged to enforce mandatory guardrails at the infrastructure level, where traditional frameworks often fall short. Through a real-world case study, the speaker demonstrates design patterns for wrapping unpredictable AI logic in a secure Rust environment. Attendees will learn how to transition from optional application-level validators to a system where safety and resource constraints are enforced by the runtime itself. The session provides a blueprint for building AI-native infrastructure that ensures production-grade reliability without sacrificing development velocity.
During this talk we'll build a basic, working async runtime using nothing more than a standard library. The point? To see it's approachable for mere mortals.
In this talk, we'll dive deep into what makes concurrency coordination costly, and explore some pathways to mitigate that cost.
For infrastructure engineers, SREs, platform teams, and Rust developers who've felt the pain of configuration drift, failed deployments, and infrastructure code that simply doesn't scale safely.
I contributed LTO-related changes to many open-source projects, and had a lot of interesting discussions with their maintainers about LTO. In this talk, I want to share with you my experience.
In this introductory talk, we will explore what it means to "Ratatuify" the Rust package manager, Cargo.
In my session, I want to present hotpath and channels-console libraries and explain how they compare to other profiling tools available.