Automating tasks
Automating mundane and repetitive tasks is where AI can significantly speed up development. Previously, translating text within your application was a labour-intensive process that required either importing translated text or manually typing the translation. This task has now been streamlined with the Maia Translation Generator, whereby system text can be translated by adding a new language to your application. This automation of translation ensures that your application can be accessible globally by providing shorter development time to provide new languages to your end users. Additionally, by removing manual efforts required to translate all project text, there is less risk of human error in translation, improving accuracy and consistency throughout your projects.
Through Maia, Mendix is promoting the use of AI automation in project planning. With the release of Mendix 11.8 in 2026, Maia can now be used to generate initial user stories and the foundational stages of application logic based on these stories. This aims to support the initial project planning stage, enabling developers to build on these generated user stories. This can also be a useful tool at the ideation stage of projects, demonstrating what is feasible in the early stages of the project lifecycle.
Mendix has had a partnership with AWS for nearly over a decade. This partnership is a crucial step in combining low-code with generative AI (AI that can create content). Examples of the power of generative AI include using AWS Bedrock to convert an SQL file into a Mendix domain model and sending a request to Bedrock to generate sample data for applications. These examples demonstrate the potential for accelerated development by streamlining tasks that would typically take longer due to manual data entry. Moreover, AWS services such as Bedrock allow you to customise models with security in mind by enabling encryption and private connections through their key management and private link services. This demonstrates a robust, security-conscious environment in which connections to AWS can be used to achieve generative AI in Mendix.
AI-augmented applications
AI-augmented applications are those where AI is used to improve the user experience. The main ways of doing this in Mendix are through REST APIs and the Machine Learning kit (ML Kit). The ML Kit gives you greater control over your AI-augmented applications. By deploying your own ML model, you have a greater control over your application data, reducing data security risks that may arise from accessing third-party AI services. Additionally, deploying your own ML model can reduce cost and latency because the model is contained within your own environment rather than calling to a third-party hosted service.
The ML Kit allows developers to integrate their own machine learning models into applications. It is important to note that ML Kit is more beneficial for smaller models with it taking up application memory to run. Attempting to run large models on small environments using ML Kit will likely cause memory issues, having an adverse impact on user experience. To learn more about the ML Kit, check out or blog that dives deeper into using machine learning in Mendix.
Larger models, such as ChatGPT, can be utilised through API calls. With these large models allowing you to fine-tune responses to meet your business needs, integrating them into Mendix allows you to gain further insights into your business data [5]. In addition, the Mendix Marketplace provides various connectors to AI services that can extend the capabilities of your applications. Notably, AWS connectors are available that can extract text from documents, analyse videos, and provide text-to-speech capabilities. By using API calls to access AI services, there is less consideration about the development and maintenance of these underlying AI models. As a result, you can develop AI-enabled applications without a deep understanding of AI model development.
Monitoring and maintaining high standards within AI-augmented applications is important to establish trust in the AI outputs provided to end users. To assist in managing the lifecycle of AI in applications, the Agent Commons module can be imported into Mendix projects. This module allows you to explicitly state which functionalities AI will be assisting or automating within applications. Furthermore, its agent versioning helps in transparency and accountability where changes in AI functionalities can be tracked. This is an important step in AI-augmentation which may be overlooked but is required to improve security and regulatory compliance.
As seen with Maia Chat and ChatGPT, chatbots are a popular use of generative AI. There are many opportunities to harness this type of tool in your own application, especially with starter applications provided by Mendix to assist in interacting with external models from OpenAI or AWS. Chatbots can be used openly by giving end users a text input to interact with the model like they would with ChatGPT. Alternatively, you can use these models in your microflow logic to perform specific tasks which are then formatted before returning results to the end user. This highlights the power of generative AI and Mendix, where the results can be beneficial to end users without those users directly interacting the chatbots, giving developers control over how AI tools are used in their applications.