Skip to content
SerdarDilshad

Published · 2026-06-23 · 9 min read

When to use no-code, when to use AI, and the five Kurdistan cases that show the split — with the four mistakes I see most often when owners pick the wrong tool.

TL;DR: No-code is great when the problem is a form, a workflow, or a small dashboard you would otherwise build by hand. AI earns its keep when the problem involves understanding messy human input — chats, voice notes, photos, mixed languages. For Kurdistan businesses in 2026 the right answer is almost always a small, boring no-code shell with one or two AI calls plugged into the parts that genuinely need them.

The reality on the ground

Every week I get the same two emails. One owner reads about no-code on LinkedIn and wants to build their entire business in Zapier and Airtable. A different owner reads about agents and wants ChatGPT to "run the whole shop." Both are wrong in the same way. The work that actually moves the number is in the middle: small automations that route data between WhatsApp, a sheet, and a printer — with one AI call doing the human-input bit nobody else can do cheaply.

What each tool really is

No-code means platforms like Make, n8n, Zapier, Airtable, Glide, and Softr. They are visual ways to wire APIs together. They are extremely good at: webhooks, scheduled jobs, moving rows between tables, sending email and WhatsApp, building small admin UIs over a spreadsheet. They are bad at: anything that requires understanding language, anything with high volume, anything with weird edge cases that don't fit a flowchart.

AI in this article means LLM-powered building blocks: a chat endpoint, a voice-to-text endpoint, a vision endpoint, an agent that can call a few tools. AI is extremely good at: turning Kurdish/Arabic/English voice into structured data, classifying messy customer messages, extracting amounts from a receipt photo, drafting a polite reply. It is bad at: anything that needs to be 100% deterministic, anything where a wrong answer is expensive, anything that needs to keep state for weeks.

How to decide which to use for a given step

For each step of the workflow you are automating, ask three questions in order:

  1. Is the input a free-form human signal — a chat message, a voice note, a photo, a screenshot, a paragraph of text? If yes, AI. If no, no-code.
  2. Is the wrong answer expensive — money moves, a regulatory report goes wrong, a customer is told something wrong about their order? If yes, force the AI step into a confirm-before-acting pattern, never letting it act alone.
  3. Will this step run more than 200 times a day?If yes, prefer the cheapest path that works. AI calls cost fractions of a cent each but they add up; a deterministic no-code rule that handles 80% of the volume often pays for itself in a week.

Five Kurdistan cases that show the split

1. Restaurant table reservations — no-code wins

A 60-cover place in Erbil takes 90% of bookings via WhatsApp. The pattern is "two people, Friday 8pm" repeated 40 times a day. Don't build an agent for this. Build a no-code form linked to the WhatsApp inbox plus a four-step Make scenario that drops a row into Airtable, fires a confirmation message, and rings the printer in the kitchen. Cost: about $400 to build, $20 a month to run. AI adds nothing.

2. WhatsApp customer service for a 300-SKU shop — AI wins

Same shop gets 200 WhatsApp messages a day in EN/AR/KU asking about price, stock, and delivery. The questions are phrased a thousand different ways. No-code can't classify these. AI can, for under a cent per message. Wrap the AI call in a no-code flow that pulls the answer from your inventory sheet and replies. Build cost: $1,800–$2,800. The combination is the right answer, not either tool alone.

3. Cash-on-delivery reconciliation from receipt photos — AI does the read, no-code does the rest

Driver photos a stack of receipts. AI reads the amounts and order numbers. No-code matches them against the dispatch sheet and writes the result. The AI piece is one prompt, ten lines long, costing $0.001 per receipt. No-code does the boring 95%.

4. Daily sales report email — no-code, full stop

At 9pm, sum yesterday's POS rows, format an email, send it to the owner. No-code platforms eat this for breakfast. Putting an agent on it is a way to spend money on something that didn't need to be intelligent.

5. Local-government reporting from check-in data — AI assists, humans approve

Hotels in Kurdistan have to submit guest information to the regulator. The fields rarely change but the input data is messy — IDs in mixed scripts, Kurdish family names spelled six ways. AI normalizes the input. No-code generates the file. A human signs off before submission, because a wrong submission gets the report rejected. Never let an agent send the report alone.

The four mistakes I see most often

  1. Using an LLM for math. If you need to add numbers, write code or use a no-code function. LLMs make arithmetic errors at low single-digit rates. That is a rounding error in a chatbot and a disaster in a sales total.
  2. Using no-code for content moderation. A regex-based "block these words" filter is trivial to fool. Customer messages need an LLM-backed classifier or a real person.
  3. Building one giant agent. An agent that "does everything" is slow, expensive, and hard to debug. Better to have ten small no-code flows, each with one focused AI call.
  4. Skipping the human approval step on irreversible actions. Sending money, posting a public reply, submitting a regulatory report. AI proposes; the human commits.

If you want a second opinion before you build

Send me a one-paragraph description of the workflow you are thinking about — what the input is, where it comes from, who ends up acting on the output. I will tell you which steps should be no-code, which should be AI, and what it should cost to build. Free, takes about ten minutes. Use the contact page or WhatsApp.

More on the same theme — Kurdistan SMBs, AI, and the messy practical bits.

SB

Serdar Dilshad

AI Automation Specialist & Software Engineer · Duhok, Kurdistan

About Serdar →

Available — Q3 2026

Free 15-minute scoping call. No obligation. We'll figure out together whether AI or automation actually helps your business — and where it doesn't.