Governments don't have a business model. They don't need to make a profit. (Also, debt doesn't work the same way for the federal government that it does for a business or even a US state.)
>The real reason we are using Claude is for the SaaS aspect of it. It has a toolchain, a friendly interface, and a bunch of integrations with business applications.
That is a very thin moat, though. There's nothing you can do with, for example, Claude Code + Opus 4.8 that you can't do with your own custom harness running API-level Opus 4.8, which means that if you can afford the hardware (the moat for running any SOTA model) you don't need to pay Anthropic anymore.
I'm not saying they shouldn't, but I understand why they don't.
Meta had Llama, which set a lot of things on fire in a good way, and then disappeared from the scene as tech advanced.
What does Microsoft have?
Not sure SpaceX counts. Nobody sane uses Grok. It's untrustable due to reality-distorting political bias training, and it's strongly associated with CSAM production. Not what you want in a reliable corporate utility.
bash is really painful to use for anything beyond the most rudimentary logic. Bourne and Mashey were terrible language designers. (By contrast, Thompson's V6 shell is very elegant, if limited.)
That said, this should just be a shell itself and not something that generates into other shell dialects. Otherwise, why not use Ruby or something like it that has actual expressive power?
This sort of thing drives people to more open competitors. I use both every day and Opus isn't that much better than the Chinese SOTA. If corporate policy allowed me to use GLM or DeepSeek I absolutely would. Claude is already pricey for what it offers.
Given the tenor of the comments on this article, I think reading TFA is super important, especially the author's disclaimer at the end, where they state that they're definitely not blindly trusting the AI at this stage, just that they find the differential unsettling.
Define happiness, but there's a baseline for not being miserable (I have enough to eat etc) and then there's actual satisfaction with your life.
If you doubt the thesis, consider the extreme examples of Musk and Trump. they have infinite wealth and power and are demonstrably, publicly miserable.
The consistently happiest people I've personally met are Buddhist monks of various sects, who have nearly nothing in terms of money or physical possessions.
LG + never log it in to the internet + an Apple TV box. The webOS UI sucks, but so do all the others apparently, and you never have to interact with it in practice if you use the Apple TV for streaming.
You kind of don't need them in Ruby, because everything is a method or an object or a closure and you can dynamically create and alter those at runtime. That's why Ruby is really good for ad-hoc DSLs in ways that Rust and Swift really are not.
You can actually get high-quality code out of them -- at least with Claude; not had a great experience with Gemini -- but for complex tasks requires riding them very, very hard and really understanding where things can go wrong and poking at them repeatedly. Iterate, iterate, iterate.