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.
As Rust projects grow, managing private crates becomes a real headache. Teams struggle with inconsistent versioning, fragile dependencies, and cumbersome workflows that slow down development. In this talk, I’ll walk through how these challenges can be solved with Rust and CrabHub.
I'll initiate you in the art of 'CAN bus sniffing': Connecting to the central nervous system of a modern car, interpreting the data, and seeing what we can build as enthousiastic amateurs.
In this talk, we’ll explore battle-tested best practices for integrating Claude Code into a professional Axum development workflow without compromising on Rust’s core values: correctness, clarity, and maintainability.
In this talk, we'll explore the current state of AI development in Rust, highlighting key crates, frameworks, and tools. Covering the essentials from ML and NLP to integrating LLMs and agent-based automation.
We’ll take a deep dive into Rust channels — from synchronous channels to asynchronous channels — to explore how message passing enables reliable concurrent programming.