Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    DLSS 5 backlash: Nvidia’s CEO says gamers are ‘completely wrong’

    Open source Mamba 3 arrives to surpass Transformer architecture with nearly 4% improved language modeling, reduced latency

    Subnautica 2 might finally be entering early access in May

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      What the polls say about how Americans are using AI

      February 27, 2026

      Tensions between the Pentagon and AI giant Anthropic reach a boiling point

      February 21, 2026

      Read the extended transcript: President Donald Trump interviewed by ‘NBC Nightly News’ anchor Tom Llamas

      February 6, 2026

      Stocks and bitcoin sink as investors dump software company shares

      February 4, 2026

      AI, crypto and Trump super PACs stash millions to spend on the midterms

      February 2, 2026
    • Business

      Mistral AI launches Forge to help companies build proprietary AI models, challenging cloud giants

      March 18, 2026

      Tracebit raises $20M to scale cloud honeypots as enterprise deception security grows

      March 18, 2026

      Nvidia’s DGX Station is a desktop supercomputer that runs trillion-parameter AI models without the cloud

      March 17, 2026

      Nvidia introduces Vera Rubin, a seven-chip AI platform with OpenAI, Anthropic and Meta on board

      March 17, 2026

      Salesforce tracks possible ShinyHunters campaign targeting its users

      March 15, 2026
    • Crypto

      Banks Respond to Kraken’s Federal Reserve Access as Trump Sides with Crypto

      March 4, 2026

      Hyperliquid and DEXs Break the Top 10 — Is the CEX Era Ending?

      March 4, 2026

      Consensus Hong Kong 2026: The Institutional Turn 

      March 4, 2026

      New Crypto Mutuum Finance (MUTM) Reports V1 Protocol Progress as Roadmap Enters Phase 3

      March 4, 2026

      Bitcoin Short Sellers Caught Off Guard in New White House Move

      March 4, 2026
    • Technology

      DLSS 5 backlash: Nvidia’s CEO says gamers are ‘completely wrong’

      March 18, 2026

      Open source Mamba 3 arrives to surpass Transformer architecture with nearly 4% improved language modeling, reduced latency

      March 18, 2026

      Subnautica 2 might finally be entering early access in May

      March 18, 2026

      Meta will shut down VR Horizon Worlds access in June

      March 18, 2026

      Why AI systems don’t learn – On autonomous learning from cognitive science

      March 18, 2026
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Gaming»How useful is AI for coding?
    Gaming

    How useful is AI for coding?

    TechAiVerseBy TechAiVerseMarch 18, 2026No Comments12 Mins Read4 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    How useful is AI for coding?
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    How useful is AI for coding?

    This article is part of AI Week.

    Since the start of the current wave of excitement around generative AI, coding has been viewed as a field that is ripe for implementation of the tech. After all, the dream that big tech firms have envisioned for AI is that it will replace repetitive, tiresome work. “Vibe coding” has become the buzzword of choice, with AI companies painting a picture of a world where anyone can magic up an app using their technology.

    The tech has become a contentious topic. Companies like Nexon and Krafton have gone all-in on AI, while others have employed it selectively or rejected it outright. Google’s Project Genie crashed game stocks with the suggestion that whole game worlds could be prompted into life, while some developers have expressed regret that AI hasn’t been as transformative as they’d hoped.

    But what do the programmers actually using AI think? According to a Stack Overflow survey published in 2025, 47.7% of developers are using AI tools daily, with 36.8% viewing the technology “favourably.” Yet surveys only tell part of the story.

    To get a sense of how the tech is actually being used – and whether it lives up to the hype – GamesIndustry.biz approached a number of coders across the field of game development with a simple question: How useful is AI for coding?

    The case for

    Kristinn Þór Sigurbergsson, director of gameplay engineering at Eve Online maker CCP, says that the company is using “AI tools extensively in code-related work”, although he adds that “how useful they are depends very much on the task at hand.”

    For the Icelandic studio, part of the allure of these AI models is that they can help developers quickly get to grips with “a large and mature codebase,” like that found in the company’s 23-year-old MMO.

    Eve Online maker CCP is using AI tools “extensively” for code-related work. | Image credit: CCP

    “Opening the project in tools like Cursor or Claude Code can bring you up to speed remarkably quickly,” Sigurbergsson explains. “They’re particularly strong at codebase navigation, summarisation, and tracing logic across files.”

    He adds that AI has uses in debugging, although the company has had “less success” when simply asking the tech for a fix in this field. “The suggested solution is surprisingly often to suppress a log line, which occasionally is correct, but certainly not most of the time,” notes Sigurbergsson. “It still requires experienced judgement.”

    The CCP director says that the biggest difference now that it is employing AI is that developers spend more time in the planning and review stage, and less time implementing code. “An interesting side effect is that teams are often braver in the planning phase,” he says. “The ‘cost of being wrong’ is lower, because implementation is faster to iterate on. That shifts the energy toward design thinking rather than typing.”

    CCP devs are also using AI for prototyping features or behaviours in Eve Online; Sigurbergsson says this is “very rarely production-ready code – and it isn’t intended to be – but it’s extremely effective as a communication and exploration tool.”

    “Something that might have taken half a day can now be done in minutes”

    Kristinn Þór Sigurbergsson

    However, he says the biggest area of change is non-production code, where AI has been “transformative”.

    “We frequently need to write small scripts to generate data, investigate issues, or automate one-off tasks,” Sigurbergsson says. “In those cases, we care far more about the output than the elegance of the code. The value proposition of writing a script versus doing manual work has shifted dramatically: something that might have taken half a day can now be done in minutes.”

    Indie veteran Cliff Harris of Positech has similarly been enamoured by AI. He describes using Anthropic’s Claude model to code as “life-changing”.

    “I have learned more about obscure algorithms and optimisations in C++ in the last year than in the previous fifteen years,” he tells GamesIndustry.biz. “I’ve been coding since 1981, at age 11, and have 45 years of experience as a developer, and I find simply using Claude to bounce ideas off and help me find bugs to be incredibly useful. Anybody coding without using a premium SOTA LLM is coding with one hand behind their backs.”

    Garry Newman, the founder of Facepunch Studios, maker of Rust and Garry’s Mod, also says that AI can make his job easier, noting that using ChatGPT or a similar tool to explain something to him rather than Google is “an evolution of coding.”

    “If I want to refactor, I don’t have to spend 10 minutes copying and pasting the same shit into 30 different files; I can just spend five minutes arguing with Claude into doing it for me,” he says.

    Garry Newman was behind the phenomenally successful Garry’s Mod. | Image credit: Valve

    Newman adds that he isn’t concerned about AI replacing coders such as himself, saying that the tech is making him better at his job. “Some people worry that it enables anyone to do my job, but I don’t think that’s true. It’s making me a better coder. It’s making it so I can work faster. I’m learning from it. I’m a better coder because of it,” he explains. “I’m not worried about it, I’m excited.”

    Like Newman, Mode 7 Games‘ Paul Kilduff-Taylor sees AI as having a “supporting role” within coding. “Many experienced coders I speak to use AI for quick references and cues, as current ‘reasoning’ models, which display very low levels of hallucination, are effective for this use case,” he says. “Casting AI in a ‘supporting role’, such as offering suggestions for optimisation or debugging, quickly interrogating documentation, or being a sounding board, is becoming much more common.”

    The case against

    While many have been impressed by AI’s ability to help in writing code, others have concerns, or feel like there are severe limitations to what the technology is capable of.

    While Kilduff-Taylor concedes that it has “never been easier” to get a game up and running thanks to AI, there are some limitations on what the technology can output, not least that humans do not create things in the same way an AI does.

    “Working with code you don’t personally understand in a structure you don’t control scales extremely poorly, and current commercial AI systems don’t yet have access to context windows which can encompass something like an entire Unity project,” he says. “This is the reason that a lot of the ‘Wow AI made a game!?’ instances often make use of very lightweight frameworks or boil down to simplistic prototypes.”

    Concerns about having a complete understanding of the end result are also shared by Chet Faliszek of Stray Bombay, who has been an outspoken critic of the hype surrounding AI.

    “Could it help you write some small, discreet systems? Sure. Code is code, and you often aren’t reinventing the wheel,” the Valve veteran says. “But for instance, I am relearning C# as I learn Godot – I don’t just want an end output I don’t understand. I want to understand and make it, because then I understand what it’s good at. Often during that, you learn the little bits and pieces that make you think: ‘Oh wait, if I do damage this way, that means then I can improve it this way or offer these kinds of upgrades’.”

    Stray Bombay released The Anacrusis in 2023. | Image credit: Stray Bombay

    These anxieties are also felt by Bram Ridder, technical director at Kythera AI and formerly of Rebellion, who says that although he has used it to generate basic, “boilerplate” code, he has generally steered away from generative AI, “as it deprives you of understanding and learning. It is a useful tool, but not one that anyone should rely on.”

    Apprehension about the accuracy of AI’s output is a major concern for the developers GamesIndustry.biz spoke to. Generative AI models, at least at the moment, are prone to hallucination, meaning they confidently present incorrect information.

    “Anytime I’ve used AI, it’s more to brainstorm around a particular problem outside my knowledge base,” says Adam Grimley, senior programmer at Huey Games. “Even then, I usually take them with a massive grain of salt and will double-check their answers against papers, or human-written blogs and tutorials. It is a very slow process and usually only used when I feel I’ve exhausted most other avenues.”

    “When I last used AI, I found it immensely unhelpful and frustrating”

    Alex Darby

    Veteran technical director Alex Darby, who was formerly principal programmer at Bithell Games and Roll7, adds: “When I last used AI, I found it immensely unhelpful and frustrating to use AI programming tools; any perceived speed boosts were in the ‘it can type infinitely fast but produces nonsense at least 10–15% of the time’ category.

    “Once I realised it was not reliable, and that I couldn’t trust my ‘first glance acceptance’ of the code it generated, I ended up spending so much time reading, verifying and correcting the code that it would have been quicker for me to have just typed it myself the first time.”

    This concern is shared by Hannah Rose, a senior programmer at Fallen London developer Failbetter Games, who questions the value of models like Copilot that suggest paragraphs of code pulled from Stack Overflow or YouTube tutorials.

    “Having huge blocks of code taken from public codebases suggested for your project can save you the time of typing it out, but even in the best case, you lose some time reviewing that code, and then in most cases either editing it or just removing it entirely,” she says. “It’s a tradeoff where you save typing time and lose time thinking. I’ve very rarely found typing speed to be the main limiting factor to how fast I can work.”

    Matthew Davis of Subset Games describes AI as “completely unreliable as a coding tool” for anything beyond auto-complete functionality, adding that “it cannot be trusted to make something reliable and usable”.

    “When letting it make longer solutions, I inevitably have to burn more time debugging it than making it would have cost me to write it,” he continues. “And creating a larger code base you don’t fully understand exponentially increases the long-term technical debt. AI as it currently stands is, at best, an inefficient tool with an extreme cost.”

    Subset Games released Into the Breach in 2018.

    Beyond concerns over accuracy, other developers have problems with the nature of the code produced, and how AI forces them to change the way they work.

    Failbetter backend web developer Jem Frisby describes most AI-generated code as “rubbish.” The issue, from her point of view, is not so much the tech itself as how it is prioritised to operate.

    “It has poor architecture, it’s brittle, and is utterly disinterested in performance,” she explains. “Worse, it forces you to adapt to it; you have to take what it’s given you and figure out how to make it fit with what you already have. Software is a collaborative endeavour, and no one likes working with a ‘my way or the highway’ sort.”

    “It has poor architecture, it’s brittle, and is utterly disinterested in performance”

    Jem Frisby, Failbetter Games

    John Ogden, CTO at Huey Games, says that while AI “can be useful” at a functional level, this falls apart at the architectural level. “It is not a full-spectrum replacement for programmers,” he says.

    One instance in which he can see AI falling short is in console development, as a result of its closed nature. “AI will have had limited training that covers that stuff.”

    The “worst case” scenario, he thinks, would be where developers have used AI to create a large body of code that requires human debugging. “Any programmer who has worked with a system for a while will have a mental model of that system, especially if they were instrumental in writing it,” Ogden says. “With a large blob of AI code, you lose all that. AI is not going wake up in the middle of the night and realise there is a problem with some aspect of the system, or spend its evenings asking if there is a better way of doing it. You have effectively removed any aspect of general intelligence from the development.”

    Among those who have concerns about AI in coding, there are some who see a future in which the technology could work as those hyping it up say it can – but there are some substantial barriers to overcome first.

    “AI can be very stupid or surprisingly powerful”

    Paul Kilduff-Taylor, Mode 7 Games

    Darby thinks that the only way to get AI-generated code to work at a company-wide level would be to build your entire workflow around it. “Tech companies, I think, are more able to leverage this approach, because they are predominantly on the ‘massive suites of automated tests and continuous delivery’ process tip,” he says. “This demands a different approach to software architecture, which in turn means that any given chunk of code tends to be more modular and self-contained – to facilitate testing – and so less context is needed to write the code.”

    Meanwhile, Mode 7’s Kilduff-Taylor sees the main blocker to widespread AI usage within game coding is context.

    “AI can be very stupid or surprisingly powerful: there is definitely a dissonance between ‘stochastic parrot’ jumped-up-autocomplete idiocy at one end of the scale, and novel discoveries in physics at the other,” he says. “Context, scaffolding, and secondary systems are key to that.” He concludes: “We don’t yet have the right framework for this in games. Some people believe this is insurmountable – and I personally don’t have the insight to make a valid judgement on that, especially in the long term.”

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous Article“Can we meaningfully predict how things go?” How AI could shape how publishers invest
    Next Article Embark “mutually parts ways” with co-founder Rob Runesson following sexual misconduct allegations
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Ubisoft names general managers of Creative Houses 3 and 5, Creative Network

    March 18, 2026

    “Our engineers are quite for it… Artists are much more emotive.” When it comes to AI, HR is on the front line between management and employees

    March 18, 2026

    Embark “mutually parts ways” with co-founder Rob Runesson following sexual misconduct allegations

    March 18, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025727 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025308 Views

    Wired Headphones Are Making A Comeback, And We Have Gen Z To Thank

    July 22, 2025217 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 2025179 Views
    Don't Miss
    Technology March 18, 2026

    DLSS 5 backlash: Nvidia’s CEO says gamers are ‘completely wrong’

    DLSS 5 backlash: Nvidia’s CEO says gamers are ‘completely wrong’ Image: Nvidia / YouTube Summary…

    Open source Mamba 3 arrives to surpass Transformer architecture with nearly 4% improved language modeling, reduced latency

    Subnautica 2 might finally be entering early access in May

    Meta will shut down VR Horizon Worlds access in June

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    DLSS 5 backlash: Nvidia’s CEO says gamers are ‘completely wrong’

    March 18, 20263 Views

    Open source Mamba 3 arrives to surpass Transformer architecture with nearly 4% improved language modeling, reduced latency

    March 18, 20260 Views

    Subnautica 2 might finally be entering early access in May

    March 18, 20264 Views
    Most Popular

    The Best 3-in-1 Apple Charging Stations (2025)

    March 16, 20250 Views

    The 560-pound Twitter logo from its San Francisco headquarters is up for auction

    March 17, 20250 Views

    Styngr makes it easier to license music for video games

    March 18, 20250 Views
    © 2026 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

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