The AI Revolution is Here. But Do You Actually Know What That Means?
A practitioner's guide to cutting through the noise, from what AI actually is to why blindly trusting it might be our biggest mistake.
I’ve sat through enough conference panels, sales calls, meetings, and LinkedIn posts to last a lifetime. And if I hear one more person talk about how their company is leveraging AI to transform their core value proposition without being able to tell me what a token is, I might need a few minutes alone.
So let me do what practitioners rarely do publicly: be honest about what AI actually is, what it isn’t, and why most people talking about it have never actually touched it.
Let’s start at the beginning
Artificial Intelligence is the broad field of making machines do things that would normally require human intelligence. It has been around since the 1950s. It is not new. Fun fact, I have a minor in Artificial Intelligence. My capstone project was building an algorithm that could play Pac-Man on its own and win.
Inside AI lives Machine Learning, which is about teaching machines to learn from data instead of explicit rules. The two big flavors are supervised learning, where you train on labeled examples (spam or not spam, fraud or not fraud), and unsupervised learning, where the model finds structure on its own: clustering customers, detecting anomalies, compressing patterns.
Then came Generative AI, which trained models not just to classify but to create: text, images, code, audio. The architecture that unlocked it was the Transformer, from Google’s 2017 paper. But most people didn’t notice until late 2022. Generative AI is what most people are referring to as AI
On November 30, 2022, OpenAI released ChatGPT. One million users in five days. One hundred million in two months. The fastest consumer adoption in history. Not because the technology changed overnight, but because for the first time, anyone could just talk to it.
My first “wait, that actually worked?” moment
Shortly after that launch, I was building a proof of concept for a major insurance company. The idea was straightforward: a user describes their symptoms, and the system recommends relevant medicines and coverage options. I gave the model a handful of examples, symptom inputs paired with the right responses, and it generalized immediately, working on cases I hadn’t shown it at all.
I didn’t know it at the time, but what I had stumbled into was few-shot prompting, one of the core techniques in working with LLMs. You show the model a few examples of what good looks like, and it figures out the pattern. No training runs, no labeled datasets, no months of ML pipeline work. Just a well-structured prompt and a weekend.
The barrier had moved. The question was no longer whether we could build something like this. It was how well we could build it, and how responsibly.
The evolution nobody talks about
Most people think using AI means asking ChatGPT a question. That is like saying you understand surgery because you have used a bandage. The real journey goes deeper.
Prompting is where it starts. You learn that models are brutally literal. Tone, structure, and examples reshape the output entirely. You become a translator between human intent and machine interpretation.
RAG (Retrieval-Augmented Generation) is the next step: connecting the model to real data. Instead of relying on what it was trained on, you retrieve relevant context at runtime and inject it. Now it can answer questions about your internal documents, your customers, your products.
Agents are where things get genuinely interesting. You give the model tools; it can search, write and run code, call APIs, read files. Now it doesn’t just answer, it acts. Coding agents in particular have compressed my development timelines by an embarrassing amount. Building alongside an agent that can write, test, and debug code is the closest thing to having a senior engineer available at all hours.
The buzzword graveyard
The sales cycle for AI has created a species I can only call the AI-fluent non-practitioner. They can hold a 40-minute conversation about large language models without ever having built a prompt chain or debugged a hallucination. They make architectural decisions and product commitments based on vibes.
I have been in rooms where a salesperson promised a client that their AI would understand context across all their systems, and the reality was a keyword search with a ChatGPT summary stapled on top. That is not transformation. That is expensive word search.
AI-native, AI-first, and other promises
I would estimate fewer than 10% of companies calling themselves AI-native are actually operating that way. The rest are rebranding existing software with an AI veneer. In the best case, AI-native means the model is the engine, not a button in the corner. In the most common case, it means they added an LLM API call and updated the marketing site.
Trust AI. Just don’t trust it blindly.
The more I have worked with these systems, the less I trust them unconditionally, and I think that is healthy. LLMs hallucinate, they confidently produce plausible-sounding falsehoods, they are inconsistent, they are not reasoning engines; they are extraordinarily sophisticated pattern-completion machines.
This matters enormously when AI enters governance. Saudi Arabia has announced AI initiatives for judicial decision-support. The UAE has explored AI in regulatory review. I understand the appeal: faster decisions, less corruption, consistent rules. But an LLM that hallucinates legal precedent or encodes historical bias into sentencing recommendations is not efficiency. It is institutionalized error at government scale, and the people most harmed will be the ones with the least recourse.
A note from Venezuela
I write from Caracas, and that gives me a particular vantage point. AI is absolutely a conversation here. People are aware of it, curious about it, excited about it. But when I look at most companies around me, the honest reality is that the AI conversation is getting ahead of where they actually are.
Most are still navigating digital transformation: getting their data in order, moving off paper-based processes, adopting cloud tools for the first time. These are not small things, and they are not finished. You cannot meaningfully layer AI on top of operations that have not yet been digitized. The foundation has to come first.
So when the world talks about AI adoption, I think about the gap. Not with pessimism, but with clarity. The companies here that will benefit most from AI are the ones investing right now in getting their digital house in order. The technology will be there when they are ready. The question is whether they are building toward it deliberately, or just talking about it because everyone else is.
So what am I actually saying?
Play with it. Not just asking ChatGPT trivia. Build something. Call an API. Write a system prompt. Watch a model fail. Feel what it is like when an agent does something autonomously that would have taken you three hours.
The people shaping how AI gets deployed in your industry, your government, your city: most of them have never done this. That gap between decision-makers and practitioners is the most dangerous thing about where we are right now. More dangerous than any model capability.
The noise will keep coming. But somewhere, someone is building a real thing, with nothing more than an API key, a clear problem, and the willingness to try.
Go be that person.


It’s inspiring to be able to read your thoughts Javier, keep them coming!! 🙌🏻🤗