TLDR DevOps 2026-03-13
AI Security π₯·, Pull Request Flood π, Uberβs Agentic System π
AI Security for Apps is now generally available (6 minute read)
Cloudflare made its AI Security for Apps generally available, offering free AI endpoint discovery to all customers (including free tier users) and adding capabilities like custom topic detection to protect against threats like prompt injection and data leaks in LLM-powered applications. The company also announced an expanded partnership with IBM to deliver AI security to its cloud customers and an integration with Wiz for unified security visibility.
From model to agent: Equipping the Responses API with a computer environment (9 minute read)
OpenAI launched a new Responses API that gives language models like GPT-5.2 a full computer environment with shell command execution, isolated containers, and automatic context management to build production-ready AI agents. The system includes a shell tool that runs any Unix command (not just Python), native context compaction to handle long-running tasks, domain-scoped network access with egress proxies for security, and reusable "skills" that package multi-step workflows into versioned bundles developers can upload and execute.
eBPF Network Metrics for Kernel-Level Observability (5 minute read)
New Relic launched eBPF Network Metrics, a generally available kernel-level monitoring tool that captures TCP and DNS telemetry directly from the Linux kernel to help teams diagnose network-related performance issues without modifying application code. The single lightweight agent consolidates network performance, APM telemetry, infrastructure metrics, and logging data into one solution, aiming to reduce Mean Time to Resolution from hours to minutes by providing process-specific network data integrated directly into existing APM workflows.
Building AI Teams with Docker Sandboxes & Docker Agent (4 minute read)
Docker launched Agent, an open-source tool that lets developers build teams of specialized AI agents that work together autonomously in secure sandboxed environments, with each agent handling specific roles like product management, design, coding, QA, and bug fixes. The tool integrates with Docker Sandboxes (available in Docker Desktop 4.60+), which runs agents in isolated microVMs, allowing them to install dependencies and modify files without risking damage to the host machine.
Beyond βUpβ: Monitoring True Cache health in Enterprise Manager (4 minute read)
Oracle True Cache in Oracle Database 23ai provides an automatically synchronized in memory read only replica that accelerates read performance without external caches. Oracle Enterprise Manager 24.1 RU4 enables large scale monitoring of True Cache deployments, tracking availability, lag, hit ratios, load, and resource utilization.
How Uber Built an Agentic System to Automate Design Specs in Minutes (7 minute read)
Uber's design systems team developed uSpec, an AI-powered tool that automatically generates complete component documentation in minutes instead of weeks by connecting an AI agent in Cursor to Figma through the open-source Figma Console MCP. The system runs entirely locally to protect proprietary data and has slashed documentation time for Uber's Base design system, which serves thousands of engineers across 7 implementation stacks, including iOS, Android, and web platforms.
The agent pull request flood is here. If you run Istio, you're halfway to solving it (5 minute read)
The rise of agentic workflows has created a pull request validation bottleneck in distributed systems, which scalable ephemeral environments can solve by spinning up lightweight sandboxes for changed services. Teams using Istio benefit from built-in routing and context propagation to efficiently validate code at agentic scale.
Claude's Structured Outputs (3 minute read)
Claude's structured outputs allow developers to interact with LLMs through JSON schemas as deterministic, machine to machine components that return validated data rather than conversational text. This capability may enable reliable agentic AI systems and trigger a wave of third party innovation similar to past enabling technologies.
Get our free daily newsletter with curated tools π», trends π, and insights π‘, for DevOps Engineers π¨βπ»
Join 340,000 readers for
one daily email