News

Natural Language Coding Advances with Technical Preview of GitHub Copilot Workspace

The original "AI pair programmer" GitHub Copilot got a big boost in capabilities with the introduction of the companion Chat tool that allows developers to use natural language to code and interact with advanced AI in new ways.

Now the company has taken that concept a step further with a preview of GitHub Copilot Workspace, which provides a dedicated space for developers to work with the AI tool.

"Copilot Workspace represents a radically new way of building software with natural language, and is expressly designed to deliver -- not replace -- developer creativity, faster and easier than ever before," GitHub announced today (April 29). "With Copilot Workspace we will empower more experienced developers to operate as systems thinkers, and materially lower the barrier of entry for who can build software."

GitHub Copilot Workspace
[Click on image for larger view.] GitHub Copilot Workspace (source: GitHub).

The Copilot-native developer environment offers a task-centric experience with AI assistance from the beginning, providing a step-by-step plan in natural language that's fully editable to help developers brainstorm, plan, build, test and run code in natural language with the help of AI-powered agents.

"Ideal for navigating unfamiliar programming languages or frameworks, Copilot Workspace acts as a cloud IDE companion, deeply integrated with your project," explains a new video. "As your ultimate coding partner, it excels in repo-wide edits and fosters programming collaboration. Whether addressing GitHub Issues or optimizing your task-centric workflow, Copilot Workspace is designed to improve your coding efficiency through its AI-generated code capabilities."

Another video outlines the workflow:

  • Shaping the specification
  • Proposing the plan
  • Implementing the plan
  • Check the code with the integrated terminal or Codespaces
  • Raise the pull request
  • Quality checks with GitHub Actions and Code Scanning

Developers can sign up to join a waitlist for the technical preview here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube