February 25 - 26, 2026
AI Coding Summit
Online

AI Coding Summit 2026

See how AI transforms software development

Full remote ticket included with Multipass.

Don’t get left behind—discover how AI is revolutionizing software engineering at the AI Coding Summit. Dive into cutting-edge talks and hands-on workshops on AI-powered software development. Network with industry leaders, explore game-changing tools, and stay ahead in the fast-evolving world of AI-driven development. Do not miss the biggest shift in software engineering.

Your New Job
Upcoming
Your New Job
This talk will explore the ongoing fundamental transformation of the role of software developers. It will provide guidance on succeeding in this new rapidly evolving environment, where to focus your personal development, and explore the workflows and techniques that actually work, and aren’t hype or sales driven. 
Agentic by Default: Rethinking Developer Workflows with Claude Code
Upcoming
Agentic by Default: Rethinking Developer Workflows with Claude Code
AI coding tools work best when they can plan, act, and iterate - not just respond. This talk covers patterns for building autonomous workflows across the developer workflow and how you can get the most out of Claude Code.
Beyond Vibe Coding: Differentiated Workflows with Antigravity
Upcoming
Beyond Vibe Coding: Differentiated Workflows with Antigravity
Alex Astrum
Rody Davis
2 authors
As 2026 brings a shift from feature parity to differentiated feature sets, Antigravity offers a distinct approach to building software. This session dives into the platform's "get stuff done" mindset and unique ecosystem capabilities, including the Chrome Agent, and versatile model choices. Learn how to go from PRD to a production-grade solution, using the browser agent for research and testing, managing multi-agent tasks, and using simple tools to customize your environment. Ultimately, this empowers you to turn ideas into prototypes with speed and precision.
Advanced Claude Code Techniques for 2026
Mar 4, 15:00
Advanced Claude Code Techniques for 2026
Workshop
Cole Medin
Cole Medin
Cole will walk through his agentic coding workflow that allows him to delegate all coding to the agent while still keeping him in the driver's seat (no vibe coding!). The key is to create a structured approach for both the up front planning and the validation - and he'll demonstrate what that looks like. Plus, he'll show the true power of creating a system for AI coding - with a proper system, every coding mistake the LLM makes is an opportunity to not just address the bug manually, but fix the system so the bug doesn't happen again. That's what makes your coding agent more and more reliable over time!
Register
How to Help Agents Remember
Upcoming
How to Help Agents Remember
LLMs need access to the relevant context to succeed. One key element of Context Engineering that we can use to help agents remember is Memory.Let's dive into the world of memory management for agents. We'll discuss the difference between short and long term memory, how to manage memory, and the importance of preventing context poisoning and clash using techniques such as trimming and summarization.
Model Context Protocol (MCP) Deep Dive: 2-Hour Interactive Workshop
Feb 25, 15:00
Model Context Protocol (MCP) Deep Dive: 2-Hour Interactive Workshop
Workshop
Stepan Suvorov
Stepan Suvorov
Join a focused 2-hour session covering MCP's purpose, architecture, hands-on server implementation, and future directions. Designed for developers and system architects aiming to integrate contextual data with ML models effectively, using MCP's latest 2026 features like semantic routing and federated context.Agenda:- Introduction & Why MCP? Key challenges MCP solves and core benefits, including 20x throughput from federated layers.- Architecture Deep Dive: Components, interactions, scalability principles, plus quantum-resilient encryption in MCP 2.1.- Building Your Own MCP Server: Guided walkthrough with code snippets and best practices; live demo of multimodal data fusion.- Future of MCP Developments: Potential enhancements like agentic workflows, emerging trends, and real-world scenarios.Key Takeaways:- Clear understanding of MCP's rationale.- Insight into design patterns and scaling considerations.- Practical steps to implement a prototype server.- Awareness of upcoming trends and how to apply MCP in projects.
Register
Lessons from Building Multi-Session Agents with Cursor + Claude Code SDK
Feb 24, 15:00
Lessons from Building Multi-Session Agents with Cursor + Claude Code SDK
Workshop
 Shrey Shah
Shrey Shah
In this workshop, you'll learn how to build a long-running AI agent harness by combining Cursor and the Claude Code SDK.We'll start by using Cursor to plan out a full application through conversation, defining features, architecture, and requirements. Then, we'll take that plan and adapt Anthropic's Claude Code SDK agent architecture to execute it. You'll see how to modify the SDK's prompts and workflow to align with your specific project.By the end of the session, you'll watch a live agent handle context management, write progress logs, and maintain state across sessions, all the patterns Anthropic outlined for building agents that don't lose track of their work.You'll walk away with a working workflow you can apply to your own projects.
Register
Security Pitfalls in AI-Generated Code: What Happens When Developers Skip Review
Upcoming
Security Pitfalls in AI-Generated Code: What Happens When Developers Skip Review
AI speeds up development — but it also introduces silent vulnerabilities. This talk exposes the hidden security risks of unreviewed AI-generated code and shows practical ways to protect your applications without slowing down your workflow.Table of Content: - How LLMs Generate Code & Why It Can Be Dangerous- Real-World Examples of AI-Introduced Vulnerabilities- A Practical, Secure Workflow for AI-Generated Code- Q&A
Your AI Code Reviews Are Missing the Point (And How to Fix It)
Upcoming
Your AI Code Reviews Are Missing the Point (And How to Fix It)
AI code reviews often feel like tossing a coin. Heads - you get endless nitpicks about style. Tails - it finds real issues. And even when the signal is good, are we really getting quality and productivity benefits?The secret isn't the AI, it's how we're deploying it. This talk explores what actually drives value in AI-assisted code reviews: rich contextual integration, scalable specialization, and measurable impact on developer productivity. Learn to transform AI reviews from a compliance checkbox into a strategic advantage for your engineering organization.
Spec Driven Development: The End of Vibe Coding
Upcoming
Spec Driven Development: The End of Vibe Coding
Developers now create entire applications by simply chatting with AI tools. More and more startups rely on predominantly AI-generated code. But what initially thrilled developers quickly leads to frustration: generic code, poor architecture, and security vulnerabilities.In this talk, I demonstrate how Spec Driven Development (SDD) solves these problems. Instead of coding first and documenting later, SDD begins with precise specifications as the "single source of truth." Various tools and CLIs make this methodology practically applicable today with a structured 4-phase approach: Specify, Plan, Tasks, Implement.Using a real project, I show how SDD works with modern AI coding tools. I share honest insights from hands-on experience: where SDD excels, where it fails, and whether the specification overhead actually leads to better results.