Skip to content

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.
  • AI Models
  • AI Coding Assistants
  • Generative AI (GenAI)
  • Best Practices
  • Productivity
  • Code Reviews
  • Claude
  • Code Generation
  • Copilot
  • GitHub
  • Prompt Engineering
  • Cursor
  • Vibe Coding
  • VS Code
  • IDEs
  • PyCharm

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.
  • Agentic AI
  • AI Models
  • Agents
  • AI Standards
  • Large Language Models (LLMs)
  • LLMOps
  • Multi-Agent Systems
  • Retrieval-Augmented Generation (RAG)
  • Edge AI
  • AGI (Artificial General Intelligence)
  • Anthropic
  • Gemini
  • Small Language Models (SLMs)
  • Embeddings
  • OpenAI
  • LangChain
  • 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.
  • Performance
  • Java
  • Python
  • C#
  • JavaScript
  • React
  • TypeScript
  • .NET
  • Cross-Platform
  • Node.js
  • Rust
  • iOS
  • Kotlin
  • Android
  • C++
  • Go
  • Web Standards
  • JVM
  • Linux
  • React Native
  • Concurrency
  • Kotlin Multiplatform
  • Runtimes
  • Type Systems
  • Angular
  • ASP.NET
  • Compilers
  • CSS
  • HTML
  • Microfrontends
  • Modularization
  • Next.js
  • NPM
  • Progressive Web Apps (PWAs)
  • Spring Boot
  • Swift
  • Vue.js
  • WebAssembly
  • Bash/Shell
  • Cargo
  • Flutter
  • Gradle
  • Jakarta EE
  • Ruby on Rails
  • Spring
  • Systems Programming

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.
  • DevOps
  • Developer Experience (DevEx)
  • Automation
  • Open Source
  • CI/CD
  • Containers
  • Docker
  • GitOps
  • Internal Platforms
  • Tooling
  • GitHub
  • Tools
  • Design Systems
  • GitHub Actions
  • Caching
  • Documentation
  • Infrastructure as Code (IaC)
  • Migration
  • Workflow Automation
  • Workflows
  • ArgoCD
  • DORA Metrics
  • Low Code/No Code
  • Storybook
  • CDK
  • GitLab

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.
  • Software Architecture
  • APIs
  • Infrastructure
  • Performance
  • Microservices
  • Scaling
  • System Design
  • Containers
  • Distributed Systems
  • AWS
  • Observability
  • Site Reliability Engineering (SRE)
  • Azure
  • Reliability
  • Edge AI
  • Multi-Cloud
  • Event-Driven Architecture (EDA)
  • Google Cloud (GCP)
  • Integration
  • Web Performance
  • AWS Lambda
  • Caching
  • Metrics
  • Networking
  • On-Premise
  • Apache Kafka
  • Chaos Engineering
  • OpenTelemetry
  • REST
  • Streaming
  • Tracing
  • Varnish
  • Cloudflare
  • CNCF
  • Service Mesh

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.
  • Large Language Models (LLMs)
  • Databases
  • Data
  • Retrieval-Augmented Generation (RAG)
  • SQL
  • Analytics
  • Business Intelligence
  • Vector Databases
  • Data Pipelines
  • Model Training
  • Data Science
  • Fine-Tuning
  • PostgreSQL
  • Small Language Models (SLMs)
  • Deep Learning
  • Embeddings
  • Lakehouse
  • MongoDB
  • Reinforcement Learning
  • Apache Kafka
  • Data Lakes
  • DuckDB
  • JSON
  • Streaming
  • Apache Iceberg
  • Cassandra
  • Databricks
  • Microsoft SQL Server
  • NoSQL
  • 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.
  • Security
  • DevSecOps
  • Cloud Security
  • Governance
  • Compliance
  • Secure Coding
  • AppSec
  • Privacy
  • Safety
  • Authentication
  • Cryptography
  • Threat Modelling
  • 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.
  • Code Reviews
  • Testing
  • Quality Assurance (QA)
  • Automation Testing
  • Clean Code
  • Test-Driven Development (TDD)
  • Integration Testing
  • Playwright
  • Chaos Engineering
  • E2E Testing
  • Unit Testing
  • Cypress

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.
  • People & Culture
  • Open Source
  • Collaboration
  • Communication
  • Future of Work
  • Governance
  • Innovation
  • Product Strategy
  • Soft Skills
  • Startups
  • Talent & Recruiting
  • Advocacy
  • Business Models
  • Career Development
  • Digital Transformation
  • Product Management
  • Case Study
  • Community
  • Entrepreneurship
  • Motivation
  • Project Management
  • Team Building
  • Agile
  • DevRel & Advocacy
  • Diversity & Inclusion
  • FinTech
  • HealthTech
  • Agentic AI
  • AI Models
  • AI Coding Assistants
  • Agents
  • Software Architecture
  • AI Standards
  • Security
  • DevOps
  • Large Language Models (LLMs)
  • Generative AI (GenAI)
  • Developer Experience (DevEx)
  • APIs
  • Infrastructure
  • Automation
  • Best Practices
  • People & Culture
  • Performance
  • Open Source
  • Collaboration
  • Databases
  • Microservices
  • Productivity
  • CI/CD
  • Data
  • Java
  • LLMOps
  • Multi-Agent Systems
  • Communication
  • Scaling
  • System Design
  • Containers
  • DevSecOps
  • Python
  • C#
  • Distributed Systems
  • AWS
  • Code Reviews
  • Docker
  • HR
  • Observability
  • Testing
  • Claude
  • Future of Work
  • Retrieval-Augmented Generation (RAG)
  • Site Reliability Engineering (SRE)
  • Azure
  • Cloud Security
  • Code Generation
  • Governance
  • Innovation
  • JavaScript
  • React
  • Reliability
  • TypeScript
  • Copilot
  • Edge AI
  • Multi-Cloud
  • Product Strategy
  • Quality Assurance (QA)
  • Soft Skills
  • SQL
  • Startups
  • Talent & Recruiting
  • .NET
  • Advocacy
  • Analytics
  • Business Intelligence
  • Business Models
  • Career Development
  • Compliance
  • Cross-Platform
  • GitOps
  • Internal Platforms
  • Legacy
  • Node.js
  • Quantum
  • Rust
  • Secure Coding
  • Tooling
  • Vector Databases
  • AGI (Artificial General Intelligence)
  • Anthropic
  • AppSec
  • Automation Testing
  • Clean Code
  • Digital Transformation
  • Event-Driven Architecture (EDA)
  • GitHub
  • Google Cloud (GCP)
  • Integration
  • iOS
  • Kotlin
  • Privacy
  • Product Management
  • Prompt Engineering
  • Robotics
  • Safety
  • Test-Driven Development (TDD)
  • Tools
  • Android
  • C++
  • Case Study
  • Community
  • Data Pipelines
  • Design Systems
  • Entrepreneurship
  • GitHub Actions
  • Go
  • Internet of Things (IoT)
  • Model Training
  • NVIDIA
  • UI/UX
  • Web Performance
  • Web Standards
  • Accessibility
  • Authentication
  • Cryptography
  • Data Science
  • Embedded Systems
  • Employer Branding
  • Fine-Tuning
  • Gemini
  • Infosec
  • Integration Testing
  • JVM
  • Linux
  • Motivation
  • Playwright
  • PostgreSQL
  • React Native
  • Small Language Models (SLMs)
  • Web3
  • AWS Lambda
  • Caching
  • Concurrency
  • Cursor
  • Deep Learning
  • Documentation
  • Embeddings
  • Gaming
  • Infrastructure as Code (IaC)
  • Kotlin Multiplatform
  • Lakehouse
  • Metrics
  • Migration
  • MongoDB
  • Networking
  • On-Premise
  • OpenAI
  • Project Management
  • Raspberry Pi
  • Reinforcement Learning
  • Runtimes
  • Team Building
  • Threat Modelling
  • Type Systems
  • Vibe Coding
  • VS Code
  • Workflow Automation
  • Workflows
  • Agile
  • Angular
  • Apache Kafka
  • ArgoCD
  • ASP.NET
  • Autonomous Systems
  • Chaos Engineering
  • Climate & Green Tech
  • COBOL
  • Compilers
  • CSS
  • Data Lakes
  • DevRel & Advocacy
  • Diversity & Inclusion
  • DORA Metrics
  • DuckDB
  • E2E Testing
  • eCommerce
  • Ethics
  • FinTech
  • HealthTech
  • HTML
  • IBM
  • JSON
  • LangChain
  • Low Code/No Code
  • Marketing
  • Mental Health
  • Microfrontends
  • Modularization
  • Neo4j
  • Next.js
  • NPM
  • OpenTelemetry
  • Progressive Web Apps (PWAs)
  • REST
  • SBOM
  • Spring Boot
  • Storybook
  • Streaming
  • Swift
  • Tracing
  • Unit Testing
  • Varnish
  • Vue.js
  • WebAssembly
  • Apache Iceberg
  • AR/VR/XR
  • Arduino
  • Bash/Shell
  • C
  • Cargo
  • Cassandra
  • CDK
  • Cloudflare
  • CNCF
  • Cypress
  • dApps
  • Databricks
  • Eclipse
  • Event Sourcing
  • Figma
  • Flutter
  • Fundraising
  • GEO
  • GitLab
  • Gradle
  • Graphics
  • Grok
  • IDEs
  • Jakarta EE
  • Jira
  • Llama
  • Load Balancing
  • Maven
  • Microsoft SQL Server
  • Mistral
  • Monetization
  • MySQL
  • Neural Networks
  • NoSQL
  • NuGet
  • Objective-C
  • Ollama
  • OpenShift
  • OWASP
  • Polkadot
  • Prototyping
  • PyCharm
  • PyTest
  • Qiskit
  • Red Hat
  • Redis
  • Regulation
  • RPA
  • Ruby
  • Ruby on Rails
  • Selenium
  • SEO
  • Service Mesh
  • Simulators
  • Slack
  • Smart Contracts
  • Spring
  • Systems Programming
  • TensorFlow
  • Tokenomics
  • Web Accessibility
  • WebNN
  • WordPress
  • XCode
  • YAML
  • Zero Trust