Skip to content
Foundations · Written for management, not engineers

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.

🎯 No prompts, no tools 🧠 Mechanism, not tutorials 💬 Vocabulary you can use ⏱ 12 min
🧠
The core idea

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?

The old way

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 new way

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.

The distinction that matters in a budget meeting

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.

Why this decade

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.

Ingredient one
Computing power
Enough arithmetic to push millions of examples through a model repeatedly, at a price a business can absorb.
Ingredient two
Data
Enough real examples that the patterns found are genuine signal rather than coincidence.
Ingredient three
Algorithms
Methods that actually improve as you add more data instead of stalling, which older approaches did.

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.

  • 2006
    Cloud storage becomes a utility
    Keeping enormous datasets stops being a capital project and becomes a line item. Data that used to be discarded starts being kept.
  • 2012
    Deep learning proves itself in public
    An 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.
  • 2016
    Graphics chips become the engine
    Hardware built for rendering games turns out to be near-perfect for the arithmetic neural networks need. Training times collapse from months to days.
  • 2017
    The transformer arrives
    A 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–2026
    General-purpose systems reach the desk
    Models 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.
The technology did not sneak up on your industry. The cost did. What was a research budget in 2015 is now a subscription.The actual shift

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.

⚙️
The mechanism

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.

What actually happens to one example
Inputthe raw example
Hidden layerswhere the pattern lives
Outputthe prediction
InputA loan application: income, tenure, sector, existing debt, 40 other fields.
The layersEach layer combines those numbers into slightly more abstract ones. Nobody assigned meaning to them; the meanings emerged during training.
OutputProbability of default: 0.07. The number is a confidence, not a fact.
The layers hold parameters — the numbers that get adjusted during training. A modern system has billions of them.

Those parameters start as noise. Training is the process of correcting them, and it is far less clever than it sounds:

  1. Show the system one example where you already know the right answer.
  2. Let it guess. Early on the guess is close to random.
  3. Measure how wrong it was. That measurement is called the loss.
  4. Nudge every parameter a fraction in whichever direction would have made the guess less wrong.
  5. 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.

Why humans cannot simply write these rules

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.

💬
Terms in the room

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.

Training data
The examples the system learned from. The single most important input to any AI project, and the one least often examined in a steering meeting. Ask where it came from and who labelled it.
Accuracy is 94%
Right 94 times in 100 — on some specific test. Meaningless without context. If 96% of transactions are legitimate, a fraud model that flags nothing at all scores 96%. Ask what the baseline is.
Overfitting
The system memorised the training examples rather than learning the pattern. It performs brilliantly in the demonstration and poorly in production. One of the most common causes of an AI pilot that never scales.
Test set / holdout
Examples deliberately kept back so the system is judged on data it has never seen. If a result was not measured on a holdout, it is a rehearsal, not a result.
Loss
How wrong the system currently is. It falls during training. When it stops falling, training has finished — for better or worse.
Parameters / weights
The billions of adjustable numbers inside the model. More is not automatically better; it costs more to run and needs more data to train properly.
Fine-tuning
Taking a system somebody else trained at enormous expense and adapting it to your specific task with a comparatively tiny amount of your own data. Usually the sensible commercial choice.
Inference
Running the trained model to get an answer. Training is the capital cost, paid once. Inference is the operating cost, paid on every single request, forever. Ask about it early.
Hallucination
The system produces something fluent, confident and false. Not a bug being fixed — a direct consequence of how these systems generate output. Design the process assuming it will happen.
Drift
The world changes, the training data does not, and the model quietly degrades. A model is not an asset you install. It is one you maintain.
Six questions that establish you know the subject
  • 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.

🚧
The boundary

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 pattern that is real and still a trap

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.

♟️
The commercial case

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.

One

Capital allocation, with no reliable instinct to fall back on

Your decision, not your CTO’s

You 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.

Two

It is already inside the organisation

Whether it was procured or not

Your 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.

Three

Authority is downstream of comprehension

The part nobody says aloud

People 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.

You are not competing with your staff on how well you use these systems. You are responsible for whether the organisation uses them correctly — and that is a different subject entirely.The actual division of labour
Monday morning

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.

The one-sentence version

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.