ADAAS
ADAASADAASAI
No. 003 · AI Development

From Code to Intent: Why AI Will Change the Programming Language

The real limit of AI-assisted development is that humans still express software intent through code, prompts, tickets and fragmented docs. The next programming artefact is intent itself.

The biggest limitation of AI-assisted software development is not the model. It is that humans still communicate software intent primarily through code, prompts, tickets and fragmented documentation — four lossy channels for the one thing that matters most.

We have spent two years making models better at writing code. We have spent almost no time making it easier for humans to say, precisely and durably, what the code is supposed to be. That asymmetry is now the bottleneck.

We still ship intent as code

In the traditional pipeline, intent starts rich and degrades at every stage. A business requirement becomes a specification, which becomes an architecture, which becomes code. Each translation loses something, and the final artefact — the code — is the only one anyone maintains. The intent that produced it survives only as folklore.

AI does not fix this; it accelerates it. A model can turn a paragraph into a thousand lines in seconds, which means it can lose your intent a thousand lines at a time. The faster the generation, the more expensive the ambiguity. The fix is to invert the pipeline — to keep intent as the durable artefact and derive the rest from it.

Traditional pipelines translate intent downward until only code remains; the AI-native pipeline keeps intent as the source and regenerates everything below it.

When intent is durable, regeneration is cheap and hand-patching is the anomaly. When intent lives only in code, every change is archaeology.

Prompts are not a programming language

The obvious objection: 'isn't the prompt the new intent artefact?' No. A prompt is a temporary instruction to a model, not a description of a system. The distinction is not pedantic — it decides whether your intent survives the conversation that produced it.

PromptAIS
Temporary instructionPersistent artefact
ConversationalStructural
Often ambiguousExplicit
Model-orientedSoftware-oriented
Tells the AI what to doDescribes what the software is

A prompt optimises a single generation. An intent artefact optimises the system across every generation, every model upgrade, every team member who arrives after the original author has forgotten why. Prompts are how you talk to a model. They are not how you preserve a system.

Intent as a first-class artefact

This is what ADAAS AIS is: an attempt to make software intent itself a first-class programming artefact — structural, explicit and software-oriented — rather than something smeared across prompts, tickets and comments. Not 'here is our new language for the sake of a language', but a place to say what the software is, precisely enough that any model can build against it and any human can argue about it.

The payoff is that the expensive human work moves to where the leverage is. You stop reviewing whether a function is correct in isolation and start reviewing whether the intent is right — because if the intent is right and durable, correct implementation is a regeneration away.

The next programming language will not describe how the machine computes. It will describe what the software is — and let intelligence handle the rest.