What AI genuinely accelerates
In day-to-day WordPress and Bricks work, AI earns its place on the repetitive, well-defined tasks that used to consume time without requiring much judgement. It is genuinely useful for:
- Boilerplate code: custom post types, fields, query loops, and the standard scaffolding every build needs, drafted in seconds rather than typed by hand.
- Refactoring and debugging styling: untangling CSS conflicts, simplifying overly complex rules, and explaining why a layout is behaving the way it is.
- Understanding inherited sites: reading unfamiliar code on a site built by someone else and explaining what it does, which turns hours of archaeology into minutes.
- First drafts of repetitive logic: regular expressions, database clean-up queries, and small functions that are tedious to write and easy to verify.
- Documentation: turning a finished piece of work into the plain explanation a client or the next developer will need.
What these have in common is that they are bounded, checkable, and dull. AI is a fast, tireless junior on exactly this kind of work, and treating it as one is where most of the real gains come from.
Where it fails, and why production raises the stakes
The same tool that drafts boilerplate well fails at everything that requires judgement, context, or responsibility, and in a live site those failures cost more than they would in an experiment. AI does not know the specific site it is working on: its plugins, its conventions, its history, the reasons things were built the way they were. It cannot weigh a tradeoff, settle an architecture, or judge whether a feature should exist at all. Asked for a solution, it will always provide one, including when the right answer is to do nothing or to remove something. In a sandbox these limits are harmless. In production, on a site customers and revenue depend on, a confident wrong answer that gets shipped is a problem with real cost, which is why the interesting question is not what AI can produce but what can be trusted without review.
The hallucination problem
The most important thing to understand about AI-assisted development is that the tool is most dangerous when it is most confident. AI will, without hesitation, invent WordPress hooks that do not exist, reference functions that were never written, and produce code that looks entirely correct and fails silently. It does this in the same fluent, assured tone it uses when it is right, which removes the usual signal that something is wrong. A developer who trusts the output because it reads well will ship a problem they did not know they had. The only defence is to treat every non-trivial suggestion as unverified until it is checked against real documentation and the real site. This is not a flaw that better prompting removes. It is a property of the tool, and the discipline has to assume it.
The costs AI does not see: security and performance
Two costs in particular are invisible to AI and expensive in production. The first is security. AI-generated code frequently omits the safeguards that keep a site safe, handling user input without sanitising it, querying the database in ways that invite injection, trusting data it should not. The code works in the demo and leaves a hole in the live site, and AI gives no warning, because the missing safeguard is exactly what it does not see. The second is performance. AI writes code that functions without regard for what it costs to run: queries that work but are slow, logic that loads on every page when it need not, the small inefficiencies that accumulate into the bloat and technical debt covered in separate Targetiv articles. Both are precisely the parts a competent developer is responsible for and the tool is not, which is the whole reason the developer cannot be removed from the loop.
How we use it in practice
At Targetiv the rule is simple: AI accelerates the work, it does not own it. In practice that means a few firm habits.
- AI drafts, a developer decides. Nothing it produces reaches a client site without a person who understands it reviewing it line by line.
- Anything touching data, security, or the database is reviewed with particular suspicion, because that is where its confident mistakes are most expensive.
- Invented hooks, functions, and APIs are caught by checking against real documentation, never by trusting that fluent output is correct output.
- The same standards for performance and maintainability apply to AI-assisted code as to anything else. Speed and clean structure are not relaxed because the code came quickly.
- Architecture, tradeoffs, and the decision of what to build stay human, because those are judgements the tool cannot make.
None of this is about distrusting the tool for its own sake. It is about using it for what it is good at, a fast and capable assistant, while keeping responsibility where it belongs.
AI does not lower the bar; the developer holds it
The quiet risk in AI-assisted development is that speed gets mistaken for quality. Because the code arrives quickly and reads well, it is tempting to assume it is good, and to ship more, faster, with less scrutiny. That is precisely how AI produces worse sites than a careful developer working slowly. The tool does not raise or lower the standard of the work. The person using it does. Used to do good work faster, it is a genuine advantage. Used to do more work with less care, it manufactures technical debt at speed. The studios that benefit from AI are the ones whose standards did not move when the tool arrived. The ones that will produce the next generation of sites needing rescue are the ones that let the bar drop because the work got easy.
What this means for the businesses we build for
For a business choosing who builds its site, the practical point is this: AI-native does not mean AI-built, and the distinction matters. A studio that uses AI well delivers the same quality faster, which should show up as better value and shorter timelines, not as cut corners. A studio that uses it badly delivers more code, more plugins, and more debt, dressed up as modern. The questions to ask are the same ones that have always separated good development from bad: is the code reviewed, is the site secure, is it fast, can another developer maintain it. A good answer to those does not change because AI is involved. It is simply easier, now, to produce a fast-looking site that fails all four, which makes asking more important, not less.
Key takeaways
- The two confident stories, that AI builds sites and that AI is useless, are both wrong. The difference is the discipline around the tool.
- AI genuinely accelerates bounded, checkable, repetitive work: boilerplate, refactoring, understanding inherited code, and documentation.
- It fails at judgement, context, and responsibility, and in production those failures carry real cost.
- It is most dangerous when most confident, inventing hooks and functions in the same fluent tone it uses when correct. Every suggestion needs verifying.
- Security and performance are invisible to AI and remain the developer’s responsibility, which is why the developer cannot be removed.
- AI does not raise or lower the standard of the work. The person using it does.
- AI-native does not mean AI-built. The right questions are still: reviewed, secure, fast, maintainable.
Frequently asked questions
Can AI build a WordPress site on its own?
No, not one that should run a business. AI can produce code and content quickly, but it cannot make architectural decisions, secure a site, judge performance, or take responsibility for the result. It is a fast assistant, not a developer, and the gap between those is where production sites succeed or fail.
Is AI-generated code safe to use in production?
Only after review. AI frequently omits security safeguards and writes inefficient code that works in a demo and causes problems live. Used with line-by-line review by someone who understands it, it is safe and useful. Shipped on trust, it is a liability.
Does using AI make development cheaper?
It can make good development faster, which should mean better value. It does not make it safe to skip the review, testing, and judgement that quality depends on. A price that is low because those steps were skipped is the same false economy it always was, now produced more quickly.
What does AI-native actually mean for a studio?
At its best, that AI is used throughout the work to remove drudgery and move faster, under the same standards as before. At its worst, it is a marketing label for shipping unreviewed AI output. The difference is entirely in whether the quality bar moved when the tool arrived.
Will AI replace WordPress developers?
It has replaced parts of the job, the repetitive and bounded parts, and made developers faster at them. It has not replaced the parts that require judgement, security, performance, and responsibility, which are most of what a client is actually paying for. The role shifts toward review and decision, and away from typing.
Book a 20-minute consultation with Targetiv. We will talk through your project and how we work, review and all, so you know exactly what you are getting. There is no obligation.
