<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sumas Keller</title>
    <description>The latest articles on DEV Community by Sumas Keller (@sumaskeller).</description>
    <link>https://dev.to/sumaskeller</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3968365%2Ff32101db-6a43-4bd4-9bfc-1f78d4d7fe13.png</url>
      <title>DEV Community: Sumas Keller</title>
      <link>https://dev.to/sumaskeller</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sumaskeller"/>
    <language>en</language>
    <item>
      <title>The Budget Mistake Most Companies Make in Their Second Year of AI</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Fri, 26 Jun 2026 16:06:04 +0000</pubDate>
      <link>https://dev.to/sumaskeller/the-budget-mistake-most-companies-make-in-their-second-year-of-ai-38p5</link>
      <guid>https://dev.to/sumaskeller/the-budget-mistake-most-companies-make-in-their-second-year-of-ai-38p5</guid>
      <description>&lt;p&gt;Year one of AI deployment, budgets are straightforward. You are buying licenses, paying for implementation, running pilots. The costs are visible and the categories make sense.&lt;/p&gt;

&lt;p&gt;Year two is where the budget mistakes happen, and they all follow the same pattern. The organization treats AI tools as a fixed line item rather than as infrastructure that requires ongoing investment to maintain its value.&lt;/p&gt;

&lt;p&gt;Here is what that looks like in practice.&lt;/p&gt;

&lt;p&gt;The licenses renew automatically. That part gets handled. But the work that actually keeps the AI useful, the prompt refinement, the document hygiene, the index maintenance, the workflow adjustments as the business changes, gets absorbed invisibly into whoever happens to be paying attention to the tools. Usually that is one or two people who care, doing it on the side of their actual job description, without any formal recognition that this work is happening or any protection for the time it requires.&lt;/p&gt;

&lt;p&gt;When those people get busy with other priorities, which happens at some point to everyone, the AI tools quietly degrade. The knowledge base gets stale. The prompts stop being updated to reflect how the business has changed. The retrieval starts returning outdated information. Users start trusting the tools less. Adoption slips. By the time leadership notices, the problem has been building for months.&lt;/p&gt;

&lt;p&gt;The budget mistake is treating the technology cost as the whole cost and ignoring the labor cost of keeping the technology valuable.&lt;/p&gt;

&lt;p&gt;The fix is not complicated but it requires an explicit decision. Someone needs to own AI infrastructure in the same way someone owns IT infrastructure. That ownership needs a job description, not just goodwill. The time required needs to be in that person's workload, not in addition to it. And the budget conversation in year two needs to include a line item for maintenance labor, not just license renewal.&lt;/p&gt;

&lt;p&gt;How much time is actually required depends on the scale of the deployment. For a 100-person company with a few AI tools that are genuinely embedded in workflows, I typically see meaningful AI infrastructure maintenance running about 10 to 15 hours per week across whoever is doing it. That is a real cost. In most companies I have looked at, nobody has formally accounted for it.&lt;/p&gt;

&lt;p&gt;The organizations that sustain AI value over multiple years are the ones that recognized early that they were building infrastructure, not buying software. Infrastructure requires ongoing investment to remain useful. The ones that did not recognize this have a graveyard of AI tools that worked well in year one and quietly became unreliable in year two.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>infrastructure</category>
      <category>management</category>
      <category>rag</category>
    </item>
    <item>
      <title>7 Decisions I Would Make Differently Before Connecting AI to Our CRM</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Thu, 18 Jun 2026 10:45:24 +0000</pubDate>
      <link>https://dev.to/sumaskeller/7-decisions-i-would-make-differently-before-connecting-ai-to-our-crm-1pg</link>
      <guid>https://dev.to/sumaskeller/7-decisions-i-would-make-differently-before-connecting-ai-to-our-crm-1pg</guid>
      <description>&lt;p&gt;The first time most companies connect AI to their CRM, the conversation usually revolves around productivity.&lt;/p&gt;

&lt;p&gt;Faster account research.&lt;/p&gt;

&lt;p&gt;Faster customer support.&lt;/p&gt;

&lt;p&gt;Faster reporting.&lt;/p&gt;

&lt;p&gt;Those benefits are real.&lt;/p&gt;

&lt;p&gt;What often gets overlooked is everything happening underneath the workflow.&lt;/p&gt;

&lt;p&gt;After speaking with teams implementing AI across CRM systems, I've noticed the same lessons appear repeatedly. If I were starting again, these are the seven areas I would examine before connecting anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Map every data category in your CRM before connecting AI.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many organizations treat their CRM as a single system.&lt;/p&gt;

&lt;p&gt;In reality, it often contains multiple categories of information:&lt;/p&gt;

&lt;p&gt;• Customer contact data&lt;/p&gt;

&lt;p&gt;• Deal notes&lt;/p&gt;

&lt;p&gt;• Support interactions&lt;/p&gt;

&lt;p&gt;• Contract information&lt;/p&gt;

&lt;p&gt;• Pricing history&lt;/p&gt;

&lt;p&gt;• Internal discussions&lt;/p&gt;

&lt;p&gt;An AI assistant may not distinguish between these categories unless the architecture does.&lt;/p&gt;

&lt;p&gt;What looks like one integration decision is often several access-control decisions hidden inside a single project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Ask who can query which records, not just who can access the tool.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Tool access and data access are different things.&lt;/p&gt;

&lt;p&gt;A user being allowed to open an AI assistant does not automatically mean they should be able to retrieve information from every CRM record through natural language queries.&lt;/p&gt;

&lt;p&gt;One of the most common governance mistakes is assuming existing CRM permissions automatically extend to AI interactions.&lt;/p&gt;

&lt;p&gt;That assumption should always be tested.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Think in rooms, not systems.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most organizations structure permissions around applications.&lt;/p&gt;

&lt;p&gt;I increasingly think they should structure permissions around contexts.&lt;/p&gt;

&lt;p&gt;Sales teams need access to sales information.&lt;/p&gt;

&lt;p&gt;Finance teams need access to financial information.&lt;/p&gt;

&lt;p&gt;Legal teams need access to legal information.&lt;/p&gt;

&lt;p&gt;The challenge begins when AI agents operate across those boundaries without clear isolation rules.&lt;/p&gt;

&lt;p&gt;The most resilient architectures I've seen treat data domains separately and make it difficult for information to leak across operational contexts.&lt;/p&gt;

&lt;p&gt;The question is not whether an AI agent can access information.&lt;/p&gt;

&lt;p&gt;The question is whether it can access only the information it should.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Understand how AI access is logged.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most organizations have some form of audit logging.&lt;/p&gt;

&lt;p&gt;The important question is whether AI interactions appear inside those logs.&lt;/p&gt;

&lt;p&gt;Can administrators see:&lt;/p&gt;

&lt;p&gt;• Who submitted the query?&lt;/p&gt;

&lt;p&gt;• Which records were accessed?&lt;/p&gt;

&lt;p&gt;• What information was retrieved?&lt;/p&gt;

&lt;p&gt;• When the retrieval occurred?&lt;/p&gt;

&lt;p&gt;Without visibility, governance becomes significantly more difficult.&lt;/p&gt;

&lt;p&gt;This matters even more in regulated industries where auditability is not optional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Think beyond the CRM when responding to data requests.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Regulations such as GDPR create obligations around customer data visibility and management.&lt;/p&gt;

&lt;p&gt;Once information moves beyond the source system into retrieval pipelines, indexes, search layers, and AI workflows, answering questions like:&lt;/p&gt;

&lt;p&gt;"What data do you hold about me?"&lt;/p&gt;

&lt;p&gt;may become more complicated than querying the CRM alone.&lt;/p&gt;

&lt;p&gt;Organizations should understand exactly where customer information exists throughout the AI stack.&lt;/p&gt;

&lt;p&gt;Data ownership becomes much harder when nobody knows where the data actually lives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Make sure deletion workflows include the AI layer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Deleting information from a CRM does not automatically guarantee it disappears from every AI-related component.&lt;/p&gt;

&lt;p&gt;Depending on the architecture, information may also exist inside:&lt;/p&gt;

&lt;p&gt;• Retrieval indexes&lt;/p&gt;

&lt;p&gt;• Search layers&lt;/p&gt;

&lt;p&gt;• Cached knowledge repositories&lt;/p&gt;

&lt;p&gt;• Agent workflows&lt;/p&gt;

&lt;p&gt;A deletion policy should cover the entire lifecycle of customer data, not just the source record.&lt;/p&gt;

&lt;p&gt;Otherwise compliance processes may become difficult to verify.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Measure governance costs alongside productivity gains.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI-assisted CRM workflows can create significant value.&lt;/p&gt;

&lt;p&gt;Teams often report improvements in:&lt;/p&gt;

&lt;p&gt;• Account preparation&lt;/p&gt;

&lt;p&gt;• Customer research&lt;/p&gt;

&lt;p&gt;• Opportunity analysis&lt;/p&gt;

&lt;p&gt;• Internal knowledge discovery&lt;/p&gt;

&lt;p&gt;The challenge is that governance work grows alongside those benefits.&lt;/p&gt;

&lt;p&gt;Access control.&lt;/p&gt;

&lt;p&gt;Auditability.&lt;/p&gt;

&lt;p&gt;Data ownership.&lt;/p&gt;

&lt;p&gt;Compliance reviews.&lt;/p&gt;

&lt;p&gt;Approval workflows.&lt;/p&gt;

&lt;p&gt;These operational costs are real and should be part of the business case from day one.&lt;/p&gt;

&lt;p&gt;The organizations getting the most value from CRM-connected AI usually approach the project in a different order.&lt;/p&gt;

&lt;p&gt;They treat it as a governance initiative first.&lt;/p&gt;

&lt;p&gt;An AI initiative second.&lt;/p&gt;

&lt;p&gt;That sequence tends to produce fewer surprises later.&lt;/p&gt;

&lt;p&gt;One thing I've noticed is that governance becomes much easier when conversations, files, workflows, and AI agents operate within the same controlled environment rather than being scattered across multiple disconnected systems.&lt;/p&gt;

&lt;p&gt;The more systems involved, the harder it becomes to understand:&lt;/p&gt;

&lt;p&gt;• Who accessed what&lt;/p&gt;

&lt;p&gt;• Where data lives&lt;/p&gt;

&lt;p&gt;• Which permissions apply&lt;/p&gt;

&lt;p&gt;• How actions are audited&lt;/p&gt;

&lt;p&gt;• Whether sensitive information remains isolated&lt;/p&gt;

&lt;p&gt;That's one reason why platforms built around data sovereignty, room-level isolation, auditability, and human-controlled workflows are attracting increasing attention from enterprise teams.&lt;/p&gt;

&lt;p&gt;If you're exploring how modern organizations are approaching AI governance and privacy-first infrastructure, a useful starting point is:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://privos.ai/" rel="noopener noreferrer"&gt;https://privos.ai/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The conversation around AI usually starts with productivity.&lt;/p&gt;

&lt;p&gt;The organizations seeing long-term success are increasingly starting with control.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>data</category>
      <category>productivity</category>
      <category>saas</category>
    </item>
    <item>
      <title>9 Things I Got Wrong About Enterprise AI in Year One</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Wed, 17 Jun 2026 14:53:48 +0000</pubDate>
      <link>https://dev.to/sumaskeller/9-things-i-got-wrong-about-enterprise-ai-in-year-one-2m43</link>
      <guid>https://dev.to/sumaskeller/9-things-i-got-wrong-about-enterprise-ai-in-year-one-2m43</guid>
      <description>&lt;p&gt;I have been running AI initiatives for two years now. Year one was expensive in ways that did not show up on any budget line. Here is the honest version.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. I thought adoption would follow deployment.&lt;/strong&gt;&lt;br&gt;
It does not. Deployment is a technical event. Adoption is a human event. They require completely different effort. I treated the go-live date as the finish line. It was the starting line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. I underestimated how much the pilot group skewed results.&lt;/strong&gt;&lt;br&gt;
The people who volunteered to test the tool were the most enthusiastic, most technically capable people we had. Their results were real and did not represent what would happen with the rest of the organization. I presented pilot results to the board as if they were predictive. They were not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. I did not define what success looked like before we started.&lt;/strong&gt;&lt;br&gt;
Six months in, when the CFO asked if the investment was working, I did not have a clean answer. Not because the tool was not working but because I had never made explicit what "working" meant in measurable terms. That conversation was uncomfortable and avoidable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. I let the vendor run the training program.&lt;/strong&gt;&lt;br&gt;
The vendor is motivated to show features. My team needed to learn workflows. These are different things. The training we got was a product tour. What we needed was workflow redesign support. I should have run the training myself with the vendor as a resource.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. I assumed integration meant connection.&lt;/strong&gt;&lt;br&gt;
We connected the AI tool to our data sources. I called that integration. What I had was a technical connection, not an operational integration. The tool could access the data but nobody had designed when, why, or how it would actually be used in context. Real integration requires workflow design, not just API setup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. I ignored the manager layer.&lt;/strong&gt;&lt;br&gt;
Individual contributors either adopted or did not based on personal motivation. Managers stayed neutral because I had given them no reason to care. AI adoption without manager engagement is adoption that stalls at the enthusiast population and never reaches the mainstream.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. I did not model the exit.&lt;/strong&gt;&lt;br&gt;
When one of our early tools lost a key enterprise feature after a pricing restructure, I discovered that we had built processes around that feature with no plan for what to do if it went away. Now I model the exit scenario before signing. What does leaving look like, what does it cost, what do we lose.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. I treated security as a procurement checkbox.&lt;/strong&gt;&lt;br&gt;
Legal reviewed the DPA. IT checked the security certifications. Nobody mapped the actual data flows at the operational level, which documents were being sent where, under what conditions, retained for how long. That mapping happened during a compliance review sixteen months into the deployment. It should have happened on day one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. I confused activity with impact.&lt;/strong&gt;&lt;br&gt;
Usage metrics went up. I reported that as progress. Usage is an input metric. The output metrics, the ones that connect AI activity to business results, took much longer to define and instrument. By the time I had clean output data, I had already made three more tool decisions based on input metrics alone.&lt;/p&gt;

&lt;p&gt;Year two has been better, largely because year one was honest enough to learn from.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>learning</category>
      <category>management</category>
    </item>
    <item>
      <title>The Reference Check Questions Nobody Asks AI Vendors</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Tue, 16 Jun 2026 15:53:54 +0000</pubDate>
      <link>https://dev.to/sumaskeller/the-reference-check-questions-nobody-asks-ai-vendors-142d</link>
      <guid>https://dev.to/sumaskeller/the-reference-check-questions-nobody-asks-ai-vendors-142d</guid>
      <description>&lt;p&gt;I have done this process wrong more times than I would like to admit.&lt;/p&gt;

&lt;p&gt;You call the references the vendor sends you. Three customers, all happy, all articulate, all saying roughly the same things. You hang up feeling good. You sign. Six months later you are dealing with a support team that responds every 72 hours and a renewal quote that is 40% higher than year one.&lt;/p&gt;

&lt;p&gt;The reference check told you nothing useful. Not because the customers lied. Because you asked the wrong questions.&lt;/p&gt;

&lt;p&gt;Here is what I ask now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"How many people at the vendor have you spoken to in the last six months?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One contact who handles everything and is sometimes slow — that tells you something. A team of people across sales, technical support, and leadership — that tells you something different. Enterprise AI vendors with thin account teams show their limitations at exactly the moment you need them most: when something breaks at the worst possible time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Tell me about the last time something broke in production."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not IF something broke. Something always breaks. I want to know what happened next. Did the vendor show up? Did they communicate clearly while the issue was live? Did they follow up after closing the ticket, or did they close it and disappear?&lt;/p&gt;

&lt;p&gt;The answer to this question tells me more about a vendor than any product demo.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"What do you know now that you wish you had known before signing?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This question works because it is framed as advice, not criticism. Reference customers who would never say "this product has problems" will happily answer this one honestly. Listen for anything about pricing surprises, scope limitations that only appeared after deployment, or feature gaps the sales team glossed over.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"When you renewed, did you evaluate alternatives?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Renewal is the honest signal. A customer who renewed without looking elsewhere is genuinely satisfied. A customer who looked at three other options and came back is someone who chose this vendor over real competition. A customer who is approaching renewal and is not sure is the most valuable reference call you can make — if you can get the vendor to put them on the list, which they will not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"How does it work for someone who joined the team after the initial rollout?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The initial deployment had vendor support, internal champions, and everyone paying close attention. The ongoing experience for employees who joined later and had to learn the tool on their own is the real daily experience. This is where most enterprise AI tools quietly underperform their pilot results.&lt;/p&gt;

&lt;p&gt;None of these questions are aggressive. A vendor whose customers have good experiences will answer them confidently. A vendor whose customers have mixed experiences will give you information that changes what you negotiate before signing.&lt;/p&gt;

&lt;p&gt;Both outcomes are better than what you get from asking "do you like the product?"&lt;/p&gt;

</description>
      <category>ai</category>
      <category>leadership</category>
      <category>management</category>
      <category>saas</category>
    </item>
    <item>
      <title>How I Build AI Usage Policies People Actually Follow</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Mon, 15 Jun 2026 17:42:00 +0000</pubDate>
      <link>https://dev.to/sumaskeller/how-i-build-ai-usage-policies-people-actually-follow-39pc</link>
      <guid>https://dev.to/sumaskeller/how-i-build-ai-usage-policies-people-actually-follow-39pc</guid>
      <description>&lt;p&gt;Most AI usage policies fail for a simple reason.&lt;/p&gt;

&lt;p&gt;They are written by legal teams.&lt;/p&gt;

&lt;p&gt;Then handed to employees.&lt;/p&gt;

&lt;p&gt;Then forgotten.&lt;/p&gt;

&lt;p&gt;A month later, nobody remembers where the document lives.&lt;/p&gt;

&lt;p&gt;Three months later, people are doing whatever they want anyway.&lt;/p&gt;

&lt;p&gt;I've seen this happen multiple times.&lt;/p&gt;

&lt;p&gt;The problem isn't that employees dislike rules.&lt;/p&gt;

&lt;p&gt;The problem is that most AI policies are impossible to use in real work.&lt;/p&gt;

&lt;p&gt;A policy only works if people can remember it while they're busy.&lt;/p&gt;

&lt;p&gt;That's the standard I use.&lt;/p&gt;

&lt;p&gt;Not whether the policy sounds impressive.&lt;/p&gt;

&lt;p&gt;Whether a normal employee can apply it at 4:30 PM on a Friday.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Biggest Mistake: Writing For Auditors Instead Of Employees
&lt;/h2&gt;

&lt;p&gt;Many AI policies read like compliance documents.&lt;/p&gt;

&lt;p&gt;Pages of definitions.&lt;/p&gt;

&lt;p&gt;Pages of legal language.&lt;/p&gt;

&lt;p&gt;Pages of edge cases.&lt;/p&gt;

&lt;p&gt;Technically correct.&lt;/p&gt;

&lt;p&gt;Operationally useless.&lt;/p&gt;

&lt;p&gt;Employees don't need a 20-page document when deciding whether they can paste information into an AI tool.&lt;/p&gt;

&lt;p&gt;They need a simple answer.&lt;/p&gt;

&lt;p&gt;Can I do this?&lt;/p&gt;

&lt;p&gt;Yes or no?&lt;/p&gt;

&lt;p&gt;The more effort required to find the answer, the less likely people are to follow the policy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #1: Classify Information Before You Classify Tools
&lt;/h2&gt;

&lt;p&gt;Most companies start with tools.&lt;/p&gt;

&lt;p&gt;I start with information.&lt;/p&gt;

&lt;p&gt;Because tools change.&lt;/p&gt;

&lt;p&gt;Data doesn't.&lt;/p&gt;

&lt;p&gt;I typically group information into three buckets:&lt;/p&gt;

&lt;p&gt;Public information&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;marketing content&lt;/li&gt;
&lt;li&gt;public product documentation&lt;/li&gt;
&lt;li&gt;published research&lt;/li&gt;
&lt;li&gt;public website content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Internal information&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;internal processes&lt;/li&gt;
&lt;li&gt;project plans&lt;/li&gt;
&lt;li&gt;meeting notes&lt;/li&gt;
&lt;li&gt;operational documents&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sensitive information&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;customer records&lt;/li&gt;
&lt;li&gt;financial data&lt;/li&gt;
&lt;li&gt;contracts&lt;/li&gt;
&lt;li&gt;employee information&lt;/li&gt;
&lt;li&gt;security documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once employees understand these categories, tool decisions become much easier.&lt;/p&gt;

&lt;p&gt;The question becomes:&lt;/p&gt;

&lt;p&gt;"What information am I sharing?"&lt;/p&gt;

&lt;p&gt;Not:&lt;/p&gt;

&lt;p&gt;"Which AI product am I using?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #2: Make The Safe Path The Easy Path
&lt;/h2&gt;

&lt;p&gt;People naturally choose the fastest option.&lt;/p&gt;

&lt;p&gt;Good policies acknowledge this reality.&lt;/p&gt;

&lt;p&gt;Bad policies fight it.&lt;/p&gt;

&lt;p&gt;If employees must jump through ten steps to use an approved AI solution, many won't.&lt;/p&gt;

&lt;p&gt;Instead, they'll find a shortcut.&lt;/p&gt;

&lt;p&gt;That's how shadow AI starts.&lt;/p&gt;

&lt;p&gt;I've learned that enforcement is much easier when approved tools are more convenient than unapproved tools.&lt;/p&gt;

&lt;p&gt;Convenience is a governance tool.&lt;/p&gt;

&lt;p&gt;Not just a product feature.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #3: Focus On High-Risk Behaviors
&lt;/h2&gt;

&lt;p&gt;Another mistake I see is trying to regulate everything.&lt;/p&gt;

&lt;p&gt;That approach rarely works.&lt;/p&gt;

&lt;p&gt;Instead, identify the behaviors that actually create risk.&lt;/p&gt;

&lt;p&gt;For most organizations, those include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;uploading customer data&lt;/li&gt;
&lt;li&gt;uploading contracts&lt;/li&gt;
&lt;li&gt;sharing credentials&lt;/li&gt;
&lt;li&gt;exposing financial information&lt;/li&gt;
&lt;li&gt;exposing internal security information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those deserve attention.&lt;/p&gt;

&lt;p&gt;Whether someone uses AI to rewrite a meeting summary usually doesn't.&lt;/p&gt;

&lt;p&gt;Good policies prioritize.&lt;/p&gt;

&lt;p&gt;Great policies prioritize aggressively.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #4: Give Employees Examples
&lt;/h2&gt;

&lt;p&gt;Examples are more useful than rules.&lt;/p&gt;

&lt;p&gt;Compare these two approaches.&lt;/p&gt;

&lt;p&gt;Approach A:&lt;/p&gt;

&lt;p&gt;"Do not upload confidential information."&lt;/p&gt;

&lt;p&gt;Approach B:&lt;/p&gt;

&lt;p&gt;"Do not upload customer contracts, financial statements, employee records, or unpublished product roadmaps."&lt;/p&gt;

&lt;p&gt;The second version is far easier to follow.&lt;/p&gt;

&lt;p&gt;People remember examples.&lt;/p&gt;

&lt;p&gt;They rarely remember policy language.&lt;/p&gt;

&lt;p&gt;Whenever possible, I replace abstract rules with concrete scenarios.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #5: Assume Policies Will Be Ignored
&lt;/h2&gt;

&lt;p&gt;This sounds pessimistic.&lt;/p&gt;

&lt;p&gt;It's actually practical.&lt;/p&gt;

&lt;p&gt;Every policy should assume occasional mistakes.&lt;/p&gt;

&lt;p&gt;That means organizations need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;logging&lt;/li&gt;
&lt;li&gt;monitoring&lt;/li&gt;
&lt;li&gt;approval workflows&lt;/li&gt;
&lt;li&gt;permission controls&lt;/li&gt;
&lt;li&gt;audit capabilities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Policies reduce risk.&lt;/p&gt;

&lt;p&gt;Systems enforce risk.&lt;/p&gt;

&lt;p&gt;Both are necessary.&lt;/p&gt;

&lt;p&gt;A document alone has never protected a company.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rule #6: Review Policies More Often Than You Think
&lt;/h2&gt;

&lt;p&gt;AI changes quickly.&lt;/p&gt;

&lt;p&gt;What was reasonable six months ago may already be outdated.&lt;/p&gt;

&lt;p&gt;I've seen companies create AI policies once and never revisit them.&lt;/p&gt;

&lt;p&gt;That's risky.&lt;/p&gt;

&lt;p&gt;A simple review cycle works much better.&lt;/p&gt;

&lt;p&gt;Quarterly is usually enough.&lt;/p&gt;

&lt;p&gt;The goal isn't rewriting the entire policy.&lt;/p&gt;

&lt;p&gt;The goal is keeping it aligned with reality.&lt;/p&gt;

&lt;p&gt;Because reality changes.&lt;/p&gt;

&lt;p&gt;Fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Good AI Governance Actually Looks Like
&lt;/h2&gt;

&lt;p&gt;Good governance doesn't feel restrictive.&lt;/p&gt;

&lt;p&gt;It feels clear.&lt;/p&gt;

&lt;p&gt;Employees know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what they can do&lt;/li&gt;
&lt;li&gt;what they cannot do&lt;/li&gt;
&lt;li&gt;which tools are approved&lt;/li&gt;
&lt;li&gt;what data is sensitive&lt;/li&gt;
&lt;li&gt;who to ask when unsure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When those answers are obvious, adoption becomes easier.&lt;/p&gt;

&lt;p&gt;And risk becomes lower.&lt;/p&gt;

&lt;p&gt;That's the outcome most organizations want.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Take
&lt;/h2&gt;

&lt;p&gt;If employees constantly ask whether they're allowed to use AI, the policy is probably too complicated.&lt;/p&gt;

&lt;p&gt;If nobody reads the policy, it's definitely too complicated.&lt;/p&gt;

&lt;p&gt;The best AI usage policies aren't the longest.&lt;/p&gt;

&lt;p&gt;They're the easiest to remember.&lt;/p&gt;

&lt;p&gt;Because a policy only creates value when people actually follow it.&lt;/p&gt;

&lt;p&gt;And people only follow policies they understand.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>leadership</category>
      <category>management</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Dedicated AI Team vs Embedding AI in Existing Teams: How to Make the Right Call</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Fri, 12 Jun 2026 17:06:06 +0000</pubDate>
      <link>https://dev.to/sumaskeller/dedicated-ai-team-vs-embedding-ai-in-existing-teams-how-to-make-the-right-call-3ech</link>
      <guid>https://dev.to/sumaskeller/dedicated-ai-team-vs-embedding-ai-in-existing-teams-how-to-make-the-right-call-3ech</guid>
      <description>&lt;p&gt;There is a structural decision hiding inside every enterprise AI initiative that rarely gets the explicit attention it deserves: where does AI capability live organizationally?&lt;/p&gt;

&lt;p&gt;The two dominant models are a centralized AI team, a dedicated function that owns AI strategy, tooling, and deployment across the organization, and a distributed model where AI capability is embedded within existing business units. Each model works in specific organizational contexts and fails in others. Getting this decision wrong adds friction to AI adoption that no amount of technology investment can fix.&lt;/p&gt;

&lt;p&gt;I have seen both approaches succeed and both approaches fail. The difference is almost always about fit with organizational structure, not about which approach is inherently superior.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Case for a Centralized AI Team&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Centralization makes sense when AI deployment requires technical depth that is scarce and expensive.&lt;/p&gt;

&lt;p&gt;Building enterprise AI infrastructure, self-hosted inference, retrieval pipeline engineering, integration development, security architecture, requires skills that are not evenly distributed across business units. A legal team cannot maintain an embedding model. A finance team cannot debug a RAG retrieval failure. When the technical work of AI deployment is genuinely specialized, concentrating that expertise in a dedicated team prevents the alternative: every business unit attempting to hire the same scarce skills and most of them failing.&lt;/p&gt;

&lt;p&gt;Centralization also makes sense when consistency and compliance are paramount. If every business unit deploys AI independently, you get different security configurations, different data handling practices, different prompt engineering quality, and different audit logging completeness. For organizations in regulated industries or with strong compliance requirements, the compliance overhead of governing fifteen independent AI deployments is significantly higher than governing one centralized deployment that serves fifteen use cases.&lt;/p&gt;

&lt;p&gt;The failure mode of centralization is distance from the business. A central AI team that operates as an internal service provider, receiving requests, building solutions, delivering them, develops a different understanding of business needs than teams embedded in day-to-day operations. The quality of the AI solutions they build is limited by the quality of the requirements they receive, and requirements translated across organizational distance are reliably incomplete.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Case for Embedding AI in Existing Teams&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Distribution makes sense when the value of AI is highly context-dependent and that context lives within business units.&lt;/p&gt;

&lt;p&gt;Customer success teams understand customer interaction patterns in ways that no centralized team can replicate from the outside. Sales teams understand deal dynamics. Engineering teams understand their own development workflows. When the AI augmentation that matters most is deeply specific to a team's domain, the people best positioned to identify, deploy, and refine it are the ones doing the work.&lt;/p&gt;

&lt;p&gt;Embedded AI also creates faster feedback loops. When the person responsible for AI deployment is the same person using it daily, the iteration cycle from "this isn't working" to "we changed the prompt and now it works" is hours, not weeks. Centralized teams that serve many stakeholders cannot iterate at this speed.&lt;/p&gt;

&lt;p&gt;The failure mode of distribution is fragmentation. When every team runs its own AI deployment, the organization loses visibility into what is working across the company, cannot enforce consistent data handling standards, and duplicates engineering effort. The fourth team to solve the same integration problem because nobody told them the first three had already solved it is a real and common outcome.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Hybrid That Actually Works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most mature enterprise AI organizations land on a hybrid: a small central platform team that owns infrastructure, security architecture, and compliance, combined with embedded practitioners in business units who own use cases and user experience.&lt;/p&gt;

&lt;p&gt;The platform team is responsible for the things that should be consistent: the self-hosted inference infrastructure, the security sandbox, the audit logging framework, the data handling standards, the integration patterns. They build the rails.&lt;/p&gt;

&lt;p&gt;The embedded practitioners are responsible for the things that should be context-specific: the retrieval configurations tuned to their domain's vocabulary, the prompts calibrated for their team's use cases, the workflows designed around their actual processes. They run the trains.&lt;/p&gt;

&lt;p&gt;This model works because it allocates decisions to the people best positioned to make them. Data governance decisions belong at the center, where the compliance requirements can be seen across the full organization. Use case design decisions belong in the business units, where the operational context lives.&lt;/p&gt;

&lt;p&gt;The failure mode of the hybrid is unclear boundaries. When it is ambiguous whether a decision belongs to the platform team or to the business unit, both parties default to inaction or conflict. The hybrid requires a clear interface: here is what the platform team owns, here is what the business unit owns, and here is how conflicts are resolved.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Choose&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Four questions help identify which model fits your organization.&lt;/p&gt;

&lt;p&gt;How technically scarce is AI expertise in your current organization? If you have one or two people who can build and maintain AI systems and they cannot be distributed across business units without losing effectiveness, start centralized and distribute as you hire.&lt;/p&gt;

&lt;p&gt;How variable are your AI use cases across business units? If marketing, sales, legal, and finance all need fundamentally different AI capabilities, the embedded model delivers more use-case-specific value. If the use cases are similar enough that a single deployment serves most of them, centralization is more efficient.&lt;/p&gt;

&lt;p&gt;How strong is your compliance requirement for consistency? Regulated industries and enterprise companies with strong data governance requirements have a higher bar for centralized oversight. The compliance cost of governing distributed deployments rises faster than the business value in these environments.&lt;/p&gt;

&lt;p&gt;What is your current organizational change appetite? A centralized AI team is a new organizational entity that requires budget, headcount decisions, and reporting line clarity. An embedded model can start as a responsibility addition to existing roles. If the organization cannot absorb a new team right now, the embedded model with a lightweight coordination function is the pragmatic starting point.&lt;/p&gt;

&lt;p&gt;The answer to these four questions, taken together, points to a model with more confidence than any general preference for centralization or distribution. The right structure is the one that fits the organization you actually have, deploying the technology that actually exists, toward the outcomes that actually matter.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>leadership</category>
      <category>management</category>
    </item>
    <item>
      <title>Build vs. Buy AI Capability: The Decision Framework I Would Use Before Spending Budget</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Thu, 11 Jun 2026 17:50:09 +0000</pubDate>
      <link>https://dev.to/sumaskeller/build-vs-buy-ai-capability-the-decision-framework-i-would-use-before-spending-budget-38a3</link>
      <guid>https://dev.to/sumaskeller/build-vs-buy-ai-capability-the-decision-framework-i-would-use-before-spending-budget-38a3</guid>
      <description>&lt;p&gt;&lt;strong&gt;The build vs. buy question is usually asked too late.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It often appears after the company is already emotionally committed.&lt;/p&gt;

&lt;p&gt;Engineering wants to build.&lt;/p&gt;

&lt;p&gt;Business teams want something fast.&lt;/p&gt;

&lt;p&gt;Finance wants cost clarity.&lt;/p&gt;

&lt;p&gt;Security wants control.&lt;/p&gt;

&lt;p&gt;Leadership wants progress.&lt;/p&gt;

&lt;p&gt;Then the debate becomes political.&lt;/p&gt;

&lt;p&gt;That is the wrong way to decide.&lt;/p&gt;

&lt;p&gt;Build vs. buy should not be a personality contest between technical pride and commercial urgency.&lt;/p&gt;

&lt;p&gt;It should be an operating decision.&lt;/p&gt;

&lt;p&gt;The real question is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which path gives the company the capability it needs with the right balance of speed, control, cost, risk, and maintainability?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here is the framework I would use before spending budget.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Start with the workflow, not the technology.
&lt;/h2&gt;

&lt;p&gt;Do not begin by asking:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Should we build our own AI system?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Start with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Which business workflow are we trying to improve?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That workflow might be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;customer support triage&lt;/li&gt;
&lt;li&gt;sales research&lt;/li&gt;
&lt;li&gt;compliance evidence collection&lt;/li&gt;
&lt;li&gt;internal knowledge search&lt;/li&gt;
&lt;li&gt;document review&lt;/li&gt;
&lt;li&gt;reporting automation&lt;/li&gt;
&lt;li&gt;project status summarization&lt;/li&gt;
&lt;li&gt;onboarding assistance&lt;/li&gt;
&lt;li&gt;contract analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The workflow determines the decision.&lt;/p&gt;

&lt;p&gt;A generic workflow often favors buying.&lt;/p&gt;

&lt;p&gt;A highly specific workflow may justify building.&lt;/p&gt;

&lt;p&gt;A sensitive workflow may require a hybrid approach.&lt;/p&gt;

&lt;p&gt;Without workflow clarity, build vs. buy becomes abstract and wasteful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The company should not decide whether to build AI before it knows what work the AI is supposed to improve.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Score workflow specificity.
&lt;/h2&gt;

&lt;p&gt;The first dimension is specificity.&lt;/p&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is this workflow common across many companies?&lt;/li&gt;
&lt;li&gt;Is the process standard or unique to us?&lt;/li&gt;
&lt;li&gt;Are the rules simple or deeply business-specific?&lt;/li&gt;
&lt;li&gt;Does the workflow require proprietary logic?&lt;/li&gt;
&lt;li&gt;Would a vendor’s default workflow cover 80 percent of the need?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the workflow is common, buying usually makes sense.&lt;/p&gt;

&lt;p&gt;If the workflow is deeply tied to how the company operates, building may create more value.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Common workflow:&lt;/strong&gt; summarize meeting notes.&lt;br&gt;
&lt;strong&gt;Decision:&lt;/strong&gt; buy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Specific workflow:&lt;/strong&gt; evaluate customer risk based on internal account history, legal exceptions, renewal timing, and regional compliance rules.&lt;br&gt;
&lt;strong&gt;Decision:&lt;/strong&gt; consider build or heavily customized platform.&lt;/p&gt;

&lt;p&gt;The more the workflow reflects your company’s internal operating model, the more careful you should be with off-the-shelf tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Score data sensitivity.
&lt;/h2&gt;

&lt;p&gt;AI decisions change when sensitive data is involved.&lt;/p&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the workflow use customer data?&lt;/li&gt;
&lt;li&gt;Does it use employee data?&lt;/li&gt;
&lt;li&gt;Does it touch contracts?&lt;/li&gt;
&lt;li&gt;Does it include financial records?&lt;/li&gt;
&lt;li&gt;Does it involve legal notes?&lt;/li&gt;
&lt;li&gt;Does it contain confidential strategy?&lt;/li&gt;
&lt;li&gt;Does it include regulated information?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Low-sensitivity use cases can move faster.&lt;/p&gt;

&lt;p&gt;High-sensitivity use cases need stronger control.&lt;/p&gt;

&lt;p&gt;This does not always mean build.&lt;/p&gt;

&lt;p&gt;It means the buying criteria become stricter.&lt;/p&gt;

&lt;p&gt;For sensitive workflows, a bought solution may still work if it offers strong deployment control, permissioning, audit logs, data retention controls, and clear subprocessors.&lt;/p&gt;

&lt;p&gt;But if the vendor cannot meet the data-control requirement, buying becomes risky.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The more sensitive the data, the more control becomes part of the ROI calculation.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Score internal talent honestly.
&lt;/h2&gt;

&lt;p&gt;This is where many companies lie to themselves.&lt;/p&gt;

&lt;p&gt;They say:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“We can build this internally.”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Maybe.&lt;/p&gt;

&lt;p&gt;But can they build it, secure it, maintain it, document it, monitor it, improve it, support users, handle failures, and keep up with model changes?&lt;/p&gt;

&lt;p&gt;Building AI capability is not only model selection.&lt;/p&gt;

&lt;p&gt;It may require:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;data engineering&lt;/li&gt;
&lt;li&gt;backend architecture&lt;/li&gt;
&lt;li&gt;prompt and evaluation design&lt;/li&gt;
&lt;li&gt;security engineering&lt;/li&gt;
&lt;li&gt;access control&lt;/li&gt;
&lt;li&gt;monitoring&lt;/li&gt;
&lt;li&gt;user experience&lt;/li&gt;
&lt;li&gt;MLOps&lt;/li&gt;
&lt;li&gt;integration work&lt;/li&gt;
&lt;li&gt;governance&lt;/li&gt;
&lt;li&gt;ongoing support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the internal team does not have the capacity, building may create technical debt disguised as strategic control.&lt;/p&gt;

&lt;p&gt;The question is not:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Can we build a prototype?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The question is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Can we own this as production infrastructure?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A prototype proves possibility.&lt;/p&gt;

&lt;p&gt;Production proves responsibility.&lt;/p&gt;

&lt;p&gt;Those are not the same thing.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Score speed-to-value.
&lt;/h2&gt;

&lt;p&gt;Some AI use cases need speed.&lt;/p&gt;

&lt;p&gt;Others justify patience.&lt;/p&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the business pain urgent?&lt;/li&gt;
&lt;li&gt;Is there an immediate cost or capacity issue?&lt;/li&gt;
&lt;li&gt;Is the market moving quickly?&lt;/li&gt;
&lt;li&gt;Is the workflow blocking revenue?&lt;/li&gt;
&lt;li&gt;Is the use case experimental?&lt;/li&gt;
&lt;li&gt;Can we wait three to six months?&lt;/li&gt;
&lt;li&gt;Do we need a working solution this quarter?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the company needs value quickly, buying or using a platform may be better.&lt;/p&gt;

&lt;p&gt;If the capability is strategically important and durable, building may be worth the wait.&lt;/p&gt;

&lt;p&gt;But do not confuse impatience with strategy.&lt;/p&gt;

&lt;p&gt;Sometimes teams want to build because it feels more impressive.&lt;/p&gt;

&lt;p&gt;Sometimes teams want to buy because they want to avoid hard architecture work.&lt;/p&gt;

&lt;p&gt;Both instincts can be wrong.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Speed matters, but speed without ownership can become expensive later.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Score maintenance burden.
&lt;/h2&gt;

&lt;p&gt;Every AI system has a second cost after launch.&lt;/p&gt;

&lt;p&gt;Maintenance.&lt;/p&gt;

&lt;p&gt;This includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;model updates&lt;/li&gt;
&lt;li&gt;prompt updates&lt;/li&gt;
&lt;li&gt;evaluation changes&lt;/li&gt;
&lt;li&gt;integration failures&lt;/li&gt;
&lt;li&gt;data-source changes&lt;/li&gt;
&lt;li&gt;permission changes&lt;/li&gt;
&lt;li&gt;bug fixes&lt;/li&gt;
&lt;li&gt;user support&lt;/li&gt;
&lt;li&gt;security patches&lt;/li&gt;
&lt;li&gt;compliance updates&lt;/li&gt;
&lt;li&gt;monitoring&lt;/li&gt;
&lt;li&gt;documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bought platforms absorb some of this.&lt;/p&gt;

&lt;p&gt;Built systems push more of it onto the company.&lt;/p&gt;

&lt;p&gt;That can be fine if the capability is strategic.&lt;/p&gt;

&lt;p&gt;But if the use case is not core, internal maintenance can become a bad trade.&lt;/p&gt;

&lt;p&gt;A simple rule:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build only what you are willing to maintain.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the company does not want to maintain it, buying is probably the honest answer.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Score strategic control.
&lt;/h2&gt;

&lt;p&gt;Not every AI capability deserves strategic control.&lt;/p&gt;

&lt;p&gt;Some workflows are supporting workflows.&lt;/p&gt;

&lt;p&gt;Others are central to how the company competes.&lt;/p&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this capability create real differentiation?&lt;/li&gt;
&lt;li&gt;Would competitors use the same vendor in the same way?&lt;/li&gt;
&lt;li&gt;Does this workflow contain proprietary operating knowledge?&lt;/li&gt;
&lt;li&gt;Would owning the system improve our long-term advantage?&lt;/li&gt;
&lt;li&gt;Would vendor dependency create risk?&lt;/li&gt;
&lt;li&gt;Would switching vendors be painful later?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the AI capability is core to competitive advantage, building or deeper customization may be justified.&lt;/p&gt;

&lt;p&gt;If it is a standard productivity layer, buying is likely better.&lt;/p&gt;

&lt;p&gt;A company should not build everything.&lt;/p&gt;

&lt;p&gt;But it should think carefully before outsourcing the parts that define how it operates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The real build decision is not about pride. It is about what the company needs to own.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Use a simple decision table.
&lt;/h2&gt;

&lt;p&gt;Here is the decision model I would use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Buy when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the workflow is common&lt;/li&gt;
&lt;li&gt;the data sensitivity is manageable&lt;/li&gt;
&lt;li&gt;speed matters&lt;/li&gt;
&lt;li&gt;internal AI talent is limited&lt;/li&gt;
&lt;li&gt;the vendor has strong controls&lt;/li&gt;
&lt;li&gt;the workflow is not strategic differentiation&lt;/li&gt;
&lt;li&gt;maintenance would distract the team&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Build when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the workflow is highly specific&lt;/li&gt;
&lt;li&gt;the data is sensitive&lt;/li&gt;
&lt;li&gt;the capability is strategic&lt;/li&gt;
&lt;li&gt;internal talent exists&lt;/li&gt;
&lt;li&gt;long-term control matters&lt;/li&gt;
&lt;li&gt;vendor limitations would constrain the business&lt;/li&gt;
&lt;li&gt;the company is prepared to maintain it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Use a hybrid approach when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the workflow is important but not fully unique&lt;/li&gt;
&lt;li&gt;the company needs faster deployment&lt;/li&gt;
&lt;li&gt;sensitive data requires deployment control&lt;/li&gt;
&lt;li&gt;the vendor can provide infrastructure but the company needs custom logic&lt;/li&gt;
&lt;li&gt;internal teams can own configuration and governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hybrid is often the realistic answer.&lt;/p&gt;

&lt;p&gt;Most companies do not need to choose between total dependency and total internal build.&lt;/p&gt;

&lt;p&gt;They need to decide which layers to own and which layers to buy.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. Do not forget exit cost.
&lt;/h2&gt;

&lt;p&gt;Whether you build or buy, ask how you exit.&lt;/p&gt;

&lt;p&gt;If you buy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;can you export data?&lt;/li&gt;
&lt;li&gt;can workflows be migrated?&lt;/li&gt;
&lt;li&gt;can prompts and agents be moved?&lt;/li&gt;
&lt;li&gt;can logs be retained?&lt;/li&gt;
&lt;li&gt;can the contract be ended cleanly?&lt;/li&gt;
&lt;li&gt;can another vendor replace it later?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you build:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;can the system be handed over?&lt;/li&gt;
&lt;li&gt;is it documented?&lt;/li&gt;
&lt;li&gt;can another team maintain it?&lt;/li&gt;
&lt;li&gt;can it survive staff turnover?&lt;/li&gt;
&lt;li&gt;can components be replaced?&lt;/li&gt;
&lt;li&gt;does the system depend on one engineer’s memory?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Exit cost is part of total cost.&lt;/p&gt;

&lt;p&gt;If the company cannot exit cleanly, the decision carries hidden risk.&lt;/p&gt;

&lt;p&gt;A vendor can lock you in.&lt;/p&gt;

&lt;p&gt;An internal build can lock you in too.&lt;/p&gt;

&lt;p&gt;The lock-in just looks different.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final decision rule
&lt;/h2&gt;

&lt;p&gt;Build vs. buy is not a moral question.&lt;/p&gt;

&lt;p&gt;Building is not always smarter.&lt;/p&gt;

&lt;p&gt;Buying is not always lazy.&lt;/p&gt;

&lt;p&gt;The right decision depends on workflow specificity, data sensitivity, internal talent, speed-to-value, maintenance burden, and strategic control.&lt;/p&gt;

&lt;p&gt;The simplest rule is this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Buy for speed and standard capability. Build for strategic control. Use hybrid when the workflow is important but the company cannot afford to start from zero.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The worst choice is not building or buying.&lt;/p&gt;

&lt;p&gt;The worst choice is pretending the decision is only about software cost.&lt;/p&gt;

&lt;p&gt;It is not.&lt;/p&gt;

&lt;p&gt;It is about what the company wants to own, what it can realistically operate, and what kind of risk it is willing to carry.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>leadership</category>
      <category>management</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Your AI Budget Should Be Calculated Per Workflow, Not Per Seat</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Wed, 10 Jun 2026 13:01:58 +0000</pubDate>
      <link>https://dev.to/sumaskeller/your-ai-budget-should-be-calculated-per-workflow-not-per-seat-2263</link>
      <guid>https://dev.to/sumaskeller/your-ai-budget-should-be-calculated-per-workflow-not-per-seat-2263</guid>
      <description>&lt;p&gt;The per-seat licensing model made sense for software categories where every employee uses a tool in roughly the same way. Email. Office productivity. Communication platforms. Everyone uses it, everyone benefits roughly proportionally, you multiply by headcount and the math is simple.&lt;/p&gt;

&lt;p&gt;AI tools are not like this, and pricing them like they are leads to three predictable problems.&lt;/p&gt;

&lt;p&gt;You overpay for employees whose workflows don't benefit significantly from AI capability. You underinvest in the workflows where AI could deliver disproportionate value. And you end up with budget conversations that focus on seat count rather than on outcomes — which means the organization optimizes for adoption metrics rather than impact metrics.&lt;/p&gt;

&lt;p&gt;The alternative is workflow-based AI budgeting. It takes more work upfront. It produces better decisions and better outcomes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Per-Seat Fails for AI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Consider a 200-person company. Of those 200 people, roughly 40 are in roles where AI assistance on knowledge work — drafting, research, analysis, summarization — could save meaningful time daily. Another 60 are in operational roles where AI assistance would provide moderate benefit. The remaining 100 are in roles where AI tools would see low utilization.&lt;/p&gt;

&lt;p&gt;Under per-seat pricing, the organization pays for 200 seats to deliver value primarily to 40 people. The 160 people with marginal benefit subsidize the 40 people with high benefit. The cost-per-unit-of-value is inflated by a factor of 4 or 5.&lt;/p&gt;

&lt;p&gt;More problematically, the budgeting conversation that results focuses on whether to buy licenses for more or fewer people, rather than on which workflows should be supported and at what quality level. The tool becomes a headcount decision rather than a workflow decision, and the investment thesis gets lost in a conversation about utilization rates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Workflow-Based Framework&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Workflow-based AI budgeting starts from a different question: which specific workflows in our organization would benefit most from AI augmentation, and what is the value of that augmentation?&lt;/p&gt;

&lt;p&gt;This requires mapping workflows to value, which is more work than multiplying headcount by a seat price. It is also more honest.&lt;/p&gt;

&lt;p&gt;The mapping process has three steps.&lt;/p&gt;

&lt;p&gt;Step one: identify high-value AI augmentation candidates. These are workflows characterized by high volume of repeatable cognitive tasks — drafting, research, classification, summarization, extraction — performed by employees whose time is expensive. Customer-facing roles, analytical roles, and management roles with significant documentation requirements are typical high-value candidates.&lt;/p&gt;

&lt;p&gt;Step two: estimate the value of augmentation for each candidate workflow. This requires being specific about what AI changes in the workflow: which steps get faster, by how much, and with what quality implications. Use conservative estimates. The goal is to identify workflows where the value of AI augmentation clearly exceeds the cost, not to build the most optimistic possible business case.&lt;/p&gt;

&lt;p&gt;Step three: calculate the budget required to support those specific workflows well. This is different from calculating the cost of company-wide deployment. It is the cost of deploying the right tools, at the right quality level, for the workflows that actually justify the investment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What This Reveals That Per-Seat Budgeting Hides&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When organizations go through this exercise honestly, two things typically emerge.&lt;/p&gt;

&lt;p&gt;The workflows with the highest AI value often require more than a standard SaaS license. Deep integration with specific data sources, custom retrieval configuration, specific security requirements, workflow-specific agent behavior — high-value AI augmentation for knowledge-intensive workflows often requires a more substantial investment than a commodity per-seat price implies. The per-seat model underinvests in the workflows that matter most.&lt;/p&gt;

&lt;p&gt;The workflows with the lowest AI value don't need an enterprise license at all. Consumer AI tools, which cost a fraction of enterprise licensing, are adequate for incidental AI use that doesn't involve sensitive data. The per-seat enterprise model overinvests in low-value use cases.&lt;/p&gt;

&lt;p&gt;The result of the workflow-based approach is typically a portfolio: enterprise-grade AI investment concentrated in the workflows where it matters, lower-cost solutions for peripheral use, and explicit decisions about which workflows are not worth AI investment at any price.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Vendor Stability Factor in Workflow Investment&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There is a risk dimension to workflow-based AI investment that the per-seat model partially obscures.&lt;/p&gt;

&lt;p&gt;When you build AI augmentation deeply into a high-value workflow — when the AI is integrated with your data, your processes, your team's habits — you are creating a dependency. That dependency is worth creating when the value is real and the vendor is stable. It is a liability when the vendor's longevity is uncertain.&lt;/p&gt;

&lt;p&gt;Before committing to deep workflow integration with any AI vendor, verify their organizational stability as part of the investment decision. Crunchbase profiles — like the one available for PrivOS at crunchbase.com/organization/privos — give useful starting context on team depth and company history, supplemented by reference checks with current customers. A vendor who appears in your workflow ROI calculation as a 3-year investment deserves 3-year vendor due diligence.&lt;/p&gt;

&lt;p&gt;The per-seat model encourages shallow integration across many workflows, which limits this risk. The workflow model encourages deep integration in high-value workflows, which requires taking the vendor stability question seriously.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementing the Shift&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Moving from per-seat to workflow-based AI budgeting requires two changes in how the organization thinks about technology investment.&lt;/p&gt;

&lt;p&gt;The first is treating AI as operational investment rather than software procurement. Per-seat pricing fits the software procurement model, where you buy a capability and distribute it. Workflow-based investment fits the operational model, where you identify a value opportunity, design a solution, and invest in proportion to the expected return.&lt;/p&gt;

&lt;p&gt;The second is accepting that not all employees need the same AI tool, or any enterprise AI tool at all. This is culturally uncomfortable in organizations that have normalized uniform technology access — where everyone gets the same software stack regardless of their workflow needs. But it is the correct framework for an investment category where the value is highly concentrated in specific use case types.&lt;/p&gt;

&lt;p&gt;The organizations that get this right will deploy AI resources where they actually compound. The ones that default to per-seat models will spend more, measure less, and wonder why the ROI never materialized at the scale they expected.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>management</category>
      <category>productivity</category>
      <category>saas</category>
    </item>
    <item>
      <title>What I'd Fix First If I Inherited a 200-Person Company's Digital Ops Tomorrow</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Tue, 09 Jun 2026 10:51:47 +0000</pubDate>
      <link>https://dev.to/sumaskeller/what-id-fix-first-if-i-inherited-a-200-person-companys-digital-ops-tomorrow-5glk</link>
      <guid>https://dev.to/sumaskeller/what-id-fix-first-if-i-inherited-a-200-person-companys-digital-ops-tomorrow-5glk</guid>
      <description>&lt;p&gt;Let me be honest about something: most digital operations transformations are done in the wrong order.&lt;/p&gt;

&lt;p&gt;I've walked into enough companies mid-transformation to have a strong opinion about this. The instinct, almost universally, is to start with the exciting parts. New tools, new AI capabilities, new automation. The org chart gets a Chief Digital Officer. The tech vendors get invited in for demos. The roadmap gets built around capabilities.&lt;/p&gt;

&lt;p&gt;And then, six to twelve months later, the transformation is stalling — not because the technology failed, but because the foundation wasn't there to absorb it.&lt;/p&gt;

&lt;p&gt;If someone handed me the keys to a 200-person company's digital operations tomorrow and asked me to fix it, I would do four things first — none of which involve buying anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First: I'd Run a 48-Hour Audit of What Already Exists&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not a six-week consulting engagement. Forty-eight hours of focused discovery.&lt;/p&gt;

&lt;p&gt;I want to know three things specifically: what tools are currently in use (including the ones nobody officially approved), where the single sources of truth actually live versus where they're supposed to live, and where the most painful coordination failures happen on a weekly basis.&lt;/p&gt;

&lt;p&gt;The gap between the official tool stack and the actual tool stack is always informative. Shadow tools exist because the official tools are failing someone. Those failures are data. The tools that got adopted without permission tell you more about real operational needs than any requirements document.&lt;/p&gt;

&lt;p&gt;I'd spend one day talking to people in sales, support, finance, and engineering — not their managers, the people doing the work — asking one question: what's the most annoying part of your workday that involves finding or sharing information? The answers cluster around three or four root causes in almost every organization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Second: I'd Identify the Coordination Seams&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every organization has seams — points where information has to cross from one system, team, or workflow to another. These seams are where fragmentation costs concentrate.&lt;/p&gt;

&lt;p&gt;The handoff from sales to customer success. The status update from engineering to product. The project brief from marketing to design. The budget request from a department to finance.&lt;/p&gt;

&lt;p&gt;Each seam that requires a person to manually translate between systems — pull data from one place, format it, put it somewhere else — is a coordination cost. In a 200-person company, there are typically 10 to 15 significant seams. Each one is consuming somewhere between 2 and 15 hours per week across the people involved.&lt;/p&gt;

&lt;p&gt;I'd map those seams on a whiteboard. Not to immediately fix them — to understand where the highest-leverage interventions are. The seam that costs the most time and creates the most errors is the right place to start. Not the most technically interesting problem. The most expensive one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Third: I'd Talk to the People Who've Given Up&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every organization has them: people who tried to improve processes, got blocked, and stopped trying. They're sitting on a goldmine of institutional knowledge about what doesn't work and why.&lt;/p&gt;

&lt;p&gt;These are usually not the loudest voices in any room. They've learned that raising operational problems doesn't lead to solutions. They've adapted to the dysfunction and quietly built workarounds that nobody else knows about.&lt;/p&gt;

&lt;p&gt;I'd find three or four of them and ask: what did you try to fix, what happened, and what are you doing instead now? Their workarounds are usually better solutions than the official process, implemented at the individual level because the organizational level was too slow to move.&lt;/p&gt;

&lt;p&gt;The answers tell you two things. What the actual failure modes are, without the political filtering that happens when problems get escalated through management layers. And whether there's organizational capacity to actually implement change, or whether the change-blocking mechanism itself needs to be addressed first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fourth: I'd Set One Metric That Everyone Understands&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before touching a single tool, before running a single vendor evaluation, before writing a single line of a transformation roadmap, I'd establish one operational metric that measures the thing we're actually trying to improve.&lt;/p&gt;

&lt;p&gt;Not a laundry list of KPIs. One metric. Something like: average time from customer request to first substantive response. Or: percentage of projects delivered on the original scope without scope change meeting. Or: average time a new employee takes to reach independent operation.&lt;/p&gt;

&lt;p&gt;The metric has to be specific, measurable from existing data, and visibly connected to business outcomes. Not a vanity metric that IT can report on — a metric that a COO would care about and that a frontline employee can understand their contribution to.&lt;/p&gt;

&lt;p&gt;Everything that comes after — the tool decisions, the process redesign, the AI investments — gets evaluated against that metric. Not "did we deploy the technology" but "did the number move."&lt;/p&gt;

&lt;p&gt;Without this anchor, digital transformation becomes a series of technology deployments without a coherent theory of what better looks like. With it, every decision has a clear test.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Comes After&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once I've done those four things — usually in the first two weeks — I have a very different picture than the one I'd get from reading the existing strategic plan.&lt;/p&gt;

&lt;p&gt;I know where the actual pain is. I know who has institutional knowledge worth preserving. I know what the political dynamics are. I know what one metric will tell me if I'm making progress.&lt;/p&gt;

&lt;p&gt;Then, and only then, would I start evaluating what to change. Because the worst thing that can happen to a digital transformation is that it solves the wrong problems quickly. The tools are fast to deploy. The organizational dysfunction they're deployed into takes much longer to fix.&lt;/p&gt;

&lt;p&gt;Getting the diagnosis right first is the only approach that consistently leads to transformation that actually sticks.&lt;/p&gt;

</description>
      <category>leadership</category>
      <category>management</category>
      <category>productivity</category>
      <category>systems</category>
    </item>
    <item>
      <title>The AI Adoption Curve Nobody Talks About: Why Month 3 Is When Most Rollouts Stall</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Mon, 08 Jun 2026 11:06:59 +0000</pubDate>
      <link>https://dev.to/sumaskeller/the-ai-adoption-curve-nobody-talks-about-why-month-3-is-when-most-rollouts-stall-3g02</link>
      <guid>https://dev.to/sumaskeller/the-ai-adoption-curve-nobody-talks-about-why-month-3-is-when-most-rollouts-stall-3g02</guid>
      <description>&lt;p&gt;&lt;em&gt;Enterprise AI pilots succeed. Enterprise AI deployments stall. The gap between the two is almost always a management problem, not a technology problem.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;There's a pattern in enterprise AI adoption that I've watched repeat across organizations of different sizes, industries, and geographies.&lt;/p&gt;

&lt;p&gt;Month one: high enthusiasm. The pilot group shows impressive results. Leadership is optimistic. The vendor is engaged and responsive. Productivity metrics, where they exist, show improvement.&lt;/p&gt;

&lt;p&gt;Month three: the numbers flatten. Adoption outside the pilot group is slower than projected. Some early adopters have quietly reverted to their previous workflows. The engineering team is managing more exceptions and edge cases than expected. The business case is starting to look less certain.&lt;/p&gt;

&lt;p&gt;Month six: the deployment is technically still active, but it's no longer receiving executive attention. It's running on momentum rather than intention. The question "is this working" is no longer being asked, partly because nobody wants to hear the answer.&lt;/p&gt;

&lt;p&gt;This is the AI adoption stall. It's not caused by the AI. It's caused by the organizational dynamics around the AI.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why the Pilot Always Succeeds
&lt;/h2&gt;

&lt;p&gt;Enterprise AI pilots succeed for reasons that don't automatically scale.&lt;/p&gt;

&lt;p&gt;The pilot group is selected for enthusiasm or aptitude. The people who test new tools in pilots are, disproportionately, the people who are most interested in new tools. They represent the left tail of the adoption curve, not the mean.&lt;/p&gt;

&lt;p&gt;The pilot receives disproportionate support. Pilot participants get hands-on vendor training, quick response to issues, and organizational attention. The rest of the organization will receive a rollout package and an FAQ document.&lt;/p&gt;

&lt;p&gt;The pilot uses representative but not fully realistic conditions. Edge cases, legacy data issues, and workflow integration problems are managed during the pilot. During broad rollout, they surface faster than the team can address them.&lt;/p&gt;

&lt;p&gt;Pilot success answers the question "can this work in optimal conditions." It doesn't answer the question "will this work when deployed to people who didn't volunteer, with real data, and standard support."&lt;/p&gt;




&lt;h2&gt;
  
  
  What Actually Happens at Month Three
&lt;/h2&gt;

&lt;p&gt;By month three, the deployment has moved past the self-selected early adopters into the mainstream of the organization. This group has different characteristics.&lt;/p&gt;

&lt;p&gt;They didn't ask for this tool. It was given to them. Their motivation to invest in learning it is lower, their tolerance for friction is lower, and their tendency to revert to familiar workflows when the tool adds difficulty is higher.&lt;/p&gt;

&lt;p&gt;They have existing workflows that work. Not perfectly, but adequately. The activation energy required to change a workflow that works is higher than the activation energy required to adopt a workflow when you have nothing.&lt;/p&gt;

&lt;p&gt;The tool hasn't been optimized for their specific use cases. The pilot was optimized for the pilot group's workflows. The mainstream users have different tasks, different document types, different queries. The retrieval quality, prompt calibration, and workflow integration that worked for the pilot may not work as well for them.&lt;/p&gt;

&lt;p&gt;Middle managers are not supportive, or are actively neutral. This is the most consistent factor in stalled deployments. If people managers don't actively encourage and model AI tool adoption, their teams won't adopt. If managers haven't been given a reason to care — if AI adoption isn't in their objectives, isn't discussed in their performance conversations, isn't visibly a priority to their own managers — neutrality is the rational response.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Management Failure at the Center of Most Stalls
&lt;/h2&gt;

&lt;p&gt;Most enterprise AI deployments are launched with a technology frame and fail on a management problem.&lt;/p&gt;

&lt;p&gt;The technology questions get extensive attention: which model, what integrations, what security configuration, what prompts. The management questions get minimal attention: who is responsible for driving adoption, how are managers being equipped to support their teams, what does success look like for each team rather than for the aggregate, what happens when someone says it's not working.&lt;/p&gt;

&lt;p&gt;The result is a deployment that is technically functional but organizationally unsupported.&lt;/p&gt;

&lt;p&gt;Sustainable AI adoption requires middle management to become advocates, not just users. That requires three things that most deployments don't provide:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A clear narrative about why this matters for their team specifically.&lt;/strong&gt; "We deployed this to improve productivity" is not a useful narrative for a finance manager. "We deployed this so your team can do quarterly close analysis in two hours instead of two days" is a useful narrative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A use case that works well for their context.&lt;/strong&gt; Generic deployments deliver generic results. Teams that see demonstrable value in their specific workflow adopt. Teams that don't see specific value don't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cover to require adoption.&lt;/strong&gt; Managers need organizational permission to make AI adoption part of how their team operates, not just something available if people want it. Without explicit organizational priority, requiring adoption feels overreaching. With it, it's responsible management.&lt;/p&gt;




&lt;h2&gt;
  
  
  What a Deployment That Doesn't Stall Looks Like
&lt;/h2&gt;

&lt;p&gt;The deployments that achieve sustained adoption — past month three, past month six, into genuine organizational capability — share a set of practices that aren't about technology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Team-level use case definition before deployment.&lt;/strong&gt; Before the tool goes live for any team, someone spends time with that team understanding their workflows and defining the two or three specific use cases where the tool will deliver clear value for them. The tool is deployed with those use cases activated and the team trained specifically on them, not on the general capabilities of the system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Manager adoption tracked and managed.&lt;/strong&gt; Manager adoption is measured separately from individual contributor adoption. Managers who are not using the tool or supporting their teams' use are identified and supported specifically. This isn't punitive — it's recognizing that manager behavior predicts team behavior.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feedback loops that inform iteration.&lt;/strong&gt; A formal mechanism for users to flag what's not working, with a clear commitment about who reviews that feedback and what happens as a result. Deployments that can't absorb and respond to user feedback lose user trust, which accelerates abandonment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Explicit checkpoints at 30, 60, and 90 days.&lt;/strong&gt; Not to declare success or failure, but to ask honestly: what's working, what's not, and what needs to change. Organizations that build checkpoints in before deployment make better decisions than organizations that assess retrospectively after the investment has been made.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Question to Ask Before You Deploy
&lt;/h2&gt;

&lt;p&gt;Before your next AI deployment, ask this: if the rollout hits resistance from middle management in month two, what is the plan?&lt;/p&gt;

&lt;p&gt;If the answer is "we'll deal with it then," you're likely on the path to a stalled deployment.&lt;/p&gt;

&lt;p&gt;If the answer is a specific set of interventions — manager training, use case support, adjusted timeline, escalation path — you're building an adoption strategy, not just a technology deployment.&lt;/p&gt;

&lt;p&gt;The technology part of enterprise AI is increasingly solved. The adoption part is not. The organizations that figure out the latter will pull ahead of the ones still focused on the former.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>leadership</category>
      <category>management</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Metrics That Actually Tell You If Your Enterprise AI Rollout Is Working</title>
      <dc:creator>Sumas Keller</dc:creator>
      <pubDate>Thu, 04 Jun 2026 15:39:01 +0000</pubDate>
      <link>https://dev.to/sumaskeller/the-metrics-that-actually-tell-you-if-your-enterprise-ai-rollout-is-working-1237</link>
      <guid>https://dev.to/sumaskeller/the-metrics-that-actually-tell-you-if-your-enterprise-ai-rollout-is-working-1237</guid>
      <description>&lt;h1&gt;
  
  
  The Metrics That Actually Tell You If Your Enterprise AI Rollout Is Working
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;Time saved is not a metric. It's a hypothesis. Here's how to measure what actually matters.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Enterprise AI deployments generate a lot of optimistic claims and very little rigorous measurement.&lt;/p&gt;

&lt;p&gt;The claims are consistent: this tool saves X hours per week, this agent reduced process time by Y percent, employees are more productive. The measurement behind those claims is almost always anecdotal, self-reported, and uncorrected for the costs that show up elsewhere.&lt;/p&gt;

&lt;p&gt;I've been through enough AI rollout reviews to know what rigorous measurement looks like — and how rare it is.&lt;/p&gt;

&lt;p&gt;Here's the framework I'd use.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem With "Time Saved" as a Metric
&lt;/h2&gt;

&lt;p&gt;Time saved is the metric that appears in almost every AI ROI calculation. It's also one of the least reliable metrics available.&lt;/p&gt;

&lt;p&gt;The problems:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-reported time savings are systematically overstated.&lt;/strong&gt; When employees are asked how much time they save with a new tool, they report the most memorable time-saving moments, not the average. The cognitive work of learning the tool, correcting AI errors, and managing new workflows doesn't enter the calculation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Saved time doesn't automatically become productive time.&lt;/strong&gt; If an employee saves 30 minutes per day on drafting emails, that 30 minutes may be redirected to higher-value work. Or it may be redirected to checking Slack more often. The ROI calculation assumes the first; reality often delivers the second.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The denominator changes.&lt;/strong&gt; As AI tools become standard, the baseline expectation of output increases. What saved time at tool adoption becomes the new normal productivity expectation within 12-18 months. The "savings" get absorbed into rising expectations rather than returning to the bottom line.&lt;/p&gt;

&lt;p&gt;None of this means AI tools don't create value. They do. But measuring that value requires metrics that are observable, not self-reported, and that account for the full cost equation.&lt;/p&gt;




&lt;h2&gt;
  
  
  Metrics That Actually Measure AI Value
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Output volume with quality gates&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of measuring time saved, measure output volume and apply quality gates.&lt;/p&gt;

&lt;p&gt;For a content team using AI writing assistance: how many pieces of content are produced per week, at what quality threshold (defined by editorial review pass rates, not impressions)? Track this before deployment, during rollout, and at 90-day intervals afterward.&lt;/p&gt;

&lt;p&gt;This measures actual output impact rather than assumed time savings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Process cycle time — measured, not estimated&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For AI agents handling defined workflows (contract review, support ticket triage, expense categorization), measure actual cycle time end-to-end. Not estimated, not self-reported — measured via system timestamps.&lt;/p&gt;

&lt;p&gt;If AI contract review was supposed to reduce cycle time from 5 days to 2 days, pull the timestamp data. This is a binary metric: the cycle time either changed or it didn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Error rates and rework volume&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI tools often shift where errors occur rather than eliminating them. An AI that drafts documents quickly but introduces factual errors that require correction doesn't save time — it shifts time from drafting to reviewing and correcting.&lt;/p&gt;

&lt;p&gt;Measure error rates and rework volume before and after deployment. For critical workflows, this metric is more important than speed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool consolidation actuals&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the AI deployment was justified partly on consolidation — replacing other tools — verify that the other tools were actually deprecated and their licenses cancelled.&lt;/p&gt;

&lt;p&gt;This sounds obvious. In practice, most AI tool adoptions layer onto existing stacks rather than replacing components of them. If you deployed an AI project management assistant and still have the same number of project management tool licenses six months later, the consolidation ROI in your business case hasn't materialized.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support and escalation rates&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For customer-facing AI applications, support escalation rate is an important quality signal. If AI-handled interactions require human escalation at 30%, the time savings from automation are partially offset by escalation handling costs.&lt;/p&gt;

&lt;p&gt;Track escalation rates over time. A declining escalation rate indicates the AI is improving in effectiveness. A rising rate indicates quality degradation that needs attention.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Cost Side Requires Honest Accounting
&lt;/h2&gt;

&lt;p&gt;Most AI ROI calculations measure benefits against license cost. The cost side needs to include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Correction and oversight labor.&lt;/strong&gt; For any AI system that produces outputs requiring human review, measure the actual time spent reviewing and correcting. This cost often gets attributed to "the reviewer's normal job" and disappears from the calculation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prompt maintenance.&lt;/strong&gt; For AI tools that require ongoing prompt tuning, measure the engineering time spent on prompt iteration. This cost is real and grows as the system's use cases expand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Integration maintenance.&lt;/strong&gt; When upstream systems change — CRM fields are renamed, data schemas update, APIs version — AI integrations require maintenance. Track this time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;False confidence cost.&lt;/strong&gt; This is the hardest cost to measure but often the most significant: decisions made based on AI-generated content that was wrong, and the downstream impact of those decisions. This cost doesn't appear in tool analytics. It shows up in business outcomes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Setting Up Measurement Before Deployment
&lt;/h2&gt;

&lt;p&gt;The measurement infrastructure needs to be in place before the AI tool goes live, not afterward.&lt;/p&gt;

&lt;p&gt;Before deploying any significant AI system, define:&lt;/p&gt;

&lt;p&gt;The specific outcome the AI is intended to improve (not "productivity" — a specific, measurable outcome like "contract review cycle time" or "support ticket resolution time").&lt;/p&gt;

&lt;p&gt;The baseline measurement for that outcome, calculated from historical data.&lt;/p&gt;

&lt;p&gt;The measurement methodology going forward (system timestamps, not self-reports).&lt;/p&gt;

&lt;p&gt;The evaluation timeline: 30-day, 90-day, and 12-month checkpoints with specific targets.&lt;/p&gt;

&lt;p&gt;What constitutes a successful deployment vs. a failed one.&lt;/p&gt;

&lt;p&gt;Organizations that define success metrics before deployment make better decisions about continuing, adjusting, or discontinuing AI tools. Organizations that measure after deployment are rationalizing investments they've already made.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Honest Measurement Usually Finds
&lt;/h2&gt;

&lt;p&gt;When enterprises run rigorous AI ROI measurement, three patterns emerge consistently.&lt;/p&gt;

&lt;p&gt;The benefits are real but smaller than projected. Adjusted for actual adoption rates, correction labor, and realistic time reallocation, the productivity gains are usually 40-60% of initial projections. Still positive, but not transformative without appropriate scaling.&lt;/p&gt;

&lt;p&gt;The distribution is uneven. AI tools deliver disproportionate value for specific use cases and specific user types, and minimal value for others. The aggregate average obscures both the high-value applications (which should be expanded) and the low-value applications (which should be reconsidered).&lt;/p&gt;

&lt;p&gt;The compounding effects take longer than expected. AI tools typically deliver most of their value after the first year, as workflows are refined, prompts are optimized, and users develop more effective interaction patterns. Measuring at 90 days captures the early adoption period, not the mature deployment value.&lt;/p&gt;

&lt;p&gt;None of these findings are reasons not to deploy AI. They're reasons to deploy thoughtfully, measure honestly, and iterate based on evidence rather than assumption.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>analytics</category>
      <category>management</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
