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

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
L
LangChain Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
WordPress大学
WordPress大学
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
有赞技术团队
有赞技术团队
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky

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
AWS puts an AI bouncer at the merge queue
Darryl K. Taft · 2026-06-17 · via The New Stack | DevOps, Open Source, and Cloud Native News

The bottleneck in software development has moved.

 Writing code is no longer the constraint. Getting it safely to production is. AWS is targeting that shift with two new capabilities added to its AWS DevOps Agent, announced Wednesday at the AWS Summit New York.

The new release management features, now available in preview, extend the DevOps Agent beyond its existing post-deployment operations work into the delivery pipeline itself. Specifically, AWS is adding a release readiness review and an autonomous release testing capability. Both are aimed at helping review and test processes keep pace with the accelerating volume of AI-generated code.

“With so much code that is being written today by AI agents, a real bottleneck has shifted,” Neha Goswami, director of Agentic AI for Agentic DevOps at AWS, tells The New Stack. “It’s less about writing of the code, and it’s really about how to get this thing out — how do we get it out in production, and how do we get it out safely.”

Release readiness review

The first capability evaluates code changes against production requirements before they merge. The agent checks for cross-repository dependency risks that could affect other services, access control changes measured against the AWS Well-Architected Framework, and compliance with any internal standards the team has defined. Those standards are written in plain English via a Global Instructions editor. No additional tooling is required. When no standards are provided, the agent falls back to general best practices.

As part of the review, the agent runs the software in an AWS-managed isolated environment, executing lightweight user journey tests to verify the build runs and passes basic functional checks before entering the pipeline. The output is has three options: BLOCK, Proceed with Caution, or Safe to Release. Findings come out in the AWS DevOps Agent console and as comments on pull requests in GitHub or GitLab, and can also be invoked directly from the IDE via the Kiro plugin or Claude Code plugin.

The dependency-tracking dimension is what Goswami says makes the tool different from existing static analysis.

“This is going really beyond just static code analysis,” she says. “Even in the low users, we have been able to find some issues where the repo-level dependency was not being tracked by any of our existing solutions.” In one early case, a change that had already passed human review was blocked when the agent identified a cross-repository dependency conflict the reviewer had missed.

Autonomous release testing

The second capability goes further into the delivery process, generating and running change-specific test plans for web and API-based applications in customer-provisioned, production-like environments before the change merges. Rather than executing a static test suite, the agent reasons about what the change does and builds tests tailored to it. These tests cover functional correctness, behavioral regressions, and integration scenarios. Every run produces structured artifacts including metrics, logs, traces, and an execution summary.

The distinction between where each feature runs matters: the readiness review uses an AWS-managed isolated environment; the release testing runs in the customer’s own provisioned environment. That separation puts more responsibility and control on the customer side for the testing phase.

Internal scale as competitive claim

Goswami, a 22-year Amazon veteran who started in internal developer tooling, framed AWS’s competitive edge as its ability to benchmark at internal scale. AWS DevOps Agent’s release management features were tested against Amazon’s own engineering workflows before external release, with thousands of internal developers using the tooling.

“We have coded these agentic capabilities just the way we do this work,” she says, pointing to the operational excellence practices baked into how the agent decides what to test and what guardrails to apply. “A lot of what you would see is the best practices and the operational excellence that we have built into our culture, the agent acts in the same way.”

Availability

The release readiness review and autonomous release testing features are available now in preview, at no additional cost, in the US East (N. Virginia) region only. GitHub and GitLab are the supported source control platforms at launch. General availability is expected in the coming months, though AWS did not provide a specific date.

AWS DevOps Agent has been generally available for post-deployment operations, such as incident investigation, root cause analysis, and mitigation recommendations, since earlier this year. This new release marks its expansion into the pre-deployment side of the software delivery lifecycle, completing the loop from code creation to production, the company says.

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.