Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

GitHub today announced that Copilot for Business, the company’s $19/month enterprise version of its AI-powered code completion tool, is now generally available, after a short beta phase that started last December. Copilot for Business adds features like license management, organization-wide policy management and additional privacy features. Until now, you had to work with GitHub’s sales organization to sign up for the business version, but now there is a self-serve option as well.

“[This] effectively completes our v1 Copilot story,” GitHub CEO Thomas Dohmke told me. “We announced the preview in June 2021 — which feels like ages ago — and then had the general availability last summer. Now we are ready to roll it out to organizations, companies, teams, enterprises — really everybody. In fact, we already have more than 400 organizations that are on Copilot for Business at launch and we see tremendous interest.”

Image Credits: GitHub

GitHub also today announced that Copilot now supports connections over proxy, including those with self-signed certificates, and that its AI-powered Copilot code completion tool is now powered by an improved (OpenAI-powered) model. The team is constantly refining the models and adding new features as they become available in Azure’s OpenAI Service. He likened this process to spec bumps in the hardware business, where the model gets a little bit better and the team can then take that and bring it to Copilot.

As the model gets better, the team is also adding new features, including things like “fill-in-the-middle,” where the model can’t just complete a line but also start adding words in the middle because it knows what sits before and after the current cursor position, for example. Dohmke noted that to do this, the model also looks at related files that you work on and then uses that info to craft its model queries, too. “It not only uses what you type in your own open file but also leverages adjacent files and adjacent information that is available to craft the prompt that’s sent to the model for inference.”

With these latest updates, the team also enabled Copilot — with the help of another model — to recognize common security vulnerabilities in code that comes back from the model. If it finds those, it’ll automatically jump to a suggestion that is more secure.

But it’s not just about getting better, but also about getting faster. Dohmke noted that the team is constantly working to improve latency. GitHub’s data shows that developers quickly get restless when it takes too long for Copilot to generate its code.

Dohmke expects that soon, Copilot will be able to generate 80% of a developer’s code. Today, that number is about 46% across programming languages — and 61% for Java. Today, ChatGPT and Bing can obviously generate entire applications (or at least parts of them) with just a simple prompt. That’s enabled by the same models as Copilot, so the obvious question, which I asked Dohmke, is when these capabilities will also come to Copilot.

“We think it’s a really exciting feature that the Bing team launched and we have nothing to announce today — wink, wink, nudge, nudge — but it’s very exciting.” He did add that for a product like Copilot, the team always wants to help developers do their work more efficiently — and the current models may simply produce code that isn’t correct. 

Source: www.techcrunch.com

Leave a Reply

Your email address will not be published. Required fields are marked *

24 replies on “GitHub’s Copilot for Business is now generally available”