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

推荐订阅源

WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
U
Unit 42
L
LangChain Blog
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
F
Fortinet All Blogs
小众软件
小众软件
I
InfoQ
P
Proofpoint News Feed
D
DataBreaches.Net
Martin Fowler
Martin Fowler
H
Help Net Security
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
B
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
AI can write the code. Your team still owns the debt.
Robert Curlee · 2026-06-24 · via The New Stack | DevOps, Open Source, and Cloud Native News

The software industry is still talking about AI mostly in terms of speed. Models and agents can now generate code far faster than humans, and that has made productivity the dominant story in modern software development. But speed is not the same thing as control. What’s now entering AI coding conversations is whether teams can verify code with the same rigor and consistency that they generate it.

That is where the economics of technical debt are changing. AI makes debt cheaper to create and more expensive to detect later by drastically increasing the surface area of coding issues. AI-generated output can behave correctly on the surface and pass unit tests while still missing the architectural context, coding standards, and maintainability objectives that make software sustainable over time. 

The result is a cost shift: where there is less effort upfront to produce code, but more pressure on verification, review, and remediation. AI has essentially changed the role of developers from coders to code verifiers. But we’re setting up our teams for failure because the sheer volume of code to review is overwhelming.

Where the costs shift

This shift matters because technical debt was already expensive before AI accelerated it. One estimate put the annual cost of technical debt in the U.S. at $1.5 trillion. Overall, the problem spans two intertwined categories: code-level debt such as bugs, vulnerabilities, and code smells, and architectural debt that quietly makes systems brittle, tangled, and hard to evolve.

That second category deserves more attention than it usually gets. Gartner predicts that by 2027, architectural technical debt will account for 80% of all technical debt. In that context, Sonar was recognized as a Leader in the 2026 Gartner® Magic Quadrant™ for Technical Debt Management Tools, ranked highest on Ability to Execute. Additionally, some industry research suggests architectural debt compounds much faster than code-level debt because the damage is systemic rather than local. A messy function can slow a developer down; architectural drift can slow an entire organization down.

“A messy function can slow a developer down; architectural drift can slow an entire organization down.”

This is the real risk with AI-assisted development. AI can produce plausible code at a volume and velocity that overwhelms the practices teams have traditionally relied on to maintain trust. Human review, periodic audits, and retrospectives were built for a world where humans wrote code in smaller increments and at human pace. Those approaches are no longer sufficient in an agentic development environment, where governance must be applied on an ongoing basis as the volume of code increases.

Developers already distrust it

The evidence is already showing up in developer sentiment. According to Sonar’s State of Code Developer Survey report, 96% of developers said they distrust AI-generated code, yet only 48% said they consistently verify it. The same research found that 88% reported at least one negative impact of AI on technical debt, and 38% said reviewing AI-generated code takes more effort than reviewing human-written code. That combination should concern engineering leaders. It suggests organizations are increasing software throughput faster than they are increasing confidence.

“96% of developers said they distrust AI-generated code, yet only 48% said they consistently verify it.”

The way teams develop code has changed in the agentic era. Verifying code at the pull request (PR) means going back to adjust prompts, re-prompting, and incurring additional token spend to regenerate code. Teams need to stop treating quality and maintainability as something assessed only after a PR is opened. Standards need to shape agents before code is generated, during the code generation loop, and again before it’s merged. In short, verification has to become continuous and multilayered.

Guide, verify, solve

One useful way to think about this is through the Agent Centric Development Cycle (AC/DC) framework, which comprises three stages: Guide, Verify, and Solve. 

  1. Guide: AI systems are only as good as the context they receive. Agents need more than a prompt; they need architectural context, coding standards, and project-specific details. Guidance shifts quality enforcement from post-generation to upfront direction, helping prevent and reduce debt from the initial prompt.
  1. Verify: Verification is where trust is earned. Teams need deterministic, in-workflow verification that catches issues generated by agents before the code reaches the branch or PR. This is the key shift from the older model of technical debt management. Multi-layered verification ensures that the generated code meets coding and compliance standards before it proceeds through the CI/CD pipeline.
  1. Solve: Detection without automated remediation means the onus is still on developers to resolve problems that are piling up faster than they can manage. Issues found during verification need to be automatically fixed, rechecked, and fed back into a new PR. Otherwise, verification becomes a reporting mechanism rather than an operational discipline.

Technical debt must increasingly be treated as a business liability, not a cleanup task developers occasionally squeeze in between roadmap items. Without proactive management of technical debt at the pace of AI, refactoring projects will begin to outpace the building of value-driven features. AI code slop is real, and the newer, improved LLMs are often more verbose than older, less accurate models.

In the AI era, the winners will not be the teams that move fastest at generation. They will be the teams that pair that speed with continuous multilayer verification, so today’s output does not become tomorrow’s technical debt nightmare.

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.