Operations | Monitoring | ITSM | DevOps | Cloud

Faster SQL Server Development Without the Downstream Risk | The Tony and Tonie Show Ep 48

Faster SQL coding only releases engineering capacity if it doesn’t create more late-stage rework and deployment risk. Tony and Tonie discuss how SQL Toolbelt Essentials helps teams keep speed and control aligned. Learn how SQL Toolbelt Essentials helps SQL Server teams write better code faster, catch issues while the code is still being developed, and apply shared standards before changes reach review, test, or deployment.

Anthropic's Mythos 5 Created Fake GitHub Identities & the U.S. Government's New AI Review

Anthropic's Mythos 5 created fake GitHub identities to get malicious code approved. Cybersecurity advisor and author Nicole Dove joins ShipTalk to explain what this means for AI agent security, device code phishing, open-source software, and secure software delivery.

Argo CD Deployment Failed: AI SRE Agent AURA Finds and Fixes It

A deployment fails validation and the sync stops. Argo CD hands the report to AURA, which finds the wrong version, fixes it, and re-runs the sync. Normally, a failed sync means a person opens the application, reads the hook logs, and works out which value is wrong. Here, the sync fail hook sends AURA a short failure report and an incident ID over the agent-to-agent protocol, then exits. It does not say how to investigate or what to change.

GitLens 19: Your Entire Development Workflow in the Commit Graph

GitLens 19 is here, with a reimagined Commit Graph built to be your workbench for modern parallel development. See what’s happening across branches, worktrees, and supported coding agent sessions, then move the work forward without constantly jumping between views and tools.

Build and Launch AI Agents from Your Splunk Workflows

Introducing the Splunk Agent Launchpad! Let’s face it—your team is busy. Between managing alerts, digging through investigations, and constant context-switching, it’s hard to stay ahead of the noise. What if you could turn your existing operational knowledge into custom AI agents that do the heavy lifting for you? And the best part? No coding required. Watch this exclusive look at the Splunk Agent Launchpad. We’re showing you how to build, deploy, and manage AI agents that help you investigate, enrich, summarize, and act—all without leaving the Splunk environment you already know and trust.

DevTalk | Zebra RFID Handheld and Mobile Computer Optimization | Zebra

Zebra RFID devices deliver industry-leading performance, providing a powerful foundation built to adapt to your specific environment. Join this developer-focused technical session to learn how to get the absolute most out of your Zebra RFID handheld and mobile computers through strategic tuning and developer best practices. This session will build from foundational capabilities to advanced tuning, covering.

AI SRE Agent Debugs a Lambda Timeout with the AWS MCP Server: AURA

A scheduled Lambda quietly stops completing and nothing pages you. AURA finds the function, reads its logs, and comes back with a three-second timeout. The usual path is opening the console, tracking down the right log group, and reading CloudWatch by hand. Here AURA connects to AWS through the MCP proxy AWS publishes, run locally with uvx against an AWS CLI that is already configured, so there are no new credentials to issue.