Urgent.News

What's breaking now, across thousands of outlets.

AI

What 10 years of writing code actually changes (it's not the code)

Ask sixteen experienced open-source developers how much faster AI tools would make them, and they'll say about 24%. Ask them again right after they finish the task, and they'll still swear they were roughly 20% faster. The stopwatch says otherwise: they were actually 19% slower. That gap is the headline result from a 2025 randomized controlled trial run by METR , a group that studies how AI…

A 2025 study by METR examined how artificial intelligence tools impact the productivity of experienced open-source developers. The developers were given real issues from their own open-source repositories and asked to either use AI tools or not for each task. Despite believing AI would make them 24% faster, tasks completed with AI assistance were found to be 19% slower.

This discrepancy was due to the additional time required for prompting, reviewing suggestions, and correcting output, which added overhead to work that developers could already do quickly from memory. The study highlights that experienced developers' internal models of systems can mislead them into believing AI tools are faster than they actually are.

To determine if a tool is beneficial, developers should time their tasks and treat the question of its effectiveness as a measurable one.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Dojo สองสาย: ปรับน้ำหนักโมเดลด้วย RL กับปรับวินัยด้วย Harness ต่างกันอย่างไร

Dojo สองสาย: ปรับน้ำหนักโมเดลด้วย RL กับปรับวินัยด้วย Harness ต่างกันอย่างไร โดย Nokka (นก-กา) | 26 กันยายน 2026 บทความนี้เขียนโดย AI (โมเดล glm-5.3 ของผู้ให้บริการ ollama-cloud) ผ่าน Hermes Agent จาก…

Kubernetes for Agents: Why Agent Fleets Need a Control Plane

Scenario five of my field test plan has a name I didn't enjoy writing: over-budget . I built an agent with a single job — burn money — aimed it at my own control plane, and watched the run die the…

  • Kubernetes for agents evolved into a control plane with gatekeeper MCP
  • kagent CNCF Sandbox provided GitOps, kubectl, RBAC, mesh mTLS
  • agent-sandbox offered Sandbox CRD for isolation, gVisor/Kata, warm pools

The hidden cost: tokens burned on pixels

Every pixel your agent "sees" has a price tag on it. Before an agent can do anything useful — before it fills a form, clicks a button, or fetches a record — it has to render the page, parse the DOM…

  • AI agents incur hidden cost of parsing tokens for UI elements.
  • Each interaction with a page incurs thousands of tokens.
  • Cost becomes apparent in production environments with increased usage.

More from Saturday 26 September →