Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Organizations Are Confident Their Agents Are Behaving. But They Can't Check.

The State of Agent DLC 2026 asked 700 organizations already running AI agents how confident they were across five domains: testing, security, inventory, cost, and rollback. Confidence came back between 74% and 77% in every domain we tested. In most of them, the controls that would justify it are not there. “No, I don't have a nanny cam, but I'm sure my kids are OK.

How to right-size the handoff between two agents

model-right-sizer-schema is a Claude Code skill that designs the typed contract between one agent and the controller that dispatches it. Point it at an agent plus its controller and it returns a JSON prescription with typed in/out fields, an exclusion list that keeps raw logs out of the reply, a before/after size delta, then writes the contract into the agent's own file. It picks from nine portable output-shape families, or your repo's own.

Your patch window just went from 30 days to hours

Thanks to AI, vulnerability disclosures are exploding. In mid 2026, we're seeing 130+ a day and climbing, with roughly a quarter already being exploited in the wild before they're even disclosed. The result: security teams that used to have 30 days to respond now feel pressure to issue patches in a few days or hours. This video covers why "are we safe?" isn't a question you get to answer once: That last drill is what separates teams that panic when a real incident hits from teams that already know the answer.

Megaport Collaborates With NVIDIA to Boost AI in Australia

Australia’s home-grown global automated infrastructure platform is part of a cohort of companies with Australian operations that will provide regional businesses and institutions access to NVIDIA accelerated computing and NVIDIA Nemotron open models. It’s a point of pride for all of us at Megaport that we’ve built a global automated infrastructure platform while maintaining our deep Australian roots.

AI Code Review Loop in the Terminal: Introducing Harness CLI for Harness Code

Every developer knows the fatigue of the "12-tab code review dance": Agents have become first class citizens in SDLC and AI coding agents author code alongside human engineers, thus the above context switching destroys flow state. GitHub's gh CLI proved developers love the terminal, but modern delivery is tied to AI reviews, pipeline executions, risk scoring, and autonomous agents, not just git hosting.

SBOMs are easy for one project, monumental at scale

Think of an SBOM as your ingredient list. A common language describing everything that goes into a piece of software, every dependency and version, in one place. This video covers why SBOMs have gone from niche to mandatory, and why they're harder to pull off than the concept suggests: The concept is simple. Operationalizing it across a large, diverse tech stack is where it gets hard.

What is IP transit and how does it work?

The Internet may feel like a single, seamless network but behind every connection is a vast web of interconnected networks. For businesses, Internet service providers (ISPs) and other network operators, reaching users and services around the world depends on how efficiently traffic can move between these networks. This is where IP transit comes in.

5 Step Workflow for a Zero-Downtime Load Balancer Reboot

A load balancer reboot is planned maintenance that restarts each device in a high-availability pair without intentionally interrupting service. A safe automated workflow verifies health and synchronization, restarts the standby device, confirms its recovery, performs a controlled failover, restarts the remaining device, validates traffic, and records the outcome.