When I went to the first AI Engineer Summit in October 2023, AI agents were a joke. At that point, agents hadn’t proven they could consistently do even basic tasks. But fast forward just two years,...
When I went to the first AI Engineer Summit in October 2023, AI agents were a joke. At that point, agents hadn’t proven they could consistently do even basic tasks. But fast forward just two years, and agentic technology has made big strides — albeit it’s still relatively unproven as completely autonomous software. Regardless, agents were the biggest development story of 2025 and “agentic” was the word of the year (again).
In terms of AI technologies in full blossom now, the Model Context Protocol (MCP) was everywhere in 2025 — running an MCP server has become almost as popular as running a web server. Other AI developments in 2025 included the rise of AI coding tools (and yes, “coding agents” are a trend now too), the massive influx of developers thanks to vibe coding, and AI infrastructure becoming developer-friendly.
Let’s take a closer look at five of the biggest AI development trends of 2025.
1. The Rise of Agentic Technology in Software Engineering
Although agents had been talked about last year, 2025 was when talk became action. It probably started when OpenAI launched Operator as a research preview on January 23, 2025. It was pitched as an AI agent capable of using its own web browser to perform tasks like filling in forms, making purchases, and scheduling appointments. Operator was followed in July by ChatGPT agent, which boasted of an internal “virtual computer” for task execution.
Meanwhile, enterprise IT departments began to get a handle on agentic technology. In February, I profiled a company called Orby that was promoting its Large Action Model (LAM). CTO Will Lu explained that LAMs take actions as input — giving as examples application screenshots, webpage HTML content, user interactions (such as mouse clicks and keyboard inputs). He told me that Orby’s LAM can use that context to automate complex enterprise workflows.
However, enterprises are being cautious about rolling out agentic systems. Brian Wald, who heads up GitLab’s Field CTO team and is in regular contact with enterprise IT departments, told me in May that enterprises are focused on structured implementations of agents, rather than open experimentation. Enterprises are not letting every developer freely use AI agents, he said. Instead, they’re forming centralized “AI enablement” teams, which often overlap with platform engineering or DevOps teams.
Wald added that enterprise IT teams typically have strict policies around data privacy, IP protection, and model hosting.
In terms of frameworks and tools to build agents, we saw a flurry of launches over 2025: OpenAI’s AgentKit and Agents SDK, Anthropic’s Claude Agent SDK, Google’s Agent Development Kit (ADK) and Vertex AI Agent Builder. We’re also seeing experiments happening with distribution — such as MIT’s decentralized Project NANDA and Microsoft’s Magentic marketplace.
2. MCP Becomes the Standard for LLM and API Integration
Last November, Anthropic launched the Model Context Protocol (MCP), an open source protocol designed to streamline how AI models access data, tools and services. The goal was to make MCP the universal method for AI agents to trigger external actions — and that’s basically what happened over the course of 2025, as nearly every company adopted the protocol.
With such broad support, this month Anthropic moved MCP into a newly founded open source foundation under the Linux Foundation: the Agentic AI Foundation (AAIF).
In March, I interviewed Speakeasy CEO Sagar Batchu, whose company provides a tool called MCP Server Generation to automate the creation of MCP-compatible servers. He pointed out that until MCP arrived, integrating an API with an AI model had been challenging. Many AI-based API integrations failed, he said, because models lacked the necessary schema information to make sense of API responses. MCP solves this by structuring API interactions in a way that AI can understand, making integrations more reliable.
That said, we have to also acknowledge the security risks of MCP. According to Gil Feig, CTO of agentic tool provider Merge, “developers learned the hard way that rapid adoption can pose serious security and reliability challenges, and no trend exemplified this more than the popularity of MCP servers.” He added that “MCP’s flexible architecture created a Wild West of potentially untrusted code, where community-published servers could be backdoored or abandoned, and blanket access to sensitive services like email and CRMs became common.”
3. The Evolution of AI Coding Tools into Coding Agents
As agents and MCP became the hot technologies this year, developer tools quickly adapted. By the end of the year, coding tools had moved on from “mere” autocomplete functionality to full-on agentic coding. Although, as my colleague David Eastman pointed out in his review of AI coding tools in 2025, “we still want to limit what an agent can do (especially on your machine) and where they can do it.” So agentic coding software isn’t fully trusted at this point.
Nevertheless, tools like Warp, Gemini CLI and Verdent (created by TikTok’s ex-algorithm chief) all aimed to convert developers to agentic systems this year. But even the people running these companies acknowledge that they won’t be replacing developers any time soon.
“This was supposed to be the year AI replaced developers, but it wasn’t even close,” Warp CEO Zach Lloyd told The New Stack. “What actually happened is developers became orchestrators of AI agents — a role that demands the same technical judgment, critical thinking, and adaptability they’ve always had. Prompt engineering doesn’t cut it.”
Bob Walker, Field CTO at Octopus Deploy, added that AI coding tools are no excuse for lack of development expertise. “Developing a critical thinking skill set has become more important than ever,” he told us. “The same is true with understanding the fundamentals of how the language or framework of choice works.”
4. The Influx of New Developers Known as ‘Vibe Coders’
The fourth trend somewhat undercuts the points made by Lloyd and Walker. Vibe coders aren’t necessarily skilled programmers — in fact, the whole idea of vibe coding is to let the AI system do the coding for you.
Yet both Vercel and Netlify (two of the leading web developer platforms) have let it be known that their user bases have massively increased this year. And it’s all because of vibe coders. What’s happened over 2025 is that the definition of a “developer” has expanded to include people who rely on prompting rather than programming.
One key problem with vibe coding is that the code generated isn’t necessarily reliable. When OpenAI launched GPT-5 in August, the company claimed it “excels at front-end coding.” But GPT-5 didn’t necessarily live up to the hype for developers. In an update to its State of Code Report on LLM personalities, the code security company Sonar concluded that GPT-5 was not, according to its tests, the leader in coding performance. It noted that GPT-5 generates a “larger and more complex volume of code than any other model,” which makes it “a serious challenge to review and maintain.”
The other issue that GPT-5 highlighted was its tendency to default to React code, simply because it’s the most popular frontend framework. But React code is notoriously bloated and complex — meaning vibe coders are even less likely to understand it.
5. The AI-ification of DevOps and Developer Infrastructure
DevOps tooling also adapted well to the AI era this year, with new AI serverless products, container technologies, and other “AIOps” solutions.
In January, I wrote about a company called Replicate, which sells a solution that wraps AI models into containers. One of the founders was previously the creator of Docker Compose, Ben Firshman. A key benefit of Replicate is that it allows developers to customize, fine-tune and tinker with open source LLM models. As Firshman explained on the Latent Space podcast, “the whole point of open source is that you can tinker on it and you can customize it and you can fine-tune it and you can smush it together with another model.”
In November, Replicate was acquired by Cloudflare. So, consolidation of AI devops tooling has already started to happen.
We’ve also seen middleware enterprise solutions emerge for agents. In August, I interviewed Oren Michels, CEO of a new AI company called Barndoor. Michels’ bet is that managing AI agents is the new API management — and he should know, as he was previously founder of Mashery, an API management company during the Web 2.0 era.
Conclusion
A lot happened in the relatively new field of AI engineering in 2025, but there’s also a sense that the tools and development practices are a little fragile and immature. From MCP’s security risks to the not entirely believable claims that fully autonomous agents are just around the corner, AI development still has a lot to prove.
It’s also unclear at this point how viable “vibe coding” will be in the long term, with issues around code quality and code maintainability leaving plenty of room for skepticism.
All that said, AI clearly became the biggest disruptor in software engineering over 2025 — and the ructions will continue well into 2026.
The post AI Engineering Trends in 2025: Agents, MCP and Vibe Coding appeared first on The New Stack.