GenAI for Non-Technical Leaders: What Actually Matters
You don't need to understand transformer architecture to lead an AI initiative. You do need to understand five things — and none of them are technical.

TL;DR
If you're a non-technical leader trying to figure out generative AI, you don't need a course in linear algebra. You need clarity on five decisions only you can make: what to automate, what to keep human, what data the model can see, how to measure "good enough," and who owns the outcome when it goes wrong. This article walks through each.
The mistake: trying to learn "how AI works"
Every non-technical executive I meet asks the same question in the first meeting: "Can you explain how LLMs actually work?" They think if they understand transformers, tokenization, and RAG, they'll make better decisions.
They won't.
Understanding how a car engine works doesn't make you a better driver. Understanding how LLMs work doesn't make you a better AI leader. What makes you a better AI leader is knowing which decisions are yours to make and which are the technical team's — and staying out of the technical team's lane.
Here's what LLMs actually do, in one paragraph, so you can move on:
A generative AI model reads huge amounts of text during training and learns statistical patterns about what word usually comes next. When you give it a prompt, it generates a response one word at a time, picking each word based on what's most likely given everything before it. That's it. It has no understanding, no memory between conversations (unless you build one), no knowledge of what's true — just very good pattern completion.
That's enough. Now let's talk about the five decisions.
Decision 1: What to automate vs. what to keep human
The default trap is to try to automate the whole workflow. That never works. Instead, break every task into three types:
- Deterministic work — same input, same output. Data entry, formatting, categorization. AI eats this alive.
- Judgment work — different inputs, sometimes different right answers. Prioritization, negotiation, hiring. AI helps, but a human decides.
- Relational work — trust, empathy, accountability. Executive coaching, giving hard feedback, closing a strategic deal. Don't automate this. Ever.
Your job as a leader: draw the line between judgment and relational work for every workflow you're considering. The technical team will figure out how to build it. You have to decide what "it" is.
Decision 2: What data the model can see
This is the decision most leaders get wrong, because it feels technical but isn't. The question isn't "can we technically feed this data to GPT?" — of course you can. The question is: should we?
Every piece of data you give the model becomes:
- Latent knowledge — the model can now reference it in responses (including responses to people who shouldn't see it).
- A compliance surface — if it's customer data, you now have contractual obligations about how it's processed.
- A leak risk — if the model provider has an incident, or if a user extracts it via prompt injection.
Your job: define a data classification for AI. What can be included in prompts? What can be included in training/fine-tuning? What can never touch a model? Have this written down before your first project ships, not after.
A workable default:
| Data type | In prompts | In training | Notes |
|---|---|---|---|
| Public marketing content | Yes | Yes | Free game |
| Internal ops docs | Yes | With review | Watch for personal names |
| Customer transactional data | Case by case | No | Contract-dependent |
| Employee performance data | No | No | Legal minefield |
| Regulated data (HIPAA, PCI, etc.) | Specialized only | No | Use a compliant provider |
Decision 3: How to measure "good enough"
Technical teams will happily optimize for accuracy forever. Your job is to set the bar and enforce it. The bar has to be numeric and decided before you start.
Ask three questions:
- What accuracy does the current human process achieve? (You need this baseline. Usually it's shockingly low — maybe 75% — because humans have bad days too.)
- What accuracy does the AI need to beat to be worth deploying? (Rarely 100%. Often 5% better than human is enough.)
- What's the cost of a wrong answer? (An AI that misclassifies a support ticket is fine. An AI that misclassifies a legal contract clause is not.)
The trap: teams shipping AI at 90% accuracy when human is 95%. Or teams refusing to ship at 85% because "it's not good enough" when human is 65%. Both waste money.
Decision 4: How you handle mistakes
Every AI system will make mistakes. Public ones. Ones that embarrass your brand. The question isn't "will it fail?" — it will. The question is: what does the failure mode look like, and who catches it?
Design three layers:
- Prevention — guardrails in the prompt and system layer. Don't answer questions about competitors. Don't give medical advice. Don't confirm anything without a source.
- Detection — human review on high-stakes outputs. Logging on everything. Alerts on anomalies.
- Recovery — the process when a mistake reaches a customer. Who owns escalation? How fast do you respond? What's the message?
Your job is layer 3. Technical teams handle layers 1 and 2. If layer 3 isn't defined, don't ship.
Decision 5: Who owns the outcome
This is the decision that decides whether the project succeeds or dies.
Every AI project needs a single business-side owner who:
- Feels the pain the AI is supposed to solve
- Has authority to change the workflow when the AI works
- Is measured on the outcome, not the technology
If the answer to "who owns this" is "IT" or "the AI team," the project will not succeed. IT can build it. IT cannot own whether it works in the business. Those are different jobs.
The single most predictive question I ask in a first meeting: "If this project succeeds, whose bonus goes up?" If the answer is unclear, we fix that before we talk about anything else.
What this means for you this quarter
If you're a non-technical leader kicking off AI work in Q4, here's the checklist:
- For each candidate use case, classify the tasks (deterministic / judgment / relational). Cut anything relational.
- Write a one-page AI data policy. Get legal to sign it.
- For each use case, set the numeric accuracy bar and the cost-of-wrong-answer.
- Draft the failure playbook. Who owns escalation.
- Name the business-side owner. Put it in writing.
None of these need you to know what a token is. All of them need you to be a leader. That's the point.
Want to run through these decisions with your leadership team? Book a workshop — we do it in one session.
Also published on my newsletter.
Read on SubstackKeep reading
GenAI Training for Teams: Which Format Fits Which Audience
A one-hour lunch-and-learn changes nobody's behaviour. Here are the four formats that do, and the audience each one is built for.
Read articleFrom AI Pilot to Production: The 18-Point Readiness Checklist
The gap between a pilot that impresses and a system people rely on is a list of unglamorous items. Here are the eighteen that matter.
Read articleTurn ideas into action
If any of this hit home — let's talk about applying it to your team.
Talk to us