惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
B
Blog
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
V
V2EX

IT Jungle

Finally: Some Pricing Information On The Power S1112 Entry Server - IT Jungle Rocket Automates Manual IBM i Tasks With AI - IT Jungle Guru: Where’s The Table? - IT Jungle LaserVault Goes iSCSI With Virtual Tape Library - IT Jungle IBM i PTF Guide, Volume 28, Number 31 - IT Jungle Will Power Chips Get A Converged Arm Instruction Set Like Z Mainframe CPUs? - IT Jungle Thinking About Moving IBM i To The Cloud? Don't Start With The Quote - IT Jungle Precisely To Add Ransomware Protection In MIMIX 11 - IT Jungle It’s D-Day For Cybersecurity, AI Firms Warn - IT Jungle IBM i PTF Guide, Volume 28, Number 30 - IT Jungle Oracle Dips A Toe Into IBM’s EBCDIC World - IT Jungle When Your Small IBM i Team Is Really A Team Of One - IT Jungle Guru: Putting Failure Handling In Its Place - IT Jungle Inside The Security Enhancements In ACS - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle IBM i PTF Guide, Volume 28, Number 29 - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle Inside The Encryption Key Management Changes In IBM i 7.6 - IT Jungle FalconStor Moved To The Blue Lagoon, And Is Poised For Growth Because Of It - IT Jungle Guru: Claude’s SQL Tip - IT Jungle Astera Makes Extracting Legacy Report Data an AI Specialty - IT Jungle IBM i PTF Guide, Volume 28, Number 27 - IT Jungle Welcoming The New IBM i Chief Architect And Other New Top Brass - IT Jungle A Deep Dive Into That Power S1112 Entry Power11 Server - IT Jungle Guru: Beyond Three-Part Naming – Running SQL Across Remote IBM i Systems - IT Jungle How IBM Bolstered IBM i Resilience In The Summer Tech Refreshes - IT Jungle IBM i PTF Guide, Volume 28, Number 26 - IT Jungle Power Systems Has A Great Quarter; System Z, Not So Much - IT Jungle Does AI Mark The End Of The ERP Era? - IT Jungle Guru: Deterministic Application Development With AI - IT Jungle
Midrange Dynamics Sees Solid Git Adoption On IBM i - IT J...
Alex Woodie · 2026-06-01 · via IT Jungle

June 1, 2026

The arrival of AI tools to the IBM i community is helping to drive Git adoption, according to Michael Morgan, the chief executive officer of Midrange Dynamics, a provider of application management software for IBM i. But even without the AI push, the IBM i community is moving solidly toward modern development techniques and tools, Morgan said in an interview.

“We’re seeing the management expectations that shops use Git as the bigger driver for our customers versus AI,” Morgan told IT Jungle. “AI is a smaller driver of those wanting to get to Git. Even without AI, the movement to Git is happening on IBM i.”

Midrange Dynamics develops MDChange, the Swiss company’s suite of application lifecycle management tools for IBM i. The software, which is distributed in the United States and Canada through its Peterborough, New Hampshire-based affiliate, Midrange Dynamics North America (MDNA), meets customers wherever they are at on their Git journey, Morgan said.

That means the change management software will allow old-school RPG programmers to continue to store source code directly on the IBM i server, like they always have, while simultaneously allowing developers to use modern code management techniques by storing source on a Git repository. Morgan emphasized that MDChange supports both types of users with a single deployment, or what he calls a hybrid setup.

“When you’ve got developers that are nearing retirement and they’re not particularly motivated to learn new tricks, they can continue to use MDChange like they always have, where they’re just checking out source members and then MDChange is automatically doing all of the things behind the scenes – not just replicating to Git, but handling pull requests and doing everything else that’s Git related,” he said.

“So those developers that are accustomed to working in Git and understand the power of Git and understand how to use it, they can continue to work from their local workspace or wherever they want to use Git, but they’re not going to lose out on that concurrent development happening by developers that are working directly on the i,” Morgan continued.

In these hybrid setups, MDChange will automatically clone the Git repository onto the IBM i server. The software uses REST APIs and Git command language to ensure everything stays in sync between the IBM i and the Git host servers, Morgan said.

Morgan, who founded Midrange Dynamics back in 1998, has been in the change management trenches for a very long time, and he understands how important it is for IBM i shops to have functional and streamlined software. He points out that the MDChange suite includes a component called MDWorkflow that provides code pipeline capabilities, thereby eliminating the need to acquire and integrate a third-party CI/CD tool, such as Jenkins, into the mix.

This becomes critical when things break – and it’s not an “if,” because things always break – and company revenue is dependent on identifying and fixing broken stuff as soon as possible.

“Because it’s all on the IBM i, you don’t have all this bloatware in between that you have to manage,” Morgan said. “Merlin was sort of that thing. They had an IDE front-end, and you had to have OpenShift. But more importantly, you had to have Jenkins in the middle. Things would break somewhere and you could spend two days trying to figure out where did it break, whereas with our approach, there’s a single spot. It shows all the logs from start to finish, with retry capabilities. You see instantly where things are at.”

As AI-enabled IDEs like IBM Bob have arrived on the IBM i scene, Midrange Dynamics’ support for Git and internal pipelining tooling has paid dividends. Developers who want to vibe code and give Bob plain English commands to generate RPG or other code don’t have to worry about ensuing all the connections are in place, Morgan said.

“So you’re avoiding all the orchestration headaches,” he said. “You’ve got all the logging in one spot and it’s just much faster. They don’t have to spend the time to learn and onboard these other sorts of open source tools, like Jenkins, in order to move forward. They can just continue using the product as they have and just add Git to it.”

Midrange Dynamics has made a few changes to its software to accommodate Bob and other VS Code-based AI IDEs, and how they work with Git. For starters, Midrange Dynamics has started publishing its VS Code extensions to the Open VSX Registry in addition to Microsoft’s official Visual Studio Marketplace. Cursor and Windsurf, two VS Code-based AI IDEs that are popular alternatives to IBM Bob among IBM i shops, are published on Open VSX.

More importantly, Midrange Dynamics is making changes to MDChange itself. For instance, it has added tasks that allow Bob to automatically pull up the results of cross-referencing analysis performed by MD X-Ref to help ensure better quality software. Instead of requiring a user to go to an MDXREF screen and type in a command, Midrange Dynamics now allows Bob to pull that data programmatically via REST API calls.

“We’re seeing a lot of pickup with our hooks for our quality gates for automated testing,” Morgan said. “It’s making sure that there’s fewer mistakes occurring by AI, because it can hallucinate when you get into these large data sets if it doesn’t have enough structured data to work with.”

The majority of the MDChange customer base, which spans 1,400 organizations, are now using VS Code or one of the VS Code-based IDEs, Morgan said, leaving only about one-quarter still using Rational Developer for i (RDi). MDChange users are moving solidly into the world of AI with tools like Bob, which is a fork of VS Code.

“We’re seeing a huge uptick in adoption of AI,” Morgan said. “We know that several of them are using it daily and others are using Cursor, Windsurf, or VS Code. We’re seeing a lot of interest from our customers and being able to leverage AI tools to help their developers be more efficient.”

Midrange Dynamics has some bigger changes coming later in the year. We’ll let you know about them when we hear more.

RELATED STORIES

MDNA Speeds Up Git Transactions In Big IBM i Environments

Midrange Dynamics Hooks Change Management Into VS Code

MDNA Launches Unit Testing Tool for IBM i