
AI won't replace your developers. It will supercharge them.

The pure coder is finished. The engineer is not.
AI-generated code has crossed a threshold. Engineers who spent years sceptical — Linus Torvalds and John Carmack among them — have publicly shifted toward acknowledging that what these models produce is now genuinely good. That is not a threat to developers. It is the end of one narrow version of the job.
What is left is the part that was always harder. Knowing which problem is worth solving. Understanding the domain well enough to spot when an answer is subtly wrong. You cannot build well for a travel company without understanding travel, or for a retailer without understanding retail. That judgement does not come out of a model.
So the work fuses. Engineering and domain expertise stop being separate roles. The developer who understands the business becomes more valuable, not less — and the one who only produced code has already been overtaken.

When code gets cheap, measurement gets expensive
This is the shift most teams have not priced in yet. When writing code was the constraint, output was a reasonable proxy for progress. Once code is cheap and abundant, that proxy breaks — and shipping more of it tells you nothing about whether you are better off.
The cost moves to the waiting. Thirty minutes a day per engineer lost to blocked builds, queued approvals and waiting on someone else works out at roughly €5,000 per engineer per year. Across a hundred engineers that is half a million euros a year — and it never shows up as a line in any P&L. Make code faster to write and you do not remove that cost, you concentrate it.
AI spend needs accounting for the way cloud spend did. Nobody sensible buys cloud capacity without knowing what it returns. AI tooling is heading the same way: the question moves from "are we using it" to "what did it actually change".
That is measurable, and we measure it. DX, DORA and SPACE give the frameworks; our Agile Analytics engine gives the data. And because code now arrives faster than anyone can review it by hand, CI/CD with AI-assisted quality and security checks stops being hygiene and becomes the control point that makes the speed safe.
WhereweuseAI,andwherewedonot
Our starting point is on the homepage and here once more: we use AI where it genuinely helps; accountability stays with people. Concretely:
Yes. Writing code we already knew how to write: integrations, migrations, tests, the tenth variant of a screen. Reading and summarising existing code before we touch it. A first review on pull requests, so the human review is about the design and not about a forgotten null check. Transcription and analysis in our own products, where it is the core of the product.
No. Deciding what should be built and why: that takes knowing the domain, and that does not come out of a model. Architecture and security without an engineer having looked at it. Infrastructure code that "works": broken application code usually fails, broken infrastructure code keeps running with permissions that are too wide, and you find out at an audit or an incident. And switching on AI as a substitute for a team that does not trust each other: the tooling is rarely what is missing.
The rule that follows is simple. Everything AI writes is reviewed by someone who could have written it. Faster, yes; unsupervised, never. That costs time, and it is exactly the time AI frees up elsewhere.

Whatitchangesforyouasaclient
Three things, and the third matters most.
More software for the same money. Our two-week sprints cost what they cost (small €4,000, medium €8,000, large €12,000, excluding VAT); more comes out of them. Work that used to be a sprint (an integration, a boilerplate migration, a set of tests) is now a day. A small script that solves a problem is free: that is the kind of work AI turned from an afternoon into half an hour.
The same accountability. What we deliver is ours, whoever or whatever typed the first version. The law says so too: under the GDPR, NIS2 and DORA the organisation is responsible for the software, not the model. We keep track of which code was written with AI and what was done with it, so you can show that at an audit. How that works is in AI-assisted development under GDPR, NIS2 and DORA.
A different conversation about progress. When code is cheap, "how much was delivered" says nothing any more. The question becomes what is in production, whether it is used, and how fast a fault is fixed. We measure that, with the same numbers we hold ourselves to.

Whatwebuildwithitourselves
We do not sell an AI strategy; we run products where AI does the work, and we pay their bills ourselves. That is where the opinions above come from.
-
CyberCloud CallController — Records, transcribes and makes phone calls searchable on what was said. Open source at its core, with retention rules for compliance.
-
Zenthropic — AI phone agents that answer 24/7, ask the right questions and leave a summary in Slack, email or the CRM. Response time under 800 milliseconds.
-
Agile Analytics — Measures where the time goes in software delivery: Git, CI/CD and Jira side by side, with DORA and SPACE as the frame. The instrument behind "when code gets cheap, measurement gets expensive".
-
ImageSenseAI — A plugin for WordPress and Strapi that describes images: alt texts for accessibility and findability, without the manual work.
Want to put AI to work in your own organisation? Tech consultancy is the service: work out together where it genuinely helps, then build it.

What Agile Analytics looks like
A few screens from the product, as you see them in use.
Whatwehavewrittenaboutit,bytheme
Our engineers write about what they run into. These are the pieces behind the position above.
Craft: what AI does to building itself
- Code is getting cheap. Engineering isn't.
- DHH on programming with AI agents
- What you're missing is rarely a tool
- My AI agent works through the night. It just can't decide anything.
- Bug fixing in the age of AI
- AI-assisted code reviews: what the latest research reveals
- The reality check: LLM-generated code vs. human engineers
- The end of programming is silly sales nonsense
People: what it does to teams and the profession
- If AI replaces junior roles, where do senior developers come from?
- AI fatigue in development
- AI vampires: the hidden price of twenty agents
- Reading DORA metrics when AI writes half your commits
Risk: security, compliance and what goes wrong

Frequently asked questions about AI in software engineering
Does AI replace developers?
No. It replaces one narrow version of the job: typing code you already knew how to type. What remains was always the hardest part: knowing which problem is worth solving, knowing the domain, and seeing when an answer is subtly wrong. The engineer who understands the business becomes more valuable, not less.
Do you use AI to build our software?
+
Yes, where it genuinely helps: integrations, migrations, tests, first reviews, reading and summarising code. Everything AI writes is reviewed by an engineer who could have written it. What we deliver is ours, whoever typed the first version, and the source code is yours.
Is AI-written code secure?
+
Not by itself. Broken application code usually fails; broken infrastructure code keeps running, with permissions that are too wide or a port left open. So security and quality checks go into the CI/CD pipeline, and an engineer looks at every change to infrastructure, permissions and data.
Does AI make software cheaper?
+
More comes out of the same sprint. Our two-week sprints cost what they cost (small €4,000, medium €8,000, large €12,000, excluding VAT); work that used to be a sprint is now often a day. A small script that solves a problem is free. What does not get cheaper: deciding what to build, and the review.
What about the GDPR, NIS2 and DORA when AI writes our code?
+
The organisation stays responsible, not the model. We keep track of which code was written with AI, what was done with it and who reviewed it, so you can show that at an audit. Personal data does not go to a model without a data processing agreement, and not unless it is needed.
Can you help our team use AI well?
+
Yes, that is tech consultancy: first work out where it genuinely helps in your delivery pipeline, then set it up, measure what it changes, and take the team along. The tooling is rarely what is missing; the way of working around it is.
More on AI
OpenAI's AI agents broke into another company. But was AI really the problem?
OpenAI's AI agents broke into Hugging Face, another AI company, this summer. But was AI really the problem? Some called it an AI civilisation, others the most dangerous hack in his...
Read more...
Arjan Franzen
1 October 2026
A $200 AI subscription delivers $14,000 of compute. But does the maths hold up?
A $200 ChatGPT Pro subscription supposedly delivers $14,000 a month of compute. That is how the screenshot goes round. I followed the number to its source, and the maths does not q...
Read more...
Arjan Franzen
24 September 2026
Want to know what AI really changes in your delivery pipeline?
Half an hour with an engineer who uses it every day. No sales pitch, just an honest answer on where it helps and where it does not.










