Earlier quoted context omitted.
I've worked in tech and lived in SF for ~20 years and there's always been something I couldn't quite put my finger on. Tech has always had a culture of aiming for "frictionless" experiences, but friction is necessary if we want to maneuver and get feedback from the environment. A car can't drive if there's no friction between the tires and the road, despite being helped when there's no friction between the chassis an…
This is perhaps one of the most articulate takes on this I have ever read - thank-you! And - for myself, it was friction that kickstarted my interest in "tech" - I bought a janky modem, and it had IRQ conflicts with my Windows 3 mouse at the time - so, without internet (or BBS's at that time), I had to troubleshot and test different settings with the 2-page technical manual that came with it. It was friction that mad…
Microsoft drops AI sales targets in half after salespeople miss their quotas
301–310 of 348 posts
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#302For the first time I have begun to doubt Microsoft's chosen course. (I am a retired MS principal engineer.) Their integration of copilot shows all the taste and good tradeoff choices of Teams but to far greater consequence. Copilot is irritating. MS dependence on OpenAI may well become dicey because that company is going to be more impacted by the popping of the AI bubble than any other large player. I've read that M…
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#303Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#304Meanwhile, divisions that make actual products people wants are expected to subsidize the hype department: https://www.geekwire.com/2025/new-report-about-crazy-xbox-pr...
Although that depends on total revenues too (low margin on high revenue can be better than high margin on low revenue).
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#305Earlier quoted context omitted.
Is she going to pay enough to fund the multitrillion dollars it costs to run the current AI landscape?
Yeah, she is, because when reality sets in, these models will probably have monthly cellphone/internet level costs. And training is the main money sink, whereas inference is cheap. 500,000,000 people paying $80/mo is roughly a 5-yr ROI on a $2T investment. I cannot believe on a tech forum I need to explain the "Get them hooked on the product, then jack up the price" business model that probably 40% of people here are…
Simply not going to happen
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#306Earlier quoted context omitted.
Every new Microsoft product is like this. It all has that janky, slapped together at the last minute feeling.
It's so bizarre because their devs tools and frameworks are so well thought out. You'd think if they're using those it should come out not janky. But I don't think they do use their own devs tools, and I also don't think it would help.
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#307Earlier quoted context omitted.
What do you do and why do people reach out to you?
I'm the "computer guy" in an IRL social group, same thing when blockchain was hyping I also have a PhD in CS/ML, work with a healthcare AI company, and am building my own agentic setup
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#308Earlier quoted context omitted.
As much as I love JetBrains (IntelliJ and friends), I have the same feeling this year. The ratio that I undo an accidental tab/whatever far exceeds the accepted ones. I'm not anti-LLM -- they are great for many things, but I am tired of undoing shitting suggestions. Literally, many of them produce a syntax error. Please don't read this post as dumping on JetBrains. I still love their products. > It is wasting time an…
I agree. I am happiest just using plain Emacs for coding and every once in a while separately using an LLM or once or twice a day use gemini-cli or codex for a single task. My comment is for coding, but same opinion for writing emails - once in a blue moon, then I will use a LLM manually.
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#309Earlier quoted context omitted.
I'm the "computer guy" in an IRL social group, same thing when blockchain was hyping I also have a PhD in CS/ML, work with a healthcare AI company, and am building my own agentic setup
Ah so in this case your social group has started asking how to invest into AI?
Not "investing" questions this time lol, more thoughts on the value or future of AI, a lot of hyperbolics online and in the media these days, people tend to ask those they think know something about technical things to get a sense of where reason lies
Re: Microsoft drops AI sales targets in half after salespeople miss their quotas
#310Earlier quoted context omitted.
>improve things they are already doing repeatedly. For example, I click the same button in Epic every day because Epic can't remove a tab. Maybe Copilot could learn that I do this and just...do it for me? You could solve that issue (and probably lot's of similar issues) with something like Auto Hotkey. Seems like extreme overkill to have an autonomous agent watch everything you do, so it might possibly click a button…
Auto Hotkey doesn't work well for Epic manipulation because Epic runs inside of a Citrix Virtual Machine. You can't just read Window information and navigate that way. You'd have to have some sort of on-screen OCR to detect whether Epic is open, has focus, and is showing the tab that I want to close. Also, the tab itself can't be closed...I'm just clicking on the tab next to it.