GitHub Expands Copilot Into Conversational AI With New X Initiative

GitHub introduces Copilot X, a major upgrade that adds a GPT-4 powered chat mode directly into developer environments. The new features help programmers write, debug, and understand code without leaving their IDEs.

GitHub unveils Copilot X, an ambitious expansion of its AI coding assistant that introduces a new chat mode powered by OpenAI's GPT-4. While the standard code completion feature continues to run on the older Codex model for speed reasons, this new conversational interface brings rich context directly into the developer environment to assist with writing and debugging software.

The new Copilot Chat launches in preview within Visual Studio and VS Code, allowing developers to highlight specific code snippets and ask the AI to explain, refactor, or fix them. By using clever prompt engineering, GitHub feeds the assistant crucial background information from the editor and terminal, enabling the tool to understand the broader context of the project rather than just answering generic questions.

GitHub designed this chat experience strictly for programming tasks, meaning the AI quickly shuts down any non-coding questions. Company CEO Thomas Dohmke highlights that the tool makes programming more fun and accessible by eliminating the need to search for tutorials, suggesting that both seasoned developers and students will find the interactive assistant highly engaging and addictive.

Read More at the original source →