Ad
Skip to content

Github Copilot X is Microsoft's new GPT-4 coding assistant

Image description
Github

Key Points

  • Microsoft and Github are introducing Copilot X, a sort of ChatGPT for developers that uses a mix of natural language commands and code autocompletion to make developers more efficient.
  • The new software uses GPT-4, which replaces the Codex model optimized for code. Codex was used for the previous version of Copilot.
  • According to Github CEO Thomas Dohmke, Copilot X will "fundamentally redefine developer productivity."

Microsoft and Github have updated Copilot to GPT-4. The new version "Copilot X" offers ChatGPT-like features.

Perhaps the most interesting new feature is "Copilot Chat", a way to talk to GPT-4 about specific segments of code to better understand or modify it. For example, the chatbot can identify errors in the code and suggest improvements, or make them directly based on natural language input. Microsoft calls this a "ChatGPT-like" coding experience that will also be available via voice input. You won't even need a keyboard to code.

In addition to this chat option, Copilot X now provides an option to automatically generate pull requests using GPT-4. Developers can review and approve these pull requests. Copilot documentation uses the much longer context option of GPT-4 to make answers from software documentation available via chat. Initially, React, Azure Docs, and MDN documentation are available.

The documentation chat in action. | Video: Github

Ad
DEC_D_Incontent-1

GPT-4 in the command-line interface (CLI) can compile commands and loops and, according to Github, "throw around obscure find flags". The new chat features, in particular, move Copilot X closer to the real vision behind the software, which goes beyond code autocompletion: to make Copilot X an "readily accessible AI assistant throughout the entire development lifecycle".

GPT-4 outperforms Codex

For the original Copilot software, which Github says has already significantly accelerated developers' work, Github relied on OpenAI's Codex model, a code-optimized derivative of GPT-3.

That Microsoft and Github are now moving to GPT-4, a general-purpose language model that has also learned to code, can be seen as an indication that large language models are having their greatest impact as general-purpose technologies.

Although the model has only just been released, Github writes that it is seeing "significant gains in logical reasoning and code generation". Likely as a result of this finding, OpenAI has announced that Codex will be discontinued. Researchers can still access it.

Ad
DEC_D_Incontent-2

With AI available at every step, we can fundamentally redefine developer productivity. We are reducing boilerplate and manual tasks and making complex work easier across the developer lifecycle.

Github CEO Thomas Dohmke

The new features are available as a technical preview or via a waiting list. For more impressions and access, watch the video below or visit the Copilot X product page.

AI News Without the Hype – Curated by Humans

As a THE DECODER subscriber, you get ad-free reading, our weekly AI newsletter, the exclusive "AI Radar" Frontier Report 6× per year, access to comments, and our complete archive.

Source: Github