Skip to main content
  1. Home
  2. Computing
  3. News

AI coding work is shifting fast, and your career path may split

A new Science-backed analysis finds AI-assisted code is accelerating, but the biggest gains land with seasoned developers, not newcomers, changing how you should skill up.

Add as a preferred source on Google
Accessories, Glasses, Computer Hardware
Kevin Ku / Unsplash

AI coding work is shifting fast, and the upside isn’t landing evenly.

A study published in Science suggests AI-assisted coding is now woven into everyday software creation on GitHub. The authors tracked Python development over time and used a purpose-built detector to flag code that likely came from generative assistants such as ChatGPT or GitHub Copilot.

Recommended Videos

For early-career developers, the signal is messy. Newer programmers lean on these tools more, yet the clearest performance gains show up among veterans. In other words, AI tends to reward people who already know how to steer it.

How the study tracked AI code

Instead of relying on surveys, the analysis focused on Python functions posted to GitHub and followed how individual developers changed over time. The method centered on a trained model designed to identify patterns associated with AI-generated code.

That allowed the researchers to compare adoption across countries and experience levels, then connect usage to outcomes like commit activity and the range of libraries developers used. It watches what shows up in real repos, not what people say they do.

Why experience changes the payoff

Here’s the hard part. Generative coding tools don’t behave like a universal boost. Less experienced developers appear to use them more often, but the measurable gains concentrate among senior developers, including higher output and broader library usage.

One likely explanation is judgment. Experienced developers tend to ask sharper questions, spot mistakes faster, and know when to ignore a plausible-looking answer. In that framing, AI coding work amplifies strong decision-making, not just speed.

What you should do next

If you’re early-career, treat a copilot like a calculator, not a shortcut. Use it to draft boilerplate, explore unfamiliar libraries, and spin up tests, then make yourself explain every line you keep. Do that consistently and you’ll learn faster than prompting alone. Check out the best AI tools for coding.

If you’re job hunting, build proof you can evaluate code, not just generate it. Clear READMEs, disciplined commits, and thoughtful code reviews will matter more as AI-assisted coding becomes normal. Watch for interviews that emphasize debugging and verification over memorized syntax.

Paulo Vargas
Paulo Vargas is an English major turned reporter turned technical writer, with a career that has always circled back to…
A simple coding mistake is exposing API keys across thousands of websites
Security gaps that are easier to miss than you think
Computer, Electronics, Laptop

After analyzing 10 million webpages, researchers have found thousands of websites accidentally exposing sensitive API credentials, including keys linked to major services like Amazon Web Services, Stripe, and OpenAI.

This is a serious issue because APIs act as the backbone of the apps we use today. They allow websites to connect to services like payments, cloud storage, and AI tools, but they rely on digital keys to stay secure. Once exposed, API keys can allow anyone to interact with those services with malicious intent.

Read more
AMD’s latest Ryzen 9 9950X3D2 pushes X3D to the limit
Dual 3D V-Cache, higher power, and a focus on enthusiast performance
AMD Ryzen 9 9950X3D2 FEatured

AMD has unveiled what might be its most extreme desktop CPU yet, the Ryzen 9 9950X3D2. And it’s going all-in on one thing: cache.

https://twitter.com/jackhuynh/status/2037159705395491033?s=20

Read more
Next-gen AI breakthrough promises chatbots that can read the room better
Researchers are teaching AI chatbots to read between the lines
Generative AI

Have you ever asked a chatbot something and felt like it completely missed your point? You say something with a bit of nuance, and the AI misses the subtlety entirely. That is exactly the problem researchers are trying to solve.

Even though the emotional connection with AI can feel deeper than human conversation for many users, most AI systems today still treat a sentence as a single block of sentiment. If you mix praise and criticism, the nuance often gets lost.

Read more