Latest / Elon Musk Podcast / Anthropic Overtakes OpenAI as Microsoft Bans Claude
Transcript
- 0:00Anthropic has surpassed Open AI in enterprise adoption, while
- 0:03Microsoft is actively cancelling its own employees access to
- 0:08Anthropic's clawed code to push them onto Microsoft's GitHub
- 0:11Copilot. Yeah, you have a major
- 0:13corporation partnering intimately with an AI firm, yet
- 0:16they are simultaneously banning that partner's primary rival
- 0:20internally, even as the market clearly prefers the rival,
- 0:24right? We are far past the initial
- 0:26novelty phase of who has the most articulate chatbot.
- 0:29The competition is strictly over who controls the daily
- 0:31operations, the software workflows and the active
- 0:34operational memory of the corporate world.
- 0:37Today we are working through a stack of internal memos,
- 0:39industry data, and developer benchmarks.
- 0:42Our mission is to figure out how autonomous systems are quietly
- 0:45rewriting the standard corporate playbook from the inside out.
- 0:48We have to consider a specific scenario here.
- 0:51OK, if alternative AI tools are effective enough that even
- 0:54Microsoft's own engineers prefer them over the products their
- 0:56employer builds, what happens to the software industry when these
- 1:00tools start relacing entire oerational layers rather than
- 1:03just assisting the people who currently staff them?
- 1:05Well, the recent data tracking business adoption shows a very
- 1:09clear preference forming for a long while.
- 1:12I mean, consumer buzz dictated the narrative.
- 1:15People focused on app downloads or website traffic.
- 1:18But the enterprise metric tells a completely different story.
- 1:21The data shows Anthropic pulling ahead of Open AI when it comes
- 1:26to actual integration into workplace environments.
- 1:29And the adoption numbers really reflect that, that Anthropic is
- 1:34reaching a higher percentage of corporate penetration.
- 1:38Open AI is obviously reacting to this.
- 1:39Yeah, they have. To They're launching A
- 1:41multibillion dollar enterrise division entirely focused on
- 1:45embedding their own engineers directly into client
- 1:47cororations. So they're stepping away from
- 1:49the simple software subscription model.
- 1:51Because they found the ceiling. The bottleneck for enterprise
- 1:54deployment has. It has nothing to do with the
- 1:57intelligence of the model itself.
- 1:58Right, the models are highly capable.
- 2:00Exactly, the friction comes entirely from integration.
- 2:03You have companies running endless pilot programs that just
- 2:05die on the mine. They never reach production
- 2:08because integrating a non deterministic system into legacy
- 2:11architecture. It triggers endless compliance
- 2:14reviews, security audits and data governance panics.
- 2:17Yeah, open AI by embedding human engineers is basically an
- 2:21admission that the only way past that friction is to physically
- 2:26hold the client's hand through the architectural overhaul.
- 2:29They are attempting to become an infrastructure partner.
- 2:31Which means we are talking about the shift from chat bots to
- 2:35agentic infrastructure. Because I mean, a chat bot
- 2:38requires constant human initiation.
- 2:40You type a prompt, it returns a text block and you decide what
- 2:42to do with it. It's reactive.
- 2:44Right. And the ejectic system executes
- 2:46multi step work with minimal supervision.
- 2:48You assign it an objective and it navigates the software
- 2:51environment, executes commands, reads the errors, adjusts its
- 2:54approach, and then reports back upon completion.
- 2:57See, a chatbot makes a single worker faster at composing a
- 3:00document or summarizing a long thread.
- 3:03An autonomous agent doing multi step tasks challenges the
- 3:06baseline assumption of whether you need that human worker in
- 3:09the loop at all. And major corporations are
- 3:11already restructuring their operating models around these
- 3:14exact efficiency gains. Amazon, Meta, Coinbase, Dell,
- 3:20GitLab, they're all actively changing their org charts.
- 3:23I was looking at the GitLab stuff.
- 3:25Yeah, the CEO of GitLab was entirely direct about the
- 3:27strategy, stating plainly that soccer will be built by machines
- 3:31and directed by people. They are flattening management
- 3:34layers. They're reorganizing into much
- 3:36smaller teams. The corporate communications
- 3:38around this, you know, they always lean on the word
- 3:40augmentation. They spend considerable
- 3:42resources assuring everyone that technology will just augment
- 3:45existing employees, but the labor market contradicts that
- 3:48narrative entirely. How so?
- 3:50Traditional software companies are facing severe market
- 3:52pressure right now because agentic systems are absorbing
- 3:55the functions that used to be handled by layers of support
- 3:57staff and standard software as a service products.
- 4:01Right, because if a business operates on the assumption that
- 4:04fewer people are required for routine knowledge work, the
- 4:07physical footprint of the company shrinks.
- 4:10Entry level coders, junior data analysts, internal support,
- 4:13ticketing teams. The company requires fewer
- 4:16humans while the output theoretically remains static or,
- 4:19you know, increases. This creates a direct
- 4:22vulnerability for the traditional consulting industry
- 4:24to look at firms like Accenture, Deloitte, PwC or McKenzie.
- 4:29Yeah, historically, if a multinational corporation
- 4:32required a total operational overhaul, they hired thousands
- 4:36of external consultants to map the processes, recommend
- 4:39software, train the staff. Now, AI vendors are attempting
- 4:43to own that transformation directly.
- 4:45By embedding their own deployment teams.
- 4:46Exactly. They bypass the traditional
- 4:48consulting firms entirely. They want to hold the
- 4:51relationship from the foundational model all the way
- 4:53up to the employee workflow. And that transition from human
- 4:57execution to autonomous systems is driven entirely by the tools
- 5:01developers are using right now. The interface where humans write
- 5:04code is the exact location of this conflict.
- 5:08It really comes down to a fundamental difference between 2
- 5:10dominant tools, GitHub Copilot CLI and clawed code.
- 5:15The architectural approach each tool takes explains a lot about
- 5:18where software development is heading.
- 5:20Copilot is an IDE first platform.
- 5:23It lives inside the integrated development environment, which
- 5:26is the specific software application where developers
- 5:28actually type their code. It focuses on inline
- 5:31autocomplete. It suggests the next line of
- 5:34code or the next function based on what you are currently
- 5:36typing. So it's very immediate, highly.
- 5:38Immediate It is engineered for speed, specifically to reduce
- 5:42the micro frictions in the moment to moment process of
- 5:44writing. Whereas Claude Code takes a
- 5:47completely different route. It is a terminal first
- 5:50autonomous agent. So instead of sitting in your
- 5:52text editor suggesting lines, it lives in the command line
- 5:55interface. It reads entire repositories and
- 5:58plans multi step implementations to explain the difference.
- 6:02You know Copilot is like having an incredibly attentive sous
- 6:05chef standing right next to your cutting board.
- 6:07You reach for a knife, They hand you the onions.
- 6:09You start whisking. They pour in the oil.
- 6:11They're just matching your rhythm.
- 6:12Exactly. They anticipate your immediate
- 6:15physical needs to keep your momentum going.
- 6:17But Claude Code is like telling a catering company you need a
- 6:20wedding menu for 200 people and they disappear into a commercial
- 6:24kitchen and emerge 3 hours later with a fully plated tasting
- 6:28menu. You just have to taste it and
- 6:30approve it. And the technical specifications
- 6:32back up that division of Labor. Quad Code operates with a
- 6:361,000,000 token context window. We should also look at its
- 6:39performance on the SWE bench software engineering evaluation.
- 6:43Yeah, explain SW Bench for a second.
- 6:45Right. For context, SW Bench is an
- 6:47evaluation framework that takes highly complex real world bugs
- 6:51from actual open source projects.
- 6:54We're talking bugs that required human engineers days to resolve.
- 6:58The evaluation hands the raw issue description to the AI to
- 7:02see if it can navigate the entire code base and resolve it
- 7:04without human intervention. And Claude code did well.
- 7:07It achieved an exceptionally high score on this benchmark.
- 7:11That large context window means it holds the architecture of a
- 7:14massive project in its active memory.
- 7:17It understands how modifying 1 variable in a core file cascades
- 7:21through 40 other dependent files across the system.
- 7:25The pricing models really reflect these different use
- 7:27cases. Though Copilot is accessible, it
- 7:30operates on a flat, low monthly rate.
- 7:33A company can easily justify deploying it across an entire
- 7:36engineering organization. Yeah, it's basically a rounding
- 7:38error for most budgets. Right, but Claude Code has tiers
- 7:42aimed at professional engineering workflows that cost
- 7:44significantly more, reaching hundreds of dollars a month
- 7:47depending on the usage tier and the underlying model processing
- 7:50the requests. You really have to look at the
- 7:52payment structure there. Claude code often relies on AP
- 7:55AI billing, meaning you pay per token processed.
- 7:58Was the every piece of text. Yeah, every piece of text the
- 8:00agent reads or writes costs a fraction of a cent, and there is
- 8:04a steep learning curve to managing an autonomous agent.
- 8:07If a developer initiates a complex debugging session, the
- 8:10agent might enter a loop. Oh, like a failure.
- 8:12Loop exactly. It tries to fix a failing test,
- 8:15fails, reads massive amounts files again, writes a new fix,
- 8:18fails again. You can burn through a huge
- 8:20amount of tokens very quickly in that loop.
- 8:23The financial unpredictability could erase the efficiency gains
- 8:27if a single unattended debugging session costs a company $50.
- 8:31Which points to a cultural shift among developers that people are
- 8:34calling Vibe coding. Developers use natural language
- 8:38to describe the intent of an application, and the AI handles
- 8:42the actual syntax and structure. The human transitions from being
- 8:46a syntax writer to a supervisor verifying the output.
- 8:49Describe what you want, let the AI build the foundation and
- 8:52iterate through conversation. It is a clear trade off between
- 8:54speed and depth. Copilot reduces friction for
- 8:57daily granular coding tasks. Claude Code acts as the
- 9:01autonomous engineer that takes a task, reads the relevant code
- 9:04across the entire repository, and produces pull request ready
- 9:07edits that span dozens of files. And the tension between these
- 9:10two approaches is currently playing out inside the company
- 9:12that owns Copilot. The internal conflict at
- 9:16Microsoft is revealing. The Experiences and Devices
- 9:19division, which is responsible for core products like Windows,
- 9:22Microsoft 365 and Teams, gave thousands of its own employees
- 9:27access to clawed code. Which is kind of wild when you
- 9:30think about it. Yeah, the tool became incredibly
- 9:32popular internally, and it wasn't just traditional software
- 9:35engineers using it. Non-technical staff, designers,
- 9:38product managers, they all started using clawed code to
- 9:42prototype features and automate their personal workflows.
- 9:45And what happened? Internal usage of Microsoft S
- 9:48own copilot CLI began to drop as a direct result.
- 9:51So Microsoft. Decided to mandate a migration
- 9:53back to Copilot CLI for these employees.
- 9:56They tied the cutoff for clawed code access to the end of their
- 9:59fiscal year. They framed the decision
- 10:02internally as a necessary step to reduce operating expenses and
- 10:05consolidate overlapping tooling. I mean, the financial rationale
- 10:09works on a spreadsheet, but we are discussing Microsoft here.
- 10:11They can comfortably afford anthropic licenses for their
- 10:14developers. Obviously the underlying issue
- 10:16is ecosystem sovereignty. They cannot normalize a rivals
- 10:20tool internally while aggressively asking their
- 10:23enterprise customers to standardize on Copilot
- 10:25externally. They have to protect their own
- 10:28ecosystem. Which touches on the concept of
- 10:30operational memory. When an AI agent works
- 10:33continuously in the terminal, it learns the specific environment.
- 10:37It learns which tests routinely fail for no reason, how the
- 10:40specific architecture of an internal project connects, and
- 10:43where the fragile undocumented points in the code base exist.
- 10:47Right, all the quirks. Exactly.
- 10:49If Microsoft's employees rely on a third party tool from
- 10:53Anthropic, all of that institutional intelligence is
- 10:56processed and temporarily held in a competitor system.
- 10:59And the friction this policy causes for the individual
- 11:01developers is severe. AI coding tools are highly
- 11:04personal. An agent becomes integrated into
- 11:06a developer's reasoning process. Switching an agent that has
- 11:09learned your repository conventions and your prompt
- 11:11style is disruptive. You aren't just swapping out a
- 11:14text editor, you are severing a connection with an entity that
- 11:17helps you think through architectural problems.
- 11:20It introduces the risk of dark debt.
- 11:23Dark debt occurs when an AI generates the vast majority of
- 11:26the code for a complex system, leaving the human developer with
- 11:30only a surface level understanding of how that system
- 11:33functions, right? If those developers are suddenly
- 11:36forced to switch to a different AI environment that lacks the
- 11:39accumulated context or the same reasoning style, they might
- 11:42completely lose grasp on how their own internal systems
- 11:45operate. The code works, but the human
- 11:48understanding of it is hollow. The realization that AI tools
- 11:52hold the operational memory of a company brings up a really tough
- 11:56mechanical challenge. How do these systems actually
- 11:59manage and retain all that information over time?
- 12:01That's the big question. Because the terminal agent knows
- 12:04the repository today, but it needs a reliable way to store
- 12:08and retrieve that knowledge effectively without starting
- 12:11from scratch every time you open a new session tomorrow.
- 12:13Anthropic addressed this retention problem with a new
- 12:16feature called Dreaming. It is a scheduled process that
- 12:19runs in the background between active user sessions.
- 12:23The agent reviews its own past actions, extracts patterns from
- 12:26those sessions, and writes new memory entries.
- 12:28OK, so the next time it encounters a similar task, it
- 12:32doesn't repeat the exact same mistakes.
- 12:34It operates much like human memory consolidation during
- 12:37sleep. The system reviews the events of
- 12:39the day, evaluates which interactions yielded positive
- 12:42results, and basically decides what information is relevant
- 12:45enough to keep in its long term context and what can be safely
- 12:48discarded. There is a legal AI startup
- 12:50called Harvey that implemented this Dreaming feature.
- 12:54They saw their task completion rates jump sixfold after turning
- 12:57it on sixfold. Yeah, before Dreaming, the
- 13:00agents continually hit the same small errors.
- 13:03They would repeatedly forget a specific workaround required for
- 13:06a certain legacy file type, which caused the same drafting
- 13:09jobs to fail over and over. With Dreaming, the system
- 13:12internalized the workarounds. That solves the mundane reasons
- 13:16why AI fails. In real production environments,
- 13:19we spend a lot of time focused on the theoretical reasoning
- 13:22limits of these models. But in a functional enterprise
- 13:25setting, an agent usually fails because it forgets a boring
- 13:28formatting rule or misreads a comma in a database query.
- 13:32Persistent memory directly attacks that specific failure
- 13:34mode. Entropic also introduced
- 13:37Outcomes, which functions as a self grading loop.
- 13:40A separate evaluator model scores the primary agents output
- 13:43against a written rubric and tells the agent what to fix
- 13:46before the human user ever sees the result, right alongside
- 13:50outcomes. They rolled out multi agent
- 13:52orchestration, often called agent teams.
- 13:55A lead agent divides a complex job into discrete chunks and
- 13:58hands them off to specialist sub agents that run in parallel.
- 14:02Netflix's platform team uses this multi agent orchestration
- 14:05right now to process build logs from hundreds of source
- 14:08repositories simultaneously. I retain a degree of skepticism
- 14:12regarding some of these performance metrics though.
- 14:14I mean, A6 fold increase in completion rates at one specific
- 14:18legal startup is an impressive data point, but it relies
- 14:21heavily on internal benchmarks and curated customer
- 14:24testimonials. You think it won't scale?
- 14:27You just have to question whether a perfectly tuned
- 14:29workflow at a nimble startup translates smoothly to the
- 14:32messy, contradictory workflows of a massive legacy enterprise.
- 14:37Well, running parallel sub agents, evaluating outcomes on a
- 14:40rubric, and processing massive amounts of vector memory
- 14:44simultaneously requires unprecedented physical computing
- 14:47power. The software capabilities we
- 14:49were discussing are entirely dependent on the physical
- 14:52hardware layer underneath them. Which shifts the focus to
- 14:55companies challenging the standard hardware paradigms.
- 14:58Cerebras is a primary example with their Wafer Scale engine.
- 15:02The traditional method of manufacturing chips involves
- 15:04creating a large circular silicone wafer and slicing it
- 15:07into dozens of small individual chips.
- 15:10Like little squares. Right.
- 15:12But Cerebras chose a different path.
- 15:13They built a single continuous chip the size of a dinner plate.
- 15:17The physical engineering feat is staggering because of the yield
- 15:20challenges. In traditional chip
- 15:22manufacturing, if a microscopic defect appears on the silicon
- 15:25wafer, you just throw away that one small square chip and keep
- 15:29the rest. With Cerebras, because the
- 15:31entire wafer is 1 giant chip, a defect anywhere could
- 15:35potentially ruin the whole. Thing they had.
- 15:37Engineer routing systems that can physically bypass flaws on
- 15:40the silicon. Despite those challenges, they
- 15:43have gone public and secured a massive multibillion dollar deal
- 15:47with Open AI to provide hundreds of megawatts of computing power.
- 15:51They've also turned profitable and secured investment from AMD,
- 15:55Which happens to be a major competitor to NVIDIA.
- 15:59The architectural advantage of the Cerebris chip is rooted in
- 16:02physics. Standard GPU's have to connect
- 16:04many small chips together using complex networking fabric.
- 16:08Moving data across those physical connections between
- 16:11chips creates latency and requires immense power.
- 16:14Because it's travelling physically further.
- 16:16Yeah, exactly. Cerebris eliminates that by
- 16:18keeping all the processing cores in memory on one massive piece
- 16:22of silicon. Data doesn't have to travel
- 16:25across a motherboard. That drastically lowers power
- 16:28consumption and increases speed. Specifically for AI inference
- 16:31tasks where you need an answer instantly it.
- 16:34Gives them a structural advantage for those inference
- 16:36workloads where response speed dictates the user experience.
- 16:40However, they carry clear business vulnerabilities.
- 16:43They have heavy customer concentration.
- 16:45The vast majority of their revenue previously came from
- 16:48specific entities located in the UAE.
- 16:50Which presents obvious geopolitical and financial risks
- 16:52if those relationships change or face regulatory scrutiny.
- 16:56The larger vulnerability is the software ecosystem gap though.
- 16:59Cerebras has undeniable hardware performance, but NVIDIA has a
- 17:02decade long head start with its CUDA software platform.
- 17:06The Compute unified device architecture.
- 17:09Right. That's the software platform
- 17:10that lets developers talk directly to the GPU.
- 17:14Millions of developers are trained specifically on Nvidia's
- 17:17ecosystem. Every university course uses it.
- 17:20The tools are deeply entrenched in the history of computing.
- 17:24Mathematically superior hardware often loses to entrenched
- 17:28software ecosystems because the switching costs for developers
- 17:31to learn a new system are simply too high.
- 17:34Despite the hardware battles and the gaps in software ecosystems,
- 17:37these agentic tools are actively being deployed right now.
- 17:41PwC expanded their alliance with Anthropic, launching a
- 17:44completely clawed native finance group.
- 17:47They're moving past isolated experimentation and are
- 17:49achieving specific, measurable business outcomes.
- 17:52The reported outcomes are very tangible.
- 17:55Insurance underwriting cycles have been reduced from weeks to
- 17:57days. Mainframe modernization projects
- 17:59dealing with massive legacy COBOL code bases are tracking
- 18:03under budget and on time. We should clarify that COBOL was
- 18:06a programming language from decades ago.
- 18:08Yeah, the people who originally wrote those systems are
- 18:11retiring. You have banks running critical
- 18:13infrastructure on code that nobody in the building actually
- 18:16knows how to read. Agentic systems are reading that
- 18:19code, mapping the logic and translating it into modern
- 18:21languages. That's huge.
- 18:23Furthermore, cybersecurity incident response has
- 18:25accelerated from hours to minutes because agent operations
- 18:29can review anomalous code and automate containment protocols
- 18:32without waiting for a human analyst to wake up.
- 18:35And Advocate Health is deploying these systems across a workforce
- 18:39of over 100,000 people. This is not theoretical.
- 18:42Future technology is running in production today at a massive
- 18:46enterprise scale. A critical technical piece
- 18:48making this deployment possible is the Model Context Protocol,
- 18:52or MCP. This protocol allows AI agents
- 18:55to connect directly to enterprise databases, internal
- 18:58documentation, and custom tooling in a standardized way.
- 19:01So it's not isolated. Right.
- 19:03The agent isn't just reading text in a vacuum.
- 19:06It is aware of the broader engineering stack.
- 19:09It can pull ticket context from project management tools, query
- 19:13live data to validate a code change, and push updates
- 19:16directly to internal servers. When you look at these specific
- 19:19deployments across healthcare, life sciences and private
- 19:22equity, you have to consider how your own industry's economic
- 19:26equations are changing. Absolutely.
- 19:28If a core administrative process that used to take weeks and
- 19:31required dozens of specialized people suddenly takes a fraction
- 19:34of the time and resources, the competitive baseline of your
- 19:37industry is permanently altered. The true disruption happening
- 19:41here is not just about writing code faster or summarizing
- 19:44emails. It's about redesigning the
- 19:46fundamental operating structures of a company around the solid
- 19:49assumption that fewer humans will be required to execute
- 19:52routine knowledge work. If intent and imagination become
- 19:56the primary interfaces for building software and operating
- 19:59a business. How do we redefine the value of
- 20:01technical expertise in a world where the machine handles all
- 20:04the execution? If you're not subscribed yet,
- 20:06take a second and hit follow on whatever a you're using.
- 20:09It helps us keep making this. We appreciate you being here.
- 20:13Also, check out our YouTube channel for more business and
- 20:15tech updates. There's a link in the
- 20:17description.