Microsoft pulls Claude Code licenses and pushes developers back toward its own AI tool
Back to Explainers
techExplainerbeginner

Microsoft pulls Claude Code licenses and pushes developers back toward its own AI tool

May 15, 20268 views3 min read

This article explains how AI programming tools like Claude Code and GitHub Copilot help developers write code faster, and why Microsoft is switching its own developers to use its own tool instead.

What happened?

Microsoft, a major technology company, has decided to stop allowing its developers to use a tool called Claude Code from another company named Anthropic. Instead, Microsoft wants its developers to use its own AI programming tool called GitHub Copilot CLI. This is a big deal because many developers were using Claude Code to help them write computer programs more quickly.

What is an AI programming tool?

Imagine you're trying to build a LEGO castle, but you're not sure how to connect the pieces together. An AI programming tool is like having a smart friend who can help you figure out the best way to build it. These tools are programs that use artificial intelligence (AI) to understand what you're trying to do and help you write code – which is the set of instructions that tell a computer what to do.

Just like how you might ask a friend for help with your homework, programmers use these AI tools to help them write code faster and more efficiently.

How do these AI tools work?

These AI tools work by learning from millions of examples of code that programmers have written before. When a developer starts typing code, the AI tool looks at what they're typing and tries to predict what they might want to write next. It's like a smart autocomplete that understands not just the words, but the meaning behind the code.

For example, if you start typing function add(a, b) {, the AI might suggest return a + b; because it recognizes this pattern from many other similar functions.

Why does this matter?

This situation matters because it shows how the world of technology is changing. Companies like Microsoft and Anthropic are competing to provide the best tools for programmers. When Microsoft stops allowing its own developers to use Claude Code, it’s a sign that Microsoft believes its own tool – GitHub Copilot CLI – is better or at least just as good.

It also shows how companies are trying to keep their developers using their own products. This is similar to how a store might try to get you to buy only their brand of chips instead of letting you choose from any brand.

Key takeaways

  • AI programming tools help developers write code faster by suggesting what to write next.
  • Microsoft used to let its developers use a tool called Claude Code from another company.
  • Now, Microsoft is asking its developers to switch to its own tool, GitHub Copilot CLI.
  • This shows how companies compete to provide the best AI tools for programmers.
  • These AI tools learn from lots of examples to understand how to help programmers better.

Overall, this story is about how artificial intelligence is becoming more important in helping people write computer programs, and how companies are trying to win over developers by offering better tools.

Source: The Decoder

Related Articles