Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

Amazon Music’s new AI feature generates personalized playlists every Monday

AI Made Her a Better Mom. so She Vibe-Coded a Web App for Others.

Sam Altman says that bots are making social media feel ‘fake’ 

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
VentureBeat AI

GitHub Copilot evolves into autonomous agent with asynchronous code testing

By Advanced AI EditorMay 20, 2025No Comments4 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More

Microsoft’s hit AI programming tool GitHub Copilot wants to move away from simply helping people complete code and as of today, will allow for users to set up asynchronous code testing.

The move brings GitHub Copilot to work more autonomously for developers, keeping the app competitive as the AI coding assistant space has become more crowded with AI-powered tools, including Microsoft investment OpenAI’s rival Codex software engineering agent released Friday.

GitHub Copilot Agent, first announced as Project Padawan back in February, will check, test and iterate code. When invoked, Copilot Agent can navigate the repo, edit files, run commands and open pull requests. 

Mario Rodriguez, chief product officer at GitHub, told VentureBeat that GitHub Copilot Agent could open developers up to focus on other tasks while ensuring any previous code they wrote works. 

“I could go into an issue, and before, I needed to go back into my IDE, clone that repo, open the issue to try and figure it out, et cetera, et cetera,” Rodriguez said. “Now I can just assign it to Copilot and it’s right there along with my other peers.”

He added that the Copilot Agent embeds into GitHub and follows the user’s style, and that the human developer can monitor it because the agent logs its reasoning and validation steps.  

A developer can assign the issue to the agent as much as they would for human coworkers. The agent will then respond with the eyes emoji to indicate it will begin resolving the problem. The agent taps GitHub Actions to boot up a virtual machine, then clones the repository. It decides its workflow, analyzes the codebase using GitHub’s RAG code search, and continuously updates the pull request. Once it’s done, the agent will tag the user for review. 

The agent considers context from previous pull request discussions and follows any custom repo instructions. 

Changing coding space

GitHub was one of the first to launch coding assistants to help developers start to generate code faster. Over time, more and more coding assistants have come out, and code generation and review have become an expected service of AI platforms.

GitHub Copilot now has to compete not only with ChatGPT, Gemini and Claude’s coding abilities but also with Google’s Code Assist and OpenAI’s Codex.

But as AI-generated code becomes more accepted, especially with the growth of vibe coding, coding services like GitHub Copilot have to evolve beyond completing code. Making Copilot more agentic makes coding help more autonomous, going away from the human prompting Copilot at most steps to letting it do its own work. At the same time, the developer focuses on something else. 

“So before you had code completion, which you always have be there, and your productivity is not going to increase as much because you are pressing every single keystroke being made,” Rodriguez said. “It’s an agentic experience; it’s completely asynchronous to you. You could be doing one task, and Copilot could be executing on five others, and that’s really the value at the end.”

Rodriguez said this opens up more asynchronous capabilities for GitHub.

MCP support to keep code working

Something else that’s new for GitHub is support for MCP, so the Copilot Agent can communicate and get additional data for any projects it is reviewing. 

MCP or Model Context Protocol, the fast-rising agentic interoperability platform from Anthropic, standardizes more than agentic communication, but offers data transfer interoperability as well. 

If the agent realizes the issue is missing important context or data, for example, a broken photo in the code, the agent can invoke the MCP server to retrieve the information from the data source’s MCP server. 

Rodriguez said that GitHub Copilot Agent, like its previous name Padawan, learns and assists developers to free them up to work on their ideas without focusing so much on maintaining code. 

“If you believe that software powers everything in the world right now, that the next big invention is gonna be powered by software, then what you want to be doing is giving these developers the best tools on the planet. Copilot can work on the other projects,  and then I could work on the one that is the creativity that needs me as a human, as a creative,” he said.

Daily insights on business use cases with VB Daily

If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

Read our Privacy Policy

Thanks for subscribing. Check out more VB newsletters here.

An error occured.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleMicrosoft wants to tap AI to accelerate scientific discovery
Next Article In race to build Google Chrome rival, why Perplexity’s fresh funding is crucial
Advanced AI Editor
  • Website

Related Posts

Software is 40% of security budgets as CISOs shift to AI defense

August 30, 2025

How Intuit killed the chatbot crutch – and built an agentic AI playbook you can copy

August 29, 2025

Forget data labeling: Tencent’s R-Zero shows how LLMs can train themselves

August 29, 2025
Leave A Reply

Latest Posts

Storied Collector and MoMA Trustee Dies at 92

Congress Obtains Drawing Trump Apparently Made for Jeffrey Epstein

New Banksy Work at London’s Royal Courts Immediately Covered Up

John Pritzker Donates 188 Dada and Surrealist Works to the Met Museum

Latest Posts

Amazon Music’s new AI feature generates personalized playlists every Monday

September 9, 2025

AI Made Her a Better Mom. so She Vibe-Coded a Web App for Others.

September 9, 2025

Sam Altman says that bots are making social media feel ‘fake’ 

September 9, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • Amazon Music’s new AI feature generates personalized playlists every Monday
  • AI Made Her a Better Mom. so She Vibe-Coded a Web App for Others.
  • Sam Altman says that bots are making social media feel ‘fake’ 
  • Skai uses Amazon Bedrock Agents to significantly improve customer insights by revolutionized data access and analysis
  • ASML becomes top shareholder of French OpenAI competitor Mistral

Recent Comments

  1. Youtube Fast Downloader on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. EdwardBrole on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  3. Basketball über unter wetten overtime on [2410.06415] Biased AI can Influence Political Decision-Making
  4. 문화상품권 현금화 95 on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  5. ремонт асус ноутбук on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.