
Vibe Coding Is Coming for Engineering Jobs
Jun 12, 2025 6:30 AM Engineering was once the most stable and lucrative job in tech. Then AI learned to code. Photo-Illustration:On a 5K screen in Kirkland, Washington, four terminals blur with activity as artificial intelligence generates thousands of lines of code. Steve Yegge, a veteran software engineer who previously worked at Google and AWS, sits back to watch.
'This one is running some tests, that one is coming up with a plan. I am now coding on four different projects at once, although really I'm just burning tokens,' Yegge says, referring to the cost of generating chunks of text with a large language model (LLM).
Learning to code has long been seen as the ticket to a lucrative, secure career in tech. Now, the release of advanced coding models from firms like OpenAI, Anthropic, and Google threatens to upend that notion entirely. X and Bluesky are brimming with talk of companies downsizing their developer teams—or even eliminating them altogether.
When ChatGPT debuted in late 2022, AI models were capable of autocompleting small portions of code—a helpful, if modest step forward that served to speed up software development. As models advanced and gained 'agentic' skills that allow them to use software programs, manipulate files, and access online services, engineers and non-engineers alike started using the tools to build entire apps and websites. Andrej Karpathy, a prominent AI researcher, coined the term 'vibe coding' in February, to describe the process of developing software by prompting an AI model with text.
The rapid progress has led to speculation—and even panic—among developers, who fear that most development work could soon be automated away, in what would amount to a job apocalypse for engineers.
'We are not far from a world—I think we'll be there in three to six months—where AI is writing 90 percent of the code,' Dario Amodei, CEO of Anthropic, said at a Council on Foreign Relations event in March. 'And then in 12 months, we may be in a world where AI is writing essentially all of the code,' he added.
But many experts warn that even the best models have a way to go before they can reliably automate a lot of coding work. While future advancements might unleash AI that can code just as well as a human, until then relying too much on AI could result in a glut of buggy and hackable code, as well as a shortage of developers with the knowledge and skills needed to write good software.
David Autor, an economist at MIT who studies how AI affects employment, says it's possible that software development work will be automated—similar to how transcription and translation jobs are quickly being replaced by AI. He notes, however, that advanced software engineering is much more complex and will be harder to automate than routine coding.
Autor adds that the picture may be complicated by the 'elasticity' of demand for software engineering—the extent to which the market might accommodate additional engineering jobs.
'If demand for software were like demand for colonoscopies, no improvement in speed or reduction in costs would create a mad rush for the proctologist's office,' Autor says. 'But if demand for software is like demand for taxi services, then we may see an Uber effect on coding: more people writing more code at lower prices, and lower wages.'
Yegge's experience shows that perspectives are evolving. A prolific blogger as well as coder, Yegge was previously doubtful that AI would help produce much code. Today, he has been vibe-pilled, writing a book called Vibe Coding with another experienced developer, Gene Kim, that lays out the potential and the pitfalls of the approach. Yegge became convinced that AI would revolutionize software development last December, and he has led a push to develop AI coding tools at his company, Sourcegraph.
'This is how all programming will be conducted by the end of this year,' Yegge predicts. 'And if you're not doing it, you're just walking in a race.' The Vibe-Coding Divide
Today, coding message boards are full of examples of mobile apps, commercial websites, and even multiplayer games all apparently vibe-coded into being. Experienced coders, like Yegge, can give AI tools instructions and then watch AI bring complex ideas to life.
Several AI-coding startups, including Cursor and Windsurf have ridden a wave of interest in the approach. (OpenAI is widely rumored to be in talks to acquire Windsurf).
At the same time, the obvious limitations of generative AI, including the way models confabulate and become confused, has led many seasoned programmers to see AI-assisted coding—and especially gung-ho, no-hands vibe coding—as a potentially dangerous new fad.
Martin Casado, a computer scientist and general partner at Andreessen Horowitz who sits on the board of Cursor, says the idea that AI will replace human coders is overstated. 'AI is great at doing dazzling things, but not good at doing specific things,' he said.
Still, Casado has been stunned by the pace of recent progress. 'I had no idea it would get this good this quick,' he says. 'This is the most dramatic shift in the art of computer science since assembly was supplanted by higher-level languages.'
Ken Thompson, vice president of engineering at Anaconda, a company that provides open source code for software development, says AI adoption tends to follow a generational divide, with younger developers diving in and older ones showing more caution. For all the hype, he says many developers still do not trust AI tools because their output is unpredictable, and will vary from one day to the next, even when given the same prompt. 'The nondeterministic nature of AI is too risky, too dangerous,' he explains.
Both Casado and Thompson see the vibe-coding shift as less about replacement than abstraction, mimicking the way that new languages like Python build on top of lower-level languages like C, making it easier and faster to write code. New languages have typically broadened the appeal of programming and increased the number of practitioners. AI could similarly increase the number of people capable of producing working code. Bad Vibes
Paradoxically, the vibe-coding boom suggests that a solid grasp of coding remains as important as ever. Those dabbling in the field often report running into problems, including introducing unforeseen security issues, creating features that only simulate real functionality, accidentally running up high bills using AI tools, and ending up with broken code and no idea how to fix it.
'AI [tools] will do everything for you—including fuck up,' Yegge says. 'You need to watch them carefully, like toddlers.'
The fact that AI can produce results that range from remarkably impressive to shockingly problematic may explain why developers seem so divided about the technology. WIRED surveyed programmers in March to ask how they felt about AI coding, and found that the proportion who were enthusiastic about AI tools (36 percent) was mirrored by the portion who felt skeptical (38 percent).
'Undoubtedly AI will change the way code is produced,' says Daniel Jackson, a computer scientist at MIT who is currently exploring how to integrate AI into large-scale software development. 'But it wouldn't surprise me if we were in for disappointment—that the hype will pass.'
Jackson cautions that AI models are fundamentally different from the compilers that turn code written in a high-level language into a lower-level language that is more efficient for machines to use, because they don't always follow instructions. Sometimes an AI model may take an instruction and execute better than the developer—other times it might do the task much worse.
Jackson adds that vibe coding falls down when anyone is building serious software. 'There are almost no applications in which 'mostly works' is good enough,' he says. 'As soon as you care about a piece of software, you care that it works right.'
Many software projects are complex, and changes to one section of code can cause problems elsewhere in the system. Experienced programmers are good at understanding the bigger picture, Jackson says, but 'large language models can't reason their way around those kinds of dependencies.'
Jackson believes that software development might evolve with more modular codebases and fewer dependencies to accommodate AI blind spots. He expects that AI may replace some developers but will also force many more to rethink their approach and focus more on project design.
Too much reliance on AI may be 'a bit of an impending disaster,' Jackson adds, because 'not only will we have masses of broken code, full of security vulnerabilities, but we'll have a new generation of programmers incapable of dealing with those vulnerabilities.' Learn to Code
Even firms that have already integrated coding tools into their software development process say the technology remains far too unreliable for wider use.
Christine Yen, CEO at Honeycomb, a company that provides technology for monitoring the performance of large software systems, says that projects that are simple or formulaic, like building component libraries, are more amenable to using AI. Even so, she says the developers at her company who use AI in their work have only increased their productivity by about 50 percent.
Yen adds that for anything requiring good judgement, where performance is important, or where the resulting code touches sensitive systems or data, 'AI just frankly isn't good enough yet to be additive.'
'The hard part about building software systems isn't just writing a lot of code,' she says. 'Engineers are still going to be necessary, at least today, for owning that curation, judgment, guidance and direction.'
Others suggest that a shift in the workforce is coming. 'We are not seeing less demand for developers,' says Liad Elidan, CEO of Milestone, a company that helps firms measure the impact of generative AI projects. 'We are seeing less demand for average or low-performing developers.'
'If I'm building a product, I could have needed 50 engineers and now maybe I only need 20 or 30,' says Naveen Rao, VP of AI at Databricks, a company that helps large businesses build their own AI systems. 'That is absolutely real.'
Rao says, however, that learning to code should remain a valuable skill for some time. 'It's like saying 'Don't teach your kid to learn math,'' he says. Understanding how to get the most out of computers is likely to remain extremely valuable, he adds.
Yegge and Kim, the veteran coders, believe that most developers can adapt to the coming wave. In their book on vibe coding, the pair recommend new strategies for software development including modular code bases, constant testing, and plenty of experimentation. Yegge says that using AI to write software is evolving into its own—slightly risky—art form. 'It's about how to do this without destroying your hard disk and draining your bank account,' he says.

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles
Yahoo
an hour ago
- Yahoo
Nuclear Air Filtration for HVAC Managers: Why the Nuclear Comeback Demands Next-Gen Filtration Standards
The Big Reveal: What HVAC Managers Must Know About High-Performance Filtration. Camfil Nuclear air filters are used for containment control during dismantling or maintenance work at a nuclear sites. Nuclear Energy is Making a Comeback in the U.S. Why Advanced Air Filtration is More Vital Than Ever Riverdale, NJ, June 14, 2025 (GLOBE NEWSWIRE) -- Learn how Camfil supports safe nuclear energy expansion in the U.S. with cutting-edge containment solutions. With nuclear energy making a significant comeback in the United States as a reliable and carbon-free power source, advanced air filtration systems are playing a pivotal role in ensuring safety and operational integrity. Camfil, a global leader in clean air solutions, emphasizes the essential role of containment and air filtration technology in supporting the safe expansion of nuclear power with an extensive new guide. The U.S. government's goal to triple nuclear energy capacity by 2050 and the 20% increase in planned nuclear reactor projects reported in 2023 signal a pivotal shift towards sustainable energy solutions. Large technology companies such as Amazon, Google, and Meta are also investing in nuclear power to meet their ambitious clean energy goals, highlighting its importance as part of the renewable energy ecosystem. However, the expansion of nuclear energy production demands a renewed focus on maintaining safety standards. Modern nuclear facilities must integrate robust safety measures to mitigate airborne hazards and prevent the release of radioactive contaminants. Advanced filtration systems are essential for managing these risks, ensuring that nuclear energy remains a viable and sustainable solution for addressing the challenges of global energy demand. "Containment of airborne contaminants and air filtration play a critical role in ensuring the safety and operational integrity of nuclear power plants," said Paul Charbonneau, Nuclear Air Filtration Systems Segment Manager at Camfil, "As the nuclear industry experiences a renaissance, advanced containment and filtration systems serve as a key enabler, reinforcing the viability of nuclear energy as a sustainable and secure power source. Camfil remains dedicated to driving innovation in containment and air filtration technology, continuously developing solutions that meet the highest safety and performance standards." The guide details Camfil's proven track record in pioneering nuclear air filtration, dating back to 1963. The company's innovative containment solutions, such as the CamContain series, are specifically engineered for high-risk environments such as nuclear facilities. Featuring HEPA filters designed to capture 99.97% of particles as small as 0.3 microns, gas-tight stainless-steel construction, and advanced mechanisms such as bag-in/bag-out (BIBO) systems for safe filter replacement, these cutting-edge solutions ensure optimal safety and efficiency. Regulatory bodies, including the U.S. Nuclear Regulatory Commission (NRC), continue to mandate stringent standards for air filtration and containment systems to protect workers, local communities, and the environment. Camfil's technologies are designed to meet and exceed these requirements, providing nuclear facilities with reliable, state-of-the-art solutions for airborne hazard management. As the U.S. harnesses the potential of nuclear power to achieve both energy security and sustainability goals, Camfil's air filtration solutions remain at the forefront of maintaining safety and reinforcing public confidence in this vital energy source. Learn more by accessing the full guide: About Camfil Camfil Nuclear Air Filtration & HVAC The Camfil Group is headquartered in Stockholm, Sweden, and has 29 manufacturing sites, six R&D centers, local sales offices in 35+ countries, and 5,700 employees and growing. We proudly serve and support customers in a wide variety of industries and communities across the world. To discover how Camfil USA can help you to protect people, processes, and the environment, visit us at Contact Information Lynne Laake Camfil USA Air Filters Phone: 888-599-6620 Email: Attachment Nuclear Energy is Making a Comeback in the U.S. Why Advanced Air Filtration is More Vital Than Ever


Forbes
2 hours ago
- Forbes
These New Pixel 10 Features Will Challenge The Competition
The new Pixel 9 With the launch of Android 16, many expect the first smartphones to ship with the latest version of the OS will be Google's Pixel 10 and Pixel 10 Pro. While the focus will no doubt be placed on both the new capabilities of Android and the increased application of artificial intelligence, some huge hardware changes should not go unnoticed. The changes focus on the camera. It's already clear that Google is adding a telephoto lens to the Pixel 10; the Pixel 9's wide-angle and ultrawide-angle lens will be joined by a telephoto lens. This isn't a direct addition… the Pixel 9's with the 50 megapixel wide and 48 megapixel ultrawide will be bumped down to a 48 megapixel wide and 13 megapixel ultrawide pairing (a pairing that matches that of the Pixel 9a). Nevertheless, the telephoto will be welcome both in use and by the marketing team. The camera system is expected to feature gimbal-like stabilization across the entire Pixel 10 family. Using a mix of optical image stabilization, software-based electronic image stabilization, and AI algorithms, the Pixel 10 camera system should allow for sharper images thanks to the steadying influence of the hardware compensating for dynamic movement while the phone's camera is being used. The Pixel 10 has a critical role to play in the smartphone ecosystem. As the entry-level Pixel smartphone, it will challenge the current 'flagship-killer' handsets in price and capability. With it, Google will be looking to set the standard that consumers should expect at this price point. While the Pixel range plays a part in defining what it means to be a smartphone—be it a flagship, a foldable, or the base function of a phone—the Pixel 10 will arguably be the Pixel that can have the most significant impact on the ecosystem. Adding a telephoto lens and image stabilisation sets another marker for the competition. Whether it is a justification for a decision already made in their design process, or a push to include these elements in the next phone, the Pixel 10 represents Google's image of what a smartphone should be. And that view now includes some big steps forward for the camera. Now read the lates Pixel 10 and Android headlines in Forbes' weekly smartphone digest...

Wall Street Journal
2 hours ago
- Wall Street Journal
These Charts Show Why Wall Street's Gloom Over Deals Is Overblown
Wall Street bankers who were bemoaning a slowdown in deals are finding themselves now looking at a reasonably solid year. Maybe. The mood in M&A circles has been lukewarm under President Trump despite a number of megadeals this year, including Google's $32 billion agreement to purchase the cybersecurity startup Wiz and Charter Communications's $22 billion deal for Cox Communications. The damped enthusiasm is partly a result of dashed hopes: Many bankers had believed the Trump administration would usher in a surge in mergers and acquisitions after a relative lull in the past few years.