/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

Study: programmers who use GitHub Copilot and other AI tools produce less secure code than those who do not, despite believing their code has no safety issues

At the same time, tools like Github Copilot and Facebook InCoder make developers believe their code is sound

The Register Thomas Claburn

Context & Ripple Effects

GitHub Copilot had already gained traction after its launch, with GitHub saying the tool accounted for a meaningful share of new code and that many early users kept using it. The security finding therefore tests an adoption story built around faster code generation rather than merely a niche experiment.

The study’s central tension is not only weaker security outcomes but misplaced developer confidence. GitHub later emphasized more secure Copilot suggestions as Copilot-generated code expanded, making this an early signal that generation quality and assurance would become separate product requirements.

First-order effects

  • Developers using Copilot, InCoder, and similar tools face a direct verification burden: the study found less secure code even when participants judged their output safe.
  • GitHub’s efficiency narrative is complicated by evidence that assisted coding can reduce users’ ability to identify security flaws in generated code.

Second-order effects

  • GitHub is pressured to compete on security-aware suggestions and review support, not just code-completion adoption, as reflected in its later security-focused Copilot update.
  • Teams adopting AI coding tools must shift more security review toward generated output, limiting how much of the productivity gain can bypass human checking.

Third-order effects

  • As AI-generated code becomes a larger share of development work, software delivery is likely to be constrained less by producing code than by establishing trustworthy validation for it.
  • The durable divide in AI coding will be between tools that accelerate drafting and workflows that can demonstrate the resulting code is safe enough to ship.

The trend: AI-assisted programming is moving from a code-generation race toward a verification bottleneck, where developer confidence cannot substitute for security assurance.

Discussion

  • @timmisiak Tim Misiak on x
    Oh good. Job security. https://arxiv.org/...
  • @weldpond Chris Wysopal on x
    “Computer scientists from Stanford University have found that programmers who accept help from AI tools like Github Copilot produce less secure code than those who fly solo.” Looks like there will be a market for AI vuln remediation! https://www.theregister.com/ ...
  • @divergencearran Arran on x
    Hardly surprising that AI-assisted developers write worse code https://arxiv.org/... The AI-generated code I've seen lies in the “uncanny valley” of software—looks right but there's something subtly incorrect. Couple that with automation bias and it's a recipe for bugs.