Why AI? A director's foundation
Every guide tells you how to use AI. Almost none tell you why it exists, why it works, or why it arrived now and not thirty years ago. That gap is what leaves a director nodding along in meetings while somebody junior quietly runs the room. This is the other guide.
AI is pattern recognition, industrialised
Strip away the marketing and artificial intelligence is one thing: a machine that finds patterns in examples, then applies those patterns to something it has never seen before. That is the whole idea. Everything else is engineering around it.
This matters because it tells you what AI is for. It is not a thinking machine and it is not a database. It is a pattern engine, and the right question about any AI project is always the same one: is there a real pattern in this data, and do we have enough examples of it?
You write the rules
A person decides the logic in advance. If the invoice is over 50,000 dirhams, route it to finance for a second signature.
This works beautifully when the rules are few and knowable. It collapses when they are not. Nobody can write the rule for “this photograph contains a cat” or “this customer is about to leave us.”
The machine finds the rules
You supply examples instead of logic. Here are 200,000 invoices and what happened to each one. Here are eleven years of customers and which ones left.
The system works out the patterns itself, including ones nobody thought to look for. You never write the rule, and often you cannot read it afterwards.
If the problem can be written down as rules, ordinary software is cheaper, faster and easier to audit. Reach for AI when the rules are real but nobody can articulate them. Half the failed AI projects in any company are ordinary software problems wearing an expensive costume.
Humans have always done this. A buyer with thirty years in a market can look at a supplier and tell you something is wrong without being able to say what. That is a pattern learned from thousands of examples, held below the level of language. AI does the same thing, on more examples than one lifetime allows, and with no ability to explain itself either.
The idea is old. The conditions are new.
Neural networks were described in the 1940s and were being trained in the 1980s. The mathematics behind most of what you are reading about was largely settled before the web existed. So the honest question is not what did they invent but what changed.
Four things have to be true at once for this to work. Until recently, no era had all four.
The fourth is the unglamorous one: infrastructure. Storing, cleaning, labelling and moving that volume of data is most of the real work, and it is where most corporate AI programmes actually fail. Not at the model. At the plumbing.
- 2006Cloud storage becomes a utilityKeeping enormous datasets stops being a capital project and becomes a line item. Data that used to be discarded starts being kept.
- 2012Deep learning proves itself in publicAn image-recognition contest is won by a large neural network by a margin that embarrassed every other method. The field reorganises around it within two years.
- 2016Graphics chips become the engineHardware built for rendering games turns out to be near-perfect for the arithmetic neural networks need. Training times collapse from months to days.
- 2017The transformer arrivesA new architecture handles language and context far better than anything before it, and keeps improving as it is made bigger. Every system you have heard of since descends from this paper.
- 2022–2026General-purpose systems reach the deskModels stop being one-task tools built by specialists and become general instruments any employee can use without permission, budget or training. This is the part that reached your organisation.
This is why treating AI as a passing enthusiasm is a category error. Enthusiasms fade because the thing underneath them was never real. Here the underlying conditions, cheap computation and abundant data, are not reverting. They compound.
Inside the machine, without the mathematics
You do not need to build one. You need to know roughly what is happening inside, because that is what lets you tell a sound plan from an expensive one.
A neural network is a long chain of simple arithmetic. Data enters at one end. It passes through layer after layer, each one multiplying and combining the numbers slightly differently. A result comes out the other end: a category, a score, a next word.
Those parameters start as noise. Training is the process of correcting them, and it is far less clever than it sounds:
- Show the system one example where you already know the right answer.
- Let it guess. Early on the guess is close to random.
- Measure how wrong it was. That measurement is called the loss.
- Nudge every parameter a fraction in whichever direction would have made the guess less wrong.
- Repeat several million times. There is no fifth step. That is the entire method.
Two consequences follow directly, and both are commercial rather than technical.
First, the system can only be as good as the examples you showed it. If your historical decisions were biased, the model learns the bias precisely and applies it consistently at scale. It does not average out human error. It industrialises it.
Second, nobody can point to where the knowledge sits. It is spread across billions of parameters with no labels. This is the real reason AI systems are hard to audit, and why any vendor promising full explainability deserves a second look.
Three reasons. The number of inputs is too large — a photograph is millions of numbers. The inputs interact — two factors together mean something neither means alone. And the volume required is beyond a person — the patterns only become visible across hundreds of thousands of examples. Machines are not smarter here. They are just tireless.
What your team means when they say it
Most of the authority gap in an AI review is vocabulary, not intelligence. These are the terms that come up, what they actually mean, and what each one should make you ask.
- Where did the training data come from, and who labelled it?
- What is the accuracy on data the model has never seen, and what does a do-nothing baseline score?
- What does it cost per thousand predictions once we are live?
- What happens when it is confidently wrong, and who sees it before the customer does?
- How will we know when it starts to drift?
- If we removed the AI from this process tomorrow, what would actually break?
The last question is the most useful one you own. A good team will answer it precisely. If the answer is vague, the project is decoration.
What it does well, and what it cannot do at all
Knowing the limits is worth more than knowing the capabilities. The capabilities are advertised to you daily. The limits are where the money is lost.
Genuinely strong at
- Recognising patterns across data too large for a person to hold
- Forecasting when the future resembles the past
- Sorting things into categories at volume
- Flagging the anomaly in ten million ordinary records
- Producing a competent first draft of almost anything
- Doing all of the above without fatigue or mood
Cannot do, and will not soon
- Distinguish correlation from causation
- Handle situations genuinely unlike its training data
- Make an ethical judgement — it optimises what you specified
- Explain its reasoning in terms you can audit
- Know when it is wrong, which is why it is confidently wrong
- Take responsibility, which remains yours
The causation point is the expensive one, so it is worth an example.
A model reviewing years of lending finds that applicants from one district default less often, and starts favouring them. The pattern is real. But the cause was that a single experienced officer covered that district and screened well. Promote him, and the pattern dissolves — while the model keeps applying it, now as a straightforward geographic bias, at scale, in writing. The model was never wrong about the correlation. It simply has no concept of why.
Which is the honest summary of the whole technology. It finds what travels together. It has no idea what causes what. Supplying the why is the part that stayed human, and it is the part directors are paid for.
Why this sits on your desk and not in the IT department
A technology becomes a management problem, rather than a technical one, at the moment it changes what a company can be asked to do. AI crossed that line when it became cheap enough for any employee to use without approval.
Three consequences reach you directly.
Capital allocation, with no reliable instinct to fall back on
Your decision, not your CTO’sYou will be asked to fund AI projects. Some are genuine and some are ordinary automation with a fashionable label. Without a working model of why AI succeeds or fails, you are choosing between them on the quality of the presentation.
The foundation above is enough to sort them. Is there a real pattern? Do we have the examples? Have we measured on data the model has never seen? What does inference cost at volume? Four questions, and most weak proposals do not survive them.
It is already inside the organisation
Whether it was procured or notYour staff are pasting material into AI systems today. Some of it is confidential. This is not a hypothetical to be managed later; it is current practice in nearly every company of any size.
A director who understands the mechanism can set a sensible policy — what may leave the building, what must have a human check, where a confident wrong answer would actually hurt. A director who does not tends to reach for a blanket ban, which is ignored, or a blanket permission, which is worse.
Authority is downstream of comprehension
The part nobody says aloudPeople calibrate quickly to whether a leader understands the thing being discussed. Once a team concludes you do not, they stop bringing you the difficult version of the decision and start bringing you the version that gets approved. You lose the information before you lose the authority.
The remedy is not fluency in the tools. It is the mechanism, the vocabulary and a handful of questions that cannot be answered with enthusiasm. That is recoverable in an afternoon, which is roughly what this page is.
What to do with this
Four moves, in order
- Inventory what is already running. Ask each function what AI they use, sanctioned or otherwise. The list is always longer than the register.
- Take one live project through the six questions. You will learn more about your organisation’s AI maturity in that hour than from any external assessment.
- Write down where a confident wrong answer costs real money — pricing, credit, clinical, legal, anything customer-facing. Those get human review. Everything else can move faster.
- Decide what data may leave the building, and say it in one page that a person can actually follow.
None of that requires a tool, a vendor or a budget. It requires understanding why the technology behaves as it does, which you now have.
AI is pattern recognition at industrial scale; it arrived now because computation and data finally became cheap at the same moment; it is exceptional at finding what travels together and incapable of knowing what causes what — and that last gap is precisely where your job still lives.
Want this applied to your own operation?
I build AI agents, automation and reporting for Gulf businesses — owner-operated, no agency layer, and no project that cannot answer the six questions above.