This website uses cookies
Read our Privacy policy and Terms of use for more information.
Everything a working professional actually needs to know — the history, the vocabulary, the tools people use at work, and a first build you run tonight. One page. Bookmark it.
McKinsey surveyed 1,993 organisations across 105 countries last year. 88% reported using AI somewhere in the business. About 5.5% reported that more than 5% of their profit could be attributed to it.
That gap is the whole story of AI at work right now. Adoption is universal. Value is rare. And the people closing that gap aren't the ones who read the most AI newsletters. They're the ones who understand enough of the machinery to point it at a real problem and check its work.
Five parts: where this came from, what the words mean, where it actually works, what people are using, and how you build something yourself. The last part ends with a prompt you can paste tonight.
You do not need the full history. You need four moments, because each one explains something about why the tools behave the way they do today.
Then it left the lab. ChatGPT launched on 30 November 2022 and hit 100 million users in about two months. That was the fastest consumer-product ramp analysts at UBS had recorded in twenty years. Instagram took roughly two and a half years to do the same.
And in 2024 the field collected its receipts. Hopfield and Hinton took the Nobel Prize in Physics for the foundations of neural networks. Hassabis and Jumper took a share of the Chemistry prize for AlphaFold, which predicted the 3D structures of over 200 million proteins. Biologists had been stuck on that problem for fifty years. Two Nobel Prizes in one week. That is not a hype cycle. That is a scientific instrument.
What to take from this: today's AI is a pattern-learner, not a rule-follower. It was never told the rules. That single fact explains both why it's astonishingly good at things nobody programmed it to do, and why it will state something false with total confidence. It's not consulting a database of truths. It's predicting what comes next.
Every field uses jargon to sort insiders from outsiders. Here's the decoder. I've ordered these so each one builds on the last.
If you only keep five: tokens, context window, hallucination, agent, prompt. Those five carry most conversations.
Return to that opening statistic. 88% adopting, 5.5% seeing profit. The failures are not random. They cluster in a recognisable pattern, and so do the wins.
The wins share one property: the output is verifiable by someone who knows the domain. That's it. That's the rule. Where you can check the work, AI compounds your expertise. Where you can't, it manufactures confident nonsense at scale.
Six categories where it reliably pays, roughly in order of how quickly you'll see the benefit:
And where it fails, so you don't learn this the expensive way: anything where being wrong is costly and checking is hard. Legal advice you can't evaluate. Medical judgment. Statistics you can't source. Any decision where "it sounded right" is your only quality gate. The hallucination problem doesn't get solved by trusting harder.
Here is the part most AI content will not tell you. In every one of those six categories, the bottleneck is not the model. It's knowing which problem to point it at. That judgment comes from twenty years in a domain, and it is not something the model has. Your expertise is the scarce input. The AI is just the factory.
Three tiers. Most professionals live in tier one and never discover that tiers two and three exist, which is where the real gains are.
ChatGPT (OpenAI), Claude (Anthropic), Gemini (Google). All three offer a free tier, a personal paid tier around $20/month, and business plans. They are more alike than different, and the honest advice is to pick one and learn it properly rather than sampling all three badly.
The upgrade that costs nothing: stop treating it as a search box. The most valuable feature across all three is the persistent workspace (Projects in Claude and ChatGPT, Gems in Gemini). Load a project with your background documents, your style guide, your context, and a standing instruction for how to behave. Every conversation in that project starts with all of it loaded. You stop re-explaining yourself every morning.
The upgrade that costs money: Anthropic and OpenAI both shipped an agentic mode on their personal plans within days of each other in July 2026 — Claude Cowork (Pro and up, rolling out gradually) and ChatGPT Work (Plus and up). Both work the same way: you describe an outcome instead of asking a question, the agent works for minutes or hours across your files and connected apps — building a spreadsheet, drafting a deck, turning a folder of notes into a report — and reports back when it's done, including while you've closed the laptop. It's the same shift Tier 3 below describes (an agent that does the work and reports back, not one that just tells you what to do), except it now lives inside the chat app you already pay for, not a separate command-line tool.
Microsoft 365 Copilot and Google Workspace Gemini put a model inside Word, Excel, Outlook, Docs, Sheets. The pitch is that it already has your documents and email, so you don't paste anything anywhere.
The honest read: the wins here are real but narrow. Summarising a meeting you missed, drafting a reply in the thread it lives in, asking a spreadsheet a question in English. The gap between the demo and the daily reality is wider than in tier one. This is the tier most enterprises buy and most employees quietly stop using. A decent chunk of that 88%-adopting, 5.5%-profiting gap sits right here.
Claude Team and ChatGPT Business sit between tiers: chat interfaces with company data connected, usually via MCP.
This is where the work gets done, and where almost no non-developers are standing.
Claude Code and OpenAI's Codex are command-line agents. They run in your terminal, see a folder of your actual files, and do real work across all of them: read, edit, run things, report what changed. Cursor is the same idea inside a code editor.
The name is the marketing problem. "Claude Code" sounds like it's for programmers. What it actually is: an agent that can operate on a folder of files and explain itself in plain English. The folder does not have to contain code. It can contain your meeting notes, two hundred supplier contracts, or a decade of project retrospectives.
I pointed it at a folder of 30 meeting-note files and had it add a one-line summary to the top of every one. One prompt. Under a minute of its time, about 30 minutes of mine including the install. That is not a coding task. That is admin, done once, by something that never gets bored.
Where the advantage actually shows up, in one sentence: most people use AI to write faster, and the people getting real value from it use it to do work they were never going to do at all. Nobody was ever going to hand-summarise thirty files. The economics of tedium change, and whole categories of "we should really do that someday" become a Tuesday afternoon.
Here's the reframe. You are not going to write the code. You are going to learn to specify, and then check the result.
That's the job you already have. You've written requirements. You've reviewed a supplier's work against a spec. You've caught the thing that was technically delivered and completely wrong. Those are the skills. The typing was never the valuable part.
Andrej Karpathy, formerly of Tesla and OpenAI, named the phenomenon in February 2025: vibe coding, meaning you describe what you want in natural language and let the model produce the implementation. It became Collins Dictionary's word of the year. It's also a decent description of how to build something small and a terrible description of how to build something you'll depend on. The difference is entirely in whether you check the work.
When someone says "I built an app," they mean one of about five things. Knowing which one you want is most of the battle.
| Shape | What it is | Good first project? |
|---|---|---|
| Script | A file that does one job when you run it. Rename a few hundred files, pull data from a spreadsheet into a report. | Yes. Start here. |
| Web app | A page in a browser, often with a database behind it. A tracker, a calculator, an internal dashboard. | Yes, second project. |
| API / service | Software with no interface that other software talks to. | Not yet. |
| Mobile app | Runs on a phone. Real friction: app stores, review, two platforms. | No. Build a web page that works on a phone. |
| Automation | Glue between tools you already use. When a form is submitted, do these four things. | Yes — often the highest value. |
"Client/server" just means the split between the bit the user sees (client, in the browser) and the bit that stores and computes (server). A script has neither. That's why it's the right place to start.
This is a real script that solves a real problem: a folder of files you can never find anything in. Install Claude Code, point your terminal at a folder you own, and paste the prompt below.
I want to build a small tool, and I am not a developer. Explain each step in plain English and stop for my approval before you create or change any file. WHAT I WANT: A script that reads every PDF and Word document in this folder and produces a single file called `index.md` containing, for each document: - the filename - a one-sentence summary of what it is - the date it refers to (from the contents, not the file timestamp) - any people or companies named in it Sorted newest first. HOW WE WILL WORK: 1. First, don't write anything. List what you can see in this folder and tell me how many documents there are and what types. 2. Then tell me your plan and what could go wrong. Wait for me to say go. 3. Then build it, but run it on THREE documents only and show me the output so I can check the summaries are accurate. 4. Once I confirm, run it across everything. 5. Finally, tell me in plain English how to run this again next month, and how to undo anything you've changed. RULES: - Never modify the original documents. Read only. - If you are unsure what a document is, say "unclear" rather than guessing. - Explain any technical term the first time you use it.
Read that prompt again, because the structure is the lesson. It states the outcome. It defines the shape of the output. It forces a read-only pass first, a plan second, a three-document sample third. It bans guessing. It demands the undo.
That is not a coding skill. That is a work instruction written for a fast, capable, slightly overconfident new hire. You have written a thousand of them.
The tools will change. The version numbers on this page will be stale within months. What won't change is the shape of the job: know which problem is worth solving, describe it precisely, check the work, keep the undo. That was your job before any of this existed.
Open the folder on your machine that you dread. Not a metaphor. The actual folder, the one with four years of documents and no naming convention.
Run the prompt above against it. Read the index.md it produces. Check three summaries against the real
documents, and see how it did.
You'll learn more about what this technology is and isn't in that twenty minutes than in six months of reading about it. Including, when one of those summaries is confidently wrong, the most important lesson on this page.
BuildProven is a free weekly newsletter for experienced professionals who want AI to amplify decades of judgment — not replace it. One real build, walked end-to-end, with the exact prompt.
Subscribe — it's free →