Sign up

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

Not verified No WebSub updates No webmention support Not yet validated

Generator
https://wordpress.org/?v=6.9.7
Public lists
davewiner/blogroll
Fetched

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Raghav Iyer

More security tools are slowing down your incident response

Code on a purple and blue background

Time plays a crucial role in an organization’s defense posture, including the timestamping of events, whether they occurred during business

The post More security tools are slowing down your incident response appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Greg Foster

Context is AI coding’s real bottleneck in 2026

Hands with writing all over them.

Walk into any engineering leadership meeting today, and someone will question whether AI-generated code is secure or whether agents can

The post Context is AI coding’s real bottleneck in 2026 appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Bob Stevens

The year of AI: 3 critical shifts coming to regulated industries

A person typing a credit card number into a smartphone.

Enterprises in highly regulated industries spent 2025 rigorously evaluating AI capabilities, conducting proofs of concepts, and distinguishing genuine value from

The post The year of AI: 3 critical shifts coming to regulated industries appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Jack Wallen

Docker logs got you down? Give this tool a try

One of the more challenging aspects of using Docker containers is troubleshooting. Unless you are a master of the art,

The post Docker logs got you down? Give this tool a try appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Loraine Lawson

CTO Chris Aniszczyk on the CNCF push for AI interoperability

Chris Aniszczyk, co-founder and CTO of the Cloud Native Computing Foundation (CNCF), argues that AI agents resemble microservices at a surface level, though they differ in how they are scaled and managed.

On a surface level, AI agents aren’t so different from microservices, according to Chris Aniszczyk, co-founder and CTO of the

The post CTO Chris Aniszczyk on the CNCF push for AI interoperability appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Adi Polak

The head chef model for AI-assisted development

A chef adding seasoning to a pan.

As AI coding assistants become more capable, the relationship between developers and their tools is evolving beyond a simple autocomplete.

The post The head chef model for AI-assisted development appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Ibrahim Kamal

Why agentic LLM systems fail: Control, cost, and reliability

Horse in colorful bridle.

In the past few years, agentic AI systems like AutoGPT, BabyAGI and others have demonstrated, through prompting, that large language

The post Why agentic LLM systems fail: Control, cost, and reliability appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Richard MacManus

Why platform companies keep buying frontend framework teams

astronaut approaching spaceship entrance

Late last week, the global cloud platform Cloudflare acquired the company behind Astro, one of the leading frontend frameworks. This

The post Why platform companies keep buying frontend framework teams appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Darryl K. Taft

Chainguard to eliminate FUD around Chainguard OS

Today, , which provides secure, production-ready builds of open source software, has introduced a customer-led steering committee for its Chainguard

The post Chainguard to eliminate FUD around Chainguard OS appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Ritish Chugh

Why enterprise AI breaks without metrics discipline

An upward shot of a tree canopy.

With the rising popularity of AI at workplaces based on various use cases, it promises to help support organizations by

The post Why enterprise AI breaks without metrics discipline appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Frederic Lardinois

How Precog adds business context to make enterprise data AI-ready

Extracting data from enterprise tools like Salesforce, Ariba, or NetSuite is relatively easy. Making that data usable for AI models

The post How Precog adds business context to make enterprise data AI-ready appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Steven J. Vaughan-Nichols

Drowning in AI slop, cURL ends bug bounties

Enough is enough. Daniel Steinberg, lead developer and founder of cURL, the popular, open source internet file transfer protocol, is

The post Drowning in AI slop, cURL ends bug bounties appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Adam LaGreca

AI SRE roundtable: The creation of a new category

It’s no surprise following the explosion of AI-driven code generation tools, that we are now seeing a strong AI-driven response

The post AI SRE roundtable: The creation of a new category appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Arjun Iyer

Enabling autonomous agents with environment virtualization

"Enabling autonomous agents with environment virtualization" featured image

I have spent the last year watching the AI conversation shift from smart autocomplete to autonomous contribution. When I test

The post Enabling autonomous agents with environment virtualization appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Frederic Lardinois

Why d-Matrix bets on in-memory compute to break the AI inference bottleneck

AI inference is poised to become the single largest compute workload. For some time now, after all, AI service providers

The post Why d-Matrix bets on in-memory compute to break the AI inference bottleneck appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Jelani Harper

Should enterprises run containers in VMs or bare metal?

"Should you run containers on VMs or bare metal" featured image

The wonders of containers — their overall flexibility, portability, and logical encapsulation of everything needed to run an application —

The post Should enterprises run containers in VMs or bare metal? appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Abhishek Sant

Building scalable agentic assistants: A graph-based approach

A graph on a blue background.

About a year back, we got pulled into what looked like a straightforward problem: Build an interface assistant that could

The post Building scalable agentic assistants: A graph-based approach appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Dan Lorenc

Hardened containers don’t fix a broken software supply chain

Containers on a ship looking out to the ocean.

The software supply chain is broken, and the recent explosion of hardened container offerings is the industry’s reaction. A few

The post Hardened containers don’t fix a broken software supply chain appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • AJ Sunder

Focus on ‘Don’ts’ to build systems that know when to say ‘No’

A green sticky note that says “learn to say no” against burlap canvas.

If your AI knowledge base only lists policies, your organization is operating with half its institutional intelligence. An internal knowledge

The post Focus on ‘Don’ts’ to build systems that know when to say ‘No’ appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Anshul Gupta

How Rust does Async differently (and why it matters)

Rusty pipes

This is the first of a four-part series. If you are coming from JavaScript, Python or Go, Rust’s asynchronous model

The post How Rust does Async differently (and why it matters) appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Darryl K. Taft

Vibe coding could cause catastrophic ‘explosions’ in 2026

The steady buildout of vibe-coded applications into production will lead to catastrophic problems for organizations that don’t properly review AI-developed

The post Vibe coding could cause catastrophic ‘explosions’ in 2026 appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Vicki Walker

Are your CI/CD pipelines accidentally increasing technical debt?

"Are Your CI/CD Pipelines Accidentally Increasing Technical Debt?" featured image. Hand emerging from a mountain of paper

For most platform engineering teams, internal developer portals are considered the best way to solve DevOps scalability challenges. The ability

The post Are your CI/CD pipelines accidentally increasing technical debt? appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Venkat Ramakrishnan

5 Tech Predictions for 2026: From AI Inference to Kubernetes

Robot hand and human hand holding a crystal ball.

Coming off a great holiday break, full of eggnog-induced reflection and an eagerness to get this year rolling, I couldn’t

The post 5 Tech Predictions for 2026: From AI Inference to Kubernetes appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Jessica Wachtel

WebAssembly vs. JavaScript: Testing Side-by-Side Performance

speed

When we talk about WebAssembly (Wasm), we often describe it as “near-native speed” and “faster than JavaScript.” But what does that

The post WebAssembly vs. JavaScript: Testing Side-by-Side Performance appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Pete Hampton

AI Agents or Skills? Why the Answer Is ‘Both’

"AI Agents or Skills? Why the Answer Is ‘Both’" featured image. Agility dog jumping through a hoop

Before the hype around Model Context Protocol (MCP) had a chance to die down, Anthropic pulled another winner out of

The post AI Agents or Skills? Why the Answer Is ‘Both’ appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Oladimeji Sowole

How To Build Production-Ready AI Agents With RAG and FastAPI

"How to Build Production-Ready AI Agents with RAG and FastAPI" featured image

Agentic AI has shifted from toy demos to the front lines of real products: autonomous research assistants, compliance copilots, ops

The post How To Build Production-Ready AI Agents With RAG and FastAPI appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Jack Wallen

Mageia Harkens Back to the Glory Days of Mandrake Linux

I’ve been using Linux since 1997. As the ’90s came to a close, there were so many new distributions coming

The post Mageia Harkens Back to the Glory Days of Mandrake Linux appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • David Cassel

Repair Advocates Name CES 2026’s Most Anticonsumer Tech

The Repair Association is a U.S. advocacy group fighting for customers’ “Right to Repair.” If you buy something, you should

The post Repair Advocates Name CES 2026’s Most Anticonsumer Tech appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Loraine Lawson

Astro Redesigns Its Development Server

Dev News logo

Astro — whose acquisition by Cloudflare was announced on Friday — on Wednesday released its first beta of Astro 6,

The post Astro Redesigns Its Development Server appeared first on The New Stack.

The New Stack | DevOps, Open Source, and Cloud Native News
Text • Asaf Savich

The Future of AI in SRE: Preventing Failures, Not Fixing Them

Gears with the words "reliability," "efficiency," "quality" and "service."

For years, site reliability engineering (SRE) has centered on one mission: keeping systems healthy while everything else — code, configurations

The post The Future of AI in SRE: Preventing Failures, Not Fixing Them appeared first on The New Stack.