Speaker @ Open Source Summit India 2026

I Break Things,
AI Fixes Them:Building a Self-Healing CI/CD Pipeline

Traditional CI/CD pipelines stop at failure detection, forcing developers to context-switch and fix trivial bugs. Discover how LangGraph, automated sandboxed execution, and LLMs work in harmony to diagnose root causes, generate patches, and self-heal your builds dynamically.


Talk Overview

Understanding why static pipelines fall short and how AI transitions CI from verification to healing.

The Problem: Static CI

Modern CI systems are great at detection but terrible at recovery. When a build breaks, developers must shift focus, review noisy terminal dumps, locate the file, write a fix, and wait for another full pipeline run. This cycle incurs cognitive overhead and delays deployments.

The Solution: Agentic CI

An active AI agent intercepts the failure log, analyzes the root cause, spins up a secure isolated workspace to test generated patches, and directly submits a PR containing verified code changes. Instead of debugging failures, you simply review solutions.

Self-Healing Flow

Click on each step of the pipeline to see how the agent orchestrates the resolution loop.

1. CI Failure Detection

Pipeline Crashes

2. Failure Log Analysis

Log Trimming & Context

3. Root Cause Detection

Locating the Defect

4. Patch Generation

AI Engine Writes Code

5. Sandbox Validation

Testing in Isolation

6. Pull Request Creation

Human-in-the-loop Fix

Interactive Dashboard

Select a workflow stage on the left to inspect logs, tool inputs, and reasoning patterns.

Demo Execution

Watch the Agentic CI pipeline detect, fix, and resolve a broken Python sandbox environment live.

Tech Stack

LangGraphDockerPythonGitHub ActionspytestGemini APIOpenAI APITailwind CSSNext.js

Key Talk Takeaways

  • How to integrate AI agents securely within pipeline runtimes (sandboxing).
  • Mitigating hallucination risks via strict test loops and isolated execution.
  • Designing agent workflows with LangGraph to model feedback cycles.

All Talk Resources

Quick links to follow up and stay in touch.