Live data from Hacker News

Uber torches 2026 AI budget on Claude Code in four months

briefs.co

321–330 of 498 posts

Re: Uber torches 2026 AI budget on Claude Code in four months

#322
Speaking as someone who's bootstrapping here, I'm often envious of engineers at these larger companies, but I also worry that the incentives are screwed up.

If I were an engineer at Uber, why wouldn't I select gpt 5.5 pro @ very high thinking + fast mode for a prompt? There's no incentive not to use the most powerful (and thus most expensive) model for even the smallest of changes.

I tried one of these prompts for some tests I'm doing for image->html conversion, and a single prompt cost me $40. For someone that's paying that themselves, I'd pretty much never use this configuration. For someone at a large company where someone else is footing the bill, I'd spin these up regularly (the output was significantly better, fwiw). For engineers they're being rated on what they deliver, not the expenditure to get there.

There are ways to do this cheaply, but there are no incentives for engineers to do so.

Re: Uber torches 2026 AI budget on Claude Code in four months

#323
I don't know, maybe this will make companies see the actual value in their engineering team. In my company they are starting to see the rotten fruits of the AI push, but it's come at the cost of many jobs, little planning and big ideas.

Exactly how Anthropic, OpenAI and co are selling it.

Re: Uber torches 2026 AI budget on Claude Code in four months

#324
post #17

I take a peak every month or so at spend for my company and notice more and more are consumed $1k in tokens a month and it is bewildering to me how. I use llms daily, and see anywhere from $200-$400 tops. This is using the most expensive models, in deep thinking mode. So I'm not a Luddite against the usage of them. I just can't figure how _how_ to burn that much money a month responsibly. I genuinely challenge someon…

First: There's the obvious "If the company is letting me do it, I'll be wasteful." This includes not clearing/compacting the context often. Opus now has a 1M context window, and quality is good to at least 200K. So each query is burning a lot of tokens until you clear/compact. People have already mentioned the size/complexity of the codebase. I'm new to my team and the codebase isn't huge, but it's large enough that…

> First: There's the obvious "If the company is letting me do it, I'll be wasteful." This includes not clearing/compacting the context often. Opus now has a 1M context window, and quality is good to at least 200K. So each query is burning a lot of tokens until you clear/compact.

What is wasteful? If you are costing the organization $x/hr, and spend an hour saving the company $(x*0.5), you didn't save money, you wasted it.

To the company, are you spending more time being token efficient to save less money than they're paying you for the time? That's not even getting into opportunity costs.

There is some extreme wasteful spending of AI tokens out there. But trying to get below $3k/month in token costs is often of questionable value.

Re: Uber torches 2026 AI budget on Claude Code in four months

#326
post #17

I take a peak every month or so at spend for my company and notice more and more are consumed $1k in tokens a month and it is bewildering to me how. I use llms daily, and see anywhere from $200-$400 tops. This is using the most expensive models, in deep thinking mode. So I'm not a Luddite against the usage of them. I just can't figure how _how_ to burn that much money a month responsibly. I genuinely challenge someon…

Advanced agentic prompting.

Re: Uber torches 2026 AI budget on Claude Code in four months

#327

> figuring out if the company can afford this level of productivity at scale This is the thing that boggles my mind. They spent their budget. They have 4 months of data. What do they have to show for it? I'm not a hater; I'm not a luddite. I have a $200 Max plan and I use it. But are you saying that Uber made this tool available, urged everybody to use it, and is confused about what happens when it worked? It's one t…

> Are they out of ideas on what to build next, or something?

Well, what is there for Uber to build next? They have their ride hailing platform. It works. They have adapted it for other kinds of delivery (food, groceries, "anything that fits in a car") What else is there in the "someone driving a car" space for them?

Re: Uber torches 2026 AI budget on Claude Code in four months

#328
> When developer productivity tools become so valuable that engineers blow the entire budget in four months, the issue isn't the tool but that the budget was invented too early to forecast this adoption curve.

Where oh where can I find clients like these??

Re: Uber torches 2026 AI budget on Claude Code in four months

#329
post #322

Speaking as someone who's bootstrapping here, I'm often envious of engineers at these larger companies, but I also worry that the incentives are screwed up. If I were an engineer at Uber, why wouldn't I select gpt 5.5 pro @ very high thinking + fast mode for a prompt? There's no incentive not to use the most powerful (and thus most expensive) model for even the smallest of changes. I tried one of these prompts for so…

Companies may first want to see how fast you can scale work and then trim it back down for efficiency.

Re: Uber torches 2026 AI budget on Claude Code in four months

#330
post #226

But did it make them more productive?

Oh it does... but what happens after 6 months is an entirely different story.

A codebase that has exploded in size 2-3 times in just a few months,... internal architecture that is not layers of simple parts anymore, but, layers of complex architectures corresponding to individual agentic runs,... a codebase that now has 10 times more if-else and individual codepaths because you were not clear enough in your requirements, and used the phrase "handle all cases",... a codebase that neither you, nor anyone else now understands properly, thus, can't comment on what's possible anymore, and and at what costs when your manager or PM asks,...and finally, due to combined effect of these, a need for an ever increasing token budget, and constantly increasing fragilty of new AI-generated code due to repeated context compactions.

And we haven't even touched on the security and performance elements yet.

The right way to use these tools is to use them as, what I like to call, "code-monkeys". You tell them exactly what you want, where you want, how to do it, and how to architecture it, and more.. and then make them code.

Post reply on HN