惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
S
SegmentFault 最新的问题
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Jina AI
Jina AI
WordPress大学
WordPress大学
U
Unit 42
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Developers are now validating code they didn't write — an...
Adrian Bridgwater · 2026-06-24 · via The New Stack | DevOps, Open Source, and Cloud Native News

With an eye on the huge downstream pressure that AI code tools are putting on software engineering teams, GitLab released its AI Accountability Report on Tuesday to assess which direction the “industry conversation” is moving in. 

The narrative now appears to have shifted from how quickly teams can generate code to whether they can actually control what they ship. 

The Harris Poll for GitLab surveyed 1,528 developers and technology buyers across six countries. Some 91% of organizations have two or more AI coding tools in active use, and 78% report that developers are writing and committing code faster since adopting AI tools. But speed is outpacing control, with 43% of respondents reporting they cannot reliably distinguish AI-generated code from human-written code in their own codebase. 

Manav Khurana, chief product and marketing officer at GitLab, tells The New Stack that his organization’s study sheds light on a governance gap opening up due to the sheer volume of code now being produced.

The AI code review bottleneck

“AI has shifted the bottleneck from writing code to reviewing it — 85% of our survey respondents confirmed this,” Khurana says. “Developers have an increased load of validating code they didn’t write and may not fully understand. The gains from writing code faster are washed away by the lag in days-long review cycles.”

He reminds us that, while the speed of software coding has increased, cutting code is only one part of the software development lifecycle (SDLC): Before coding comes requirements; throughout coding comes review, security, testing, and deployment; and after coding comes enhancements, integrations and maintenance.

Khurana thinks that the fix here is to use an agentic infrastructure that makes the rest of the software delivery process move at the same pace as agentic coding. That means machine scale execution, context across the full lifecycle, governance built into the flow, and orchestration across all layers.

“A developer reviewing an agent-generated merge request can see who invoked the agent and what issue it was tied to. What they often can’t see without pulling from multiple systems is what security findings it touched, what policy governed it, and whether the risk it introduced was ever resolved.” – Manav Khurana,

Next, we come to the toolchain problem. 

“Only 28% of organizations say their SDLC tools are fully integrated with shared data and workflows,” highlights Khurana. “A developer reviewing an agent-generated merge request can see who invoked the agent and what issue it was tied to. What they often can’t see without pulling from multiple systems is what security findings it touched, what policy governed it, and whether the risk it introduced was ever resolved.”

The GitLab mantra states that when governance is built into the platform, code reviews are automatic, based on the team and company’s policies. All agent actions are tied to an identity, logged against a policy, and surfaced in the review flow automatically. 

“The goal is to make the governance layer invisible to the developer so reviewers can focus on the decisions that require human judgment,” suggests Khurana.

What exactly is GitHub doing?

In terms of providing for machine-scale agentic execution, a new Git backend and interface have been developed, which the organization claims will “sustain millions of agent sessions reliably” and with blazing fast speed. In the company’s own testing processes, it has recorded seeing up to 50x faster wall clock time and up to 1000x less network traffic compared to the current generation of Git. 

“We have also engineered for context,” clarifies Khurana. “GitLab Orbit [introduced on June 10 this year] provides agents with a context graph connecting code, pipelines, work items, security findings, and production signals. In our testing, we’re seeing agents work up to 11x faster, require 4.5x fewer tokens, and have 45x fewer hallucinations. More notably, agents can now answer questions they previously couldn’t because they can get all the context they need with a single graph call.”

There’s also additional governance and orchestration developments on the table to ensure agent actions are automatically coordinated across the SDLC according to the policies that teams define.

Ask yourself three questions about AI code

Crucially, the GitLab report defined AI accountability as the organizational and technical capability to answer three questions about any line of AI-generated code: 

  • Where did this code come from?
  • What was it meant to do?
  • Who is responsible for it once it’s in production?

GitLab has said that most organizations cannot answer those questions today.

As a result of not knowing the who, what and where of executing AI code (presumably with the why and when factors being implied also here), Khurana says that escalating costs are usually a clear signal that the governance gap is widening. He explains that agents consuming tokens inefficiently against infrastructure that wasn’t built for them is a sign that the context and governance layers are missing. 

“Most organizations have pursued agentic software engineering by adding AI coding tools on top of the infrastructure they already have, and the problems are showing up quickly,” insists Khurana. “This is where GitLab’s approach differs. GitLab is building the agentic infrastructure that other tools do not address – from execution at machine scale to context, governance, and orchestration across the software lifecycle. A coding assistant makes one developer faster – [what we are doing] what makes the whole system move at machine speed without losing control of it.”

Other measures from the GitLab study here provide the following pair of heavily weighted percentages. A total of 91% are likely to invest in AI code governance tools in the next 12 months; 98% have already allocated or expect to allocate budget. Additionally, 85% agree that the next phase of AI in software will focus less on generating code and more on governing it

What should (junior) developers think next?

Khurana points to what he calls “a maturation” in how enterprises are thinking about AI, which, if they get it right, moves AI code functions from being a productivity tool to a foundational capability that can scale. 

That maturation has an impact at the senior level for engineering project management, but it also has ramifications for junior developers just embarking upon their careers. 

“One of the skills that matters most now is judgment,” Khurana concludes. “Junior developers who invest in understanding systems deeply, not just syntax, and can trace code back through pipelines, security findings, and production signals, are the ones who make agentic engineering work.”

We know that agents can generate code faster than any developer. But, currently, what they cannot do is evaluate whether that code is right for the system and the requirements it needs to meet.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.