Operations | Monitoring | ITSM | DevOps | Cloud

Finding Balance in an Always-On Job

Being in IT is already a job that can take its toll, with always-on hours and constant notifications, it can be a heavy mental load. And when it comes to IT leadership, the responsibilities pile up even more. You now maintain responsibility over an infrastructure that needs to stay on, you interact with every part of the business, and you have to manage the careers of direct reports on your team. All of that can add up to more hours than you have in a day.

Shipped: Personalized cost access, powered by SSO

Instead of building a separate role for every team, region, or department, admins can create a single role that automatically personalizes access for each user based on their SSO attributes. Someone moves teams or a new group gets created, and the new access takes effect at their next login with no CloudZero configuration. As AI spend grows, more companies are looking to give teams visibility into their own AI costs without exposing every individual’s usage across the org.

Getting started with Microsoft Purview dashboards

Microsoft Purview is an enterprise-scale platform for managing data governance across your whole cloud estate. It is not just about ensuring the integrity of data stored in SQL databases — it spans the whole spectrum of data storage including blob storage, document databases, email and AI frameworks. It has an extensive list of features for organising and monitoring your enterprise data. This includes.

Introducing the AI toolkit - build a SquaredUp plugin from a single prompt

When we introduced the Low Code Plugin (LCP) framework in February, the premise was simple: if a system has an API, you should be able to build a plugin for it — quickly, with minimal code, and in a way you can share with the community. The "AI-ready" part was deliberate. The framework was designed to work naturally with AI assistants, so the path from idea to working integration would be as short as possible. That design decision is now paying off.

The Governance Blind Spot: Vendor Lock-In in the AI Development Era

When we launched our Governance Gap series, we set out to explore how the explosion of AI-assisted engineering changes the risk profile for modern software organizations. We looked at the rise of The New Software Creator and analyzed why deployment governance is what keeps teams safe when code production accelerates. We also mapped out the realities of security at scale and defined who owns governance accountability.

Full-Pipeline Blueprints Are Here: Source, Processors, and Destination in One Click

Blueprints launched as processor bundles, and that solved the repetitive middle of the problem. But the middle was never the whole job. You still had to know which source type to add, which parameters mattered, how to batch for your backend, and how to route it all together. That changes now. The first two cover the two requests we hear most.

Amazon AI Code Rewriting Gone Wrong!

In 2025 Amazon tasked Ai to find efficiencies. It definitely did. The AI went rogue and started deleting files and canceling programs. It was efficient. Less code, less products, more efficient. Adam mentions, dont burn the house down to reduce the electric bill. ShipTalk breaks down the biggest shifts in AI, DevOps, and software delivery. No hype, no vendor gloss. Stop talking, start shipping.

AI Agent Builder: Create Agents That Fit Your IT Environment

AI agents are quickly becoming part of the enterprise automation conversation because, among other things, they help teams move faster. But there is a major difference between an AI agent that sounds useful in a demo and an AI agent that is ready for production. Production agents need scope. They need to know what they own, which systems they can touch, which workflows they can run, which teams they support, and where the boundaries are.

How we teach LLMs to write BadgerQL

We just added two new AI features to our app: natural-language translation for Error search and Insights queries. Honeybadger has two query languages: Error search speaks a simple token syntax in the spirit of Solr or a basic Elasticsearch query, while Insights runs on BadgerQL (BQL), our own language for digging into your event data, designed to feel familiar to CloudWatch Insights and Splunk users. Both are powerful, but sometimes you just want something that works without having to open up the docs.