In 2002, Hillary Clinton voted for the Iraq War. In 2008 Obama used that fact successfully to [help] win the Democratic nomination and went on to beat McCain.
When you're the uncontested market leader, you don't budget operations to be perfectly reliable, you budget to not be too unreliable. All those 9's are expensive after all.
The AI boom caught them napping though, and they're slipping well into the too unreliable category
That's not what Nadella said 1-2 years ago. Everyone seemed pretty aware of LLMs soon being able to handle a lot of steps of software development.
I bet it's mostly due to Azure being brittle and the AI boom is just a nice cover story (not saying it's not challenging to handle all that new load) to save face and sell more Azure services.
100% if this post (https://isolveproblems.substack.com/p/how-microsoft-vaporize...) is anything to go by, it could explain much of the scaling & reliability issues.Perhaps github not being built to scale this fast + being hosted on azure is closer to the truth.
I shutdown all my little informational hobby projects this year that I've tinkered with for decades
They all shifted from mostly paying for themselves (or being so cheap it didn't matter), to essentially producing zero income while resource usage leapt up in magnitudes
I couldn't justify the stress and hassle of making sites, that a few dozen people a day might find useful, into some complex hyperscalable obligations just to feed the bots
the Tesla standard is 5 seconds, NHTSA says 30 seconds
Luckily, none of the Tesla data is available because they're currently getting away with redacting so much in their reports they're essentially useless
I expect a flavor of affiliate marketing where you can never trust if the LLM is giving you the best recommendations or the most highly bidded recommendations
Huh, I find my copilot plugin to be so incredibly glitchy. My agents are always reporting that their shells are mangled that commands are truncated and all kinds of nonsense. Sometimes they spin up dev servers fine other times it just hangs waiting for a terminal response. So far I have found relying on the CLI from the model providers to be significantly more reliable.
I do like the integrations with the IDE however, they are convenient for rapidly reviewing changes. I just need their terminals to actually work!
I had this problem and it turns out it was my oh-my-posh command prompt customization. VS Code injects certain control characters into the output stream for agents to observe events and the theming runs after those mechanics are hooked up so it can interfere. Updating to the latest oh-my-posh fixed it for me.
Here's the oh-my-posh GH issue[0] in case your problem is similar but not solvable with a simple package update.
Ive also had huge problems with copilot and terminals, mostly due to corporate antivirus which makes it impossible to install clink for example. So the Shell integration never really worked. It has been fixed for a couple of months though now, and its working, maybe not great but at least very good.
The only sad thing is trying to use tools in a VS developer prompt (and how could this not have been fixed ages ago, its literall YOUR OWN flagship product). It knows how to launch the .cmd for it, but thats incredibly slow for single commands. Would be nice if I could tell it to just use an open terminal.