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.
-
Anagha Rumade
-
Daniel Ostrovsky
-
Rishab Kumar
-
Andreas Erben
-
Ashok Prakash
-
Dan Fu
- + many more
See all speakers
- AI Models
- AI Coding Assistants
- Generative AI (GenAI)
- Best Practices
- Productivity
- Vibe Coding
- Claude
- Code Reviews
- Code Generation
- Prompt Engineering
- Copilot
- GitHub
- 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.
-
Anjana Umapathy
-
Aldan Creo
-
Alla Barbalat
-
Ashish Shubham
-
Baruch Sadogursky
-
Benjamin Smith
- + many more
See all speakers
- Agentic AI
- AI Models
- AI Standards
- Agents
- Large Language Models (LLMs)
- AGI (Artificial General Intelligence)
- Anthropic
- LLMOps
- OpenAI
- Multi-Agent Systems
- Edge AI
- LangChain
- Retrieval-Augmented Generation (RAG)
- Small Language Models (SLMs)
- Embeddings
- Gemini
- 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.
-
Apoorva Jaiswal
-
Alex Garnett
-
Ankita Sood
-
Charlie Cheever
-
David Morris
-
Hrushikesh Pokala
- + many more
See all speakers
- Java
- Performance
- Python
- Cross-Platform
- Angular
- iOS
- React
- Swift
- .NET
- Go
- JavaScript
- Kotlin
- TypeScript
- Web Standards
- Android
- Bash/Shell
- C#
- CSS
- Flutter
- Jakarta EE
- JVM
- Microfrontends
- Modularization
- Next.js
- Node.js
- NPM
- Progressive Web Apps (PWAs)
- React Native
- Runtimes
- 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.
-
Andrea Griffiths
-
Ankit Patel
-
Artem Mukhin
-
Ashutosh Saxena
-
Bala Subrahmanyam Kambala
-
Daniel Oh
- + many more
See all speakers
- Developer Experience (DevEx)
- DevOps
- Open Source
- Automation
- Docker
- CI/CD
- Containers
- Tooling
- Caching
- Internal Platforms
- Workflows
- Design Systems
- DORA Metrics
- GitHub
- Tools
- Workflow Automation
- ArgoCD
- GitHub Actions
- Low Code/No Code
- 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.
-
Aaron Grogg
-
Alexander Arians
-
Anita Ganti
-
Ankur Gupta
-
Bharat Patel
-
Brian Whippo
- + many more
See all speakers
- APIs
- Infrastructure
- Software Architecture
- Observability
- AWS
- Containers
- Distributed Systems
- Microservices
- Multi-Cloud
- Scaling
- Performance
- Reliability
- Site Reliability Engineering (SRE)
- Event-Driven Architecture (EDA)
- Caching
- Edge AI
- Metrics
- System Design
- Apache Kafka
- AWS Lambda
- Web Performance
- CNCF
- Google Cloud (GCP)
- On-Premise
- OpenTelemetry
- 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.
-
Alper Ebicoglu
-
Amjad Shaikh
-
An Phan
-
Ben Makuh
-
Claire Longo
-
David Campbell
- + many more
See all speakers
- Large Language Models (LLMs)
- Data
- Databases
- Data Pipelines
- Analytics
- Data Science
- Model Training
- Retrieval-Augmented Generation (RAG)
- Small Language Models (SLMs)
- Apache Kafka
- Databricks
- Embeddings
- SQL
- Vector Databases
- Business Intelligence
- Data Lakes
- Deep Learning
- Fine-Tuning
- Microsoft SQL Server
- Reinforcement Learning
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.
-
Abdel Fane
-
Alex Olivier
-
Alexandre Daubois
-
Borko Djurkovic
-
Daniel Murphy
-
Desmond Lamptey
- + many more
See all speakers
- Security
- Secure Coding
- Cloud Security
- DevSecOps
- Safety
- AppSec
- Governance
- Threat Modelling
- Authentication
- Compliance
- Privacy
- SBOM
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
-
Chuck Reeves
-
Cole Medin
-
Eric Deandrea
-
Guillaume Lebedel
- + many more
See all speakers
- Testing
- Code Reviews
- Clean Code
- E2E Testing
- Quality Assurance (QA)
- Automation Testing
- Integration Testing
- Test-Driven Development (TDD)
- 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.
-
Ajit Varma
-
Ajita Kanchivakam Ananth
-
Anurag Malik
-
Brandon LEE
-
Cedric Clyburn
-
Derric Gilling
- + many more
See all speakers
- Open Source
- Collaboration
- People & Culture
- Innovation
- Community
- Digital Transformation
- Future of Work
- Career Development
- Governance
- Product Management
- Product Strategy
- Advocacy
- Business Models
- Communication
- DevRel & Advocacy
- Entrepreneurship
- FinTech
- Soft Skills
- Startups
- Talent & Recruiting
- Team Building
- Agile
- Case Study
- Motivation
- Project Management
- Agentic AI
- AI Models
- AI Coding Assistants
- AI Standards
- Agents
- Generative AI (GenAI)
- Large Language Models (LLMs)
- APIs
- Developer Experience (DevEx)
- Security
- Infrastructure
- Software Architecture
- AGI (Artificial General Intelligence)
- Best Practices
- DevOps
- Observability
- Open Source
- Automation
- Data
- Docker
- Productivity
- Testing
- Vibe Coding
- Anthropic
- AWS
- Claude
- Collaboration
- Secure Coding
- CI/CD
- Cloud Security
- Containers
- Databases
- DevSecOps
- Distributed Systems
- Java
- LLMOps
- Microservices
- Multi-Cloud
- OpenAI
- People & Culture
- Scaling
- Code Reviews
- Data Pipelines
- Innovation
- Multi-Agent Systems
- Performance
- Python
- Reliability
- Safety
- Site Reliability Engineering (SRE)
- Analytics
- AppSec
- Autonomous Systems
- Code Generation
- Community
- Cross-Platform
- Digital Transformation
- Event-Driven Architecture (EDA)
- Future of Work
- Tooling
- Accessibility
- Angular
- Caching
- Career Development
- Clean Code
- Data Science
- E2E Testing
- Edge AI
- Embedded Systems
- Governance
- Internal Platforms
- iOS
- LangChain
- Metrics
- Model Training
- Product Management
- Product Strategy
- Prompt Engineering
- Quality Assurance (QA)
- React
- Retrieval-Augmented Generation (RAG)
- Small Language Models (SLMs)
- Swift
- System Design
- Threat Modelling
- Workflows
- .NET
- Advocacy
- Apache Kafka
- Authentication
- Automation Testing
- AWS Lambda
- Business Models
- Communication
- Compliance
- Copilot
- Databricks
- Design Systems
- DevRel & Advocacy
- DORA Metrics
- eCommerce
- Embeddings
- Entrepreneurship
- Ethics
- FinTech
- Gemini
- GitHub
- Go
- Integration Testing
- Internet of Things (IoT)
- JavaScript
- Kotlin
- Mistral
- NVIDIA
- Ollama
- Regulation
- Soft Skills
- SQL
- Startups
- Talent & Recruiting
- Team Building
- Test-Driven Development (TDD)
- Tools
- Transformers
- TypeScript
- Vector Databases
- Web Performance
- Web Standards
- Workflow Automation
- Agile
- Android
- Apache Flink
- AR/VR/XR
- ArgoCD
- Bash/Shell
- Business Intelligence
- C#
- Case Study
- Climate & Green Tech
- CNCF
- Core Web Vitals
- CSS
- Dart
- Data Lakes
- Data Mesh
- Deep Learning
- Elasticsearch
- Elixir
- Fine-Tuning
- Flutter
- Fundraising
- Gaming
- GitHub Actions
- Google Cloud (GCP)
- Jakarta EE
- JVM
- Llama
- Low Code/No Code
- Microfrontends
- Microsoft SQL Server
- Migration
- Modularization
- Motivation
- Next.js
- Node.js
- NPM
- On-Premise
- OpenTelemetry
- OWASP
- Playwright
- Privacy
- Progressive Web Apps (PWAs)
- Project Management
- React Native
- Reinforcement Learning
- Robotics
- Runtimes
- SBOM
- Simulators
- SQLite
- Tokenomics
- Type Systems
- UI/UX
- Unit Testing
- Unity
- Varnish
- Venture Capital (VC)
- Vertex AI
- VS Code
- Web Accessibility
- Web Components
- XCode
- 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.