<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agentic AI on Alfero Chingono</title><link>https://www.chingono.com/tags/agentic-ai/</link><description>Recent content in Agentic AI on Alfero Chingono</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 17 Apr 2026 07:57:23 -0400</lastBuildDate><atom:link href="https://www.chingono.com/tags/agentic-ai/index.xml" rel="self" type="application/rss+xml"/><item><title>The Year Agentic AI Got Real: A Developer's Retrospective on 2025</title><link>https://www.chingono.com/blog/2025/12/12/the-year-agentic-ai-got-real-a-developers-retrospective-on-2025/</link><pubDate>Fri, 12 Dec 2025 09:00:00 +0000</pubDate><guid>https://www.chingono.com/blog/2025/12/12/the-year-agentic-ai-got-real-a-developers-retrospective-on-2025/</guid><description>&lt;img src="https://www.chingono.com/blog/2025/12/12/the-year-agentic-ai-got-real-a-developers-retrospective-on-2025/cover.png" alt="Featured image of post The Year Agentic AI Got Real: A Developer's Retrospective on 2025" /&gt;&lt;p&gt;By the end of 2025, software engineering felt materially different from a year earlier.&lt;/p&gt;
&lt;p&gt;In 2024, AI in software development was mostly about &lt;strong&gt;autocomplete&lt;/strong&gt;. We had GitHub Copilot, Cursor, and LLMs that were essentially &amp;ldquo;very fast search engines with a code editor.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In 2025, that changed. We moved from &lt;strong&gt;autocomplete&lt;/strong&gt; to &lt;strong&gt;autonomy&lt;/strong&gt;. This was the year &lt;strong&gt;Agentic AI&lt;/strong&gt; started to feel real.&lt;/p&gt;
&lt;h2 id="the-three-shifts-of-2025"&gt;The Three Shifts of 2025
&lt;/h2&gt;&lt;p&gt;Three key technical and cultural shifts happened this year that changed how we build and deliver software.&lt;/p&gt;
&lt;h3 id="1-from-chat-to-task"&gt;1. From &amp;ldquo;Chat&amp;rdquo; to &amp;ldquo;Task&amp;rdquo;
&lt;/h3&gt;&lt;p&gt;At the beginning of the year, we were still &amp;ldquo;chatting&amp;rdquo; with AI. We had to explain the context, provide the files, and then manually copy the code into our editors.&lt;/p&gt;
&lt;p&gt;By mid-2025, tools like &lt;strong&gt;Copilot Agent Mode&lt;/strong&gt; and specialized platforms like &lt;a class="link" href="https://www.chingono.com/blog/2025/02/15/why-i-started-building-my-own-devops-platform-and-what-i-learned/" &gt;CueMarshal&lt;/a&gt; shifted the interface. Instead of &amp;ldquo;Write a function for X,&amp;rdquo; we started saying &amp;ldquo;Implement the login flow for the new multi-currency engine.&amp;rdquo; The AI became responsible for the &lt;em&gt;task&lt;/em&gt;, not just the &lt;em&gt;output&lt;/em&gt;.&lt;/p&gt;
&lt;h3 id="2-the-standardization-of-tools-mcp"&gt;2. The Standardization of &amp;ldquo;Tools&amp;rdquo; (MCP)
&lt;/h3&gt;&lt;p&gt;Before 2025, every agent was its own silo. If you wanted an AI to talk to your database or your issue tracker, you had to write a custom integration.&lt;/p&gt;
&lt;p&gt;The introduction and rapid adoption of the &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; changed that. MCP gave us a common language for agents to interact with the world. It turned every API, every database, and every repo into a &lt;a class="link" href="https://www.chingono.com/blog/2025/11/27/mcp-at-scale-how-i-used-model-context-protocol-to-connect-ai-agents-to-gitea/" &gt;structured tool&lt;/a&gt; that any agent could use. This was the &amp;ldquo;USB moment&amp;rdquo; for AI agents.&lt;/p&gt;
&lt;h3 id="3-the-rise-of-the-agentic-orchestra"&gt;3. The Rise of the &amp;ldquo;Agentic Orchestra&amp;rdquo;
&lt;/h3&gt;&lt;p&gt;We realized that one &amp;ldquo;do-it-all&amp;rdquo; agent was a dead end. Instead, the high-performing teams started building &lt;a class="link" href="https://www.chingono.com/blog/2025/08/28/designing-multi-agent-systems-lessons-from-building-an-8-agent-engineering-orchestra/" &gt;Agentic Orchestras&lt;/a&gt;: specialized agents for architecture, development, testing, and review, all working together within a Git-native workflow.&lt;/p&gt;
&lt;p&gt;In my own work with &lt;a class="link" href="https://www.cuemarshal.com" target="_blank" rel="noopener"
&gt;CueMarshal&lt;/a&gt;, this shift was the difference between an AI that &amp;ldquo;helped&amp;rdquo; me and an AI that &amp;ldquo;worked&amp;rdquo; with me.&lt;/p&gt;
&lt;h2 id="what-2025-taught-me"&gt;What 2025 Taught Me
&lt;/h2&gt;&lt;p&gt;The biggest lesson of 2025 for me is that the human role in software engineering is not disappearing. It is being &lt;strong&gt;reframed&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;More of us are moving into a conductor-architect role. The job is less about writing every line of code and more about designing the system, defining the constraints, and orchestrating the agents doing the implementation. That requires a deeper understanding of &lt;a class="link" href="https://www.chingono.com/blog/2025/11/14/why-platform-engineering-is-the-most-underrated-career-path-in-2025/" &gt;Platform Engineering&lt;/a&gt; and system architecture than before.&lt;/p&gt;
&lt;h2 id="looking-ahead-to-2026"&gt;Looking Ahead to 2026
&lt;/h2&gt;&lt;p&gt;If 2025 was the year of &amp;ldquo;autonomy,&amp;rdquo; I expect 2026 to be the year of &lt;strong&gt;reliability&lt;/strong&gt;. We have the tools. We have the protocols. Now we need governance and observability that make agentic workflows as predictable as a standard CI/CD pipeline.&lt;/p&gt;
&lt;p&gt;The transition is already underway, and it is moving faster than most people expected. The question for 2026 is no longer &amp;ldquo;Will you use AI?&amp;rdquo; It is &amp;ldquo;How will you orchestrate your agents?&amp;rdquo;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Related reading:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="link" href="https://www.chingono.com/blog/2025/06/18/beyond-ci-cd-why-ai-agents-are-the-next-layer-of-software-delivery/" &gt;Beyond CI/CD: Why AI Agents Are the Next Layer of Software Delivery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://www.chingono.com/blog/2025/11/14/why-platform-engineering-is-the-most-underrated-career-path-in-2025/" &gt;Why Platform Engineering is the Most Underrated Career Path in 2025&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Beyond CI/CD: Why AI Agents Are the Next Layer of Software Delivery</title><link>https://www.chingono.com/blog/2025/06/18/beyond-ci-cd-why-ai-agents-are-the-next-layer-of-software-delivery/</link><pubDate>Wed, 18 Jun 2025 09:00:00 +0000</pubDate><guid>https://www.chingono.com/blog/2025/06/18/beyond-ci-cd-why-ai-agents-are-the-next-layer-of-software-delivery/</guid><description>&lt;img src="https://www.chingono.com/blog/2025/06/18/beyond-ci-cd-why-ai-agents-are-the-next-layer-of-software-delivery/cover.png" alt="Featured image of post Beyond CI/CD: Why AI Agents Are the Next Layer of Software Delivery" /&gt;&lt;p&gt;For the last decade, &amp;ldquo;modern&amp;rdquo; software delivery has been defined by CI/CD. We spent years perfecting the art of the deterministic pipeline: code goes in, tests run, artifacts build, and deployments happen. If a human pushes a button (or a branch), the machine follows a script.&lt;/p&gt;
&lt;p&gt;It works. It is stable. It is the foundation we all build on.&lt;/p&gt;
&lt;p&gt;But CI/CD has a ceiling. It handles the &lt;em&gt;delivery&lt;/em&gt; of the code, but it is blind to the &lt;em&gt;coordination&lt;/em&gt; of the work. The bottleneck for most engineering teams is no longer how fast the build runs; it is how long an issue sits unassigned, how many times a PR bounces back for minor linting errors, and how much context is lost between a design doc and an implementation.&lt;/p&gt;
&lt;p&gt;The next layer of software delivery isn&amp;rsquo;t just &amp;ldquo;faster CI.&amp;rdquo; It is &lt;strong&gt;Agentic Delivery&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="the-coordination-gap"&gt;The Coordination Gap
&lt;/h2&gt;&lt;p&gt;If you look at a typical engineering day, the actual &amp;ldquo;delivery&amp;rdquo; (the pipeline run) is a tiny fraction of the cycle. Most of the time is spent in the coordination gap:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Context Assembly:&lt;/strong&gt; Figuring out which files matter for a task and what the existing patterns are.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Quality Gating:&lt;/strong&gt; Waiting for a human to notice a typo, a missing test, or a broken internal convention.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context Handoff:&lt;/strong&gt; Writing the PR description, explaining the &lt;em&gt;why&lt;/em&gt; to a reviewer, and updating the docs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Traditional CI/CD tools cannot help here because they are stateless and reactive. They don&amp;rsquo;t &amp;ldquo;understand&amp;rdquo; the task; they only know if the exit code was zero.&lt;/p&gt;
&lt;h2 id="enter-the-agentic-layer"&gt;Enter the Agentic Layer
&lt;/h2&gt;&lt;p&gt;When I started building &lt;a class="link" href="https://www.chingono.com/blog/2025/02/15/why-i-started-building-my-own-devops-platform-and-what-i-learned/" &gt;CueMarshal&lt;/a&gt;, I realized that the real value of AI agents in DevOps isn&amp;rsquo;t just generating code. It is handling the non-deterministic parts of the workflow that humans find tedious but necessary.&lt;/p&gt;
&lt;p&gt;An agentic delivery layer lives &lt;em&gt;above&lt;/em&gt; your CI/CD. It doesn&amp;rsquo;t replace Jenkins or GitHub Actions; it uses them.&lt;/p&gt;
&lt;h3 id="what-an-agentic-layer-actually-does"&gt;What an Agentic Layer actually does:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Active Monitoring:&lt;/strong&gt; Instead of waiting for a manual trigger, agents can watch for new issues, draft an implementation plan, and open a PR before a human even context-switches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Semantic Quality Gates:&lt;/strong&gt; While a linter checks syntax, an agent can check if the implementation actually matches the requirements in the issue.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Continuous Context Maintenance:&lt;/strong&gt; Agents can keep documentation in sync with code changes in real-time, effectively eliminating &amp;ldquo;doc debt.&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="lessons-from-the-trenches"&gt;Lessons from the Trenches
&lt;/h2&gt;&lt;p&gt;Building this into &lt;a class="link" href="https://www.chingono.com/blog/2025/02/15/why-i-started-building-my-own-devops-platform-and-what-i-learned/" &gt;my own platform&lt;/a&gt; taught me that the transition from CI/CD to Agentic Delivery requires a shift in how we think about automation.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;From Scripts to Tools:&lt;/strong&gt; In CI/CD, we write shell scripts. In agentic systems, we define &lt;a class="link" href="https://www.chingono.com/blog/2025/03/20/mcp-in-practice-what-anthropics-model-context-protocol-actually-means-for-developers/" &gt;Model Context Protocol (MCP)&lt;/a&gt; tools. The agent needs a structured way to interact with the world, not just a line of bash.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;From Success/Failure to &amp;ldquo;Looks Good to Me&amp;rdquo;:&lt;/strong&gt; We are moving from binary pass/fail gates to probabilistic evaluation. That is why &lt;a class="link" href="https://www.chingono.com/blog/2025/08/28/designing-multi-agent-systems-lessons-from-building-an-8-agent-engineering-orchestra/" &gt;specialized agent roles&lt;/a&gt; matter so much: you want a dedicated &amp;ldquo;Reviewer&amp;rdquo; agent whose only job is to be skeptical.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Git is still the anchor:&lt;/strong&gt; Even with agents doing the heavy lifting, the final source of truth must remain the repository. If it&amp;rsquo;s not in Git, it didn&amp;rsquo;t happen.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="the-2025-reality"&gt;The 2025 Reality
&lt;/h2&gt;&lt;p&gt;We are past the &amp;ldquo;AI hype&amp;rdquo; phase where we wonder if agents &lt;em&gt;can&lt;/em&gt; do this. In 2025, the question for engineering leaders is how to integrate them without breaking the trust and safety of the delivery pipeline.&lt;/p&gt;
&lt;p&gt;The teams that win won&amp;rsquo;t be the ones that let AI run wild. They will be the ones that build an agentic layer that respects the rigor of Platform Engineering while reclaiming the hours lost to the coordination gap.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Related reading:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="link" href="https://www.chingono.com/blog/2025/02/15/why-i-started-building-my-own-devops-platform-and-what-i-learned/" &gt;Why I Started Building My Own DevOps Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://www.chingono.com/blog/2025/08/28/designing-multi-agent-systems-lessons-from-building-an-8-agent-engineering-orchestra/" &gt;Designing Multi-Agent Systems: Lessons from an 8-Agent Orchestra&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>