{"id":255581,"date":"2025-12-28T12:14:22","date_gmt":"2025-12-28T12:14:22","guid":{"rendered":"https:\/\/www.europesays.com\/ie\/255581\/"},"modified":"2025-12-28T12:14:22","modified_gmt":"2025-12-28T12:14:22","slug":"5-key-trends-shaping-agentic-development-in-2026","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ie\/255581\/","title":{"rendered":"5 Key Trends Shaping Agentic Development in 2026"},"content":{"rendered":"<p>So far in my review of agentic development over the past year and heading into 2026, I\u2019ve looked at some of the trends <a href=\"https:\/\/thenewstack.io\/from-agi-hype-to-engineering-reality-the-future-of-llms\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">shaping LLM services<\/a>. In this post, I\u2019ll focus on what to expect for AI development tools in the new year.<\/p>\n<p>As Cory Doctorow points out in his <a href=\"https:\/\/pluralistic.net\/2025\/12\/05\/pop-that-bubble\/#u-washington\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Reverse Centaur summary<\/a>, tech companies always want to be \u201cgrowth stocks\u201d \u2014 and for that reason they have to continually prove there is a new vision with untapped potential. This works against teams just improving on existing offerings \u2014 heaven forbid the company\u2019s stock is marked as \u201cmature.\u201d But that is really what 2026 should be about: improving on the plethora of new things that developers are trying to get to grips with.<\/p>\n<p>1. Improving Visibility and Management of Model Context Protocol (MCP)<\/p>\n<p>Since Model Context Protocol (MCP) has quickly become the accepted way agents interact with external tools, there will have to be more effort to keep the MCP servers under control \u2014 either with central management or clearer dashboards. While developers have enjoyed the improved workflows that connectivity brings, the management of these has been a bit ad hoc. The success of MCP seems to work across silos, as non-technical staff want their agent requests to talk to Slack, etc. These internal connections kind of answer the \u201cwhats going on in my own business?\u201d queries. Which means developers will be busy setting up MCP servers.<\/p>\n<p>If there will be a lot of active MCP servers in an organisation, then management of them will start to become more significant. The more things people find to do with MCP, the more concerns will appear.<\/p>\n<p>2. Supporting Parallel Task Execution for Senior Engineers<\/p>\n<p>This year I looked at two apps (<a href=\"https:\/\/thenewstack.io\/a-hands-on-review-of-conductor-an-ai-parallel-runner-app\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Conductor<\/a> and <a href=\"https:\/\/thenewstack.io\/first-look-at-verdent-an-autonomous-coding-agent-from-china\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Verdent AI<\/a>) that explicitly support running tasks in parallel \u2014 that is, effectively defining a task and just leaving an LLM to execute it in the background while starting a new task. While you can generally ask any Agentic CLI to run a task in the background, more apps will support parallel running as a workflow in 2026.<\/p>\n<p>One thing to note about executing these: to work on the same codebase, the target code needs to be isolated. This usually means making a new branch for each task and then putting the code into a fresh folder, which is what git worktrees does. You then merge the work back into the main branch. All this git fiddling plays slightly against the \u201cvibe coding\u201d moniker \u2014 but as I\u2019ve pointed out, LLM tools will always gravitate towards being most useful to senior developers.<\/p>\n<p>It is also only devs with solid experience who can quickly evaluate whether a change is safe enough to entrust to an agent\u2026 or not. And it is the senior developers who are already used to interruptions throughout the day, in this case coming from agents completing tasks at different times.<\/p>\n<p>3. Clarifying the Roles of Agentic CLI vs. Desktop Applications<\/p>\n<p>When we first saw <a href=\"https:\/\/thenewstack.io\/claude-opus-4-with-claude-code-a-developer-walkthrough\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Claude Code<\/a> running in a terminal session, it immediately got developers to define tasks in English instructions. Hence the term Agentic Command Line Interface (CLI). This was in sharp relief to using an IDE like VS Code.<\/p>\n<p>Built in TypeScript and React, Claude Code ran in any terminal shell, allowing it to share an immediate environment and start in the same directory as the project to be worked on. This felt comfortable for many developers. There have been quite a few similar CLI apps released since then. The ability to also pass shell commands on the same prompt (implemented most cleanly <a href=\"https:\/\/thenewstack.io\/warp-code-gets-closer-to-an-emacs-for-the-modern-ai-era\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">in Warp<\/a>) helped to reduce the friction of app swapping.<\/p>\n<p>But many desktop versions were also released, such as <a href=\"https:\/\/thenewstack.io\/give-claude-ai-full-access-to-your-local-filesystem-with-mcp\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Claude Desktop<\/a>, which offered the advantages of UI honed on MacOS or Windows. For example, you get nice file and folder views, along with more control over the request and response UI components. From an enterprise point of view, managing a desktop app is a bit easier too. However, exactly how the desktop app compares to the CLI version can still be unclear.<\/p>\n<p>In 2026, I expect all major providers to make it clearer how they will support both their CLI and desktop versions of LLM products. Each version may have different communities, but they shouldn\u2019t be treated as separate entities.<\/p>\n<p>4. Integrating Paid Services and Agent-Driven Commerce<\/p>\n<p>How agents successfully request paid services \u2014 i.e. agent-driven commerce \u2014 has to pop up at some stage. There isn\u2019t a screaming demand for this, but eventually an agent will need to call upon a paid service in the background \u2014 or use a more expensive model in a task that the caller doesn\u2019t have an explicit payment plan for. Most of us are simultaneously suspicious and accepting of the \u201cmachine-to-machine economy.\u201d There is no point in autonomy that has to stop at the till. There may be various attempts to start addressing this over the year; especially for products that can use multiple models. This is especially true for developers running local LLMs who only want to call cloud LLMs for the deeper tasks.<\/p>\n<p>5. Addressing the Challenges of VS Code Forks in AI Development<\/p>\n<p>The <a href=\"https:\/\/thenewstack.io\/agentic-coding-and-the-weakness-of-extensions-for-ides\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Microsoft Visual Studio Code forking problem<\/a> has to be addressed a little more closely. We have seen quite a few non-Microsoft apps that are actually forks of VS Code under the covers \u2014 <a href=\"https:\/\/thenewstack.io\/using-cursor-ai-as-part-of-your-development-workflow\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Cursor<\/a> was an early example. While using the extension model within VS Code isn\u2019t really good enough to support LLMs, forks have limitations too. The problem with finding other extensions in a less secure independent marketplace will probably remain an issue. In some respects Microsoft has successfully captured the market, leaving the competition to join or fragment. I don\u2019t think anything broke inside me when Google launched its own VS Code fork, <a href=\"https:\/\/thenewstack.io\/hands-on-with-antigravity-googles-newest-ai-coding-experiment\/\" class=\"local-link\" rel=\"nofollow noopener\" target=\"_blank\">Antigravity<\/a>, but it did bring the whole issue to a head again.<\/p>\n<p>Too many product teams have seen a VS Code fork as a quick win, without ever really asking themselves if they have serious plans to buy their own home \u2014 or whether they will rent forever. Then they forget that their rental contract prevents them from hammering nails into the wall. But there are likely to be new approaches to get around this in 2026.<\/p>\n<p>Conclusion<\/p>\n<p>This has been the breakout year for Agentic AI tools, especially the Agentic CLI, and I would expect 2026 will be about securing that ground. Developers don\u2019t need to be convinced about what LLMs can achieve, but they do need to be convinced that the available products can be trusted to support their workflows over time.<\/p>\n<p>\t<a class=\"row youtube-subscribe-block\" href=\"https:\/\/youtube.com\/thenewstack?sub_confirmation=1\" target=\"_blank\" rel=\"nofollow noopener\"><\/p>\n<p>\n\t\t\t\tYOUTUBE.COM\/THENEWSTACK\n\t\t\t<\/p>\n<p>\n\t\t\t\tTech moves fast, don&#8217;t miss an episode. Subscribe to our YouTube<br \/>\n\t\t\t\tchannel to stream all our podcasts, interviews, demos, and more.\n\t\t\t<\/p>\n<p>\t\t\t\tSUBSCRIBE<\/p>\n<p>\t<\/a><\/p>\n<p>    Group<br \/>\n    Created with Sketch.<\/p>\n<p>\t\t<a href=\"https:\/\/thenewstack.io\/author\/david-eastman\/\" class=\"author-more-link\" rel=\"nofollow noopener\" target=\"_blank\"><\/p>\n<p>\t\t\t\t\t<img decoding=\"async\" class=\"post-author-avatar\" src=\"https:\/\/www.europesays.com\/ie\/wp-content\/uploads\/2025\/12\/2e2ac7a2-cropped-a46bbf33-photo.png\"\/><\/p>\n<p>\n\t\t\t\t\t\t\tDavid has been a London-based professional software developer with Oracle Corp. and British Telecom, and a consultant helping teams work in a more agile fashion. He wrote a book on UI design and has been writing technical articles ever since&#8230;.\t\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\tRead more from David Eastman\t\t\t\t\t\t<\/p>\n<p>\t\t<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"So far in my review of agentic development over the past year and heading into 2026, I\u2019ve looked&hellip;\n","protected":false},"author":2,"featured_media":255582,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[261],"tags":[291,289,290,18,19,17,82],"class_list":{"0":"post-255581","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-artificial-intelligence","8":"tag-ai","9":"tag-artificial-intelligence","10":"tag-artificialintelligence","11":"tag-eire","12":"tag-ie","13":"tag-ireland","14":"tag-technology"},"share_on_mastodon":{"url":"https:\/\/pubeurope.com\/@ie\/115797142633979523","error":""},"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts\/255581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/comments?post=255581"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts\/255581\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/media\/255582"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/media?parent=255581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/categories?post=255581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/tags?post=255581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}