Vital

News & commentary about the global health workforce
Vital Home

Can We Use ChatGPT for Global Goods Software Development?

Nobert Mijumbi, IntraHealth's sr. regional software engineer based in Uganda, tested using ChatGPT 3.5 and GitHub’s Co-Pilot for developing the iHRIS software. Photo by Carol Bales for IntraHealth International.


We tried it out for iHRIS—our free software for tracking, managing, and supporting health workers.


At IntraHealth International, where we're committed to developing digital solutions to support health workers, artificial intelligence (AI) could be a game changer.

AI, and especially Generative AI, is performing as well or better than humans in reading comprehension and language understanding. It could reduce training expenses and free up nurse time for providing patient careultimately improving health outcomes.

Let’s explore what is known today and how we tested using AI for our software development workflows.

ChatGPT in software development

Early studies show that large language models (LLMs) like ChatGPT can support college educated professionals and developers to reduce the time people spend on tasks (like drafting documents) and improve the quality of the work for those who have less-mature writing skills.

GitHub found similar results for software developers doing “boilerplate” tasks like setting up a web server in JavaScript. Using GitHub’s CoPilot tool improved productivity by over 50%!

We set out to see if GitHub’s Copilot and Open AI’s ChatGPT 3.5 could assist our software developers to write documentation, comment code, write unit tests, and find and fix bugs in iHRIS, IntraHealth’s open source software that helps 20+ countries around the world track and manage their health workforce to improve access to health services.


iHRIS enables health officials to make better, more informed decisions about health workforce deployment, training, management, and more. Here Justine Kaboole uses iHRIS at the District Health Office in Iganga, Uganda. Photo by Tommy Trenchard for IntraHealth International. 


We asked ChatGPT 3.5 if it knew iHRIS, and it gave the response below.

  • “As of my last knowledge update in January 2022, IHRIS (Integrated Human Resource Information System) is a free, open-source software specifically designed for managing human resources in the health sector. It is often used by organizations and governments to keep track of health workforce data, including information about health workers, their skills, training, and deployment. 
    However, please note that software information can change over time, and there may have been updates or changes to IHRIS since my last update. I recommend checking the official website or other reliable sources for the latest information on IHRIS and its features as of your current date in 2024.” – Open AI’s ChatGPT 3.5

It helpfully gave the last date it was updated, gave an accurate description of iHRIS and added a caveat about going to the official website for information. We confirmed that Open AI’s ChatGPT 3.5 could write basic installation instructions and challenged it to make the instructions as fun as we think health workforce management is. The answer did not disappoint.

  • “In the digital kingdom, where data flows like rivers, a legendary tool called iHRIS awaits brave souls seeking to conquer the challenges of workforce management. Prepare yourself for a thrilling quest to install iHRIS and harness its mighty capabilities.” – Open AI’s ChatGPT 3.5

Our developer team members located in Tanzania, Ethiopia, and Uganda tried ChatGPT 3.5 out for iHRIS and found it was easily able to add comments to existing code chunks. It could also provide step by step instructions in “black screen” mode so that a developer could get a reproducible example and put it into the software.

When we tried GitHub’s Co-Pilot to assist with software development, it could create repetitive code from scratchlike unit tests. But they required tweaking by developers who were skilled in writing code in Node.js and Vue.js (the codebase upon which iHRIS is written).

Future ChatGPT use in software development

So, what did our iHRIS software development team say about ChatGPT?

  • It helped with repetitive tasks that software developers don’t often enjoy, like writing documentation, especially when the logic is well-known.
  • It helped reduce the time required to write the boilerplate and mock objects for tests since those are repetitive.
  • However, it can generate code out of context or miss a single part which leads to more time spent on de-bugging.
  • If GitHub Co-Pilot was free, there would be more uptake.

In the coming months, we will release a public user guide for incorporating AI into the workflow for developers working with global public goods software.

This post was originally published on ICTWorks.