6 Sources
6 Sources
[1]
Vibe Coding Is Everywhere. Here's How It Works and 5 Tips for Getting Started
Emily is an experienced reporter who covers cutting-edge tech, from AI and EVs to brain implants. She stays grounded by hiking and playing guitar. With "vibe coding," almost anyone can be a programmer. Just ask an AI to generate code through a ChatGPT-like conversation, and refine the output. This technique is rapidly becoming a popular way for hobbyists to build apps or websites, but professional programmers are also using it at work. An ever-growing list of vibe-coding products are hitting the market -- from big names like OpenAI, Anthropic, and Amazon, to up-and-comers like Replit and Cursor. There's an AI coding gold rush going on; Sweden-based Lovable claims to be the fastest-growing startup ever, Forbes reports. Still, these tools are far from perfect. They require constant re-work, prompt adjustments, and triple-checking the output. In a cautionary tale, one company tried Replit's AI coding agent, and it deleted an entire database without permission. Still, it's worth trying your hand at vibe coding -- to familiarize yourself with the competition, if nothing else. Windsurf is at the center of the vibe-coding world. Google recently hired its co-founder and former CEO in a deal worth approximately $2.4 billion. Days later, Windsurf was acquired by Cognition, which has its own vibe-coding tool, Devin. "We believe sincerely that this technology is going to make everyone a developer," Akshat Agrawal, Windsurf's VP of product and marketing, tells us. "Basically, you don't need coding skills to build an app, which is a huge, change. [But] we definitely haven't figured everything out. There's a long way to go to make these agents really mirror the capabilities of the human software engineer." What Is Vibe Coding? The origin of the term "vibe coding" can be traced back to a February 2025 tweet from OpenAI cofounder Andrej Karpathy. "There's a new kind of coding I call 'vibe coding,' where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he said. "It's possible because the large language models are getting too good." In short, vibe coding means giving an AI a programming task and letting it complete it for you. It generates the code, makes architecture decisions, and turns a vague concept into reality. "It's kind of a hilarious term," Agrawal says. "But it really refers to, in my opinion, where you're letting the AI do most of the coding." Why did it take more than two years from the launch of ChatGPT for vibe coding to take off? You can thank the industry's push into agentic AI. It's not just about asking a chatbot to spin up a few lines. It can look at files within your code repository, analyze them, and understand them. It can search the internet for information, and access third-party tools. The goal is to "mirror how a human would do work," Agrawal says. Being so hands-off and nontechnical comes with risks. Vibe coders will "often will have to accept that a certain number of bugs and glitches will be present," according to Merriam-Webster's new definition of the term. What's the Vibe-Coding Workflow? People who are vibe coding in their spare time may be using OpenAI's Code Interpreter ($20 per month), or the free versions of Windsurf, Loveable, Replit, or Claude Code. These tools have their own workspaces, so everything is in one place. That's more streamlined than, say, copy and pasting snippets from ChatGPT into your main codebase. You can also take advantage of agentic features and other automations. Professional engineers are likely using enterprise versions of vibe-coding tools, such as Microsoft Copilot. Their companies have vetted them for official use, and the AIs are baked into their Integrated Development Environment (IDE). That's where they write, test, and debug code before pushing it to production. AI coding agents can now do some of this work. Vibe coding for serious engineers is still evolving. Amazon's new Kiro tool aims to offer a more structured approach, starting with upfront planning. Developers can break their projects out into chunks, enter specifications for each part, and then work with the AI to vibe code against those requirements. Kiro even generates technical design documents and performs quality checks. In the most sophisticated tools, multiple AI agents may work on different aspects of your project, each specialized in specific tasks. They all "meet" to discuss and refine the plan. (Elon Musk likens it to a "study group" for his Grok AI chatbot.) Ready to Try It? 5 Expert Tips to Get You Started Here are a few easy ways to get started and elevate your game once you get comfortable. These are just a few tips we've heard from Agrawal, friends, family, and online forums. There's no shortage of vibe coding lore on the web to check out, like this "ultimate guide" from one experienced Redditor. Happy vibing!
[2]
AI is transforming how software engineers do their jobs. Just don't call it 'vibe-coding'
One of the hottest markets in the artificial intelligence industry is selling chatbots that write computer code. Some call it "vibe-coding" because it encourages an AI coding assistant to do the grunt work as human software developers work through big ideas. Others dislike that term. But there's no question that these tools are transforming the job experience for many tech workers amid an intense rivalry between leading AI companies to make the best one. "The essence of it is you're no longer in the nitty-gritty syntax," said Cat Wu, project manager of Anthropic's Claude Code. "You're not looking at every single line of code. You're more trying to communicate this higher-level goal of what you want to accomplish." Wu added, however, that "vibe-coding" is not a term she uses. "We definitely want to make it very clear that the responsibility, at the end of the day, is in the hands of the engineers." Anthropic launched the latest version of its flagship Claude chatbot on Monday, boasting that Claude Sonnet 4.5 will be the "world's best" for coding and other complex tasks. Large language models behind generative AI chatbots like Claude, ChatGPT and Google's Gemini are capable of many things, from homework help to organizing meal plans, but the "top use case" for most businesses has been in coding and software engineering, said Gartner analyst Philip Walsh. "That is often the first thing large organizations go after," Walsh said. "I think there's broad recognition among these AI model providers that coding is really where they're getting the most traction." And while Walsh said Anthropic's products are a favorite for software developers, it is hardly the only player in a rapidly growing and consolidating market. San Francisco and the surrounding Bay Area remain the center of the battle to make the best AI coder, home not just to fierce rivals OpenAI and Anthropic but startups like Anysphere, Cognition and Harness, as well as Microsoft-owned GitHub. "This is the most competitive space in the industry right now," said Windsurf CEO Jeff Wang, speaking by video call from the startup's office in Mountain View, California. Windsurf's coding assistant launched less than a year ago, but as its popularity grew, hitting 200,000 users in its first two months, it quickly found itself at the center of a bidding war between tech giants. OpenAI sought to acquire it. Then, Google scooped up Windsurf's founders and research team, leaving a shell of a company that another AI coding startup, Cognition, acquired in July. "It's been a really volatile time at Windsurf," Wang told employees in a July email as he announced the merger with Cognition, maker of the AI coding assistant Devin. Two months later, the two companies' integration is "going really well," Wang told The Associated Press from a conference room called New Kelp City, named for a fictional setting in SpongeBob SquarePants. Some AI coding assistants automatically finish the code that human programmers are writing, much like the "autocorrect" features that suggest the next lines of an email or text. More advanced tools known as AI agents are given more autonomy to access computer systems and do the work themselves. Anthropic said its new Claude Sonnet 4.5, on a test before its public release Monday, was able to code autonomously for more than 30 hours on a project for London-based startup iGent. Anthropic's first coding assistant was developed largely by accident when the company's Boris Cherny built an internal toy project and started using it to accelerate his own work. Then the rest of his team adopted it. "Over time, we realized that it was just virally spreading within Anthropic," Wu said. Anthropic, in a consumer usage report earlier this month, said coding is the top use for Claude, with about 39% of its users saying they use the chatbot for coding. OpenAI, by contrast, says writing is the most common work task for ChatGPT, with coding and self-expression as more "niche" activities on the platform. Even so, OpenAI has sought to catch up, introducing in September a new GPT-5-Codex that it says can work for longer on complex coding tasks. Among the most coveted customers for big AI model developers are coding startups like Anysphere, maker of the popular coding tool Cursor, which relies heavily on Anthropic's Claude and recently cemented a partnership with OpenAI. It was Cursor's Composer, combined with Anthropic's Claude Sonnet, that prominent AI researcher Andrej Karpathy was playing with when he coined the phrase "vibe-coding" in February. "There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he wrote on X. It was "getting too good," he said, so much so that he could speak his instructions and "barely even touch the keyboard" and use it for throwaway weekend projects. "It's not really coding - I just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works." Anthropic shipped Claude Code a few weeks later. Some platforms, like Sweden-based Lovable, cater to vibe-coders with an approach that encourages anyone to "create apps and websites by chatting with AI." But most tools are designed for professionals with programming expertise. The phenomenon has raised fears of job loss in software careers, fueled by comments from tech CEOs who say AI is speeding up software development and making their teams more efficient. Walsh said Gartner's position is that AI will not replace software engineers and will actually require more. "There's so much software that isn't created today because we can't prioritize it," Walsh said. "So it's going to drive demand for more software creation, and that's going to drive demand for highly skilled software engineers who can do it." Economists, however, are also beginning to worry that AI is taking jobs that would otherwise have gone young or entry-level workers. In a report last month, researchers at Stanford University found "substantial declines in employment for early-career workers'' -- ages 22-25 -- in fields most exposed to AI. Stanford researchers also found that AI tools by 2024 were able to solve about 72% of coding problems, up from just over 4% a year earlier. It's likely to have grown even higher since then. Karpathy didn't respond to requests for comment. But the idea that non-technical people in an organization can "vibe-code" business-ready software is a misunderstanding of what Karpathy meant when he came up with the term, Walsh said. "That's simply not happening. The quality is not there. The robustness is not there. The scalability and security of the code is not there," Walsh said. "These tools reward highly skilled technical professionals who already know what 'good' looks like." Wu said she's told her younger sister, who's still in college, that software engineering is still a great career and worth studying. "When I talk with her about this, I tell her AI will make you a lot faster, but it's still really important to understand the building blocks because the AI doesn't always make the right decisions," Wu said. "A lot of times the human intuition is really important."
[3]
AI is transforming how software engineers do their jobs. Just don't call it 'vibe-coding'
One of the hottest markets in the artificial intelligence industry is selling chatbots that write computer code. Some call it "vibe-coding" because it encourages an AI coding assistant to do the grunt work as human software developers work through big ideas. Others dislike that term. But there's no question that these tools are transforming the job experience for many tech workers amid an intense rivalry between leading AI companies to make the best one. "The essence of it is you're no longer in the nitty-gritty syntax," said Cat Wu, project manager of Anthropic's Claude Code. "You're not looking at every single line of code. You're more trying to communicate this higher-level goal of what you want to accomplish." Wu added, however, that "vibe-coding" is not a term she uses. "We definitely want to make it very clear that the responsibility, at the end of the day, is in the hands of the engineers." Anthropic launched the latest version of its flagship Claude chatbot on Monday, boasting that Claude Sonnet 4.5 will be the "world's best" for coding and other complex tasks. Large language models behind generative AI chatbots like Claude, ChatGPT and Google's Gemini are capable of many things, from homework help to organizing meal plans, but the "top use case" for most businesses has been in coding and software engineering, said Gartner analyst Philip Walsh. "That is often the first thing large organizations go after," Walsh said. "I think there's broad recognition among these AI model providers that coding is really where they're getting the most traction." And while Walsh said Anthropic's products are a favorite for software developers, it is hardly the only player in a rapidly growing and consolidating market. San Francisco and the surrounding Bay Area remain the center of the battle to make the best AI coder, home not just to fierce rivals OpenAI and Anthropic but startups like Anysphere, Cognition and Harness, as well as Microsoft-owned GitHub. "This is the most competitive space in the industry right now," said Windsurf CEO Jeff Wang, speaking by video call from the startup's office in Mountain View, California. Windsurf's coding assistant launched less than a year ago, but as its popularity grew, hitting 200,000 users in its first two months, it found itself at the center of a bidding war between tech giants. OpenAI sought to acquire it. Then, Google scooped up Windsurf's founders and research team, leaving a shell of a company that Cognition acquired in July. "It's been a really volatile time at Windsurf," Wang wrote to employees in July as he announced the merger with Cognition, maker of the AI coding assistant Devin. Two months later, the two companies' integration is "going really well," Wang told The Associated Press from a conference room called New Kelp City, named for a setting in SpongeBob SquarePants. Some AI coding assistants automatically finish the code that human programmers are writing, much like the "autocorrect" features that suggest the next lines of an email or text. More advanced tools known as AI agents are given more autonomy to access computer systems and do the work themselves. Anthropic said its new Sonnet 4.5, on a test before its public release Monday, was able to code autonomously for more than 30 hours on a project for London-based startup iGent. Anthropic's first coding assistant was developed largely by accident when the company's Boris Cherny built an internal toy project and started using it to accelerate his own work. Then the rest of his team adopted it. "Over time, we realized that it was just virally spreading within Anthropic," Wu said. Anthropic has said coding is the top use for Claude, with about 39% of its users saying they use the chatbot for coding. OpenAI, by contrast, says writing is the most common work task for ChatGPT, with coding and self-expression as more "niche" activities. Even so, OpenAI has sought to catch up, introducing in September a new GPT-5-Codex that it says can work for longer on complex coding tasks. Among the most coveted customers for big AI model developers are coding startups like Anysphere, maker of the popular coding tool Cursor, which relies heavily on Anthropic's Claude and recently cemented a partnership with OpenAI. It was Cursor's Composer, combined with Anthropic's Claude Sonnet, that prominent AI researcher Andrej Karpathy was playing with for weekend projects when he coined the phrase "vibe-coding" in February. "There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he wrote on X. It was "getting too good," he said, so much so that he could speak his instructions and "barely even touch the keyboard." "It's not really coding -- I just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works." Anthropic shipped Claude Code a few weeks later. Some platforms, like Sweden-based Lovable, cater to vibe-coders with an approach that encourages anyone to "create apps and websites by chatting with AI." But most tools are designed for professionals with programming expertise. The phenomenon has raised fears of job loss in software careers, fueled by comments from tech CEOs who say AI is speeding up software development and making their teams more efficient. Walsh said Gartner's position is that AI will not replace software engineers and will actually require more. "There's so much software that isn't created today because we can't prioritize it," Walsh said. "So it's going to drive demand for more software creation, and that's going to drive demand for highly skilled software engineers who can do it." Economists, however, are also beginning to worry that AI is taking jobs that would otherwise have gone to young or entry-level workers. In a report last month, researchers at Stanford University found "substantial declines in employment for early-career workers'' -- ages 22-25 -- in fields most exposed to AI. Stanford researchers also found that AI tools by 2024 were able to solve nearly 72% of coding problems, up from just over 4% a year earlier. Karpathy didn't respond to requests for comment. But the idea that non-technical people in an organization can "vibe-code" business-ready software is a misunderstanding of what Karpathy meant when he came up with the term, Walsh said. "That's simply not happening. The quality is not there. The robustness is not there. The scalability and security of the code is not there," Walsh said. "These tools reward highly skilled technical professionals who already know what 'good' looks like." Wu said she's told her younger sister, who's still in college, that software engineering is still a great career and worth studying. "When I talk with her about this, I tell her AI will make you a lot faster, but it's still really important to understand the building blocks because the AI doesn't always make the right decisions," Wu said. "A lot of times the human intuition is really important."
[4]
AI is transforming how software engineers do their jobs. Just don't call it 'vibe-coding'
One of the hottest markets in the artificial intelligence industry is selling chatbots that write computer code. Some call it "vibe-coding" because it encourages an AI coding assistant to do the grunt work as human software developers work through big ideas. Others dislike that term. But there's no question that these tools are transforming the job experience for many tech workers amid an intense rivalry between leading AI companies to make the best one. "The essence of it is you're no longer in the nitty-gritty syntax," said Cat Wu, project manager of Anthropic's Claude Code. "You're not looking at every single line of code. You're more trying to communicate this higher-level goal of what you want to accomplish." Wu added, however, that "vibe-coding" is not a term she uses. "We definitely want to make it very clear that the responsibility, at the end of the day, is in the hands of the engineers." Anthropic launched the latest version of its flagship Claude chatbot on Monday, boasting that Claude Sonnet 4.5 will be the "world's best" for coding and other complex tasks. Large language models behind generative AI chatbots like Claude, ChatGPT and Google's Gemini are capable of many things, from homework help to organizing meal plans, but the "top use case" for most businesses has been in coding and software engineering, said Gartner analyst Philip Walsh. "That is often the first thing large organizations go after," Walsh said. "I think there's broad recognition among these AI model providers that coding is really where they're getting the most traction." And while Walsh said Anthropic's products are a favorite for software developers, it is hardly the only player in a rapidly growing and consolidating market. San Francisco and the surrounding Bay Area remain the center of the battle to make the best AI coder, home not just to fierce rivals OpenAI and Anthropic but startups like Anysphere, Cognition and Harness, as well as Microsoft-owned GitHub. "This is the most competitive space in the industry right now," said Windsurf CEO Jeff Wang, speaking by video call from the startup's office in Mountain View, California. Windsurf's coding assistant launched less than a year ago, but as its popularity grew, hitting 200,000 users in its first two months, it quickly found itself at the center of a bidding war between tech giants. OpenAI sought to acquire it. Then, Google scooped up Windsurf's founders and research team, leaving a shell of a company that another AI coding startup, Cognition, acquired in July. "It's been a really volatile time at Windsurf," Wang told employees in a July email as he announced the merger with Cognition, maker of the AI coding assistant Devin. Two months later, the two companies' integration is "going really well," Wang told The Associated Press from a conference room called New Kelp City, named for a fictional setting in SpongeBob SquarePants. Some AI coding assistants automatically finish the code that human programmers are writing, much like the "autocorrect" features that suggest the next lines of an email or text. More advanced tools known as AI agents are given more autonomy to access computer systems and do the work themselves. Anthropic said its new Claude Sonnet 4.5, on a test before its public release Monday, was able to code autonomously for more than 30 hours on a project for London-based startup iGent. Anthropic's first coding assistant was developed largely by accident when the company's Boris Cherny built an internal toy project and started using it to accelerate his own work. Then the rest of his team adopted it. "Over time, we realized that it was just virally spreading within Anthropic," Wu said. Anthropic, in a consumer usage report earlier this month, said coding is the top use for Claude, with about 39% of its users saying they use the chatbot for coding. OpenAI, by contrast, says writing is the most common work task for ChatGPT, with coding and self-expression as more "niche" activities on the platform. Even so, OpenAI has sought to catch up, introducing in September a new GPT-5-Codex that it says can work for longer on complex coding tasks. Among the most coveted customers for big AI model developers are coding startups like Anysphere, maker of the popular coding tool Cursor, which relies heavily on Anthropic's Claude and recently cemented a partnership with OpenAI. It was Cursor's Composer, combined with Anthropic's Claude Sonnet, that prominent AI researcher Andrej Karpathy was playing with when he coined the phrase "vibe-coding" in February. "There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he wrote on X. It was "getting too good," he said, so much so that he could speak his instructions and "barely even touch the keyboard" and use it for throwaway weekend projects. "It's not really coding - I just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works." Anthropic shipped Claude Code a few weeks later. Some platforms, like Sweden-based Lovable, cater to vibe-coders with an approach that encourages anyone to "create apps and websites by chatting with AI." But most tools are designed for professionals with programming expertise. The phenomenon has raised fears of job loss in software careers, fueled by comments from tech CEOs who say AI is speeding up software development and making their teams more efficient. Walsh said Gartner's position is that AI will not replace software engineers and will actually require more. "There's so much software that isn't created today because we can't prioritize it," Walsh said. "So it's going to drive demand for more software creation, and that's going to drive demand for highly skilled software engineers who can do it." Economists, however, are also beginning to worry that AI is taking jobs that would otherwise have gone young or entry-level workers. In a report last month, researchers at Stanford University found "substantial declines in employment for early-career workers'' -- ages 22-25 -- in fields most exposed to AI. Stanford researchers also found that AI tools by 2024 were able to solve about 72% of coding problems, up from just over 4% a year earlier. It's likely to have grown even higher since then. Karpathy didn't respond to requests for comment. But the idea that non-technical people in an organization can "vibe-code" business-ready software is a misunderstanding of what Karpathy meant when he came up with the term, Walsh said. "That's simply not happening. The quality is not there. The robustness is not there. The scalability and security of the code is not there," Walsh said. "These tools reward highly skilled technical professionals who already know what 'good' looks like." Wu said she's told her younger sister, who's still in college, that software engineering is still a great career and worth studying. "When I talk with her about this, I tell her AI will make you a lot faster, but it's still really important to understand the building blocks because the AI doesn't always make the right decisions," Wu said. "A lot of times the human intuition is really important."
[5]
AI Is Transforming How Software Engineers Do Their Jobs. Just Don't Call It 'Vibe-Coding'
One of the hottest markets in the artificial intelligence industry is selling chatbots that write computer code. Some call it "vibe-coding" because it encourages an AI coding assistant to do the grunt work as human software developers work through big ideas. Others dislike that term. But there's no question that these tools are transforming the job experience for many tech workers amid an intense rivalry between leading AI companies to make the best one. "The essence of it is you're no longer in the nitty-gritty syntax," said Cat Wu, project manager of Anthropic's Claude Code. "You're not looking at every single line of code. You're more trying to communicate this higher-level goal of what you want to accomplish." Wu added, however, that "vibe-coding" is not a term she uses. "We definitely want to make it very clear that the responsibility, at the end of the day, is in the hands of the engineers." Anthropic launched the latest version of its flagship Claude chatbot on Monday, boasting that Claude Sonnet 4.5 will be the "world's best" for coding and other complex tasks. Large language models behind generative AI chatbots like Claude, ChatGPT and Google's Gemini are capable of many things, from homework help to organizing meal plans, but the "top use case" for most businesses has been in coding and software engineering, said Gartner analyst Philip Walsh. "That is often the first thing large organizations go after," Walsh said. "I think there's broad recognition among these AI model providers that coding is really where they're getting the most traction." And while Walsh said Anthropic's products are a favorite for software developers, it is hardly the only player in a rapidly growing and consolidating market. San Francisco and the surrounding Bay Area remain the center of the battle to make the best AI coder, home not just to fierce rivals OpenAI and Anthropic but startups like Anysphere, Cognition and Harness, as well as Microsoft-owned GitHub. "This is the most competitive space in the industry right now," said Windsurf CEO Jeff Wang, speaking by video call from the startup's office in Mountain View, California. Windsurf's coding assistant launched less than a year ago, but as its popularity grew, hitting 200,000 users in its first two months, it quickly found itself at the center of a bidding war between tech giants. OpenAI sought to acquire it. Then, Google scooped up Windsurf's founders and research team, leaving a shell of a company that another AI coding startup, Cognition, acquired in July. "It's been a really volatile time at Windsurf," Wang told employees in a July email as he announced the merger with Cognition, maker of the AI coding assistant Devin. Two months later, the two companies' integration is "going really well," Wang told The Associated Press from a conference room called New Kelp City, named for a fictional setting in SpongeBob SquarePants. Some AI coding assistants automatically finish the code that human programmers are writing, much like the "autocorrect" features that suggest the next lines of an email or text. More advanced tools known as AI agents are given more autonomy to access computer systems and do the work themselves. Anthropic said its new Claude Sonnet 4.5, on a test before its public release Monday, was able to code autonomously for more than 30 hours on a project for London-based startup iGent. Anthropic's first coding assistant was developed largely by accident when the company's Boris Cherny built an internal toy project and started using it to accelerate his own work. Then the rest of his team adopted it. "Over time, we realized that it was just virally spreading within Anthropic," Wu said. Anthropic, in a consumer usage report earlier this month, said coding is the top use for Claude, with about 39% of its users saying they use the chatbot for coding. OpenAI, by contrast, says writing is the most common work task for ChatGPT, with coding and self-expression as more "niche" activities on the platform. Even so, OpenAI has sought to catch up, introducing in September a new GPT-5-Codex that it says can work for longer on complex coding tasks. Among the most coveted customers for big AI model developers are coding startups like Anysphere, maker of the popular coding tool Cursor, which relies heavily on Anthropic's Claude and recently cemented a partnership with OpenAI. It was Cursor's Composer, combined with Anthropic's Claude Sonnet, that prominent AI researcher Andrej Karpathy was playing with when he coined the phrase "vibe-coding" in February. "There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he wrote on X. It was "getting too good," he said, so much so that he could speak his instructions and "barely even touch the keyboard" and use it for throwaway weekend projects. "It's not really coding - I just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works." Anthropic shipped Claude Code a few weeks later. Some platforms, like Sweden-based Lovable, cater to vibe-coders with an approach that encourages anyone to "create apps and websites by chatting with AI." But most tools are designed for professionals with programming expertise. The phenomenon has raised fears of job loss in software careers, fueled by comments from tech CEOs who say AI is speeding up software development and making their teams more efficient. Walsh said Gartner's position is that AI will not replace software engineers and will actually require more. "There's so much software that isn't created today because we can't prioritize it," Walsh said. "So it's going to drive demand for more software creation, and that's going to drive demand for highly skilled software engineers who can do it." Economists, however, are also beginning to worry that AI is taking jobs that would otherwise have gone young or entry-level workers. In a report last month, researchers at Stanford University found "substantial declines in employment for early-career workers'' -- ages 22-25 -- in fields most exposed to AI. Stanford researchers also found that AI tools by 2024 were able to solve about 72% of coding problems, up from just over 4% a year earlier. It's likely to have grown even higher since then. Karpathy didn't respond to requests for comment. But the idea that non-technical people in an organization can "vibe-code" business-ready software is a misunderstanding of what Karpathy meant when he came up with the term, Walsh said. "That's simply not happening. The quality is not there. The robustness is not there. The scalability and security of the code is not there," Walsh said. "These tools reward highly skilled technical professionals who already know what 'good' looks like." Wu said she's told her younger sister, who's still in college, that software engineering is still a great career and worth studying. "When I talk with her about this, I tell her AI will make you a lot faster, but it's still really important to understand the building blocks because the AI doesn't always make the right decisions," Wu said. "A lot of times the human intuition is really important."
[6]
AI is transforming how software engineers do their jobs. Just don't call it 'vibe-coding'
One of the hottest markets in the artificial intelligence industry is selling chatbots that write computer code. Some call it "vibe-coding" because it encourages an AI coding assistant to do the grunt work as human software developers work through big ideas. Others dislike that term. But there's no question that these tools are transforming the job experience for many tech workers amid an intense rivalry between leading AI companies to make the best one. "The essence of it is you're no longer in the nitty-gritty syntax," said Cat Wu, project manager of Anthropic's Claude Code. "You're not looking at every single line of code. You're more trying to communicate this higher-level goal of what you want to accomplish." Wu added, however, that "vibe-coding" is not a term she uses. "We definitely want to make it very clear that the responsibility, at the end of the day, is in the hands of the engineers." Anthropic launched the latest version of its flagship Claude chatbot on Monday, boasting that Claude Sonnet 4.5 will be the "world's best" for coding and other complex tasks. Large language models behind generative AI chatbots like Claude, ChatGPT and Google's Gemini are capable of many things, from homework help to organizing meal plans, but the "top use case" for most businesses has been in coding and software engineering, said Gartner analyst Philip Walsh. "That is often the first thing large organizations go after," Walsh said. "I think there's broad recognition among these AI model providers that coding is really where they're getting the most traction." And while Walsh said Anthropic's products are a favorite for software developers, it is hardly the only player in a rapidly growing and consolidating market. San Francisco and the surrounding Bay Area remain the center of the battle to make the best AI coder, home not just to fierce rivals OpenAI and Anthropic but startups like Anysphere, Cognition and Harness, as well as Microsoft-owned GitHub. "This is the most competitive space in the industry right now," said Windsurf CEO Jeff Wang, speaking by video call from the startup's office in Mountain View, California. Windsurf's coding assistant launched less than a year ago, but as its popularity grew, hitting 200,000 users in its first two months, it found itself at the center of a bidding war between tech giants. OpenAI sought to acquire it. Then, Google scooped up Windsurf's founders and research team, leaving a shell of a company that Cognition acquired in July. "It's been a really volatile time at Windsurf," Wang wrote to employees in July as he announced the merger with Cognition, maker of the AI coding assistant Devin. Two months later, the two companies' integration is "going really well," Wang told The Associated Press from a conference room called New Kelp City, named for a setting in SpongeBob SquarePants. Some AI coding assistants automatically finish the code that human programmers are writing, much like the "autocorrect" features that suggest the next lines of an email or text. More advanced tools known as AI agents are given more autonomy to access computer systems and do the work themselves. Anthropic said its new Sonnet 4.5, on a test before its public release Monday, was able to code autonomously for more than 30 hours on a project for London-based startup iGent. Anthropic's first coding assistant was developed largely by accident when the company's Boris Cherny built an internal toy project and started using it to accelerate his own work. Then the rest of his team adopted it. "Over time, we realized that it was just virally spreading within Anthropic," Wu said. Anthropic has said coding is the top use for Claude, with about 39% of its users saying they use the chatbot for coding. OpenAI, by contrast, says writing is the most common work task for ChatGPT, with coding and self-expression as more "niche" activities. Even so, OpenAI has sought to catch up, introducing in September a new GPT-5-Codex that it says can work for longer on complex coding tasks. Among the most coveted customers for big AI model developers are coding startups like Anysphere, maker of the popular coding tool Cursor, which relies heavily on Anthropic's Claude and recently cemented a partnership with OpenAI. It was Cursor's Composer, combined with Anthropic's Claude Sonnet, that prominent AI researcher Andrej Karpathy was playing with for weekend projects when he coined the phrase "vibe-coding" in February. "There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists," he wrote on X. It was "getting too good," he said, so much so that he could speak his instructions and "barely even touch the keyboard." "It's not really coding - I just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works." Anthropic shipped Claude Code a few weeks later. Some platforms, like Sweden-based Lovable, cater to vibe-coders with an approach that encourages anyone to "create apps and websites by chatting with AI." But most tools are designed for professionals with programming expertise. The phenomenon has raised fears of job loss in software careers, fueled by comments from tech CEOs who say AI is speeding up software development and making their teams more efficient. Walsh said Gartner's position is that AI will not replace software engineers and will actually require more. "There's so much software that isn't created today because we can't prioritize it," Walsh said. "So it's going to drive demand for more software creation, and that's going to drive demand for highly skilled software engineers who can do it." Economists, however, are also beginning to worry that AI is taking jobs that would otherwise have gone to young or entry-level workers. In a report last month, researchers at Stanford University found "substantial declines in employment for early-career workers'' -- ages 22-25 -- in fields most exposed to AI. Stanford researchers also found that AI tools by 2024 were able to solve nearly 72% of coding problems, up from just over 4% a year earlier. Karpathy didn't respond to requests for comment. But the idea that non-technical people in an organization can "vibe-code" business-ready software is a misunderstanding of what Karpathy meant when he came up with the term, Walsh said. "That's simply not happening. The quality is not there. The robustness is not there. The scalability and security of the code is not there," Walsh said. "These tools reward highly skilled technical professionals who already know what 'good' looks like." Wu said she's told her younger sister, who's still in college, that software engineering is still a great career and worth studying. "When I talk with her about this, I tell her AI will make you a lot faster, but it's still really important to understand the building blocks because the AI doesn't always make the right decisions," Wu said. "A lot of times the human intuition is really important."
Share
Share
Copy Link
AI-powered coding assistants are revolutionizing software development, sparking debates about the future of programming and intense competition among tech companies.
In the rapidly evolving landscape of artificial intelligence, a new phenomenon called 'vibe coding' is transforming the software development industry. This term, coined by prominent AI researcher Andrej Karpathy in February 2025, refers to a coding approach where developers rely heavily on AI assistants to handle the nitty-gritty of programming
1
2
.Vibe coding allows developers to focus on high-level concepts and goals rather than getting bogged down in syntax details. Cat Wu, project manager of Anthropic's Claude Code, explains, 'The essence of it is you're no longer in the nitty-gritty syntax. You're more trying to communicate this higher-level goal of what you want to accomplish'
2
.Source: PC Magazine
These AI coding assistants range from simple autocomplete-like tools to more advanced 'AI agents' that can autonomously access computer systems and write code. For instance, Anthropic's Claude Sonnet 4.5 reportedly coded autonomously for over 30 hours on a project for a London-based startup
3
.The race to develop the best AI coding assistant has intensified, with San Francisco and the surrounding Bay Area emerging as the epicenter of this competition. Major players like OpenAI, Anthropic, and Google are vying for dominance, alongside startups such as Anysphere, Cognition, and Harness
4
.The market has seen rapid consolidation, exemplified by the case of Windsurf, a startup that found itself at the center of a bidding war between tech giants. After a series of acquisitions and mergers, Windsurf's CEO Jeff Wang described the industry as 'the most competitive space in the industry right now'
5
.Related Stories
While vibe coding is gaining popularity, it's not without controversy. Some professionals, including Anthropic's Cat Wu, distance themselves from the term, emphasizing that 'the responsibility, at the end of the day, is in the hands of the engineers'
2
.There are also concerns about the quality and reliability of AI-generated code. Instances of AI tools making critical errors, such as deleting entire databases without permission, highlight the need for caution and human oversight
1
.Despite these challenges, the trend towards AI-assisted coding seems unstoppable. Akshat Agrawal, Windsurf's VP of product and marketing, believes that 'this technology is going to make everyone a developer'
1
.As the technology continues to evolve, it's clear that the role of software developers is changing. While AI can handle much of the coding process, human expertise remains crucial for guiding these tools, ensuring code quality, and making high-level design decisions. The future of software development likely lies in a symbiosis between human creativity and AI efficiency, reshaping the landscape of the tech industry.
Summarized by
Navi
[2]
[3]
[4]
[5]
U.S. News & World Report
|21 Aug 2025•Technology
12 Sept 2025•Technology
09 Jun 2025•Technology