From Low-Code to Low-AI-Code.
Low-code platforms like Oracle APEX have a clear advantage in the AI era, as the LLM generates the metadata for the app out of your functional specification, not the actual code itself. As the low-code platform vendor is in charge of the underlying code, you can rely on it to be maintainable , more secure and legally bulletproof . Let's go through these in more detail. Maintainable Vibe coding quickly leads to a code mess as the LLM doesn't really optimize the code, it just implements your request. On code level, an identical function might be implemented multiple times by the LLM. A low-code platform returns HTML/JS/CSS to the web browser out of the metadata in runtime based on optimized, proven internal code. This means that your app is always state-of-the-art when upgrading the low-code platform and should bugs arise, they are the responsibility of the vendor to solve, not the developer. More Secure Many security features in Oracle APEX are turned on or are restrictively se...