Just wrapped up 9 months of AI implementation hell at my current company. Third time doing this dance, and I still managed to fuck up the budget estimates by about 150%. You'd think I'd learn.
Claude's not as expensive as you think (until it is)
Started with Claude because their pricing page doesn't look like a slot machine. $20 for individual, $25/user for teams, call for enterprise. Seemed straightforward. Their features comparison looked promising and the API documentation was actually readable.
First nasty surprise: Claude's team plan actually works pretty well for small dev teams. The gotcha that nobody explains clearly is that prompt caching shit - when you paste big codebases for review, it auto-caches them and charges you extra. I had no idea this was happening in the background until our bill jumped from around $480 to $1,847 one month. Spent three hours trying to figure out where the extra charges came from before I found that buried token counting guide.
The dashboard updates slow as hell - usually 4-6 hours behind real usage, sometimes longer on weekends. So you can't tell if someone's burning through your budget until you're already fucked. Learned to manually check usage every few days because I don't trust their alerts.
SCIM setup was a complete fucking nightmare. Their docs say "plug and play" but our Azure AD integration took Sarah from IT about two weeks of back-and-forth with their support team. She was not happy about it. Still not sure we got it right - people get randomly logged out maybe once a week and nobody knows why.
OpenAI will bankrupt you if you're not careful
Been using OpenAI the longest, back when GPT-3 was the only game in town. Their individual ChatGPT Plus is fine for $20/month, but enterprise is where things get weird. The API documentation is comprehensive but dense.
Enterprise starts at something like $60/user but that's just the subscription fee - the real killer is API calls. We built a customer service bot using their Chat API and the API usage hit $2,847 our first month in production. Sales never mentioned API costs would be separate. Their usage tiers also affect pricing in ways that aren't obvious until you hit them.
Rate limiting is absolutely brutal. We had a traffic spike on a Tuesday afternoon and OpenAI just started spitting back 429 errors with no warning. Took down our main customer-facing feature for about 6 hours while I frantically tried to figure out what was happening. Their enterprise support finally responded around 10 PM that night, but by then I'd already switched that feature over to Claude. Pro tip: bookmark their status page and check it obsessively.
The usage dashboard is better than Claude's but still lags behind by a few hours. You can set spend limits but they're soft limits - basically just email warnings that you went over budget. Found this out the hard way when our bill hit $4,200 one month.
Google's "free" AI isn't free
Gemini comes "bundled" with Workspace which sounds amazing until you dig deeper and realize the useful AI features need the Enterprise Plus plans. We were already paying $18/user for regular Workspace and had to upgrade everyone to $22/user just to get the AI shit that actually works. The Gemini for Workspace docs bury this requirement about six paragraphs down.
Then there's Vertex AI costs piled on top if you want to use their API for anything real. Those costs add up stupidly fast - I think we burned through around $1,173 one month just from document processing using their Gemini API. The billing documentation is typical Google bullshit - scattered across 47 different pages with no clear navigation.
The Workspace integration is supposed to be seamless but it broke our calendar sharing twice in the first month. Some confidential legal docs somehow got auto-shared externally - still gives me nightmares. Google's support team immediately blamed our config and it took them almost three weeks to admit there was actually a bug on their end. I'm still not 100% sure what went wrong or if it could happen again.
Context limits are way higher than the others which is nice, but there's some pricing jump around 200K tokens that I never fully figured out. The billing console is classic Google - buried six clicks deep behind three different menus, and the UI changes every few months just to keep you confused.