GitHub CEO: AI assistant has become a cash cow for the company
The latest news, GitHub CEO Thomas Domke revealed in an interview with the media that Copilot has "become a money-making tool".
Domke even bluntly said that the cost to users of using Copilot is less than the price GitHub charges for it.
Copilot is an AI programming assistance tool launched by GitHub, which allows developers to ask code questions in the compiler and even debug it directly. It has become very popular since its release.
However, product popularity does not mean making money. In fact, there are many people who doubt whether GitHub is really profitable.
Previously, the Wall Street Journal broke the news that GitHub was losing an average of $80 per user per month. GitHub denied the claims.
However, the official did not give specific profit figures, but revealed some recent update plans.
In this regard, analyst Reed Albergotti said this:
Every time GitHub releases an update, the computing cost will increase sharply, but Copilot has never increased its price, indicating that GitHub has other ways to gain revenue. , otherwise these updates wouldn’t be rolled out so quickly.
So what updates did GitHub reveal this time?
The official version of Copilot Chat will be launched next month
First of all, the official version of Copilot Chat will be launched next month.
Copilot Chat was released in March this year. Based on the original Copilot, developers can directly use natural language to talk to Copilot to solve problems encountered.
But it was not until July that the public beta version was launched for enterprise users, and the trial version for individual users was not launched until September.
After the official version is launched, the price for individual users will remain unchanged, with a monthly payment of US$10 or an annual payment of US$100.
For enterprise users, GitHub will also launch a new subscription plan.
The main difference between this plan and the original enterprise version is that users can deploy code to the cloud without having to clone it locally repeatedly.
Enterprise users can also build internal knowledge bases, form personalized Copilot Chat, and even fine-tune the underlying model.
The subscription price of this new plan is US$39 per month and is expected to be launched in February next year.
GitHub also revealed that Copilot will also be introduced to the GitHub mobile APP, and will add support for the JetBrains series in addition to Visual Studio and VSCode IDE support.
In the long term, GitHub stated that it will launch the Copilot Workspace working platform that will "build a bridge for natural language programming."
CEO Domke said Copilot Workspace is like having a programming conversation with a partner.
According to reports, Workspace will be launched "sometime" next year.
In addition, in Workspace, GitHub will also launch a partner program and announce the first batch of partners.
Third-party development tool companies will produce plug-ins for Copilot and eventually form a Copilot ecosystem.
The above is the latest news about Copilot disclosed by GitHub. As for more details, it is better to look forward to the release of the official product~
The above is the detailed content of GitHub CEO: AI assistant has become a cash cow for the company. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

This AI-assisted programming tool has unearthed a large number of useful AI-assisted programming tools in this stage of rapid AI development. AI-assisted programming tools can improve development efficiency, improve code quality, and reduce bug rates. They are important assistants in the modern software development process. Today Dayao will share with you 4 AI-assisted programming tools (and all support C# language). I hope it will be helpful to everyone. https://github.com/YSGStudyHards/DotNetGuide1.GitHubCopilotGitHubCopilot is an AI coding assistant that helps you write code faster and with less effort, so you can focus more on problem solving and collaboration. Git

On March 3, 2022, less than a month after the birth of the world's first AI programmer Devin, the NLP team of Princeton University developed an open source AI programmer SWE-agent. It leverages the GPT-4 model to automatically resolve issues in GitHub repositories. SWE-agent's performance on the SWE-bench test set is similar to Devin, taking an average of 93 seconds and solving 12.29% of the problems. By interacting with a dedicated terminal, SWE-agent can open and search file contents, use automatic syntax checking, edit specific lines, and write and execute tests. (Note: The above content is a slight adjustment of the original content, but the key information in the original text is retained and does not exceed the specified word limit.) SWE-A

Go language development mobile application tutorial As the mobile application market continues to boom, more and more developers are beginning to explore how to use Go language to develop mobile applications. As a simple and efficient programming language, Go language has also shown strong potential in mobile application development. This article will introduce in detail how to use Go language to develop mobile applications, and attach specific code examples to help readers get started quickly and start developing their own mobile applications. 1. Preparation Before starting, we need to prepare the development environment and tools. head

Git is a fast, reliable, and adaptable distributed version control system. It is designed to support distributed, non-linear workflows, making it ideal for software development teams of all sizes. Each Git working directory is an independent repository with a complete history of all changes and the ability to track versions even without network access or a central server. GitHub is a Git repository hosted on the cloud that provides all the features of distributed revision control. GitHub is a Git repository hosted on the cloud. Unlike Git which is a CLI tool, GitHub has a web-based graphical user interface. It is used for version control, which involves collaborating with other developers and tracking changes to scripts and

Android development is a busy and exciting job, and choosing a suitable Linux distribution for development is particularly important. Among the many Linux distributions, which one is most suitable for Android development? This article will explore this issue from several aspects and give specific code examples. First, let’s take a look at several currently popular Linux distributions: Ubuntu, Fedora, Debian, CentOS, etc. They all have their own advantages and characteristics.

As a fast and efficient programming language, Go language is widely popular in the field of back-end development. However, few people associate Go language with front-end development. In fact, using Go language for front-end development can not only improve efficiency, but also bring new horizons to developers. This article will explore the possibility of using the Go language for front-end development and provide specific code examples to help readers better understand this area. In traditional front-end development, JavaScript, HTML, and CSS are often used to build user interfaces

Today, GitHub launched a new "Code Scan" feature (preview) for all AdvancedSecurity (GHAS) licensed users, designed to help users find potential security vulnerabilities and coding errors in GitHub code. This new feature leverages Copilot and CodeQL to detect potential vulnerabilities or errors in your code, classify them and prioritize fixes. It's important to note that "code scanning" will consume GitHubActions minutes. According to the introduction, "code scanning" can not only prevent developers from introducing new problems, but can also trigger scans based on specific dates and times, or when specific events (such as pushes) occur in the repository. If AI finds you

"Understanding VSCode: What is this tool used for?" 》As a programmer, whether you are a beginner or an experienced developer, you cannot do without the use of code editing tools. Among many editing tools, Visual Studio Code (VSCode for short) is very popular among developers as an open source, lightweight, and powerful code editor. So, what exactly is VSCode used for? This article will delve into the functions and uses of VSCode and provide specific code examples to help readers
