Most teams buy Claude licenses, and within a day they have people completing single tasks faster.
That speed is exactly what causes them to hit a ceiling in ROI from those license costs pretty quickly.
Across a dozen Claude rollouts I've seen under the hood, I see the same patterns play out. Individuals are writing proposals faster, summarising calls more accurately, and it feels like progress because it is twice as fast it was last year.
The problem is that the value that is being produced by the business is not compounding. It's that faster tasks do not create smarter organisations. It is effectively the same business with a larger cost centre.
Making sure we align upfront, the platform is not the reason these roll outs hit a ceiling. I haven't seen one stall because Claude could not do the work.
The challenge is always what happens around it. Teams start building tools and implementing the platform as if it's being configured for a single-player. They build for themselves, and they never make the transition to creating a multiplayer system that other people can run, that improve on their own, and that compounds value and learnings.
This article is purpose built for those rolling out Claude, and skips the obvious pointers about more training, success measurement, and doing more testing. They're hygiene layers of any product, AI platform or change management. This is Claude specific guidance.
Here are the 9 most common mistakes I'm seeing, why it happens, what it costs, and what better looks like.
1. Rebuilding old workflows with AI bolted on instead of redesigning them
What a lot of businesses do: A team brings its old way of working into Claude unchanged. A content team uses three saved prompts: 1) one prompt to extract themes from a raw call transcript, 2) one prompt to draft a LinkedIn post from those themes, and 3) one prompt to check the draft against brand voice. The human then copy-pastes the outputs into another saved prompt or Claude Project to trigger the next AI output. All very manual, all triggered by the human rather than automated from a notification in the business or a useful data point. Or the business takes its previously created ChatGPT GPTs, Gemini Gems, or Copilot Agents and copy-pastes those same prompts into Claude Projects or a Skill.
Why it happens: This feels sensible because the existing workflow is familiar. The team has already done the hard work of figuring out the steps, so moving those same steps into Claude feels like the fastest way to get value. But that is migration, not redesign, and the value from Claude isn't unlocked.
What it costs: The business gets some individual productivity, but the workflow still depends on the same human handoffs, the same copy-paste behaviour, the same checking from a human, and the same person remembering what to do next. The expensive part of the process was not only the writing. It was the coordination around the writing, knowing when the work should start, what context file should be opened to pull information from, who should review it, what format the next person needs, and what happens when the output is wrong. If none of that changes, Claude has not transformed the workflow. Rather it's just made one or two steps inside the old workflow faster.
What better looks like: Redesign the job around the outcome, not around the old sequence of prompts. For example: the transcript arrives, Claude knows what type of transcript it is, what output is needed, what brand context applies, what examples to draw from, what checks to run, and what format the downstream person needs. The human reviews the finished piece and exceptions, not every intermediate step.
The question is not "how do we move this old process into Claude?"
The question is "if Claude had always existed, would we design the workflow this way?"
This is not a migration problem to solve for. It is a workflow design problem that an AI Engineer needs to design.
2. Using AI for every tasks, even when 100% accuracy is required
What a lot of businesses do: A finance team asks Claude to calculate a discount from a set of fixed rules when a contract comes through, hoping the answer comes back consistent and accurate to apply the discount. They continue to tweak the prompt to try get the exact answer every time. That is not how AI models and LLMs work.
Why it happens: Claude is genuinely good at grey areas (reasoning over a situation, understanding context, generating a different perspective), and that capability is exciting enough that it is tempting to reach for AI every-time, including the black-and-white parts. The line not to cross with AI is when you have a retrieval task versus a reasoning task. Retrieval is when pulling the exact right contact record is mission critical, such as the exact right claim, the exact right number and then passing it downstream. It's important when being wrong even once is unacceptable. Claude inevitably carries some hallucination risk on any given run that is often not an option.
What it costs: The same deal, run through the same prompt twice, can come back with two different numbers, because language models are not built to guarantee identical outputs every time. Nobody trusts the number without checking it by hand, which defeats the point of automating it in the first place, and trying to prompt the risk away, rather than remove it, never works with 100% consistency.
What better looks like: Claude helps write the discount rule once, as a small script (as code) or a defined formula. The rule runs the same way every time after that, deterministic and guaranteed, with Claude used only for the judgement calls the rule cannot cover.
Use AI for judgement, use code for certainty.
3. Building AI tools in Claude for single-player mode, not multiplayer mode
What a lot of businesses do: Business is inherently a team sport, and most builds in Claude are built for the one person who built it. A salesperson who has read hundreds of NDAs builds an NDA-review Skill or Project tuned entirely to their own read of legal clauses. It works well, because their years of pattern-matching are subconsciously plugging all of the gaps that are not covered in the prompt, Project, or Skill. It then gets handed to a newer rep on the team, the prompt then flags a clause as fine, except the new rep doesn't have the instinct to know when "fine" should have been questioned. They send it approved when it shouldn't have been. The mistake surfaces weeks later when legal reviews the signed agreement, and by then it is the client relationship at risk.
Why it happens: The builder tests the skill against their own judgement without noticing that their codified judgement in a prompt is only half the job.
What it costs: No escalation path, and no way for the newer rep to know they should have paused. And it cuts both ways depending on who is using it. The expert receive a padded, over-explained output from AI that slows them down, while the non-expert gets output they have no way to evaluate, no insight into what to check or where they might be out of their depth.
What better looks like: The same prompt or Skill flags every clause with a confidence level. High-confidence clauses get approved with a plain-language explanation, so the newer rep learns as they goes. Low-confidence clauses route straight to legal, no rep judgement required.
If it does not help someone finish the job who did not build it, it is not ready.
4. Not knowing the when to use a Claude Project, Claude Artifacts or Claude Skill
What a lot of businesses do: Claude has three distinct building blocks, and most people never learn what each is actually for. A Project is a workspace, where context and files live. An Artifact is a built output, a document or deliverable that comes out the other end and can be edited directly. A Skill is a reusable workflow, a repeatable method that runs the same way every time it is triggered. A common misuse: someone needs a repeatable process, like reviewing every inbound NDA the same way each time, and builds it as a Project, loading the review logic into project instructions instead of building it as a Skill (which can be called in any chat thread, not just the project).
Why it happens: The three concepts blur together because keeping everything in one place feels simpler than deciding what goes where, and the trade-offs in that decision.
What it costs: It works for a while, because the person who built it also primarily uses it. But a Project is not built to enforce a consistent method across different people and different documents the way a Skill is. No trigger, no defined check sequence, nothing stopping the process running slightly differently each time. What should have been a Skill was built as a project, which is really just a smart filing cabinet.
What better looks like: Decide first whether the thing needed is a workspace, an output, or a repeatable capability, then build the right one. On an NDA review, the Project could hold the legal context, the Skill could run the checks the same way every time, and the Artifact is the memo someone can edit and send. There is no one size fits all, and varying combinations of the three building blocks can make sense for the same output.
Get the three confused and nobody can tell whether they are touching something meant to hold context, produce output, or run a process.
5. Not setting up proper context architecture (and thinking context is a file or information added to a prompt)
What a lot of businesses do: A marketing team correctly believes Claude should be added to every conversation, not just once at setup. That instinct is right. Where it goes wrong is what "giving it context" means. Most people dump in whatever they already have, PDFs, Word docs, spreadsheets, a folder of old proposals, and hope volume equals understanding. A sales team's Claude Project ends up holding a folder of documents: old proposals, the pricing sheet, a competitor comparison, some Slack screenshots, in no particular order, with no instructions for which one to use when (because not every file is relevant to every AI message).
Why it happens: Uploading everything feels safer than deciding what to keep, and a pile of raw files feels like context. It is not. It is homework Claude has to review before it can even start the real task, which significantly degrades the output it gives you, also known as context rot (in the same way a human is overwhelmed by too much information).
What it costs: Claude cannot tell which document is current, which is a template, which is an old exception that should not be repeated. So it guesses, and guessing is where trust in quality dies. A rep sends a real quote built on last year's pricing because that document happened to be more prominent in the pile.
What better looks like: An inch deep, a mile wide. Not one exhaustive document, but many small, purpose-built files, each answering one question well, current pricing, tone-of-voice rules, escalation triggers, because different skills, projects, and artefacts need to reach for different slices at different times. Importantly, these files aren't uploaded into the back-end of a Project, or housed with a Skill. These need to be located on a central file storage that multiple Projects, Skills and Artifacts can call. This requires a context mapping exercise (which starts to resemble some form of a spider web of information). Layer them intentionally: operating instructions first, a clear hierarchy for which source wins when a conflict in facts appears, decision rules next, examples of good and bad output after that. Treat it as a living asset, collecting a note after each real use of what broke in the workflow, a weekly capture of recommended fixes, a monthly check, a quarterly refresh, not a task that was finished and forgotten about when the files were uploaded into the Project.
Context is not background information, it is the operating system that AI works with.
6. No feedback loop using AI
What a lot of businesses do: Someone gets a first draft back from Claude, cleans up the tone, tightens a section, fixes something that was factually off, sends it, and moves on to the next thing.
Why it happens: Editing the output feels like the whole task for the human. Stopping to ask why the edit was needed feels like extra process on top of already-finished work. But this is how we improve the system itself.
What it costs: The same three corrections get made by hand on nearly every draft after that, forever, because nobody asked the follow-up question: what should actually change in the context files, the Skill's instructions, the prompt itself, or whether the right building blocks are being used, so the next person on the team does not have to make that exact same fix all over again. Half the problem sits upstream of that too. Outputs from AI tend to get designed for whoever built the workflow in the first place, not for whoever actually has to pick up what it produces next. Every handoff costs extra time reformatting a blob of text into something usable.
What better looks like: The correction gets traced back to why it was needed and folded into the actual source. That might be the tone rule that was missing, the fact that was outdated, the instruction that was ambiguous. All of that should be captured, and folded into a governance process for review at a regular cadence so everyone downstream gets the fix automatically, and it only has to be made once.
If an edit only lives in the document it was made on, the system is not learning, it is being corrected by hand forever, by every individual.
7. Skills that are prompts in disguise (completely under built)
What a lot of businesses do: A team takes a prompt they already reuse constantly, the one they keep pasting into every proposal, every call summary, saves it, gives it a name like "Proposal Writer", and calls it a skill.
Why it happens: Most people genuinely do not know what a Skill is meant to be, so a saved prompt with a name on it feels close enough. There is a huge gap in the potential of Skills that gets overlooked.
What it costs: A Skill can behave like a small worker, not a saved instruction. It knows when to switch on, pulls in the right context on its own, can call tools or run code instead of just generating text, checks its own work, and knows its own edge cases well enough to say when a question has gone past what it is confident answering. A saved prompt has none of that. It either fails silently on edge cases or produces confident-sounding output on situations it was never built to handle, which matters most when the Skill is built for someone other than the person who built it. A salesperson using a legal-review Skill needs AI to recognise the moment a legal clause sits outside what the Skill can approve, and the Skill knows to say "take this to legal", not just answer with the same confidence regardless.
What better looks like: A real Skill encodes a method: a defined trigger, the inputs it needs, the steps it follows, the checks it makes, and an explicit escalation path for when something falls outside its scope. It teaches Claude how an expert actually works, not just what to say.
Not a prompt with a name on it, a small worker with edges it knows.
8. Not codifying expert judgement into something usable for others
What a lot of businesses do: A senior salesperson tells Claude to "write proposals like I would", gives one example, and expects the output to carry twenty years of pricing instinct and objection-handling judgement from that single reference point. It is not enough to write down the steps of a task, the brief, what needs to get done. What gets left out is the instinct underneath the steps, the nuance that is difficult to describe until the salesperson is presented with a piece of work that they need to evaluate. In copywriting that looks like certain words or phrasing that quietly kill a piece, or timing-specific judgement, knowing not to lead with certain language around Christmas or summer campaigns.
Why it happens: The expert genuinely believes they have explained what they do to AI, because the standards feel obvious to them. Nobody thinks of that instinct as a rule, it is just "how I write", so nobody codifies it.
What it costs: The real standards, the taste, the red flags stay locked in that person's head, and Claude produces something generic-sounding because a task description was handed over, not a body of judgement. The person tries multiple times, then gives up because "it doesn't know me". The old adage is ripe: "a bad workman always blames his tools".
What better looks like: The expert gets interviewed properly, across several passes rather than one rushed session, with Claude asking follow-up questions about trade-offs, red flags, and the reasoning behind past decisions. That extraction, not the original instruction, is where the compounding power actually lives.
Claude cannot follow standards that the business has never articulated.
9. Duplication of tools and the disagreements over the source-of-truth
What a lot of businesses do: People like customising things. If a colleague already has a process built, the instinct is not to reuse it exactly, it is to take it and tweak it. That is fine on its own, provided everyone started from the same foundation. The problem is when there was never a shared starting point, four different people each build their own version of roughly the same Skill or Project, each with a similar name, each doing a similar job slightly differently.
Why it happens: Building feels faster than asking around, especially in a team with no habit of checking what already exists first.
What it costs: Someone asks Claude to run an analysis on "the report", and there are four different Skills for report analysis that it could run. Nothing tells Claude which one is current, or the difference between the report analysis Skills (when to invoke one and not another), so it guesses. The answer that comes back might be built on the wrong version entirely, with nobody realising until the numbers do not match what someone else already knows to be true.
What better looks like: A canonical version exists for each repeatable job, duplication gets actively consolidated when it is found, and a clear hierarchy exists for which document wins when two sources conflict. Skills are appropriately build and governed by someone who understands AI governance models.
Four people, four versions, and nobody left who can say which one is actually the standard.
From the coalface
Buying licences, running an induction, and handing IT the admin console is how every software rollout has worked for twenty years, and for a CRM or a video-conferencing platform that was the responsible way to do it. Implementing a CRM required workflow redesigns by nature to align the platform and the business process.
Claude is not that kind of purchase. It is not a finished product with its value fixed by the vendor.
It is a horizontal capability platform that arrives almost empty, and its value is created by the workflows, context, skills, and operating routines the organisation builds on top of it. A tool sits there until someone picks it up, whereas an operating system runs in the background and gets smarter on its own.
That distinction is the core call for the executives running these programmes. Training alone never gets a business there either. Training teaches people to use the platform, but someone still has to design the system.
Where to start
Nine mistakes are still a lot to consider at once, so the four questions to consider are focused on getting one real workflow working properly right now.
Could someone else run this tomorrow without the person who built it?
Does the context have a named owner and a review rhythm, or was it loaded once and forgotten?
When a human edits Claude's output, does that correction go anywhere, or does it vanish?
If two people in the business used Claude for this same job today, would they get the same answer?
Whichever question produces the biggest silence is the opportunity to rectify an issue first.
The launch of Claude isn't the finish line. It's just the start of operations, and the businesses that treat it that way are the ones that stop speeding up tasks and start building an operating system that gets smarter on its own.
Still note sure?
I'm running free 30-minute audits, scoring your Claude setup against a 6-point diagnostic to find where effectiveness is leaking.
DM me if you're interested.

Passionate about all things AI, emerging tech and start-ups, Mike is the Founder of The AI Corner.
Subscribe to The AI Corner
