<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Manos Saratsis</title>
    <description>The latest articles on DEV Community by Manos Saratsis (@manos-saratsis).</description>
    <link>https://dev.to/manos-saratsis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3802587%2Fac49f19b-dbd9-4ee3-b174-b1ad65285816.jpg</url>
      <title>DEV Community: Manos Saratsis</title>
      <link>https://dev.to/manos-saratsis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manos-saratsis"/>
    <language>en</language>
    <item>
      <title>Is Your Pipeline Ready for the code explosion?</title>
      <dc:creator>Manos Saratsis</dc:creator>
      <pubDate>Tue, 21 Jul 2026 06:28:39 +0000</pubDate>
      <link>https://dev.to/manos-saratsis/is-your-pipeline-ready-for-the-code-explosion-5dfe</link>
      <guid>https://dev.to/manos-saratsis/is-your-pipeline-ready-for-the-code-explosion-5dfe</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5p20v0cyk34nizjmghj7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5p20v0cyk34nizjmghj7.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;"Useful AI has arrived."&lt;/p&gt;

&lt;p&gt;That's what Jensen Huang said at the NVIDIA GTC Taipei keynote on June 1, 2026 — pointing to a chart that should make every engineering leader stop and think.&lt;/p&gt;

&lt;p&gt;In 2023, GitHub recorded roughly 300 million code commits. By early 2026, that number hit 1.4 billion. Not by year-end. In just the first few months.&lt;/p&gt;

&lt;p&gt;That's not a trend line. That's a cliff edge.&lt;/p&gt;

&lt;p&gt;The Numbers Don't Lie&lt;br&gt;
The full picture from GitHub is staggering:&lt;/p&gt;

&lt;p&gt;90 million pull requests merged&lt;br&gt;
1.4 billion commits (up from 300M in 2023 — nearly 5x in three years)&lt;br&gt;
20 million new repositories created every month&lt;br&gt;
To put the commit growth in context: from 2023 to 2025, GitHub gained roughly 100 million commits per year — steady, unremarkable growth. Then 2026 hit and the curve went vertical. The first four months of this year alone nearly tripled the full-year totals from prior years.&lt;/p&gt;

&lt;p&gt;This isn't an incremental improvement in developer productivity. It's a structural shift in how software gets built.&lt;/p&gt;

&lt;p&gt;From Autocomplete to Autonomous Agents&lt;br&gt;
The AI coding tools that sparked this explosion are a different breed from what came before.&lt;/p&gt;

&lt;p&gt;GitHub Copilot in 2022 was glorified autocomplete — useful for boilerplate, impressive at demos, not much more. What Huang described at GTC Taipei is a different animal entirely. Today's AI coding assistants are agentic systems: they plan tasks, write tests, debug code, execute multi-step workflows, and submit pull requests with minimal human oversight.&lt;/p&gt;

&lt;p&gt;GitHub has roughly 100 million developers. Nearly 1.4 billion commits in a few months means each developer is now, on average, associated with far more output than any human could produce alone. The math only works one way: AI is doing a substantial portion of the coding.&lt;/p&gt;

&lt;p&gt;The Bottleneck Has Shifted&lt;br&gt;
Here's the problem nobody is talking about loudly enough: the rest of the software delivery pipeline wasn't built for this.&lt;/p&gt;

&lt;p&gt;Writing code is no longer the constraint. The constraint is everything that happens after. Code review. Security scanning. CI/CD throughput. Deployment pipelines. Observability. Incident response. The human oversight layers that exist to catch what AI gets wrong.&lt;/p&gt;

&lt;p&gt;These workflows were designed for a world where developers were the bottleneck. In that world, adding more process was fine — there was always a human waiting to review the next thing. That world is gone.&lt;/p&gt;

&lt;p&gt;When AI agents can generate code faster than any team can review, merge, test, and ship it, your pipeline becomes the ceiling on your velocity. And most pipelines today were not designed with this ceiling in mind.&lt;/p&gt;

&lt;p&gt;More commits also means more risk surface. More PRs means more opportunities for something broken, insecure, or just plain wrong to slip through. The quality concern Huang's data raises is real: raw commit counts don't tell you whether the code is any good. If AI agents are generating vast amounts of mediocre or redundant code, the numbers could be masking a technical debt time bomb.&lt;/p&gt;

&lt;p&gt;"Useful AI" for Shipping Software Is Required&lt;br&gt;
The era Huang described — one where AI agents are first-class contributors to a codebase — demands a rethink of the entire software delivery lifecycle.&lt;/p&gt;

&lt;p&gt;Speed without visibility is dangerous. When humans and AI agents are both committing code at scale, you need to know what's happening across the entire pipeline at all times. Not just CI status, but who (or what) authored what, why, and what downstream risks it carries.&lt;/p&gt;

&lt;p&gt;Security is not optional, it is foundational. AI-generated code can be functionally correct and security-deficient simultaneously. Scanning, policy enforcement, and secrets detection need to run at the speed of the pipeline, not as a gate after the fact. Security has to be baked into every step, not bolted on at the end.&lt;/p&gt;

&lt;p&gt;Humans and agents in the loop. A release doesn't belong to engineering alone. Product, design, engineering, security, privacy, and documentation all have a stake — and all need visibility and sign-off on what's shipping. In modern teams these roles increasingly converge, with individuals spanning multiple disciplines. The pipeline has to reflect that reality: every persona involved in a release, whether a specialist or a generalist, needs to be in the loop at the right moment, without becoming a bottleneck themselves.&lt;/p&gt;

&lt;p&gt;Agentic workflows for complete and secure releases. The entire release lifecycle — PR reviews, merging, CI/CD preparation, deployment to testing and staging, release management, progressive rollout to production — can and should be automated with agents. But automation without accountability is fragile. The goal isn't to remove humans from the process; it's to have agents handle the repetitive, high-volume work while humans stay in the loop for decisions that carry real risk. Every step of the pipeline should be completable end-to-end, with agents and the right humans acting in concert, so nothing falls through the cracks between tools, teams, or time zones.&lt;/p&gt;

&lt;p&gt;Observability that scales with code and respects end user privacy. AI is accelerating the creation of frontends, backends, databases, and entire systems at a pace that outstrips most teams' ability to instrument them properly. As that surface area grows, so does the responsibility to ensure that observability and analytics are built in from the start — and that they're designed to respect the privacy of end users, not just satisfy engineering needs. More software in production means more data being collected; the default has to be privacy-first, not privacy-as-afterthought.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>release</category>
      <category>vulnerabilities</category>
    </item>
  </channel>
</rss>
