The method in plain terms
AI coding agents write code far faster than any human can type. That is the economic mechanism behind this practice. It is how a founder-led studio in Brussels delivers donation platforms, ticketing systems and multilingual back-offices at a pace and price a traditional agency structure cannot match.
Speed alone is not a method. The agents generate code; I am responsible for software. I write the specification, review what the agents produce, run the tests, check the security model and deploy through a controlled pipeline. Nothing reaches production without my review, and everything that ships carries my name.
This is AI-accelerated engineering: the agents provide the speed, and the specification, review, testing and accountability remain human and singular. You are not buying AI output. You are buying working, tested software with one accountable person behind it.
The tools, named
Many studios now use AI tooling and do not say so. El-Sultan Web names its tools, because a client should know how their product is made.
Naming them matters for two reasons. Disclosure is the honest position: the method is the reason the pace and the price are what they are, and hiding it would mean charging traditional-agency effort for AI-accelerated work. And a client who knows exactly how their product was built can make informed decisions about maintaining, extending or auditing it later.
The current toolset:
- Claude Code — the primary AI coding agent, used for most day-to-day engineering
- OpenAI Codex — a second coding agent, used for parallel work streams and cross-checking
- Google Antigravity — an agent-driven development environment
- Hostinger Horizons — used for rapid early prototypes
- Claude Design — used for visual design and layout work
Prototype first
Projects start with working software, not wireframes. Within days of agreeing a scope, you get a clickable prototype of your actual product — real pages, real navigation, real forms, in your languages.
This changes the quality of decisions. A wireframe asks you to imagine how something will feel; a prototype lets you use it. Feedback given on a working screen is specific: this label, this step, this page. And because the production build grows out of the prototype, nothing you approved is thrown away and rebuilt from a picture.
The discipline that makes the speed safe to buy
AI-generated code is only cheap if it is correct. Every project runs through the same set of controls, and each one can be checked against named, live client work — this site keeps its own rule of no invented outcomes.
- Automated test suites. Vitest unit tests cover critical logic: the Zakat calculator on alberr.org, which turns live Nisab prices into donation amounts, is unit-tested because a wrong figure there is someone's money, and the DayKit Brussels rental storefront — launch-ready for the same client — ships with its own Vitest suites. Playwright drives end-to-end checks on the flows that must not break, such as payments and forms.
- Staged pipelines. Work moves through separate dev, test and production environments. 961.be runs a dev→test→production pipeline; lubbadproduction.com deploys through push-to-deploy CI with migration gates. Staging environments are set to noindex, as on alberr.org, so unfinished work never appears in search results.
- Versioned database migrations. Every schema change is a numbered, reviewable migration. The alberr.org database carries 38 versioned migrations — a complete, ordered history of how a charity's data structure evolved.
- Role-based security review. Platforms with admin areas — the alberr.org campaign and sponsorship CMS, the lubbadproduction.com /manage back-office — use role-based authentication, and access rules are reviewed before anything goes live.
- Accessibility checks. Builds are checked against WCAG guidance: keyboard navigation, contrast, semantic structure, and correct right-to-left behaviour for Arabic interfaces such as alberr.org and lubbadproduction.com.
- GDPR-conscious analytics. Measurement is consent-based and minimal. Nothing tracks before consent is given, and analytics is configured to answer questions about the website — not to profile visitors.
What AI does not change
AI changes the speed and cost of writing code. It changes nothing else about how a professional project is run.
- Scope stays written and fixed. Faster code generation is not a licence for unlimited scope. Projects run against an agreed written scope, and changes are re-scoped honestly rather than absorbed silently.
- Languages ship only after professional translation review. Agents can draft copy in French, Dutch or Arabic in seconds. Nothing is published in a language until it has passed professional review — machine output alone does not go live.
- No guaranteed rankings, leads or citations. The technical SEO work is real — 961.be has a custom pre-render build step, a full JSON-LD menu and hreflang alternates — but no honest studio guarantees search positions or enquiries. Search engines, AI systems and markets are outside anyone's control.
- You own everything. Code, content, domain, hosting and analytics accounts belong to the client — during the project and after handover.
Where the proof lives
The proof is not a portfolio page. It is five live properties you can open right now, and a sixth build ready to launch.
Visit them. Use the forms, switch the languages, view the source. If you want a closer look at how any of them is built — the test suites, the pipelines, the migration history — ask on the project fit call. Verification is invited, not tolerated.
- alberr.org — donation platform for UK Registered Charity 1208169: one-off and monthly donations, Apple Pay and Google Pay, Gift Aid, a unit-tested Zakat calculator, custom admin CMS, EN/AR with full RTL
- bestvoicebelgium.be — singing-competition platform: applications CRM, Stripe ticketing and EN/NL/FR locale routing
- lubbadproduction.com — media-production platform: public site, Academy e-learning and a /manage back-office with bookings, e-signature contracts and CRM, in EN/FR/NL/AR
- 961.be — trilingual EN/FR/NL restaurant site in Anderlecht: custom SEO pre-render step, full JSON-LD menu, dev→test→production pipeline
- solbandgaza.com — band platform: music, live dates, bookings and a merch store, EN/AR