TLDR DevOps 2026-08-05
Microsoft to GitHub 📦, Workers and GRPC 📩, Cloudflare Local Tracing 🌐
Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard (4 minute read)
Kubernetes Gateway API v1.6.0 shipped with its biggest change being the graduation of TCPRoute and UDPRoute from experimental to standard, giving workloads like databases, DNS, and VoIP a portable routing model at layer 4. The release also introduces XBackend, a new experimental resource in the separate gateway.networking.x-k8s.io API group that acts as a decorator for Service backends and adds support for ExternalHostname destinations. Going forward, all new experimental resources will live in that separate group with an X prefix in their type names, making the experimental versus standard boundary visible at the API group level rather than through version strings.
Cloudflare Workers and Containers now support inbound TCP connections and gRPC (4 minute read)
Cloudflare is adding support for inbound TCP connections to its Workers platform, along with new ways to run gRPC applications. The features are launching in private beta, with broader availability planned afterward. Developers can now deploy gRPC servers written in any language to Cloudflare's network of 330-plus locations, and Workers can also translate between gRPC and gRPC-web so existing clients and servers require no changes.
Your agent can now debug Workers with local tracing (3 minute read)
Cloudflare now automatically captures OpenTelemetry traces for local Worker invocations when developers run wrangler dev or vite dev. When the tooling detects a coding-agent session, it directs the agent to the Local Explorer API, a local debugging interface where the agent can query traces, inspect bindings, and examine state in D1, KV, R2, Durable Objects, and Workflows.
Your open source agent skill may be worth up to $5,000 (Sponsor)
TencentDB Agent Memory (GitHub Repo)
TencentDB Agent Memory is a self-hosted memory hub that converts agent conversations, documents, and codebases into four reusable assets: layered chat memory, executable skills, structured wikis, and code dependency graphs. Teams can review, version, share, and assign those assets to specific agents with private, team, and ACL-based access controls, allowing agents across frameworks to inherit project context and proven workflows instead of relearning them each session.
ADR (GitHub Repo)
Uber has deployed an enterprise security system called ADR (Agentic AI Detection and Response) to protect AI agents in production. The system covers both employee-facing tools like Cursor, Claude Code, and Codex, as well as customer-facing agents such as AI support bots. ADR works through four capabilities: observing agent activity, evaluating defenses, detecting threats, and blocking unsafe actions. The accompanying research paper was accepted to MLSys 2026, and the core components are available as open source under an Apache 2.0 license.
Smaller, faster, safer: running Kimi and GLM at scale (6 minute read)
Cloudflare has detailed three techniques it uses to run large AI models like Moonshot's Kimi K2 and Z.ai's GLM on its Workers AI platform more efficiently. The company stores the KV cache in 8-bit floating point instead of 16-bit, which doubles the context capacity for Kimi K2.6 from roughly 686,000 tokens to 1.37 million and reduces cost per token by about 30%. For GLM, Cloudflare compresses model weights from 8-bit to 4-bit integers, shrinking the checkpoint from 705 GB to 421 GB and boosting single-request decode speed by 55%. A third layer, KV cache integrity checking, adds under 1% overhead on throughput and tail latency while preventing requests from reading data belonging to other users.
How Microsoft is migrating repositories to GitHub (7 minute read)
Microsoft's CAP organization migrated over 1,600 repositories and 3,100 developers from Azure DevOps to GitHub in six months to access agentic AI capabilities like Copilot Coding Agent, while retaining Azure Boards and Pipelines through a hybrid integration approach.
Get our free daily newsletter with curated tools 💻, trends 📈, and insights 💡, for DevOps Engineers 👨💻
Join 350,000 readers for
one daily email