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

推荐订阅源

博客园 - Franky
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
人人都是产品经理
人人都是产品经理
罗磊的独立博客
博客园 - 聂微东
雷峰网
雷峰网
量子位
美团技术团队
V
V2EX
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
The Cloudflare Blog
爱范儿
爱范儿
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
Jina AI
Jina AI

Mendix

Mendix Release 11.14 | Mendix Why Domain Experts Are Critical to Building the Agentic Enterprise | Mendix From Workflows to Agentic Orchestration  | Mendix Mendix Release 11.13 | Mendix Mendix Portable Runtime: Deployment, Simplified | Mendix Computable Awards 2026: Mendix Is Nominated! | Mendix Mendix 11.12 LTS: Strategic AI for Enterprise Leaders | Mendix Mendix Release 11.12 | Mendix Intelligence Center X Closes the AI Value Gap in Industrial | Mendix Mendix Release 11.11 | Mendix Faster LTS Releases: Your Strategic Upgrade Roadmap | Mendix What If AI Closed the Gap Between Planning and Building? | Mendix Mendix Release 11.10 | Mendix Bringing Teamcenter BOMs to Every Corner of Your Mendix Apps  | Mendix Mendix Release 11.9 | Mendix Dynamic Reporting Using Mendix GenAI | Mendix The Right Model for the Job: A Developer's Guide to Choosing LLMs in Mendix | Mendix Mendix Release 11.8 | Mendix Vibe Coding Mendix Widgets  | Mendix Exploring Agentic AI in Industrial Manufacturing | Mendix Release 11.7 - Zero Downtime, AI Tools & React Ready | Mendix How to use GenAI in Industrial Manufacturing | Mendix How can you use AI in manufacturing? We asked an expert. | Mendix Beyond Chatbots: Building Agentic Apps with Altair & Mendix | Mendix Introducing Mendix Cloud Private Connectivity (Public Beta) | Mendix Release 11.6 - Zero Downtime Deployments & Workflow Advances | Mendix Celebrating 43 New Mendix MVPs in 2025 | Mendix Mendix on Azure Goes GA: Secure, Proven, Scalable | Mendix Release 11.5 - Smarter Flows, Stronger Mobile & Self-Service AI | Mendix 5 Workflow Features You Might Not Know Exist | Mendix
Application Development in the Enterprise: Why AI Needs A...
Menno Odijk · 2026-02-28 · via Mendix

Cutting Through the Hype  

Generative AI has ignited software development with its speed and creativity. It accelerates prototypes, unblocks logic problems, and inspires new features. But let’s ground that excitement in software engineering reality.  

AI pioneer Andrej Karpathy recently framed this problem as the ‘March of Nines.’ He makes a simple point: getting an AI model to work 90% of the time is easy. That’s the “first nine”—the demo phase. But enterprise software doesn’t run on one nine. It needs 99.9% (three nines) or 99.99% reliability.  

The math is brutal. Moving from 90% to 99% takes as much work as the first 90%. In a startup, 90% is a beta. In an enterprise, it’s a broken product. That missing 10% isn’t a margin of error; it is the difference between a tool and a liability.  

Guessing vs. Calculating

To understand why AI isn’t a silver bullet, we have to look at the fundamentals.  

Generative AI is probabilistic. It guesses. It predicts the next likely word based on patterns. It is “fuzzy.” Enterprise Software is deterministic. It calculates. Input A must always result in Output B. You cannot have “likely” correct financial reports or access controls. They are either right or wrong.  

When you inject raw AI code into a complex enterprise stack—governed by DORA, GDPR, and HIPAA—you are introducing a lottery ticket into a system that demands certainty. “Try and see” is not a strategy when you are handling patient data or bank transactions.  

Low-Code as the Chassis

The future isn’t AI or stability. It is about the architecture that combines them.  

This is where low-code platforms like Mendix stop being just productivity tools and become Architectural Guardrails. Think of AI as the high-speed engine, and Low-Code as the chassis, steering, and braking system.  

This approach solves the complexity problem on two fronts:  

  1. Abstraction: Developers shouldn’t need a PhD to build AI apps. Low-code abstracts the plumbing. You don’t wrestle with vector databases or complex API integrations; you use standardized, drag-and-drop connectors.  
  2. Governance: Instead of asking AI to write raw code (which is hard to debug), you use AI to configure standardized, pre-tested modules. The platform enforces security. If AI suggests a risky data pattern, the platform constraints prevent it from being deployed. 

Visual Development: From Black Box to Glass Box  

There is a second risk to AI-generated code: Obscurity. If an AI generates a script that only one expert engineer can decipher, you have created a silo. You have excluded the business stakeholders who actually understand the domain.  

We need to “Shift Left”—agreeing on the plan before we write the code. Before building, AI agents help stakeholders draft and visualize clear requirements. This ensures the “blueprint” is agreed upon by humans before AI generates the logic. Low code models take it a step further by visualizing the logic.  

It turns the “Black Box” of AI generation into a “Glass Box.”  

  • Alignment: Business experts and architects can look at the visual model and verify the logic. 
  • Control: When AI accelerates a workflow, the visual nature of the platform ensures the human remains the pilot. You understand why the system works, not just that it currently runs.  

The Bottom Line

Karpathy is right: production-grade AI is coming. But we aren’t there yet.  

Enterprises should stop asking how fast AI can write code, and start asking: What architecture allows us to run AI safely? The answer lies in combining the engine of AI with the chassis of Low-Code. We get the speed, but we keep the control.