Back to the blog
Software Development and AI 14 min read

AI and Low-Code: The Convergence Redefining Who Can Create Software

|

Updated on

AI and Low-Code: The Convergence Redefining Who Can Create Software

The global low-code platform market reached $45.5 billion in 2025, growing 28.1% annually (Gartner). At the same time, generative AI became established in development tools. The meeting of these two forces is more than a technology trend: it concretely redistributes roles between business users and professional developers, between rapid prototyping and robust software engineering.

This article examines the convergence of AI and low-code, its real promises, structural limits and what it changes—or does not change—for companies building custom software.

TL;DR — AI-augmented low-code platforms allow business professionals to create simple applications 90% faster than conventional development. But this democratization has a ceiling: when scalability, security or complex integration matter, professional developers remain essential. The real question is no longer “who codes?” but “who designs the architecture?”

The Low-Code Market in 2025–2026: Figures That Demand Attention

Growth Exceeding Initial Forecasts

Low-code is no longer an experimental niche. According to Gartner, the global low-code development technology market will exceed $30 billion in 2026, on a trajectory toward $58.2 billion in 2029. This double-digit growth places low-code among the software industry's most dynamic segments.

Three forces explain this acceleration. First, chronic shortages of qualified developers: companies struggle to recruit and seek ways to produce more with fewer technical resources. Second, delivery pressure, with business cycles no longer tolerating twelve months of development for an internal application. Third, generative AI's arrival in low-code platforms, multiplying their capabilities.

Widespread Enterprise Adoption

Adoption figures confirm the scale. By 2026, approximately 75% of new applications will be built with low-code technologies, according to Gartner. In 2020, that share was no more than 25%. In five years, the ratio reversed.

Large enterprises are accelerating particularly quickly. 75% now use at least four different low-code tools, covering both IT and business-team needs. This is no longer a marginal prototyping tool, but an entire component of application development strategy.

Indicator 2020 2025 2026 (forecast)
Share of new apps built with low-code 25% 70% 75%
Users outside formal IT 60% 75% 80%
Global market ($ billion) ~13 45.5 >30 (Gartner)
Low-code tools per large enterprise 1–2 4+ 4+

Sources: Gartner, Forrester, Kissflow

Generative AI in Low-Code: What Actually Changes

From Drag-and-Drop to Natural Language

Traditional low-code platforms relied on visual logic: dragging components, connecting flows and configuring forms. Generative AI changes that interaction. Users can now describe what they want in natural language—“Create a leave request form with manager approval and email notification”—and the platform generates the application.

This shift from visual to conversational dramatically lowers entry barriers. An HR manager or sales director can sketch a working application in hours without understanding relational databases or conditional logic. AI interprets business intent and translates it into technical components.

What Augmented Platforms Can Actually Do

Use of AI-integrated low-code platforms jumped 217% between 2023 and 2026. This widespread adoption reflects concrete capabilities extending beyond simple form generation.

Automatic workflow generation. AI analyzes business processes described by users and proposes automations. A logistics manager can describe order approval, and the platform generates the complete approval flow with associated business rules.

Integration suggestions. AI-augmented platforms automatically identify relevant connectors. When you create a sales tracking application, the system suggests integration with your CRM, invoicing tool and company email.

Application logic anomaly detection. AI spots inconsistencies in configured business rules—infinite loops, contradictory conditions, dead ends—even before deployment.

Performance optimization. On some platforms, AI analyzes usage patterns and recommends adjustments to improve response times or reduce resource consumption.

What AI Does Not Yet Do in Low-Code

Low-code vendors' marketing sometimes suggests AI solves everything. Practical reality is more nuanced. AI generates functional code for standard use cases, but does not understand a complex information system's architectural constraints. It does not manage transactional consistency across microservices. It cannot balance acceptable technical debt against necessary refactoring.

AI- and low-code-generated applications work remarkably well for isolated, clearly defined processes. Limits appear as scope expands: legacy integration, large data volumes, specific regulatory compliance and business logic with numerous exceptions.

Citizen Developers: The New Face of Software Creation

4 Million Nontechnical Creators in France

The “citizen developer”—a business professional creating applications without development training—has moved from buzzword to measurable reality. France has approximately 4 million active citizen developers versus 800,000 professional developers. A 5-to-1 ratio.

According to Gartner, by 2026, 80% of low-code platform users will be outside formal IT departments. This represents a structural change in how companies produce digital tools. Most application projects are no longer initiated by technical teams, but by business teams themselves.

The movement spans every sector. Services lead with 45% adoption, followed by retail (32%) and finance (28%). Logistics and e-commerce automate up to 40% of critical workflows through these platforms.

The Typical Enterprise Citizen Developer

Gartner identifies 41% of employees as “business technologists”—people outside IT building technological or analytical solutions for their work. They are not amateurs tinkering with spreadsheets. They are domain experts using structured tools to solve concrete problems.

The typical citizen developer in 2025–2026 is experienced in their field: team manager, financial analyst, operational project manager. They understand business processes and exceptions thoroughly. What they previously lacked was a tool to turn that expertise into an application their team could use without an IT ticket in a six-month queue.

AI and low-code platforms bridge that gap. The citizen developer describes the need, AI proposes a first version and the result becomes operational in days rather than months.

The Economic Advantage: 40 to 60% Lower Costs

Financial arguments weigh heavily in adoption. Citizen-developer projects cost 40 to 60% less than projects assigned to professionals, according to data compiled by Forrester. Application development is up to 90% faster with low-code platforms, and Forrester estimates some platforms improve development speed seventeenfold.

These figures deserve critical scrutiny. Lower costs primarily reflect simpler applications. A data collection form with a few validation rules does not require the same skills as warehouse management integrated with an ERP. Comparing costs without comparing complexity distorts the analysis.

Structural Limits: Why Low-Code Does Not Replace Professional Development

The Technical Complexity Ceiling

Low-code platforms, even AI-augmented ones, reach a ceiling as technical complexity rises. This appears in several dimensions.

Scalability. A low-code application handling 50 users and 1,000 records works perfectly. The same app with 5,000 concurrent users and millions of rows faces performance issues the platform does not solve natively. Query optimization, caching and data partitioning require software engineering skills.

Systems integration. Prebuilt connectors cover standard APIs. But integration with an ERP customized over fifteen years, a COBOL legacy system or proprietary industrial protocol needs custom development low-code does not support.

Advanced security. Low-code platforms handle basics—authentication, role-based authorization, HTTPS encryption. Specific requirements—HDS compliance for health data, PCI-DSS for payments, custom end-to-end encryption—exceed general-purpose platforms' capabilities.

Complex business logic. A linear process with three approval steps is easily modeled in low-code. A process with 47 exceptions, interdependent calculations and cross-system validations requires professionally designed architecture.

The Risk of AI-Augmented Shadow IT

McKinsey warns of a low-code democratization paradox: giving everyone application-building capabilities multiplies shadow IT risks—ungoverned, undocumented, unmaintained applications proliferating outside IT's view.

According to Gartner, one-third of successful cyberattacks target data stored in shadow IT infrastructure. Adding AI amplifies the risk: generated applications are more sophisticated, handle more sensitive data and create more invisible system dependencies.

The issue extends beyond security. McKinsey estimates 10 to 20% of the average technology budget is eventually redirected to resolving technical debt. Ungoverned low-code applications feed it: no automated tests, technical documentation, update strategy or business continuity plan.

Low-Code Shadow IT Warning Signs:

  • Business teams create applications without informing IT
  • Customer data flows through unapproved platforms
  • Nobody knows how many low-code applications exist
  • Critical processes depend on an application created by an employee who has left
  • No centralized inventory of applications and interconnections

Long-Term Maintainability

A low-code application has a lifespan. What happens when the vendor changes pricing, drops a feature your process depends on, gets acquired or closes? Dependence on a low-code vendor exceeds dependence on an open-source framework because generated code often cannot be exported or ported.

Companies building strategic assets on low-code platforms accept significant vendor lock-in. For an internal tool used by 10 people, that risk is acceptable. For a commercial product or critical business process, it deserves careful examination before commitment.

The New Model: Citizen Developers and Professionals Working Together

The Decision Matrix: Low-Code, Custom or Hybrid?

AI and low-code convergence does not describe a world where everyone codes and developers disappear. It describes a world where projects segment more clearly by complexity, criticality and lifespan.

Criterion Low-code / citizen development Custom development Hybrid approach
Business complexity Low to medium High Variable
User count <500 Unlimited >500 with scaling
Required integrations Standard APIs (Zapier, webhooks) Legacy, specific protocols Mix of standard and custom APIs
Expected lifespan <2 years >3 years >2 years
Business criticality Support, internal productivity Core business, revenue Important processes
Budget €500–€5,000 €5,000–€100,000+ €5,000–€50,000
Delivery time Days to weeks Weeks to months Weeks
Maintainability Depends on vendor Controlled internally Shared

The Professional Developer's Pivotal Role in the Low-Code Era

Professional developers do not disappear in a world dominated by low-code and AI. Their role changes and, in many respects, becomes stronger in the dimensions that matter most.

Systems architect. When 20 business-built low-code applications must coexist with existing IT, someone must design the overall architecture: data flows, reference-data consistency, API strategy and identity management. This cannot be delegated to a citizen developer, however powerful AI becomes.

Quality guarantor. Professional developers establish standards—naming conventions, security rules, testing policies, deployment procedures—that citizen developers must follow. They review critical applications before production.

Foundation builder. Reusable components, shared libraries, legacy connectors and abstraction layers: professional developers build and maintain the technical foundation citizen developers rely on.

Specialist for complex cases. When citizen developers reach their platform's limits—as inevitably happens on ambitious projects—professionals take over custom code, performance optimization and specific integrations.

Establishing Effective Governance

Successful coexistence requires clear governance. Without it, democratized AI-augmented low-code becomes application chaos.

Centralized inventory. Every application—created by IT or business users—must appear in a central register with its owner, data handled, integrations and criticality.

Risk classification. Not every application deserves the same supervision. An internal activity dashboard does not need the rigor of an application handling customer or financial data.

Mandatory technical review. Above a criticality or complexity threshold, every low-code application undergoes professional technical review before production.

Training and support. Citizen developers need training in tools and good practice: personal-data handling (GDPR), basic security, minimal documentation and backup procedures.

Five Concrete Scenarios: When Low-Code Is Enough—and When It Is Not

Scenario 1—Automating an Internal HR Process

Context: A 200-employee SME wants to digitize leave requests, training requests and expense claims.

Verdict: AI-powered low-code is ideal. Scope is clear, users internal, business logic standard and integration limited to the HRIS and email. A trained HR manager can create this application in a week on an AI-augmented low-code platform. Cost: a few hundred euros monthly in subscription fees.

Scenario 2—A Sales Management Dashboard

Context: A sales director wants to consolidate three sources (CRM, invoicing, support) into an interactive dashboard.

Verdict: low-code, with caveats. Building the dashboard works well in low-code. Difficulty lies in connector quality. If all three systems expose standard REST APIs, low-code suffices. If one is an old ERP without documented APIs, a professional developer must build the connector.

Scenario 3—A Customer Application with Online Payments

Context: A mid-sized company wants to offer customers an ordering portal with integrated payments and real-time delivery tracking.

Verdict: custom development recommended. PCI-DSS payment compliance, concurrent sessions for hundreds of customers, real-time logistics integration and user-experience requirements exceed low-code's natural scope. A low-code prototype can validate the concept, but production requires professional development.

Scenario 4—A Business AI Agent Integrated with IT

Context: A company wants a conversational AI agent answering customer questions using its document base, CRM and ticket history.

Verdict: custom development essential. Orchestrating an AI agent with multiple data sources, conversational context, security safeguards and output monitoring is software engineering. Low-code platforms offer basic “chatbot” components, but an AI agent truly useful in production requires custom architecture.

Scenario 5—A Regulatory Document Approval Workflow

Context: A compliance consultancy wants to automate collecting, checking and approving clients' regulatory documents.

Verdict: hybrid approach. Collection and notification workflows suit low-code. Automated verification (OCR, information extraction, cross-checking regulatory databases) requires professionally developed custom components. The final solution combines low-code user interfaces and custom intelligent processing services.

Strategy for Decision-Makers: Getting the Most from AI and Low-Code

Questions Before Choosing an Approach

Before launching a project, five questions help determine whether AI-augmented low-code fits or custom development is necessary.

  1. What is the application's expected lifespan? If it must last more than three years and evolve regularly, custom development offers greater flexibility and longevity.

  2. What data does it handle? Personal, financial or health data imposes compliance constraints low-code does not always cover natively.

  3. How many simultaneous users are expected? Above a few hundred, performance and scalability become serious questions.

  4. Which systems must it integrate with? The older or more specialized the targets, the more likely custom code will be needed.

  5. Who will maintain it in a year? If its citizen developer changes roles, someone must be able to evolve it and fix bugs.

Building a Low-Code Center of Excellence

Organizations making the most of AI and low-code structure their approach around a dedicated center of excellence (CoE). Jointly run by IT and business teams, it serves four functions.

Platform selection and standardization. Instead of letting each department choose tools, the CoE approves two or three platforms covering main use cases, negotiates licenses and ensures technical consistency.

Training and internal certification. The CoE trains citizen developers, certifies them on selected platforms and supports early projects. Structured skills development prevents improvised patchwork.

Governance and oversight. The CoE maintains the application register, organizes technical reviews and defines thresholds for moving projects from low-code to professional development.

Knowledge reuse. Reusable components, business templates and best practices are documented and shared to accelerate subsequent projects.

FAQ

Can AI-Augmented Low-Code Replace Professional Developers?

No. It effectively covers simple to moderately complex applications: internal workflows, forms, dashboards and automations. Once scalability, advanced security, legacy integration or complex business logic matter, professional developers remain essential.

What Is the Real Cost of Low-Code Versus Custom Development?

A low-code project costs an average of 40 to 60% less than custom development for comparable scope. However, recurring platform subscriptions (€500 to €5,000/month depending on size) and hidden maintenance, training and governance costs must be included over the application's lifetime.

What Is a Citizen Developer, and Who Can Become One?

A citizen developer is a business professional creating applications using low-code or no-code platforms without programming training. France has approximately 4 million, versus 800,000 professional developers. Any employee with a good understanding of business processes can become one with appropriate tool training.

How Do You Avoid Shadow IT with Low-Code?

Governance is the key: centralized application inventory, risk classification, mandatory technical reviews for critical applications and a low-code CoE that guides practice without stifling it. McKinsey recommends turning shadow IT into a governed technology asset rather than trying to ban it.

Is Low-Code Suitable for Customer-Facing Applications?

Low-code is appropriate for internal applications or prototypes. For customer-facing applications with demanding performance, security (PCI-DSS, GDPR) and user-experience requirements, custom development remains the safest route. A hybrid approach—low-code prototype, custom production—often offers the best quality-to-delivery-time balance.

Which Low-Code Platforms Actually Integrate Generative AI?

Leaders identified by Forrester and Gartner (Microsoft Power Platform, Salesforce, Mendix, OutSystems, ServiceNow) all include generative AI to varying degrees: prompt-based application generation, workflow suggestions and anomaly detection. Feature scope and maturity vary significantly between vendors.


AI Coder Squad: When Low-Code Reaches Its Limits, Custom Development Takes Over

AI-augmented low-code platforms cover a growing share of application needs. But projects requiring robust architecture, complex integrations or advanced business logic need engineering expertise those platforms do not provide.

AI Coder Squad designs custom applications and AI agents for companies that want to move fast without sacrificing quality—with senior developers and an AI-powered approach.

Start your project and discover how AI Coder Squad can accelerate your next delivery.