Agentic CI/CD: from Pull Request to Production without the Paper Cuts

This ad is not shown to multipass and full ticket holders
React Advanced
React Advanced 2025
November 27 - 1, 2025
London, UK & Online
We will be diving deep
Learn More
In partnership with Focus Reactive
Upcoming event
React Advanced 2025
React Advanced 2025
November 27 - 1, 2025. London, UK & Online
Learn more
Bookmark
Rate this content

This talk shows how to wire agentic workflows into modern CI/CD so code gets safer and faster to prod: LLM code review as a first pass, automated remediation suggestions, and swarm-style orchestration for follow-ups. You’ll see what actually works today with Copilot Code Review, CodeQL Autofix, Semgrep Assistant, and agent frameworks like LangGraph or AutoGen, plus how to gate merges with lightweight, automated evaluations.

This talk has been presented at AI Coding Summit, check out the latest edition of this Tech Conference.

FAQ

Current CI CD pipelines face productivity issues due to the lack of automation in decision-making and cognitive workload, leading to minor frustrations or 'paper cuts' that drain productivity and morale.

Common 'paper cuts' include slow and subjective code reviews, security bottlenecks, complex debugging, inefficient testing, and cognitive overload due to constant context switching.

Agentic workflows can improve CI CD processes by introducing AI-driven systems that operate autonomously, adapt to changing conditions, and intelligently execute tasks without constant human oversight.

Intelligent agents in agentic CI CD workflows act as specialized entities like code reviewer agents, security analyst agents, and test strategist agents, collaborating to achieve a fully autonomous workflow.

A self-healing system anticipates problems, makes intelligent decisions, and actively works to resolve issues without human intervention, contributing to a proactive and adaptive CI CD pipeline.

An agentic pipeline differs from traditional automation by shifting from reactive, rule-based systems to proactive, adaptive systems with real-time decision-making capabilities.

An orchestrator agent coordinates the actions of various specialized agents, ensuring cohesive collaboration and efficient problem-solving, while allowing for final human approval to ensure safety and trust.

The long-term vision for agentic CI CD systems is to develop a pipeline that is not only populated by agents but becomes an agent itself, capable of self-monitoring, adapting, and improving its workflows autonomously.

With agentic CI CD systems, developers' roles may evolve from primary coding to designing and orchestrating intelligent AI systems, focusing more on high-level design and business problem-solving.

The next evolution in software delivery discussed is moving CI CD pipelines from simple automation to true autonomy, integrating intelligent agentic workflows to create smoother and more intelligent processes.

Chaitanya Rahalkar
Chaitanya Rahalkar
25 min
23 Oct, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Discussing the evolution of CI CD pipelines to true autonomy, focusing on intelligent workflows, automation challenges, and paper cuts affecting developer productivity. Addressing challenges in software development, including slow reviews, security bottlenecks, complex debugging, and inefficient testing. Transitioning to autonomous decision-making with agentic systems and introducing Continuous Agentic and Continuous Deployment (CCD) as a deeper architecture change. Exploring agentic workflows with autonomous systems that make intelligent decisions and anticipate problems. Transitioning from an assembly line to a collaborative system with an AI pit crew for autonomous CACD workflows. Intelligent triaging filters false positives, ensuring developers focus on real issues. Orchestration of specialized agents into a cohesive team through an orchestrator agent. Vision of self-adaptive pipeline learning, adjusting workflows for optimal balance, elevating roles in agentic systems.

1. Evolution of CI CD Pipelines

Short description:

Discussing the evolution of CI CD pipelines to true autonomy, focusing on intelligent workflows, automation challenges, and paper cuts affecting developer productivity.

So welcome, everyone. Today, we'll be discussing about the next evolution in software delivery, which is basically moving our CI CD pipelines from simple autonomy to actually true autonomy. So today, like we'll explore about how to wire intelligent agentic workflows into the development cycle to create processes that are not not just faster, but also fundamentally smoother and more intelligent, which will eliminate the daily frictions that become that we have all come to accept as normal in our development.

So let's quickly talk about the paradox with so it is it is no longer a novel concept. We have been using CI CD for years and years now, and it is actually a bedrock of modern DevOps and high performance engineering teams. And it undeniably has accelerated software delivery, reduced downtime and also improved the quality of products through automation. And we have built these incredible pipelines that automatically build, test and also deploy our code.

However, there is a paradox here. Despite the high degree of automation, the day to day experience for developers is often far from frictionless. So we have successfully automated most of the discrete steps of the processes, which is like building, testing, the execution, deployment and things like that. But we haven't actually automated the intelligence aspect of it. The decision making part of it and the cognitive workload that actually connects these these steps and this gap creates a constant stream of minor but cumulative frustrations, which I call deaths by a thousand paper cuts, which is basically which drains the productivity and the morale of engineers. So let us define what are these paper cuts, because the title of my talk is about paper cards in these. So these are basically small, persistent points of friction that we all encounter daily as as engineers and developers.

2. Challenges in CI/CD Development

Short description:

Addressing challenges in software development, including slow reviews, security bottlenecks, complex debugging, and inefficient testing. Advocating for a paradigm shift towards autonomy and intelligent agents in CI/CD workflows to enhance efficiency and reduce cognitive overload.

First and foremost, slow and subjective reviews are a common issue in software development, leading to inconsistent feedback and delays in the review process. This phenomenon, known as reviewer roulette, highlights the dependency on individual reviewers rather than the quality of the code itself. Security bottlenecks arise from the integration of security tools, resulting in a backlog of alerts and additional work for developers, shifting their focus to patching vulnerabilities. Complex debugging complicates issue resolution post-failure, requiring extensive root cause analysis to identify the underlying problem, whether it's related to new code, testing, environment configurations, or dependencies. Inefficient testing practices often lead to excessive testing for minor changes, wasting computational resources and developer time.

Combining these challenges results in cognitive overload for developers, who are constantly switching between tasks like coding, review management, debugging, and security alert triaging. This continuous context switching is detrimental to productivity and contributes to developer burnout. To address these issues, a paradigm shift towards autonomy and intelligent agents in CI/CD workflows is necessary. By creating proactive, adaptive, and self-healing pipelines, developers can reduce the cognitive burden and enhance efficiency in software delivery.

The path forward involves enhancing CI/CD pipelines with intelligent agents to eliminate paper cuts and improve the overall development process. The goal is to create workflows that not only automate processes but also anticipate issues, make informed decisions, and resolve issues without human intervention. This shift towards self-healing systems aims to streamline development, enhance decision-making, and reduce the reliance on manual interventions, ultimately leading to a more efficient and productive software delivery cycle. The upcoming discussion will delve into the strategies for achieving this transformation over the next 15 to 20 minutes.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
This Talk discusses building a voice-activated AI assistant using web APIs and JavaScript. It covers using the Web Speech API for speech recognition and the speech synthesis API for text to speech. The speaker demonstrates how to communicate with the Open AI API and handle the response. The Talk also explores enabling speech recognition and addressing the user. The speaker concludes by mentioning the possibility of creating a product out of the project and using Tauri for native desktop-like experiences.
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
JSNation US 2024JSNation US 2024
31 min
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
Top Content
AI is transforming software engineering by using agents to help with coding. Agents can autonomously complete tasks and make decisions based on data. Collaborative AI and automation are opening new possibilities in code generation. Bolt is a powerful tool for troubleshooting, bug fixing, and authentication. Code generation tools like Copilot and Cursor provide support for selecting models and codebase awareness. Cline is a useful extension for website inspection and testing. Guidelines for coding with agents include defining requirements, choosing the right model, and frequent testing. Clear and concise instructions are crucial in AI-generated code. Experienced engineers are still necessary in understanding architecture and problem-solving. Energy consumption insights and sustainability are discussed in the Talk.
The Rise of the AI Engineer
React Summit US 2023React Summit US 2023
30 min
The Rise of the AI Engineer
Top Content
Watch video: The Rise of the AI Engineer
The rise of AI engineers is driven by the demand for AI and the emergence of ML research and engineering organizations. Start-ups are leveraging AI through APIs, resulting in a time-to-market advantage. The future of AI engineering holds promising results, with a focus on AI UX and the role of AI agents. Equity in AI and the central problems of AI engineering require collective efforts to address. The day-to-day life of an AI engineer involves working on products or infrastructure and dealing with specialties and tools specific to the field.
AI and Web Development: Hype or Reality
JSNation 2023JSNation 2023
24 min
AI and Web Development: Hype or Reality
Top Content
This talk explores the use of AI in web development, including tools like GitHub Copilot and Fig for CLI commands. AI can generate boilerplate code, provide context-aware solutions, and generate dummy data. It can also assist with CSS selectors and regexes, and be integrated into applications. AI is used to enhance the podcast experience by transcribing episodes and providing JSON data. The talk also discusses formatting AI output, crafting requests, and analyzing embeddings for similarity.
Web Apps of the Future With Web AI
JSNation 2024JSNation 2024
32 min
Web Apps of the Future With Web AI
Web AI in JavaScript allows for running machine learning models client-side in a web browser, offering advantages such as privacy, offline capabilities, low latency, and cost savings. Various AI models can be used for tasks like background blur, text toxicity detection, 3D data extraction, face mesh recognition, hand tracking, pose detection, and body segmentation. JavaScript libraries like MediaPipe LLM inference API and Visual Blocks facilitate the use of AI models. Web AI is in its early stages but has the potential to revolutionize web experiences and improve accessibility.
Code coverage with AI
TestJS Summit 2023TestJS Summit 2023
8 min
Code coverage with AI
Premium
Codium is a generative AI assistant for software development that offers code explanation, test generation, and collaboration features. It can generate tests for a GraphQL API in VS Code, improve code coverage, and even document tests. Codium allows analyzing specific code lines, generating tests based on existing ones, and answering code-related questions. It can also provide suggestions for code improvement, help with code refactoring, and assist with writing commit messages.

Workshops on related topic

AI on Demand: Serverless AI
DevOps.js Conf 2024DevOps.js Conf 2024
163 min
AI on Demand: Serverless AI
Top Content
Featured WorkshopFree
Nathan Disidore
Nathan Disidore
In this workshop, we discuss the merits of serverless architecture and how it can be applied to the AI space. We'll explore options around building serverless RAG applications for a more lambda-esque approach to AI. Next, we'll get hands on and build a sample CRUD app that allows you to store information and query it using an LLM with Workers AI, Vectorize, D1, and Cloudflare Workers.
AI for React Developers
React Advanced 2024React Advanced 2024
142 min
AI for React Developers
Top Content
Featured Workshop
Eve Porcello
Eve Porcello
Knowledge of AI tooling is critical for future-proofing the careers of React developers, and the Vercel suite of AI tools is an approachable on-ramp. In this course, we’ll take a closer look at the Vercel AI SDK and how this can help React developers build streaming interfaces with JavaScript and Next.js. We’ll also incorporate additional 3rd party APIs to build and deploy a music visualization app.
Topics:- Creating a React Project with Next.js- Choosing a LLM- Customizing Streaming Interfaces- Building Routes- Creating and Generating Components - Using Hooks (useChat, useCompletion, useActions, etc)
Building Full Stack Apps With Cursor
JSNation 2025JSNation 2025
46 min
Building Full Stack Apps With Cursor
Featured Workshop
Mike Mikula
Mike Mikula
In this workshop I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own AI generated full stack app on your machine!
Please, find the FAQ here
Vibe coding with Cline
JSNation 2025JSNation 2025
64 min
Vibe coding with Cline
Featured Workshop
Nik Pash
Nik Pash
The way we write code is fundamentally changing. Instead of getting stuck in nested loops and implementation details, imagine focusing purely on architecture and creative problem-solving while your AI pair programmer handles the execution. In this hands-on workshop, I'll show you how to leverage Cline (an autonomous coding agent that recently hit 1M VS Code downloads) to dramatically accelerate your development workflow through a practice we call "vibe coding" - where humans focus on high-level thinking and AI handles the implementation.You'll discover:The fundamental principles of "vibe coding" and how it differs from traditional developmentHow to architect solutions at a high level and have AI implement them accuratelyLive demo: Building a production-grade caching system in Go that saved us $500/weekTechniques for using AI to understand complex codebases in minutes instead of hoursBest practices for prompting AI agents to get exactly the code you wantCommon pitfalls to avoid when working with AI coding assistantsStrategies for using AI to accelerate learning and reduce dependency on senior engineersHow to effectively combine human creativity with AI implementation capabilitiesWhether you're a junior developer looking to accelerate your learning or a senior engineer wanting to optimize your workflow, you'll leave this workshop with practical experience in AI-assisted development that you can immediately apply to your projects. Through live coding demos and hands-on exercises, you'll learn how to leverage Cline to write better code faster while focusing on what matters - solving real problems.
Free webinar: Building Full Stack Apps With Cursor
Productivity Conf for Devs and Tech LeadersProductivity Conf for Devs and Tech Leaders
71 min
Free webinar: Building Full Stack Apps With Cursor
Top Content
WorkshopFree
Mike Mikula
Mike Mikula
In this webinar I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own ai generated full stack app on your machine!
Working With OpenAI and Prompt Engineering for React Developers
React Advanced 2023React Advanced 2023
98 min
Working With OpenAI and Prompt Engineering for React Developers
Top Content
Workshop
Richard Moss
Richard Moss
In this workshop we'll take a tour of applied AI from the perspective of front end developers, zooming in on the emerging best practices when it comes to working with LLMs to build great products. This workshop is based on learnings from working with the OpenAI API from its debut last November to build out a working MVP which became PowerModeAI (A customer facing ideation and slide creation tool).
In the workshop they'll be a mix of presentation and hands on exercises to cover topics including:
- GPT fundamentals- Pitfalls of LLMs- Prompt engineering best practices and techniques- Using the playground effectively- Installing and configuring the OpenAI SDK- Approaches to working with the API and prompt management- Implementing the API to build an AI powered customer facing application- Fine tuning and embeddings- Emerging best practice on LLMOps