LLMs are still just low code / no code software

Andrew Marble
marble.onl
andrew@willows.ai
July 10, 2026

I wrote the following in early 2023, drawing a parallel between LLMs and low code programming1:

[W]hen the dust settles, like with low-code programming, there are going to be limitations that make LLMs much more narrow in their applicability than the initial hype predicts.

[M]y money is on generative AI's plateau of productivity shaking out the way low-code programming has. That is, it exists and fills many domain specific niches, but it's not market dominating and hasn't changed the structure of industry of society.

I can see the argument for laughing at this now as short sighted and obviously incorrect, and there was a period where I might have almost agreed and been a bit embarrassed. But now I actually feel like doubling down. I read a lot of Hacker News (which I know doesn’t represent a cross section of reality) and continuously come across example threads like https://news.ycombinator.com/item?id=48841975

There is always this pattern of someone identifying gaps, and then someone else telling them they’re doing it wrong and they need to prompt explicitly or whatever. It’s most prominent in code (because code is the most prominent use case) but I’ve seen it with respect to writing style2, and also anecdotally for non-coding tasks like classification or other language processing. I’m writing here about all applications, but mostly focusing on coding for the reason above.

So what, prompt engineering is a thing right, and apparently it’s a skill (just like writing Claude skills is real engineering… knowing what words to make uppercase and whatnot). That’s definitely one perspective, but I feel more and more that we’re all not just fanatical low-code software users that gloss over limitations by blaming the user.

That’s probably not convincing so far, and it’s still just a feeling I get when I see discussions (and use LLMs myself), it’s not causal, so I’ll try and elaborate on why I have this overall impression:

So what? How is this not just generic criticisms of LLMs that are sure to be addressed shortly or are just because I don’t know how to use them? I think understanding what we’re working with is important to make the best use of it. Acting like a better skill.md with crisp instructions is all that’s in the way of flawless execution doesn’t cut it.

So what’s different if we look at an LLM through the lens of a low/no-code tool?

Some of the success criteria for a low code / no code software application are:

Likewise, some of the ways in which such software fails are pretty much the flip side

We can’t claim a low code product is generally valuable for making software by demonstrating that it can do some particular predefined task, unless that specific task is all we want it for. Unfortunately, it’s not so easy to disprove that a low-code product is the right choice for a given task without either some intuition based on experience, or by really studying it. It’s doubly hard to convince business buyers that a given tool in unsuitable once they’ve latched on to it.

So we need some intuition about how useful a tool is as a helper, vs un-constrained programming. Some example questions are

I see people saying the developer role has changed to orchestrating agents or whatever, but if this is really true, presumably the bulk of the work is in deciding what’s to be done and writing specs, as opposed to fighting with them to do what you want, doing “coding” by another name, and with less clarity, in the form of iterating on prompts.

At a higher level, productivity, despite being notoriously difficult to measure, and quality, will be the most telling. Is developer time on tasks being reduced because business users can do them end-to-end? Are outputs increasing? Are quality measures like customer issues, bugs, etc. remaining stable or decreasing? Obviously lines of code (or worse, tokens) and other throughput can be made to go up, but are largely meaningless outside of being an obvious leading indicator of adoption.

Additionally, we can measure known LLM specific issues, like consequences of sycophancy (rework or failure due to an obviously incorrect idea being pursued), failure to catch issues during automated review, hallucination, and simply sub-par work.

I’m not trying to disparage LLMs or AI so much as have a realistic mental model of how it works and what it’s good at. Like I wrote in 2023, I feel like people get impressed with demos and make assumptions about AI’s strengths that ultimately lead to poor usage. The big thing for me is clarity on what AI is best at, so it can be set up for success, just like any human collaborator, or tool we use. If you were using a low-code tool to build some software or perform some other business function, you’d likely be aware of what it’s for and what it’s not for, and (leadership having been sold on some fantasy about what the tool can do aside) you’d use that to decide if it was the right tool for the job. Right now we don’t do that with AI, we just throw it at stuff pretending it’s all-powerful. That will change, regardless of whether Claude 17.6 addresses the shortcoming of Claude 17.5, the long tail assures it. So we’re better off being very clear about what AI is good at an what it’s role is in an organization, rather than handling edge cases all day.


  1. https://www.marble.onl/posts/tempering.txt (note I originally posted this on LinkedIn, it’s reproduced here so you don’t have to go there)↩︎

  2. https://news.ycombinator.com/item?id=48842011↩︎