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

Introducing ChatGPT Pulse

How To Download And Use It, Key Features, More

Microsoft, Curated for You collaborate on AI-based fashion discovery

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
Andrej Karpathy

Why developers rely on AI they doubt

By Advanced AI EditorSeptember 25, 2025No Comments3 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Developers share a “trust paradox” when using AI tools for coding, suggests Google’s new DORA 2025 “State of AI-assisted Software Development” research report. On the one hand, they find AI outputs useful and valuable. On the other hand, they stop short of fully trusting them.

The findings of the report, released on September 23, suggest AI is being integrated less as a replacement for human judgment and more as a supportive tool—accelerating workflows, boosting productivity, and improving efficiency, while developers retain the final say.

In this context, it’s important to note that generative AI (GenAI) is rewriting how software gets built, making English the “hottest programming language”, as Andrej Karpathy, AI researcher and former Tesla AI director, put it. He coined the term “vibe coding” to explain the shift where developers no longer labour over every line of code but instead describe what they want in plain English, and large language models (LLMs) generate the rest.

Vibe coding marks a leap from no-code and low-code platforms like Bubble and FlutterFlow, which let non-technical users drag and drop elements to build apps. Those frameworks opened up software creation but imposed limits on customization. Vibe coding removes that ceiling: AI produces raw code that developers can freely adapt. It also goes further than AI-assisted coding. Tools like GitHub Copilot speed up tasks by auto-completing functions, suggesting optimizations, or helping with debugging. But the process is still structured and developer-driven.

Vibe coding flips that hierarchy. Here, the developer sets the intent, and AI becomes an adaptive co-creator, generating, refining, and reworking code dynamically. Consider the case of a weather app. Traditionally, a developer sets up the React UI and writes functions to fetch data, while AI offers suggestions.

In vibe coding, a simple prompt—“Build a React weather app with a clean UI showing temperature and humidity”—produces a full project, complete with application programming interface (API) integration. Iteration is equally natural: “Add voice search” or “Change the background based on weather”. Even debugging is transformed. Instead of manually parsing error logs, a developer can say: “Fix this Python script so it runs 30% faster without errors.” The AI debugs, optimizes, and even refactors code automatically.

AI-assisted coding, thus, accelerates human workflows while vibe coding reframes them, resulting in faster builds. But is the code generated thus, accurate, and fit for project if left unsupervised?

Google’s DORA report insists that AI is a transformative tool for developers, but realizing its full potential requires more than just adoption. It demands that organizations evolve their culture, processes and systems to support a new era of software development. According to Google, the “trust but verify” approach when using AI tools, is a sign of mature adoption.

AI adoption among software professionals has surged to 90%, up 14% from last year, according to DORA 2025. Developers, product managers, and others now weave AI into their daily workflows, typically spending about two hours a day with these tools.

The reliance is significant: 65% report using AI heavily, with 37% leaning on it a “moderate amount,” 20% “a lot,” and 8% “a great deal.” The benefits are clear. Over 80% of respondents say AI has boosted their productivity, while 59% credit it with improving code quality.

Google has also introduced a new blueprint, the DORA AI Capabilities Model, comprising seven essential capabilities to amplify AI’s impact. These include drafting a clear AI policy, a healthy data ecosystem, a quality internal platform, and having a user-centric focus.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleJoe Green + Gunderson’s AI Journey – Artificial Lawyer
Next Article AI or humans in customer service? Preference depends on situation, large study shows
Advanced AI Editor
  • Website

Related Posts

AI’s Boon and Risks for Developers

September 20, 2025

AI researcher Andrej Karpathy says he’s “bearish on reinforcement learning” for LLM training

August 30, 2025

Ex-OpenAI scientist, Andrej Karpathy, is “bearish on reinforcement learning” in the long-term

August 29, 2025

Comments are closed.

Latest Posts

Burmese Curator Flees Thailand After China Censors Art Exhibition

New Research Reveals Source for Dog in Rembrandt’s ‘Night Watch’

Treasures Recovered from Titanic Sister Ship Britannic Off Greek Coast

Superheroes Take Over the Met Opera House in “Super Duper”

Latest Posts

Introducing ChatGPT Pulse

September 25, 2025

How To Download And Use It, Key Features, More

September 25, 2025

Microsoft, Curated for You collaborate on AI-based fashion discovery

September 25, 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

  • Introducing ChatGPT Pulse
  • How To Download And Use It, Key Features, More
  • Microsoft, Curated for You collaborate on AI-based fashion discovery
  • SIM-CoT: Supervised Implicit Chain-of-Thought – Takara TLDR
  • Google DeepMind unveils its first “thinking” robotics AI

Recent Comments

  1. mibegaHug on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. chertezhi-169 on Apple’s Lack Of New AI Features At WWDC Is ‘Startling,’ Expert Says – Apple (NASDAQ:AAPL)
  3. chertezhi-474 on MIT’s Xstrings facilitates 3D printing parts with embedded actuation | VoxelMatters
  4. chertezhi-604 on A CNN-based Local-Global Self-Attention via Averaged Window Embeddings for Hierarchical ECG Analysis
  5. Situs Judi Bola 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.