Program
Topics
The conversations shaping what we'll build next. Find the ones that pull you in - everything it takes to build, test, secure, and ship great software in the age of AI.
01
Building with AI as a craft
What we cover
- Coding agents in your IDE: what to delegate, what to keep.
- Architecture decisions that compound when AI writes code alongside you.
- Prompt design and context engineering as real engineering disciplines.
- Retrieval, latency, and shipping software that survives users.
- Evals and feedback loops you can actually trust against real traffic.
- Refactoring legacy code with agents — what works, what blows up.
-
Rishab Kumar
-
Apoorva Jaiswal
-
Daniel Ostrovsky
-
Pamela Fox
-
Andreas Erben
-
Anita Ganti
- + many more
See all speakers
- AI Models
- AI Coding Assistants
- Generative AI (GenAI)
- GitHub
- Best Practices
- Claude
- Code Reviews
- Productivity
- Vibe Coding
- Copilot
- Code Generation
- Prompt Engineering
- Cursor
- IDEs
- VS Code
02
Agentic systems in production
What we cover
- Multi-agent architectures, MCP, and tool orchestration patterns that hold up.
- Agent memory, long-running agents, and what breaks after six months in front of users.
- Guardrails, fallbacks, and the boring plumbing that keeps agents from going sideways.
- Cost, latency, and throughput trade-offs once agents are on the critical path.
- Honest post-mortems from teams who shipped agentic systems.
-
Elizabeth Fuentes Leone
-
Christopher Harrison
-
Lena Hall
-
Mitesh Patel
-
Alexander Varro
-
Alla Barbalat
- + many more
See all speakers
- Agentic AI
- AI Models
- Agents
- AI Standards
- Large Language Models (LLMs)
- AGI (Artificial General Intelligence)
- Multi-Agent Systems
- Anthropic
- LLMOps
- Edge AI
- OpenAI
- Retrieval-Augmented Generation (RAG)
- Gemini
- LangChain
- Small Language Models (SLMs)
- Embeddings
- Mistral
03
Modern languages and runtimes
What we cover
- Rust, Go, modern Java, Kotlin, and TypeScript at scale.
- WebAssembly moving from edge experiment to mainstream runtime.
- Architectural calls that compound when AI agents start writing code too.
- Interop, FFI, and polyglot stacks when no single language wins anymore.
- Performance tuning, memory models, and concurrency in real production code.
-
Anagha Rumade
-
A N M Bazlur Rahman
-
Alex Garnett
-
Andrea Griffiths
-
Ankita Sood
-
Charlie Cheever
- + many more
See all speakers
- Java
- Cross-Platform
- Performance
- Python
- React
- .NET
- Angular
- iOS
- JavaScript
- Swift
- Go
- Kotlin
- React Native
- Runtimes
- TypeScript
- Web Standards
- Android
- Bash/Shell
- C#
- C++
- Concurrency
- CSS
- Flutter
- Jakarta EE
- JVM
- Microfrontends
- Next.js
- Node.js
- NPM
- Rust
- Systems Programming
- Type Systems
04
Platforms, pipelines and developer experience
What we cover
- Internal developer platforms treated as products, with golden paths that people actually use.
- CI/CD that does not flake, and release flows when AI agents open PRs alongside humans.
- Self-service infra and paved roads that scale across dozens of teams.
- Build times, caching, and the small wins that change how engineers feel about your platform.
- Developer experience as a measurable outcome, not a vibe.
-
Ajeet Raina
-
Michael Irwin
-
Oleg Šelajev
-
Aditya Jayaprakash
-
Alija Nuredini
-
Ankit Patel
- + many more
See all speakers
- Developer Experience (DevEx)
- Open Source
- GitHub
- DevOps
- Docker
- Automation
- CI/CD
- Containers
- Tooling
- Workflows
- Workflow Automation
- GitHub Actions
- Internal Platforms
- Caching
- Infrastructure as Code (IaC)
- Tools
- Design Systems
- DORA Metrics
- Low Code/No Code
- ArgoCD
- Migration
05
Cloud, scale and reliability
What we cover
- Capacity planning, multi-region deployment, and observability that answers questions.
- GPU-heavy workloads next to classic services, and nondeterministic latency on call.
- SLOs and agent telemetry when half your critical path is a model you do not own.
- Incident response and on-call in a stack that mixes deterministic and probabilistic systems.
- Cost, capacity, and the reliability trade-offs of running models in production.
-
Julia Furst Morgado
-
Sandhya Subramani
-
Abbe Piels
-
Aditya Rohit
-
Andrew Wong
-
Ankur Gupta
- + many more
See all speakers
- Infrastructure
- APIs
- Observability
- Software Architecture
- AWS
- Containers
- Reliability
- Distributed Systems
- Multi-Cloud
- Scaling
- Edge AI
- Microservices
- Performance
- Caching
- Event-Driven Architecture (EDA)
- OpenTelemetry
- System Design
- Apache Kafka
- Google Cloud (GCP)
- Metrics
- Site Reliability Engineering (SRE)
- AWS Lambda
- On-Premise
- Web Performance
- CNCF
- Integration
- Varnish
06
Data, analytics and the AI training stack
What we cover
- Pipelines, lakehouses, and streaming systems that hold up under real load.
- Vector databases sitting next to OLAP, and training-data quality as model quality.
- Data contracts, lineage, and freshness when AI features depend on the same plumbing as dashboards.
- Training data, evaluation sets, and the feedback loop between product and pipeline.
- Analytics engineering between raw events and product decisions.
-
Anjana Umapathy
-
Ajit Varma
-
Alper Ebicoglu
-
Amjad Shaikh
-
An Phan
-
Anurag Malik
- + many more
See all speakers
- Large Language Models (LLMs)
- Data
- Data Pipelines
- Databases
- Model Training
- Retrieval-Augmented Generation (RAG)
- Data Science
- Analytics
- Apache Kafka
- Small Language Models (SLMs)
- Databricks
- Embeddings
- Fine-Tuning
- SQL
- Vector Databases
- Business Intelligence
- Data Lakes
- Deep Learning
- Microsoft SQL Server
- Reinforcement Learning
- YAML
07
Security and trust
What we cover
- Supply-chain security, dependency hygiene, and identity wired into builder workflows.
- Prompt injection, agent boundaries, and sensitive-data exfiltration in AI features.
- Authn, authz, and secrets management when agents act on behalf of users.
- Compliance, audit, and the new evidence you need for AI-powered features.
- Threat modeling for a dual-use world where defenders and attackers share tools.
-
Kristiyan Velkov
-
Sam Jarvinen
-
Abdel Fane
-
Aldan Creo
-
Alex Olivier
-
Alexandre Daubois
- + many more
See all speakers
- Security
- Governance
- DevSecOps
- Secure Coding
- Cloud Security
- AppSec
- Safety
- Compliance
- SBOM
- Authentication
- Threat Modelling
- Privacy
- Cryptography
08
Quality and testing in a non-deterministic world
What we cover
- Testing for distributed systems: contract tests, deterministic CI, observability-driven QA.
- Evals, guardrails, and regression suites for LLM-powered features and agents.
- Synthetic data and replay traffic for testing nondeterministic systems.
- Shift-left vs shift-right when half the failures only show up in production.
- Metrics that actually correlate with users trusting your AI feature.
-
Anna Chernyshova
-
Bartosz Leczycki
-
David Morris
-
Eric Deandrea
-
Evis Drenova
-
Guillaume Lebedel
- + many more
See all speakers
- Code Reviews
- Testing
- Quality Assurance (QA)
- Automation Testing
- Clean Code
- Test-Driven Development (TDD)
- E2E Testing
- Integration Testing
- Playwright
- Unit Testing
09
Engineering leadership in a shifting stack
What we cover
- Team design, hiring, and training in a world where AI touches most engineering work but only a slice is genuinely delegated.
- Build vs buy, platform choices, and governance for tools that change every quarter.
- Budget, headcount, and ROI conversations when half the tooling is changing under you.
- Leading through ambiguity when neither vendors nor benchmarks have caught up yet.
- Architectural decisions that compound across the next two years.
-
Abigail Morgan
-
Ajita Kanchivakam Ananth
-
Alan Torrance
-
Alex Goldman
-
Andrew MacLean
-
Benni Mack
- + many more
See all speakers
- Open Source
- Governance
- Future of Work
- Innovation
- People & Culture
- Collaboration
- Digital Transformation
- Advocacy
- Community
- Career Development
- Communication
- Business Models
- DevRel & Advocacy
- Entrepreneurship
- FinTech
- Product Strategy
- Startups
- Talent & Recruiting
- Team Building
- Case Study
- Product Management
- Soft Skills
- Agile
- Motivation
- Project Management
- Agentic AI
- AI Models
- Agents
- AI Coding Assistants
- AI Standards
- Security
- Developer Experience (DevEx)
- Large Language Models (LLMs)
- Generative AI (GenAI)
- Infrastructure
- Open Source
- APIs
- Observability
- Software Architecture
- GitHub
- DevOps
- Docker
- Automation
- AWS
- Best Practices
- CI/CD
- Governance
- AGI (Artificial General Intelligence)
- Claude
- Code Reviews
- DevSecOps
- Productivity
- Secure Coding
- Vibe Coding
- Containers
- Copilot
- Multi-Agent Systems
- Tooling
- Future of Work
- Testing
- Anthropic
- Cloud Security
- Innovation
- LLMOps
- People & Culture
- Code Generation
- Collaboration
- Data
- Digital Transformation
- Reliability
- Autonomous Systems
- Data Pipelines
- Distributed Systems
- Internet of Things (IoT)
- Java
- Multi-Cloud
- Prompt Engineering
- Scaling
- Workflows
- Advocacy
- AppSec
- Cross-Platform
- Databases
- Edge AI
- Microservices
- OpenAI
- Performance
- Safety
- Workflow Automation
- Community
- GitHub Actions
- Internal Platforms
- Model Training
- Python
- Quality Assurance (QA)
- Retrieval-Augmented Generation (RAG)
- Accessibility
- Caching
- Career Development
- Communication
- Compliance
- Data Science
- Embedded Systems
- Event-Driven Architecture (EDA)
- Infrastructure as Code (IaC)
- OpenTelemetry
- React
- SBOM
- System Design
- Tools
- .NET
- Analytics
- Angular
- Apache Kafka
- Authentication
- Automation Testing
- Business Models
- Clean Code
- Design Systems
- DevRel & Advocacy
- eCommerce
- Entrepreneurship
- FinTech
- Gemini
- Google Cloud (GCP)
- iOS
- JavaScript
- LangChain
- Metrics
- Product Strategy
- Robotics
- Site Reliability Engineering (SRE)
- Small Language Models (SLMs)
- Startups
- Swift
- Talent & Recruiting
- Team Building
- Test-Driven Development (TDD)
- Threat Modelling
- Apache Flink
- AWS Lambda
- Case Study
- Databricks
- Digital Twins
- DORA Metrics
- E2E Testing
- Embeddings
- Ethics
- Fine-Tuning
- Gaming
- Go
- Integration Testing
- Kotlin
- Low Code/No Code
- Mistral
- NVIDIA
- Ollama
- On-Premise
- Privacy
- Product Management
- React Native
- Runtimes
- Sentry
- Soft Skills
- SQL
- Tokenomics
- Transformers
- TypeScript
- UI/UX
- Vector Databases
- Venture Capital (VC)
- Web Performance
- Web Standards
- Agile
- Android
- AR/VR/XR
- Arduino
- ArgoCD
- Bash/Shell
- Business Intelligence
- C#
- C++
- Climate & Green Tech
- CNCF
- Concurrency
- Cryptography
- CSS
- Cursor
- Dart
- Data Lakes
- Data Mesh
- Deep Learning
- Elasticsearch
- Elixir
- Employer Branding
- Firebase
- Flutter
- Fundraising
- IDEs
- Integration
- Jakarta EE
- JVM
- Llama
- Marketing
- Microfrontends
- Microsoft SQL Server
- Migration
- Motivation
- Neo4j
- Next.js
- Node.js
- NPM
- OWASP
- PHP
- Playwright
- Project Management
- Quantum
- Regulation
- Reinforcement Learning
- Rust
- Simulators
- Slack
- Snyk
- SolidJS
- Sonar
- SQLite
- Svelte
- Synthetic Data
- Systems Programming
- Type Systems
- Unit Testing
- Unity
- Varnish
- Vertex AI
- VS Code
- Web Accessibility
- Web Components
- Xamarin
- XCode
- YAML
- Zero Trust
More At The Event
More to Discover.
-
Workshops
Hands-on workshops
Small-group, deep-dive sessions led by industry experts. Limited seats, high signal.
-
Masterclasses
Full-day masterclasses
A full day of in-depth, hands-on training. Pick a masterclass and walk out with skills you didn't have before.
-
Experiences
Activities & experiences
What three days at the event actually feel like — the talks you'll catch, the people you'll meet, and everything around the edges.
Hidden Route
Subscribers Get More
A 10% discount code, plus early intel on new speakers, agenda updates, and price moves — straight to your inbox.