July 6 - 7, 2026
AI Coding Summit
London, UK & Online

AI Coding Summit London

See how AI transforms software development

The first hybrid AI Coding Summit lands in London and stays online. A two-day hybrid conference featuring advanced talks and hands-on workshops on AI-powered software development, agentic coding patterns, orchestration, AI-assisted testing, CI/CD for agentic workflows, and building AI-native products. 20+ sessions, 200+ attendees in-person, and 5,000+ online. Learn repeatable playbooks from practitioners, not hype. Network with engineers and founders building the AI-native stack.



This edition of the event has finished, the latest updates of this Tech Conference are available on the Brand Website.
Skill Design for LLM Agents
24 min
Skill Design for LLM Agents
Minko Getschev, AI lead at Google, shares insights on building effective agent skills, including architecture, skill creation best practices, and evaluation methods. Agent decision-making, planning, and hybrid architectures are explored, with a focus on the React loop for tool utilization. Context expansion and management, utilizing tools like MCP and CLIs, enhance agent power. The discussion includes comparisons between MCP and CLIs in agent systems, emphasizing context handling and debugging. Agent skills are structured as procedural instructions, with an open standard focused on tasks and workflow logic. Best practices for skill workflow involve avoiding redundancy, optimizing front matter, and focusing on predictable execution. Utilization and management of agent skills are crucial for performance optimization. Continuous skill evaluation, testing, and improvement are highlighted, with SkillGrade for evaluating agent skills. Skill workflow execution analysis involves identifying failures, log analysis, and rerunning workflows for successful execution.
The Last Software Engineer
21 min
The Last Software Engineer
Kent C. Dodds introduces the concept of durable skills and the importance of physical movement. AI evolution involves fine-tuning, prompt engineering, and uncertainties. Reflecting on the future role of AI in work and the evolving technology landscape. Insights on product engineering emphasize judgment, hitting targets, and prioritizing target selection. The importance of user-centric product engineering, intentional decisions, and adapting skills in the agentic coding world are highlighted.
Advanced Claude Code — Production Workflows, Subagents, and Autonomous Execution
227 min
Advanced Claude Code — Production Workflows, Subagents, and Autonomous Execution
Workshop
Aleksei Petrov
Aleksei Petrov
Most developers using AI coding tools hit the same wall on real projects: the demos look magical, but production work falls apart. This workshop shows why — and what to do about it.The core lesson: execution is fast and cheap only when preparation is deep.What we'll build, liveFrom an empty directory to a deployed production app — a mobile-first Conference Companion App with the event schedule, speaker profiles, search, and favourites. Attendees will open it on their phones before the session ends.
The four stages of shipping with AIYou'll see a complete production workflow, deliberately weighted toward the work that actually determines quality:- Research — Gathering everything the AI will need upfront: official docs, code patterns, real data. By execution time, nothing has to be searched for. This is where quality comes from.- Planning — Breaking the app into clear tasks with acceptance criteria, written live. Skipping this is why most AI builds fail.- Execution — Ten tasks running in parallel via git worktrees, orchestrated by Navigator (a Claude Code plugin) on a React/Next.js stack. Code and docs written together.- Review & Ship — Quality gates (tests, lint, types, build), clean commits, merge, deploy to Vercel. Live URL shared with the room.
Bonus: Human + Claude Code vs. fully autonomous agentWhile the live build runs, Pilot — our autonomous coding agent — builds the same app from the same spec, on its own, in a separate repository. At the end, we open both side by side: two working apps, two pull request histories, two live URLs. One human-driven, one fully autonomous.
You'll leave withA repeatable workflow for shipping real software with Claude Code, plus concrete techniques you can apply to your own projects on Monday morning.
Building an Agentic Skill with MCP Tools
61 min
Building an Agentic Skill with MCP Tools
Workshop
Misha Kazakov
Misha Kazakov
AI coding assistants are evolving from simple autocomplete to autonomous agents that can interact with external systems. But how do you teach an agent to follow your workflows and use the right tools at the right time?In this hands-on workshop, you'll discover:What MCP (Model Context Protocol) is and how it standardizes tool integration for LLMsHow Agent Skills package domain-specific knowledge and workflows for AI agentsThe key differences between MCP servers and Skills, and when to use eachHow to create a custom Skill that orchestrates multiple MCP tools into a cohesive workflowBy the end of this session, you'll build your own AI Skill that uses MCP tools — a Matrix-themed Neo fighting skill.Who should attend: This workshop is ideal for software developers who use AI coding assistants (Claude Code, Cursor, or similar) and want to extend their capabilities with custom integrations and workflows. No prior MCP or Skills experience required — just bring your curiosity and a laptop.
The Agent Runtime Workshop: Node.js, Tools and CI/CD
126 min
The Agent Runtime Workshop: Node.js, Tools and CI/CD
Workshop
Alex Korzhikov
Alex Korzhikov
The workshop focuses on theory and practice building production-ready AI agents with Node.js and modern Agent SDKs. We will use a real codebase as an execution environment to explain the core concepts behind agents: the agent loop, tool calling, structured outputs, context management, guardrails, tools, and human approval. We will build a Node.js SDK-based engineering agent that receives a development task, inspects a repository, proposes and applies safe code changes, runs validation checks, and exports execution artifacts to a messenger/storage. We will also cover how this agent fits into a broader production architecture: where MCP, orchestration, multi-agent patterns, CI/CD, security boundaries, observability, and workflow tools such as n8n may be useful. By the end of the workshop, participants will understand not only how to use an Agent SDK, but also what remains their responsibility when designing safe and maintainable agent runtimes.
Templates and Components for Claude Code: The Future of AI Coding Workflows
30 min
Templates and Components for Claude Code: The Future of AI Coding Workflows
Daniel Avila discusses Cloud Code templates and components for AI coding, emphasizing the importance of proper configuration and incorporating skills. Control permissions, settings, commands, sub-agents, and skills are essential for efficient workflow in Cloud Code. Cloud Code development benefits from skills injecting context for AI agents and providing clarity in configurations. Managing skill invocation, model selection, and advanced skill configuration are crucial for optimizing Cloud Code capabilities. Efficiently utilizing file references, scripts, and skill context enhance the functionality of well-crafted skills. Community interaction on GitHub and effective skill sharing practices contribute to successful team collaboration in Cloud Code development.
Learnings From 100+ Experiments Comparing LLMs for AI Coding
28 min
Learnings From 100+ Experiments Comparing LLMs for AI Coding
Introduction to LLMs from a Developer's Perspective, YouTuber with AI Coding Daily channel, evaluates new models and versions on YouTube, gaining traction and positive feedback. Exploring the Best Models: My Benchmark on 18 LLMs, evaluating cost, points, and competition among models for day-to-day use. Measuring Models: Prompt Methodology, Tests on PHP, Laravel, React, TypeScript, and CSV, with emphasis on correct data usage and benchmark awareness. Model Evaluation: Chinese models' progression, benchmark awareness, and Opus and GPT superiority. Model Pricing and Quality Comparison: Opus, GPT, and Composer 2.5 cost-effective options. Composer 2.5 and GPT 5.4 mini offer quality at low prices. Choosing models based on project needs and budget constraints. Discussion on local LLM investment challenges, SONnet 5 benchmark performance, and exploration of new models like Proton Luma 2.0. Importance of skill definitions for model performance and limitations in local model implementation. Discussion on the importance of model harness, setup considerations, and evaluation methodologies for LLMs.
From Prompting to Orchestrating: Coding Is Now a System
26 min
From Prompting to Orchestrating: Coding Is Now a System
Vladimir Novik discusses the evolution of AI systems in coding, highlighting the shift in job requirements and challenges faced in scaling systems. Challenges in swarm orchestration include reducing reliability due to compounding errors and structural challenges in transitioning to a swarm system. Orchestrator Coding focuses on system properties over tools for code evolution. Enforcing architectural decisions and mechanical enforcement are crucial for system reliability. Orchestration disciplines prioritize dispatch, isolation, and durable handoffs, emphasizing autonomous systems and event-triggered actions. Mastery of orchestrated workflows involves resilience, autonomy, and disciplined manual and automated workflows. Advanced workflow techniques stress exact commands, linear workflow skills, caution in commits, and iterative improvement strategies. Automation enhancement strategies aim to overcome cost and parallelism challenges. Coding transformation journey involves validating and evolving code with orchestration. Model orchestration layers and architecture comparisons highlight the importance of model evaluation and verification gates. Tool comparisons and orchestrator communication strategies improve system orchestration. Architecture enforcement mechanisms utilize multiple layers and tools for code analysis and infrastructure testing.
AI Reviews AI – Closing the Loop in Agentic Development
28 min
AI Reviews AI – Closing the Loop in Agentic Development
Daniel, a consultant from Germany, discusses AI-generated code and challenges in rapid code shipping. The Pharoes AI case study highlights code reviews and challenges in agile development. Incidence per pull request and code churn issues are discussed in software development. AI-assisted coding and quality gates are introduced. Developing with Angular and TypeScript emphasizes the importance of basics, AI sub-agents, and pull request review services. Utilizing hooks for deterministic code handling and enhancing code handling with various hooks are crucial. Transitioning to behavior-driven development, utilizing tools like PlayWrite and Jira integration, and evaluating code review strategies are key points. Optimizing code review practices, smart integration of AI and hooks, advanced code review models, ownership in code reviews, software metrics, and quality gates challenges are also covered.
Real-Time Observability and Control for Coding Agents
30 min
Real-Time Observability and Control for Coding Agents
Today's discussion covers challenges posed by AI models becoming more adept at deception, hidden AI thought processes, addressing coding agent security risks, the future of agent deployment and security, real-time monitoring and security policies, developer experience and automated systems, model behavior analysis and agency projection, product offering and developer risk reduction, futuristic concepts and developer risk management, data storage and risk severity management, deception in model behavior and user security, policy transparency and model adaptation, model failure monitoring and safety considerations.
What Claude Stats Tell Us About AI Coding Tools
25 min
What Claude Stats Tell Us About AI Coding Tools
Exploring AI engineering and agent-assisted development through Claude's Code on GitHub. Analysis of Cloud Code commits, repository scale, and language distribution. The impact of agents on coding in various languages like Python, TypeScript, Rust, Dart, and Zig, facilitating easier coding in traditionally more complex languages. The significance of stars on repositories in Cloud Code projects and the observation of growth patterns post-Christmas season. The impact of Christmas on exponential growth in commits per day, the current doubling time trend, and a focused analysis on the top 100 popular repositories in Cloud Code projects. Highlighting key differences in commits between AI and non-AI repositories, focusing on feature contributions, bug fixes, and UI changes. Exploring diverse use cases of Cloud Code, highlighting how Clickhouse utilizes extensive Cloud Code for optimization, CI testing, and infrastructure, fostering engineers' focus on more impactful tasks like feature development and bug fixes, along with the emerging trend of Cloud Skill repositories. The growing trend of active projects utilizing AI contributions, specifically Cloud Code's significant impact on real, critical software projects beyond AI-focused repositories. Exploring models and coding agents that self-identify like Cloud Code, particularly the aggressive nature of Cloud in generating code, as observed with GitHub Copilot and other models like Mistral. Projects adopting AI development observe an increase in GitHub issues due to code production, leading to functional issues. The popularity growth of Clickhouse may be linked to active use of Claude to accelerate development, not directly boosting popularity. Metrics tracking revealed exponential growth in the use of short codes, focusing on valuable contributions to critical code with continued usage.
Fast Code Generation Is Easy. Safe System-level Change Is Not.
16 min
Fast Code Generation Is Easy. Safe System-level Change Is Not.
Talk on software engineering challenges with AI agents and codebase integrity, emphasizing human input in development processes and the need for automated quality assurance tools. Importance of deterministic tooling in catching problems during agent operations, highlighting the rapid generation of maintainability issues by agents and the need for a faster feedback loop in code quality assurance. Importance of rules files and deterministic checks for codebase integrity, emphasizing the necessity of enforcing rules through tools and hooks. Fellow as a fast, deterministic codebase analyzer ensuring code quality by verifying changes and complexities within the loop. TypeScript and JavaScript's flexibility, Fellow combining specialized tools for code-based consistency checks, and the importance of the loop in the development process. The agent's interaction with the bouncer, resolving issues, and the process of identifying and addressing code inconsistencies through audits and actions. Utilizing tools like KNIP and JS CPD enhances code quality by detecting dead code and addressing duplication efficiently, leading to faster feedback loops and improved code writing processes.
For Agents, By Agents: Building AI Tools That Maintain Themselves
23 min
For Agents, By Agents: Building AI Tools That Maintain Themselves
Rudhankariyam discusses AI-driven coding to develop self-maintaining AI tools. Introduced an open-source project, App Store Connect CLI, as a case study for AI-driven coding. Implemented automation for App Store publishing using agents and APIs. Managed fewer PRs in bulk, used codex and cursor cloud automations efficiently. Added aliases for hallucinated cloud code commands, improved descriptions and examples. Implemented separate auditor agent for rigorous code review. Emphasized human decision-making for product direction and initial rules in automation strategies. Evaluate model quality based on error rates and user expectations. Highlighted the importance of human judgment in software development amidst AI advancements.
From Prompt Engineering to Loop Engineering
11 min
From Prompt Engineering to Loop Engineering
The speaker delves into loop engineering's role in automating decisions and enhancing productivity in AI development workflows. Loop engineering is highlighted as a tool to build and automate tasks, even for creating programming languages like Kerst, with a focus on rapid project development. The importance of repetition in loops, automation criteria, and the suitability of loop engineering for full-blown apps are emphasized. Discussions include read-only tests, verifier and backlog agents, and the necessity of a clear definition of done for effective loop implementation.
Automated Customer Support Bots with LangGraph on AWS
29 min
Automated Customer Support Bots with LangGraph on AWS
Presentation on building a customer support bot with Langraff, Amazon Bedrock as base. LangChain Python library for LLMs. RAG - Retrieval Augmented Generation for accessing current information. LangChain using Bedrock and Amazon Knowledge Base. LangRaph classifies queries intelligently. Using LandGraph on top of LangChain for multiple scenarios with human intervention. Connected to Amazon Bedrock for knowledge base. No guessing with large language models; rely on a connected knowledge base for accurate responses. Chat GPT creation involves memory for context; tools like Land Graph aid in this process. Land Graph usage for flow creation; Demo with Kiro agent ID and new file uploads. Setting up AWS MCP server with agent skills; Using AWS agent toolkit for best practices in service setup; Flow for intent routing and order refund eligibility. Handling Order Refund Requests Using Agent Tools and Lookup; Case Sensitivity in Order Number Search; Validating Order Eligibility for Refund. Uploading Knowledge Base to AWS MCP Server; Verification of Email Address for Refund; Human in the Loop for Refund Approval. Human in the Loop Feature of LaneGraph; Uploading Documents to Bedrock; Utilizing Vectors for Knowledgebase Queries. Utilizing AWS Agent Toolkit for Workflow Best Practices; Connecting to KnowledgeBases for Querying; Building App with Mastering LaneGraph. Generating Design and Requirements for App Development; Utilizing Agent Skills in Spec-Driven Workflow; Ensuring Accuracy with Mastering Langraff Skill. Detailing Setup for Coding Assistant with AWS Agent Toolkit; Requesting Feedback and Interaction; Importance of Langraff in Graph-based Solutions. Enhancing Chatbot Prompt Suggestions Dynamically based on Conversation Context; Utilizing In-Memory Thread for Follow-up Questions in Langraff; Swapping Question Prompts with Tags for User-friendly Experience. Utilizing Different Models for Chatbot Tasks; Implementing Security Measures; Continuous Knowledge Base Updates for Accuracy.
From One Repo to Hundreds: Building an AI Agent Fleet for Large-Scale Code Migrations
30 min
From One Repo to Hundreds: Building an AI Agent Fleet for Large-Scale Code Migrations
The Talk delves into the migration journey of over 500 micro frontends, emphasizing the use of AI agents for efficient migration. It discusses the challenges of handling manual PRs and code mods at scale, highlighting the importance of reliable tooling. The balance between automation and human judgment is crucial, with deterministic lanes handling basic tasks and human intervention reserved for complex issues. Scalable agent orchestration, workflow automation, safe PR launches, and stable testing are key themes, emphasizing the collaboration between machines and human judgment for successful migrations.
AI Agents Drift: Identifying and Correcting Subtle Failures
26 min
AI Agents Drift: Identifying and Correcting Subtle Failures
Sam, a forward deployed engineer turned founder, discusses building production agents in agriculture and the trend of companies creating their own agents from scratch. The challenges of maintaining and debugging agents are highlighted, along with the complexities of agent debugging and the importance of agent observability. Advanced analysis techniques for monitoring agent behavior, setting up real-time behavior signals, defining mission-critical signals, and optimizing agent orchestration are explored. Privacy considerations in observability and efficient context management for agents are also discussed, emphasizing the use of open-source models and the challenges in multi-agent workflows.
Automating Mobile QA with Cloud Agents
17 min
Automating Mobile QA with Cloud Agents
Agents revolutionizing mobile development with AI-driven code production and challenges in trust and quality control. Challenges in agentic code review and the need for a new approach to verify app behavior before merge in mobile development. Building a mobile QA agent stack with necessary components for efficient testing and verification. AI Gateway simplifies AI model usage with a unified interface for mobile device control and efficient storage of screenshots and recordings for QA processes. Ensuring Determinism in QA Setup for PRs with Sample Test Requests. Efficient Mobile QA Agent Development with Key Rules. Empowering Agile Product Development with AI Agents. Setting Up Agentic QA Infrastructure and Best Practices. Exploring Agents' Autonomy Through Dogfooding.
Streaming Systems, Hidden Risks, And AI-driven Consequences
27 min
Streaming Systems, Hidden Risks, And AI-driven Consequences
The Talk covers various aspects of deception and security in AI and data systems. It discusses the historical use of misinformation during World War II to influence decision-making. AI model poisoning through malicious data input and the challenges of ensuring data integrity in real-time pipelines are highlighted. The importance of peripheral information attacks, data contracts, stream governance, and anomaly detection in maintaining AI system security is emphasized. Strategies for protecting data integrity, detecting anomalies, and choosing appropriate AI models are also discussed.
Debugging Performance With AI
30 min
Debugging Performance With AI
Bernie emphasizes using AI to enhance rendering performance, with a focus on debugging and the evolution of computing speed standards. Rendering optimization challenges persist despite advancements in multi-threaded development. Debugging CSS and rendering performance complexities require tools like profilers for JavaScript efficiency analysis. AI automation can improve performance by understanding rendering engine intricacies. AI aids in identifying and resolving performance bugs, investigating rendering issues, and optimizing icon rendering. Tailwind's impact on performance and leveraging AI for CI checks showcase AI's role in troubleshooting and long-term learning in software development.