Comment Re:Totally unbiased statement (Score 1) 130
"Begging the question" is a logical fallacy where an argument assumes the truth of its own conclusion inside its premises.
You're making your assertion that Microsoft is a "vocal pro-AI company" because they market the product to others, and therefore, they're the (a) gold standard on the topic. Your premise is flawed, and therefore so is all descendent reasoning: Microsoft has done nothing to demonstrate they're an AI-first or pro-AI internally to a meaningful degree. There isn't really any evidence for or against the argument that they do, from what I can tell.
You're then using that first belief to claim that AI is trash and not producing gains.
I can trivially show you the breadth and depth of AI development velocity and quality, and it's plain on its face if you take 5 minutes to look at the dozens if not hundreds or thousands of agent harnesses we have available to us now; to the wide variety of tools related to agentic development and tool use; the tens of thousands of MCP servers; the hundreds of thousands of new platforms arriving on the daily. The velocity of software development has gone exponential.
My own personal, anecdotal evidence: before November of last year, I was shipping 2-4 complete features a day (or what I would have considered a complete feature before starting using AI primarily, habitually commited as a git squash of all the relevant commits). I'd do a single week's worth of work in a day. Opus 4.5 release escalated things, and I was doing 4-8 and the features were far more complete. Fast forward, and I'm doing 20-40 commits a day - each of which equivalent to what I'd have considered a full feature.
Are there more bugs? As an absolute number - yes. As a symptom of velocity and the significantly larger number of lines of code? Also yes. But the models are able to find and fix most of these bugs now on the first re-evaluation. Agentic CI, adversarial testing, commit gating, etc. all drastically improve the outcome.
If you haven't run agentic tooling over a "legacy" pre-AI repo as a code quality/bughunt audit, I suggest you do so. You'll be aghast at how many bugs it finds, how many dumb architectural decisions were made, and so on - even code you'd have previously considered "good".
(And if Anthropic models are your valuation of 'good' code, particularly if you weren't telling the model how to write good code, that's going to be at least half your problem.)