All posts

Reflection · 2026-05-21 · 11 min read

The 3 levels of mastering Artificial Intelligence (and why most people never get past the first)

What level of Artificial Intelligence are you really at? The competitive advantage is no longer in having access to AI, but in knowing how to integrate it. These are the 3 levels that separate someone who uses AI from someone who masters it, and how to identify which one you are at today.

The real competitive advantage is no longer in having access to Artificial Intelligence, but in knowing how to integrate it into the business processes. A reflection on the three levels that separate those who use AI from those who genuinely master it.

The noise around a technology that had been with us for years

Five minutes on LinkedIn is enough to find dozens of self-proclaimed Artificial Intelligence "gurus". It feels as though this technology was born yesterday and that anyone with a ChatGPT account can speak about it with authority.

The reality is very different.

AI development has decades of quiet work behind it in laboratories, universities and research centres. What has changed in recent years is not the existence of the technology, but its accessibility. Before ChatGPT became a global phenomenon and anyone could write a prompt from their phone, there were already professionals experimenting with the first language models in arid environments like the OpenAI Playground.

There was no friendly interface. No conversational chat. No accessible tutorials. To get anything useful out of it you had to understand how the parameters worked (temperature, top-p, tokens), iterate manually on every response and build intuition through trial and error.

That dark phase of generative AI, before the commercial explosion, is what separates those who understand the technology from the inside from those who only consume it from the outside.

The exact moment I understood what we had in our hands

I remember clearly the instant I grasped the real reach of this technology.

In one of those early tests, I asked the AI to write me the character controller code in C# for a platform game. It was a concrete technical task, with clear requirements, where the result could be judged rigorously. Without warning them, I passed the code to the technical team and asked for their professional opinion on the quality of the implementation.

Their verdict was unequivocal: "It is correct."

Then I admitted that the code had not been written by a human programmer, but by a generative AI.

That small, apparently trivial experiment left me with a conclusion I still hold years later:

The real competitive advantage is not in having access to AI, but in knowing how to integrate it.

Access is trivial. Anyone can open a free account in minutes. What is genuinely hard, and genuinely valuable, is knowing where AI fits inside a business process, which problems it really solves and which it makes worse if applied badly.

The criterion has changed: it is no longer knowing how to code

For decades, the line between those who mastered technology and those who merely used it was drawn by one concrete skill: knowing how to program. Whoever wrote code had power; whoever did not, depended on them.

The arrival of generative AI has dissolved that line quietly but profoundly.

Today, any professional with no technical background can ask a language model to write them a Python script, an SQL query or an integration between two tools. And in most cases, the code works.

This does not mean programmers have stopped being necessary. It means the criterion that separates valuable professionals from dispensable ones is no longer knowing how to write code. It is something much harder to acquire: intent.

Intent translates into the ability to apply AI to real processes, to interconnect systems that used to live in isolation, to analyse data at a scale that was previously impossible and, above all, to eliminate work that adds no value.

From watching for a long time how different professionals interact with these tools, I have identified three clear levels of AI mastery. Before reading on, it is worth asking yourself honestly: which of them are you at today?

Level 1 · The Casual Consumer

It is by far the most widespread level among professionals who say they "use AI day to day". The user interacts with the model as if it were Google search or a magic oracle able to hand over absolute answers just by asking a question.

Their method consists of firing off short, vague prompts with no context. "Summarise this for me." "Give me ideas for an email." "Explain what this is." The conversation with the AI is transactional: one question, one answer, done.

Their result is predictable. They settle for the first output the model produces. They do not question it, do not cross-check it, do not refine it. They assume that if the AI said it, it must be right, because the tool projects a linguistic authority that confuses fluency with truth.

Their biggest danger is what are known as hallucinations: those moments when the model invents data, sources, statistics or references with complete naturalness and no warning whatsoever. The Casual Consumer does not spot them because they have no basis for doing so. And by copying and pasting the result into a report, a presentation or an email to a client, they propagate the error without realising.

This level produces a deceptive sense of productivity. The user feels they are making the most of the technology, but in reality they are producing mediocre work with the false confidence that it was done fast. In the long run, this erodes their professional reputation more than it improves it.

Level 2 · The Practical Prompt Engineer

At this level, the user has internalised a fundamental conceptual shift: AI is not a search engine, it is a reasoning engine. That apparently subtle distinction changes everything.

When you understand that you are interacting with something capable of reasoning over the context you give it, you stop asking questions and start designing instructions.

Their method is deliberate and structured. They assign concrete roles to the model ("act as a B2B sales expert"), give it detailed context about the situation, define the tone they expect and demand specific formats for the output. A typical prompt at this level might be: "Act as a senior financial analyst. I am giving you a company’s quarterly balance sheet. Identify the three most relevant anomalies, explain why they are anomalies and propose what additional information should be requested from the CFO. Return it in a table with four columns: finding, evidence, hypothesis and recommended action."

Their result is radically different from Level 1’s. This user knows the first attempt is never perfect and that quality does not depend on the model, but on the conversation they hold with it. They iterate, correct, refine and redirect until they get something they can use with professional confidence.

Their mindset — and this is perhaps the best metaphor for understanding this level — is that of someone who treats the AI like a brilliant but inexperienced intern. It has enormous intellectual potential, processing capability a human cannot match, but it has no judgement about the specific business. It needs clear instructions, constant supervision and immediate feedback. Given all that, it multiplies its supervisor’s output noticeably.

Level 2 turns an individual professional into someone notably more productive than their peers. But it has a structural limit almost nobody sees: it is still one person in front of a screen, writing prompts one by one. However much individual productivity multiplies, the working model is still manual.

Level 3 · The Systems Integrator

This is where the conversation changes completely. And where, in my view, the real competitive transformation of the coming years gets decided.

The Level 3 professional no longer chats with the AI. They connect it to the rest of their organisation’s technology stack to build autonomous workflows that run without continuous supervision.

Their method abandons the web interface as the main working tool. Instead, they use APIs to invoke models from code, automation platforms like Zapier, Make or n8n to orchestrate steps between different tools, and RAG (Retrieval-Augmented Generation) architectures that let the AI operate on the company’s real documents, databases and knowledge, rather than on the generic knowledge the model was trained with.

That last point is critical and rarely well understood: a generic model knows a lot about everything, but nothing about your business. A RAG architecture gives it controlled access to what your company knows, and that turns vague answers into actionable ones.

Their result is no longer better-written text or faster analysis. It is the automation of entire processes.

Picture this flow, perfectly possible with current technology: a support ticket arrives from a clearly annoyed customer → the system analyses the tone of the message and classifies it by urgency → it automatically pulls the customer’s data from the CRM along with their interaction history → it identifies the underlying technical problem by cross-referencing the message with the internal knowledge base → it generates a draft reply that is empathetic and technically accurate → it saves it in the customer record with all the references attached → it notifies the owner, who only has to review, adjust the nuance and send.

Zero human intervention up to the final decision point. And that final decision point is set by the organisation: in some processes it will be sending the email, in others a bank transfer, in others a hire. The line between what gets automated and what is reserved for human judgement is, precisely, a strategic decision.

Their mindset is what sets this level apart from all the previous ones: AI is a cog inside the machinery of the business, not an isolated tool you open and close when needed. It is embedded in the processes, connected to the systems, fed with the company’s own data and supervised with concrete metrics.

Whoever operates at this level no longer thinks in terms of "I am going to use AI for this task". They think in terms of "I am going to redesign this whole process, and AI will be one of the components that makes it possible".

The leap almost nobody makes

The journey between these three levels is neither linear nor proportional. The obstacles to moving from one to the next are qualitatively different.

You get from Level 1 to Level 2 with curiosity and dedication. It is, fundamentally, a matter of will. Any motivated professional can make this leap in a matter of weeks: reading, practising, watching more advanced users and developing their own judgement about when an AI answer is good, when it is mediocre and when it is plain wrong.

From Level 2 to Level 3, by contrast, the leap is radically different. Spending more time on it is not enough. Reading more books is not enough. Even having technical knowledge is not enough, though it helps. What this level requires is something far scarcer in the labour market:

These three capabilities are not learned on an online course. They are built through years of exposure to real business problems, through the scars of failed projects and through the discipline of thinking in terms of processes rather than tasks.

That is why Level 3 is still, today, the territory of very few. And that is exactly why it is where most of the competitive value of the coming decade is concentrating.

The uncomfortable conclusion

A phrase has become popular and gets repeated fairly often in talks and conferences: "AI is not going to take your job, someone who knows how to use it better than you will."

It is true, but by now it falls short.

I would put it like this:

Artificial Intelligence is not going to take your job. But a professional who knows how to squeeze it to Level 3 very probably will.

And the difference between getting stuck at Level 1 and reaching Level 3 is not a matter of innate talent. It is not a matter of being an engineer or having a privileged technical education. It is, fundamentally, a matter of decision.

The decision to spend time understanding the technology beyond the headline. The decision to experiment with it on real projects, accepting mistakes. The decision to change the way you think about your own work’s processes. The decision, in short, not to stay on the surface of a transformation that is quietly redefining how value is created in every sector.

A note before closing

It is honest to acknowledge something these three levels do not cover.

This scale describes users of AI, not those who build it.

The software engineers, researchers and scientists who design, train, tune and deploy the models the rest of us use operate on a completely different plane from the one described in this article. Their job is not knowing how to use AI better, but making AI exist. They do not fit on this scale because they make it possible.

This article is therefore about how the rest of us professionals decide to use what they have built. The responsibility for not wasting that opportunity is ours.

If you are interested in exploring how to make the leap from Level 2 to Level 3 inside your organisation, we can start a conversation.

Let's start

Let's talk about your operation.

Tell us what costs more than it should. We come back with a concrete plan, realistic timelines and a clear yes or no.

contacto@plantekia.com