惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
美团技术团队
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
WordPress大学
WordPress大学
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Vercel News
Vercel News
博客园 - 聂微东

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
9 Things I Got Wrong About Enterprise AI in Year One
Sumas Keller · 2026-06-17 · via DEV Community

Sumas Keller

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.

1. I thought adoption would follow deployment.
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.

2. I underestimated how much the pilot group skewed results.
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.

3. I did not define what success looked like before we started.
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.

4. I let the vendor run the training program.
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.

5. I assumed integration meant connection.
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.

6. I ignored the manager layer.
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.

7. I did not model the exit.
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.

8. I treated security as a procurement checkbox.
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.

9. I confused activity with impact.
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.

Year two has been better, largely because year one was honest enough to learn from.