
Intent-Driven
- Mark Kendall
- 19 hours ago
- 1 min read
đź”· Intent-Driven Engineering)
Time to move beyond prompting.
But not in the way most people think.
Everyone is being taught how to write better prompts:
Be clear
Add context
Provide examples
And yes—this works.
It’s how you get value from tools like Anthropic and others.
But here’s the problem no one is talking about:
👉 Prompting doesn’t scale.
It’s manual
It’s inconsistent
It lives in someone’s head (or a prompt doc)
It breaks the moment you try to turn it into a system
At small scale, prompting feels powerful.
At enterprise scale, it becomes friction.
The shift isn’t “better prompts”
It’s this:
👉 Stop writing prompts. Start defining intent.
Instead of this:
“Generate a REST API with auth, logging, and deployment…”
You define this:
Intent:
- API Type: REST
- Auth: JWT
- Observability: Enabled
- Deployment: AWS
Now the system:
generates the prompts
structures the pipeline
enforces standards
produces repeatable output
Prompting doesn’t disappear
It gets abstracted.
Just like:
Assembly → compiled languages
Scripts → platforms
Manual steps → pipelines
This is the real evolution
Prompting = interaction
Intent = system
You don’t win by getting better at prompting.
You win by making prompting disappear into the system.
That’s Intent-Driven Engineering.
Time to move beyond prompting.
Comments