InfoQ Homepage Presentations
-
Engineering AI for Creativity and Curiosity on Mobile
Bhavuk Jain discusses scaling raw AI models into production-grade mobile features. He explains the architecture, runtime guardrails, and fine-tuning behind AI Wallpapers and Circle to Search.
-
Platform Engineering for Everyone - Success Can’t Be Coded
Max Korbacher shares why internal developer platforms fail and how engineering leaders can build successful, product-minded platforms by focusing on people and process over raw technology.
-
From OTEL to SLMs: Distilling Frontier Model Behaviour from Production Telemetry
Ben O'Mahony shares how to build a data flywheel for AI agents using OpenTelemetry, explaining how behavioral user signals can be mined to distill and fine-tune smaller, localized language models.
-
The Rust High Performance Talk You Did Not Expect
Ruth Linehan discusses Momento’s 3-year migration from Kotlin to Rust, explaining how the borrow checker speeds up delivery velocity and why Rust lowers overall engineering costs in production.
-
Postgres for Production Agents: Your Relational Foundation for Enterprise AI
Gwen Shapira discusses how to power enterprise AI features using Postgres, explaining advanced relational SQL context retrieval, pgvector semantic tuning, and transitioning to agentic workflows.
-
Lessons Learned in Migrating to Micro-Frontends
Luca Mezzalira discusses a practical roadmap for migrating to micro-frontends, explaining how to optimize for team autonomy, identify domain boundaries, and leverage edge-compute routing.
-
Road to Compliance: Will Your Internal Users Hate Your Platform Team?
Davide de Paolis shares how to scale internal compliance and platform engineering without breaking developer velocity, detailing automated feedback loops and "minimum viable governance" on AWS.
-
Chaos Engineering GPU Clusters
Bryan Oliver explains how to apply chaos engineering to massive GPU clusters. Learn how to handle hardware variability, NUMA nodes, and network faults to secure your AI infrastructure.
-
Accelerating Netflix Data: a Cross-Team Journey from Offline to Online
Raj Ummadisetty and Ken Kurzweil explain how Netflix transitioned its key-value abstraction from stateless to stateful, reducing data deployment time by 90% and infrastructure costs by 70%.
-
The Multi-Agent Approach: Building Reliable and Controllable Software Development Automation
Itamar Friedman explains how to transition from "vibe coding" to reliable software delivery. Learn how to govern agent communication and build a context-driven SDLC that scales.
-
Designing AI Platforms for Reliability: Tools for Certainty, Agents for Discovery
Aaron Erickson shares how NVIDIA scales AI agent hierarchies by balancing determinism and discovery, offering engineering leaders a practical blueprint for building reliable, purpose-built systems.
-
Practical Robustness: Going beyond Memory Safety in Rust
Andy Brinkmeyer explains how to leverage Rust beyond memory safety. Discover how senior devs and architects can embed runtime protocols into types to eliminate bugs at compile time.