The Model Isn't the Hero
Three months ago, I took on an AI project from scratch. I'm a business person, not a coder. Two months later, the system was running, and it worked well. The process was under control. But a friend's question made me realize how off-base our assumptions about AI are.
“Which model are you using for that auto-review system?” he asked.
“Honestly, they're all about the same,” I said.
He paused. “Then what did you do for two months?”
“Talked business, argued, and went through logs with AI that I didn't understand.”
He went quiet. I knew why. Most people think building an AI system looks like this: pick the strongest model, write a magical prompt, fine-tune on high-quality data, and launch. That's the illusion.
AI Is Ahead of the Applications
McKinsey estimates that current models can automate or significantly enhance 60% to 70% of white-collar tasks. Anthropic's Dario Amodei and OpenAI's Sam Altman have said similar things. In plain terms, top-tier AI can already handle over 80% of traditional online business processes.
But look around. How many AI applications are actually doing real work every day? The personal websites, team dashboards, industry news feeds, case-study helpers, and weekly report generators—most are superficial, some are solutions in search of problems. They're not replacing human effort.
During my project, I saw the same AI failures repeat: demos that impress but stall in production, perfect on a few cases but collapsing on edge cases, constant model switching without moving the business needle, “AI” that's just a human in a machine's clothing, and projects that die from lack of ownership. None of these were because the model wasn't powerful enough. The bottleneck isn't the model—it's the application.
Clear Business Rules Beat Clever Prompts
My first version of the AI review system followed the obvious path: feed tickets to the LLM, give it a detailed SOP, let it output conclusions. Accuracy: 60%.
The failures all pointed to one issue: the model lacked business context. Take a real example. A complete authorization document lists Company A as the rights holder, Law Firm B as the agent, well-formatted, stamped. But the ticket's complainant field had the roles swapped—Law Firm B listed as the rights holder. The model dutifully rejected it as inconsistent. Wrong.
In real business, mistakes like that are normal. Reading the authorization chain is a skill. A human reviewer with experience would catch it instantly. The model never would, because no one told it how to interpret the context.
So I spent a week compiling a dictionary of major institutions, their common aliases, and historical authorization patterns. When a ticket came in, it checked this table first. If it matched, it went straight to the green channel. That unglamorous table boosted accuracy by 12 percentage points. I made three such tables, all in less than 500 lines of Python and JSON.
Here's the confession: I didn't write a single line of that code myself. I explained the business rules to AI, it translated them into code. Then I walked through each case, pointing out errors, and AI kept revising. From 60%, we crawled to 90%. The lesson: AI can write code, but it can't write business rules. Those come from deep immersion in the work—things not in training data. The scarce skill isn't coding; it's being able to articulate what the business actually does.
Knowing What NOT to Do
Getting from 90% to 97.8% was about engineering stability. I, a non-coder, stumbled through basic pitfalls and relied on AI to rescue me. But the moment I knew the system was mature wasn't when accuracy broke 97%. It was when I wrote a “Don't Do” list.
That list included: no AI-only review for international cases—low volume, high stakes, and a misjudgment could trigger complaints. AI approvals pass automatically, but AI rejections must go to human review. A missed review is a recoverable oversight; a wrong rejection is irreversible damage.
Writing that list made me realize: a truly mature AI system knows not just what it can do, but what it refuses to do. And that judgment only comes from someone who understands the business. AI doesn't know why international cases are risky or why one bad call erodes trust. You have to get your hands dirty, sit down, and think it through.
A New Role Emerges
Put these three truths together and you get a new kind of professional: business immersion + AI application skills + boundaries. Business immersion lets you tell whether a failure is a model problem or a context gap. AI application skills mean you don't write code but know when to let AI act and when to stop it. Boundaries let you draw the “don't do” line, optimizing within constraints.
This role doesn't fit traditional job titles. Not a product manager—they don't push systems into operation. Not a developer—they don't code. Not a data scientist—they don't fine-tune. It's a hybrid: business person plus AI assistant.
The old path: build a product, then sprinkle AI on top. The new path: immerse in business first, then wield AI to fill your technical gaps. That's the high-leverage role in this wave of individual AI adoption.
Are You This New Species?
Ask yourself three questions. First: without AI, can you explain step-by-step how a human does the task? If not, you're not doing AI application; you're just riding the trend. If yes, you're starting.
Second: when you hit a technical snag, do you struggle alone, or do you paste the log into AI and ask what's happening? Struggling alone wastes time. Pasting to AI is smart use of your assistant.
Third: can you write a list of things AI should never do for this task? If you can't, you haven't soaked in the business enough. If you can, you've crossed a hurdle most people never do.
If you answered yes to all three, you're the new species. Update your résumé.
Model Choice Is the Least Important Part
Back to my friend's question: “Which model?” The answer now is fuller: the model is the least important part of the project. Until you've sorted out business rules, engineering loops, and boundary agreements, no model will save you. Once those are done, any model works.
Your edge in the AI era isn't compute, models, or prompts. It's in the people willing to dive deep into their business, to wrestle with confusing logs alongside AI at midnight, and to carefully write their “Don't Do” list. Those are the ones who, quietly, go farthest.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!