Ticker

6/recent/ticker-posts

Microsoft turns GitHub Copilot into a virtual teammate for developers

Microsoft turns GitHub Copilot into a virtual teammate for developers

Vibe coding tools, which develop features by requesting them from a chatbot or software like Cursor, are increasingly popular. They allow novice and curious developers to bring app ideas to life, and even more experienced developers can use them to quickly create prototypes. Not everything is rosy, however; the bot often needs to be reframed and, above all, debugging must not be neglected.

AI help for devs

GitHub's Copilot, a cousin of Windows' Copilot, is a programming assistance tool well-known to developers: it can generate code automatically, complete lines of code, suggest solutions, convert instructions into natural language, etc. Copilot does not fall into the coding vibe category; it is considered a professional programming assistant even if it shares certain features.

Microsoft has just added a coding agent, capable to perform specific programming tasks and notify developers when the work is complete. It integrates directly into the GitHub workflow, just like a member of the development team would.

This new agent is based on Anthropic's Claude 3.7 Sonnet model, which performs quite well in programming. In Copilot, it will handle low- to medium-complexity tasks within well-tested codebases. It can add features, fix bugs, extend tests, restructure code, and improve documentation.

Unlike vibe coding software, GitHub's Copilot agent is more focused on maintaining existing code libraries. Microsoft is trying to differentiate itself from competitors like Atlassian and GitLab.

Copilot Pro+ subscribers and organizations with the Copilot Enterprise plan can already try this new feature. The GitHub owner also announced that the development platform now has more than 15 million Copilot users, four times more than a year ago, and generates more than $2 billion in revenue annually.

Source: GitHub

Post a Comment

0 Comments