
Daniel Dines on Why Work Processes Not Models Will Be The Most Valuable Asset in AI
The Twenty Minute VC
Hosted by Unknown
The AI moat isn't a model — it's a written manual of how your work gets done. Almost no company has one.
In Brief
The AI moat isn't a model — it's a written manual of how your work gets done. Almost no company has one.
Key Ideas
Process documentation as competitive advantage
Your company's process documentation is now a competitive asset — most companies have none.
Humans transform, AI only remembers
AI has memory; only humans have transformation. The gap is not closing fast.
Domain experts critical for AI operations
Cut domain experts in layoffs, lose the people you need to run AI teams.
Cheap models drive enterprise adoption
90% of enterprise token traffic will run on cheap models, not frontier ones.
AI writes code, code runs business
Use AI to write exact software; use exact software to run the enterprise.
Why does it matter? Because the company that writes down how its work actually happens owns the AI era — and almost no one has done it.
Most enterprises are chasing the wrong thing. They evaluate models, deploy agents, and spend on inference — while skipping the step that determines whether any of it works: documenting exactly how the work gets done. Daniel Dines, founder and CEO of UiPath, spent six months writing a book and arrived at a counterintuitive conclusion: the bottleneck isn't the model.
- Models are interchangeable commodities; the "map of work" — a complete written specification of every workflow, exception, and procedure — is the durable enterprise asset, and almost no company has built one.
- AI has memory but cannot be transformed by experience. Every deployment strategy that assumes the model will absorb institutional knowledge through use is built on a false premise.
- A 100-step AI workflow at 99% per-step accuracy produces roughly a 37% success rate for the full chain — not a solvable bug, but arithmetic.
- Companies doing AI layoffs are cutting the "credentialed middle" — and that group overlaps dangerously with the initiative-takers and relationship-builders who make AI adoption work at all.
Models are interchangeable commodities. The workflow is the moat.
"Models are interchangeable, but the workflow, the map of work and the workflows around the map of work is where the real value is." Dines is direct: any enterprise evaluating AI vendors by model quality is asking the wrong question.
The thesis is structural. Every time you query an AI, it needs access to the complete context of how your specific work flows — all the exceptions, priorities, and procedures that make your enterprise yours. That context can't be borrowed from a base model. It has to be written down, systematically, before the AI can be useful.
Dines calls this the "map of work" — a discipline he's productizing at UiPath under the name ctography. The ctographer agent interviews subject matter experts in real time, watching what they do on their desktops and pressing them on specific choices. Why did you change that invoice when the zip code was different? What rule governs which customer gets priority? Those answers surface the exceptions that never make it into official process documentation — and they're precisely what AI needs to function reliably.
The legal vertical clarifies the stakes. Harvey and Lora aren't valuable because they call a frontier model for a legal opinion. If they're genuinely mapping how legal work flows — every exception, every judgment call, every workflow — that's a different product. "If it's only to get a legal opinion, a call to a model, that's not going to be a hundred billion dollar market." The map is where the valuation sits. The model is a commodity underneath it.
AI has memory. Only humans have transformation. The distinction is not semantic — it's the core bottleneck of current enterprise AI.
"AI doesn't alter its weights on the job in the way humans are transformed by a job. This is a huge difference."
Harry Stebbings pushes back: OpenAI has memory, it infers from past prompts, that's learning. Dines draws the line clean. "It has memory, but memory it's not necessarily learning. It's not the same thing. It's memory. It's just a thing that is written down."
Two chefs — one with twenty years of Japanese cuisine, one Italian — receive the same recipe and produce different food. That divergence isn't stored anywhere. It accumulated through transformation. No written manual captures it because it isn't knowledge in the documentary sense. It's what the chef became.
Writing the book crystallized this for Dines. He watched himself being changed by the act of writing it — each sentence altering something that wasn't just memory. AI, given the same task, assembles and retrieves. It does not become. "When I'm writing a book, I am being transformed by the act of writing this book. Every time I'm writing something down, there is something in me that changes. Models don't do this way — even if I put swarm of agents, everything they have to write down, they are not being transformed by the process."
"I didn't understand this necessity of AI to have a manual in order to work. That was maybe the biggest breakthrough in my understanding." Every deployment strategy that skips this step — betting that the AI will absorb institutional knowledge through use — is built on a false premise. Give the AI the manual. It cannot discover the manual on its own.
The winning enterprise AI pattern isn't agents doing work — it's AI writing auditable software that then runs deterministically.
There's an asymmetry in enterprise AI that gets almost no airtime. "Deploying AI agents is not getting easier today than it was two years ago in my opinion. But deploying automation has become much easier because I can create these automations with AI with coding agents."
Coding agents are, in Dines's reading, the third major milestone since ChatGPT launched — after ChatGPT itself and chain-of-thought reasoning. They've fundamentally changed the cost equation for automation. You use AI at design time to print software; that software runs with exactness at execution time. When it breaks because something upstream changed, AI steps back in and fixes it. The loop is self-healing.
"You use AI to create software that runs the enterprise in a predictable, governant, auditable way." Even if the software was written by AI, humans can read it, validate it, and test it. You can guarantee that for a given input, the behavior is always the same. That guarantee is simply unavailable when an agent runs live.
UiPath tried vibe coding a procurement tool internally. The prototype came together fast. Getting it to production was a different story — the database schema was "completely bogus" and required extensive human intervention. Prototype-to-production is where the work actually lives, and vibe coding doesn't close that gap yet.
The architecture that emerges: probabilistic models handle judgment and interpretation; deterministic software handles execution. The boundary between those two things is the critical design decision. Most enterprises haven't made it explicitly.
A 100-step AI workflow at 99% per-step accuracy completes correctly 37% of the time. This is arithmetic, not a model limitation.
The exactness problem isn't fixable by upgrading the model. It compounds with every step.
"While you do 100, 200 steps by AI, even at each step you have 99% probability, it's 0.99 to the power of 100, you will end up with maybe 60% probability to do the entire step right." The direction is unambiguous: probabilistic systems are structurally unfit for work that must be exact, and no improvement in per-step accuracy changes the fundamental dynamic at scale.
What strikes Dines as obvious in retrospect is the tool-use principle: "The fact that the tool can do a job doesn't mean you have to use that tool to do that type of job." Large multiplication is the simple demonstration. ChatGPT handles it by calling a calculator behind the scenes and presenting the answer as its own. The interface hides the architecture — and that architecture is the correct one. The LLM interprets the request; exact computation does the computation.
The same logic scales to every exact enterprise process: enforcing contractual terms, processing invoices, executing financial workflows. "Everything that should be exact should run on exact technologies. There is no point to run it on probabilistic technologies." Most current enterprise AI deployments don't honor this boundary. They route exact work through models because that's where the interface is, not because it's the right tool for the execution.
AI-driven layoffs will likely cut exactly the people needed to run AI teams.
"You cut and you will tend to cut those people that are not the biggest experts in the domain, but you will cut exactly what you will need to bring the AI to supplement these experts."
The credentialed middle — hired for deep, narrow domain expertise — is the profile most legible to AI replacement. Detailed knowledge of accounting rules, legal frameworks, procurement procedures: models absorb these well. So companies scan for lower performers within those categories and cut them. The logic feels clean.
The problem is what gets caught in the same net. The people who hold institutional memory, display micro-initiative before data signals a problem, and maintain customer relationships that never appear in a CRM — they tend to carry the same job titles. "You will need fewer of these experts but you will need more people that have initiatives, that are capable of maintaining a relationship with the customer, that can be mentors for new employees."
Dines points to companies that replaced hundreds of support workers and then quietly rehired them. The model proved out in a specific context and didn't generalize. Build the workforce ledger before cutting: map who drives cultural cohesion, customer trust, and cross-functional initiative. Those people are the floor of your AI transition, not the ceiling.
AI can crack unsolved math problems. It cannot invent relativity. The ceiling is structural, not temporary.
"AI is solving very interesting math problems that humans didn't solve before right now, but AI still is not capable of creating frameworks — I don't know, relativity is a framework."
The line Dines draws is precise. Solving a hard problem within an established framework differs from building the framework itself. Einstein wasn't retrieving stored physics while developing relativity — he was being changed by the process of thinking. He became, gradually, a different Einstein than the one who first posed the question. That transformation is what produced the new frame.
"When I'm writing a book, I am being transformed by the act of writing this book... models don't do this way — even if I put swarm of agents, everything they have to write down, they are not being transformed by the process."
A swarm of agents with a million-token context window still writes things down. It doesn't become anything. Paradigm creation requires the kind of change that happens to the thinker during the thinking — and that change cannot be externalized, reviewed, and fed back in as a document. The expectation that AI will generate genuinely new knowledge structures, not just execute brilliantly within existing ones, sits above the current ceiling — and possibly above any ceiling reachable without transformation.
Dario Amodei's 'pace the frontier' memo is less about AI safety and more an indirect attack on open source reaching unknown actors.
The stated logic of pacing the frontier: the good guys form a coalition, slow the build, and prevent catastrophic misuse. The flaw Dines spots: "I don't think we can reason with the bad guys and we can make a coalition with the bad guys to stop the frontier. So we can make a coalition only with the good guys regardless." His classification of bad guys is notably narrow — he'd include the Chinese labs in the good-guys column.
If a coalition can only include the good guys, and the good guys are already broadly aligned, the memo's real target must lie elsewhere. "The indirect attack is probably on open source because basically they say even if the good guys are building open source, that open source will get into the hands of the bad guys — this is the real danger."
Open source is the mechanism by which frontier capability reaches unknown actors. Restricting the frontier restricts what gets open-sourced downstream. That's the actual policy lever — and for Anthropic, it also happens to be the business lever that limits competitive pressure from models that can be run privately.
Safety announcements from frontier labs are not separate from their competitive strategy. Read them together.
The map doesn't exist yet. That's the actual race.
Ninety percent of enterprise token traffic, Dines predicts, will run on cheap models rather than frontier ones. The competition isn't for the best model — it's for the best representation of how specific work actually flows. Every new base model that ships can be loaded with the same map of work. The institutional knowledge survives the transition. Without the map, each upgrade means rebuilding from scratch.
The companies that build this context first will own something that compounds differently from any product feature or fine-tune: a written record of how the enterprise actually functions. Most companies don't have one.
The manual doesn't write itself.
Topics: enterprise AI, workflow automation, UiPath, AI limitations, future of work, open source AI, AI safety, workforce transformation, model commoditization, agentic AI
Frequently Asked Questions
- What is the real competitive advantage in AI according to Daniel Dines?
- The real competitive advantage in AI is not the models themselves but process documentation—a written manual of how your work gets done. Most companies lack comprehensive documentation of their workflows, representing a critical gap. This documentation becomes your moat because it captures the exact processes and decisions that make your organization unique. With clear process documentation, organizations can effectively deploy AI systems that understand and optimize their specific operations. Without it, companies cannot fully leverage AI's potential for transformation.
- Why is the gap between AI memory and human transformation not closing fast?
- AI has memory but only humans have transformation—a gap that is not closing fast. AI systems excel at storing and retrieving vast amounts of information but cannot fundamentally reimagine how work gets done or drive meaningful organizational change. Human creativity, strategic thinking, and decision-making remain uniquely irreplaceable in this regard. As companies scale AI deployments, they still require skilled humans to guide transformation initiatives and provide strategic direction. This persistent distinction means investing in human expertise remains critical even as AI capabilities continue to advance rapidly.
- Should companies cut domain experts when implementing AI transformations?
- No—cutting domain experts in layoffs is a critical mistake that eliminates the people you need to run AI teams effectively. These specialists possess irreplaceable knowledge about company processes, industry-specific challenges, and how to implement AI solutions successfully. Without domain experts, AI teams lack the essential guidance needed to deploy systems that genuinely improve business outcomes. Organizations that eliminate these professionals while scaling AI operations lose the institutional knowledge required to translate between AI's technical capabilities and real-world business needs, undermining their AI transformation efforts.
- How should enterprises balance expensive AI models with cost-effective alternatives?
- 90% of enterprise token traffic runs on cheap models, not frontier ones, indicating that most business value comes from economical AI deployment strategies. Rather than using expensive cutting-edge models for every task, companies should deploy them strategically only for high-value, complex problems. The optimal strategy is to use AI to write exact software tailored to specific business processes, then deploy that exact software to run enterprise operations efficiently. This approach—matching model sophistication to actual business needs—maximizes ROI and builds sustainable competitive advantage in the market.
Read the full summary of Daniel Dines on Why Work Processes Not Models Will Be The Most Valuable Asset in AI on InShort
