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 generates optimized, proven code out of the metadata in runtime. This means that your code is always state-of-the-art and should bugs arise, they are the responsibility of the vendor to solve. More Secure Many security features in Oracle APEX are turned on or are restrictively set by default. Examples of these are Session State Protection, Authentication, Session Timeout, Embed i...