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

Texas rescue team searches Nimitz Lake in Kerrville using AI technology

How to Transform Onboarding Hires

Meta pirated and seeded porn for years to train AI, lawsuit says

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
  • Industry AI
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Coding Assistants

JetBrains, GitHub add coding agents to IDEs

By Advanced AI EditorApril 17, 2025No Comments5 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Coding agents are now available in VS Code and JetBrains IDEs, expanding developer tool choices as the AI agent trend gains mainstream momentum.

GitHub Copilot agent mode became generally available April 4, including a tie-in with Microsoft’s Visual Studio Code integrated development environment (IDE). This week, JetBrains made its Junie coding agent available to users of its IDEs, which include IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, GoLand and RubyMine.

Coding agents were already available from vendors such as Windsurf and Cursor. Atlassian also introduced a coding agent with an update to its Rovo product this month. JetBrains and Atlassian both adjusted pricing to fold AI agents into existing subscriptions, which for JetBrains includes a free tier limited to local AI models.

With AI agents, unlike the previous generation of AI coding assistants that provided inline code snippet suggestions, developers can delegate whole tasks with a natural language prompt such as “Create a web application in Python.”

“It’s a very early form of agentic AI,” said Diego Lo Giudice, an analyst at Forrester Research.

Truly agentic AI networks involve multiple agents working autonomously to carry out multi-step workflows and solve complex problems. However, the wider infrastructure to support agentic AI is still being built with projects such as Model Context Protocol.

For now, these “agentish” systems, as Lo Giudice calls them, will generate more significant portions of code than the previous crop of coding assistants, and some will start connecting tasks in the software development lifecycle.

“That’s what getting more agentic will improve over time — pulling together more complex software development workflows,” he said. “You now have the full process of going from an issue to code, and you can basically submit the pull request and then move on from there.”

Coding agents still need supervision

An initial demo of GitHub Copilot agent mode showed promise for one GitHub Enterprise user, but it still requires a skilled and experienced human to oversee it.

“I gave it a task of refactoring some code, rewriting existing code that works, and it ran for about 10 minutes, and it sort of did what I asked for, and it broke some stuff around it,” said Kyler Middleton, principal software engineer at healthcare tech company Veradigm.

From there, the agent continued to fix what it had broken but introduced new errors, Middleton said.

“It has refactored the code in such a way that it doesn’t even look like my original code, and it keeps introducing problems,” she said. “It is not successfully finishing the task — it’s been running for 90 minutes, and it’s not a very complicated ask.”

Agent mode is more like having a junior engineer writing code for you … and you provide feedback. It’s a totally different experience.
Kyler Middleton Principal software engineer, Veradigm

Middleton said the coding agent concept is also very different from using a coding assistant.

“I use Copilot all the time, but I still feel like I’m the primary author of the code, and I’m just being helped, which is what Copilot aims to do,” she said. “This agent mode is more like having a junior engineer writing code for you … and you provide feedback. It’s a totally different experience.”

With the release of Copilot agent mode to general availability, GitHub also introduced public preview support for Model Context Protocol, which connects coding agents to data sources and secondary tools that ground them in a user’s specific context, boosting the quality of the code they produce.

GitHub is “all in on agent mode and shipping updates daily,” according to a company spokesperson in an emailed statement to Informa TechTarget. “Early data suggests enthusiasm and significant growth in daily usage. There are still many improvements we’re delivering to make agent mode even better, and we look to user feedback to help guide our ongoing investments.”

‘Vibe coding’ trends, but a long way off for enterprises

Generating code has been among the most effective uses for generative AI so far, said Andy Thurai, independent analyst at The Field CTO.

“While the accuracy has improved over the years, it is still not 100% accurate, but based on my conversations with many enterprise developers, it cuts down the coding time tremendously,” Thurai said. “Especially when developers are racing against time during a major incident, to roll out a fixed code quickly and have the systems back up and running, coding agents could be very helpful.”

Andy Thurai, independent analyst, The Field CTOAndy Thurai

However, there is still the risk that what coding agents produce, deployed in production as is, could add to tech debt over time; enterprises are starting to use code profiling and other validation techniques to reduce this issue, Thurai said.

Coding agents have introduced the concept of vibe coding, in which developers use only natural language to quickly create an application and evaluate the results based on whether the application subjectively looks like they imagined it would. GitHub invoked the trendy term in its blog post about the agent mode rollout.

But while that may be helpful for startups looking to quickly develop a prototype app, enterprises won’t be able to vibe code their way into a scalable, reliable production application — at least so far, Lo Giudice said.

“It will definitely enhance prototyping and innovation in companies, but then somebody is going to have to go and do the rest of the work for turning that into a real, scalable product,” he said. “That’s going to be done by true developers, and not by vibe coders.”  

Beth Pariseau, a senior news writer for Informa TechTarget, is an award-winning veteran of IT journalism covering DevOps. Have a tip? Email her or reach out @PariseauTT.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleStanford HAI’s annual report highlights rapid adoption and growing accessibility of powerful AI systems
Next Article [2504.10561] Self-Controlled Dynamic Expansion Model for Continual Learning
Advanced AI Editor
  • Website

Related Posts

AI coding assistants are getting ever more popular – especially in this country

June 20, 2025

Is vibe coding a death knell for traditional software development roles?

June 19, 2025

Why AI code assistants need a security reality check

June 19, 2025
Leave A Reply

Latest Posts

Scottish Museum Group Warns of ‘Policing of Gender’—and More Art News

David Geffen Sued By Estranged Husband for Breach of Contract

Auction House Will Sell Egyptian Artifact Despite Concern From Experts

Anish Kapoor Lists New York Apartment for $17.75 M.

Latest Posts

Texas rescue team searches Nimitz Lake in Kerrville using AI technology

July 28, 2025

How to Transform Onboarding Hires

July 28, 2025

Meta pirated and seeded porn for years to train AI, lawsuit says

July 28, 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

  • Texas rescue team searches Nimitz Lake in Kerrville using AI technology
  • How to Transform Onboarding Hires
  • Meta pirated and seeded porn for years to train AI, lawsuit says
  • Cohere to access Canadian AI infrastructure and new clients through partnership with Bell
  • Chinese firm launches open-source AI model, achieves technical breakthroughs via capability integration

Recent Comments

  1. binance推薦獎金 on [2407.11104] Exploring the Potentials and Challenges of Deep Generative Models in Product Design Conception
  2. психолог онлайн индивидуально on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  3. GeraldDes on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. binance sign up on Inclusion Strategies in Workplace | Recruiting News Network
  5. Rejestracja on Online Education – How I Make My Videos

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.