← Latest papers
💻 computer science

Changes in Coding Behavior and Performance Since the Introduction of LLMs

This quasi-longitudinal study of a graduate cloud computing course reveals that since the introduction of LLMs, students' coding behaviors have shifted toward longer but less iterative submissions with diminished learning gains, suggesting that over-reliance on these tools may be negatively impacting both productivity and educational outcomes.

Original authors: Yufan Zhang, Jaromir Savelka, Seth Copen Goldstein, Michael Conway

Published 2026-01-23
📖 4 min read☕ Coffee break read

Original authors: Yufan Zhang, Jaromir Savelka, Seth Copen Goldstein, Michael Conway

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Magic Pen" Experiment

Imagine a cooking class where students have to bake a specific cake every semester. For five years, the teacher watched how they baked. Then, in late 2022, a "Magic Pen" (Large Language Models or LLMs) became available. This pen could write the recipe and even mix the batter for the students if they asked.

The researchers wanted to know: Did the Magic Pen help the students learn to bake better, or did it just make the cakes look fancy while the students forgot how to bake?

They looked at 10 semesters of data (5 years before the Magic Pen and 5 years after) from a graduate-level computer science class. They focused on one specific coding assignment that never changed, acting like that unchanging cake recipe.

What They Found: The "Bloat" Effect

The researchers noticed some very strange things happening after the Magic Pen arrived:

  1. More Swaps, Less Improvement: Before the Magic Pen, students would make small, careful changes to their code to fix errors. After the Magic Pen, students started making huge, sweeping changes between submissions.

    • The Analogy: Imagine you are editing a sentence. Before, you might change one word to fix a typo. After the Magic Pen, you might delete the whole paragraph and paste in a new one that is three times longer, even if the new version isn't actually better.
    • The Data: The amount of code students changed between attempts tripled. The total amount of code they submitted grew by 500%.
  2. The "Perfect Score" Illusion: Almost everyone still got a perfect score on the specific assignment.

    • The Analogy: It's like everyone in the class suddenly got an "A" on the test. But the teacher realized that the students who got "A"s were just copying the answer key from the Magic Pen, not actually understanding the math. The grade didn't tell the whole story anymore.
  3. The "Slower Learner" Signal: The researchers measured how much a student's score improved with each new attempt.

    • The Analogy: Think of it like climbing a ladder. Before the Magic Pen, every time a student moved up a rung, they got significantly closer to the top. After the Magic Pen, students were climbing the ladder much faster (making more changes), but they weren't getting any closer to the top. They were just spinning their wheels.
    • The Data: The "score improvement per change" dropped significantly. Students were working harder (more edits) but learning less.

The Team Project Twist

The study also looked at a group project where students built a website together.

  • The Result: Team scores actually went up slightly after the Magic Pen arrived.
  • The Analogy: It's like a sports team where one player brings a super-fast robot to the game. The team wins more games, but the human players might not be getting any stronger. The robot is doing the heavy lifting, masking the fact that the humans might not be contributing as much as before.

The "Centaur" Warning

The authors compare the future of work to Chess.

  • In chess, a "Centaur" is a team of a human and a computer working together. These teams are better than humans alone or computers alone.
  • The Problem: The researchers worry that students are becoming like a chess player who has forgotten how to move the pieces because they are just telling the computer what to do.
  • They found that students who relied heavily on the Magic Pen (indicated by those huge, bloated code changes) actually did slightly worse on other individual assignments. It suggests that while the Magic Pen helps you finish the task, it might be hurting your ability to learn the skills needed to do the task on your own.

The Bottom Line

The paper concludes that while students are still getting good grades, their behavior has changed in a way that suggests they are over-relying on AI.

  • They are submitting longer, messier code.
  • They are making more changes without learning much from them.
  • They are getting perfect scores on simple tasks, but their overall learning efficiency seems to be dropping.

The authors warn that schools and employers need to rethink how they measure "skill." Just because a student can produce a perfect result with a Magic Pen doesn't mean they know how to bake the cake. They need to figure out how to teach students to be the chess masters who guide the computer, rather than just the people who press the "go" button.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →