Every B2B company ran an AI pilot in 2024–2025. Most dashboards show “hours saved.” Fewer show what broke.
We rolled out AI writing, code assist, and meeting summarization across product, eng, and CS. Aggregate output metrics improved ~20%. The surprise was what failed: not the models — our workflows.
Gap 1: garbage context in, garbage out
CS agents used AI to draft replies without pulling account history into the prompt. Responses sounded fluent and missed the actual issue. Escalations went up 8% before we fixed context piping.
Gap 2: review bottlenecks
Eng shipped faster with code assist. PR review queue didn’t grow. Senior engineers became gatekeepers. Throughput flatlined after an initial spike.
Gap 3: undocumented process
AI couldn’t automate onboarding docs because onboarding lived in three people’s heads. The tool exposed that we never wrote the playbook.
AI rollout prerequisites
- Source-of-truth docs for the workflow you're automating
- Human review step with clear SLA
- Metrics beyond time-saved — quality, escalations, rework rate
- Kill switch when error rate exceeds threshold
What worked
Meeting summaries → action items in project tracker. Saved coordinators 4 hours/week each.
Code assist for boilerplate tests and migrations. Eng satisfaction up; not headcount down.
Internal search across Slack + Notion. Reduced “where is that doc?” pings.
The real takeaway
AI adoption is a process audit. Teams that improved had clear inputs and review loops. Teams that got hype without change management got faster bad drafts.
Buy the tools if you want. Fix the workflow first if you want them to matter.