So we deployed this at a mid-size fintech. Sales said "couple weeks max." Took 3 fucking months. With a full-time DevOps guy and their "premium" support (air quotes very intentional).
Week 1-2: SSO Integration Nightmare
Their SSO with Azure AD broke. Not just "didn't work" - actually fucked up our SAML for everything else. Had to rollback twice because suddenly nobody could log into Slack or Jira.
The error that ruined my week: SAML_SSO_ERROR: Invalid audience restriction
. Support said "ensure proper certificate formatting" which is about as helpful as telling someone to "make the computer work better." Took 4 tickets and a call with their architect to find out it was a cert encoding thing that their docs don't mention.
Week 3-6: Rate Limiting Hell
Even on Enterprise you get throttled constantly. We're burning like 8 grand a month and still getting rate limited with only 15 users during the pilot.
The August rate limits made it way worse. Even if you pay $200/user/month you still get rationed weekly. That's 10K a month for 50 devs and Claude still says "slow down there, tiger."
Week 7-10: Desktop App Crashes Everything
Claude Code on Mac kills your entire computer. Not just Claude - everything. Docker, VS Code, Slack, all dead at once. Lost 4 hours of work because it crashed during a commit.
"Claude crashed again" is said multiple times daily in our team chat. Support's fix? "Have you tried turning it off and on again?" I'm not joking. That's their actual response.
Week 11-12: Security That Mostly Works
Audit logging works okay but misses stuff. Found out during our compliance review that file uploads weren't getting logged consistently. Had to set up extra monitoring to catch what Claude missed.
SCIM "works" but they don't follow standards. Says "SCIM 2.0 compliant" but uses weird custom fields that broke our user provisioning. Had to write custom scripts to fix their non-standard bullshit.
August 2025: Now More Expensive
They bundled Claude Code with Enterprise mid-deployment. Good news: no separate procurement. Bad news: costs went up and the desktop app still crashes just as much.
What Actually Works
Data isolation works - they don't train on your stuff. SSO works after you get through the initial hell.
The AI is better than GPT-4 for code reviews and analyzing documents. If you need the accuracy and can deal with the crashes, it's worth it.
Real Costs: Don't Believe Sales
They'll quote you 50K. Budget way more:
- Base license: 60K
- API overages: probably another 30-40K (impossible to predict)
- Getting it working: 25K for consultants
- Extra security stuff: 15K
- Lost time during 3-month setup: 20K+
Sales lowballs everything. They have no idea how much API usage actually costs in production.
This was just getting it installed. The real fun started when teams tried to actually use it daily.