TLDR DevOps 2026-09-11
Agents API β¨, Cost Efficient AI Coding β¨οΈ, After Git π
Introducing the Agents API (4 minute read)
OpenAI has introduced the Agents API in public beta, allowing developers to build and run cloud agents with the same harness and infrastructure that powers Codex. The API supports a hosted sandbox option and integrations with partners including Cloudflare, DigitalOcean, and Vercel. Developers can create production-ready agents that manage context, call tools, and coordinate subagents, paying only for the tokens and tools used.
Automatic Key Exchange: faster, post-quantum secure origin handshakes for 45 billion daily connections (and counting) (12 minute read)
Cloudflare's new Automatic Key Exchange feature probes origin servers to detect supported algorithms, allowing the system to lead with the correct key agreement on the first try. The rollout reduced HelloRetryRequests from roughly 52% to 3.7% and cut connection handshake latency by more than 150 ms at p90. This automation has upgraded hundreds of thousands of domains to post-quantum encryption without manual configuration.
Kubernetes v1.37: Introducing Node Lifecycle Conditions (5 minute read)
Kubernetes v1.37 introduces five new Node conditions to describe lifecycle states such as draining or maintenance. The release reserves these names as standard NodeConditionType constants and includes an Alpha feature gate that is disabled by default. Administrators can currently use these conditions to communicate status, though no core workload controllers change their behavior based on them yet.
What comes after git (7 minute read)
East River Source Control is building a source-control backend that speaks the Git protocol without storing Git repositories as its underlying source of truth. Its custom storage engine is designed to scale horizontally for larger repositories and agent-heavy development workloads, while preserving compatibility with existing Git clients and leaving a path toward future protocols such as Jujutsu.
How we make AI coding more cost efficient without sacrificing task quality (11 minute read)
GitHub found that AI coding efficiency depends on minimizing unnecessary work across the entire task, not simply reducing tokens per tool call. Copilot improved efficiency by selectively compressing repetitive output, removing unused formatting, shortening prompts while regression-testing behavior, and delivering background results directly, collectively reducing cost and latency without measurable quality regressions.
π¨βπ»
Resources & Tools
Automate your dependency remediation with Sonatype Guide: Free trial (Sponsor)
Sonatype Guide doesn't slap a dependency gate onto the AI SDLC. It gives your security team the consistent guardrails, fine-grained controls, and automated workflows that allows you to move at agentic speeds without flying blind. Sonatype has already received Forrester's highest scores for SCA and AI component analysis.
Try Guide free llmfit (GitHub Repo)
llmfit is a terminal tool that recommends open-source large language models based on a user's specific hardware. The software inspects system components like CPU, RAM, and GPU configuration to score models on memory fit, speed, and quality. Users can also benchmark models on their own machines and share those results back to the project. It supports local runtime providers including Ollama, llama.cpp, and LM Studio.
Colibri (GitHub Repo)
Colibrì is an inference engine written in pure C that runs large Mixture-of-Experts models on consumer hardware. It treats storage, RAM, and VRAM as a single memory hierarchy to run models ranging from 744 billion to 2.8 trillion parameters without dependencies like BLAS or Python. The engine supports eight model families, including GLM-5.2 and Kimi K3.
PD Automation Runner: Automation That Finally Reaches Your On-Prem Stack (4 minute read)
PD Automation Runner extends PagerDuty automation to on-premises and self-hosted infrastructure through outbound-only connectivity, allowing Workflow Actions and SRE Agent to diagnose and remediate Kubernetes incidents without opening inbound network access. Early Access currently supports Kubernetes, with Splunk, Grafana, and Prometheus planned.
Monitor prompt caching to optimize your token usage (8 minute read)
Prompt caching can significantly reduce LLM cost and latency as agent systems accumulate large, repetitive system prompts, tool definitions, guardrails, and context. Datadog recommends keeping cached prefixes stable, placing breakpoints around static context and conversation history, and monitoring cache hit rates, writes, token usage, and traces to identify cache-busting changes such as tool reordering, compaction, and dynamic metadata.
Get our free daily newsletter with curated tools π», trends π, and insights π‘, for DevOps Engineers π¨βπ»
Join 350,000 readers for
one daily email