TLDR DevOps 2026-07-13
Smart Tiered Cache ☁️, Code Review 🙈, Securing MCP 🥷
Improving Smart Tiered Cache for public cloud regions (7 minute read)
Cloudflare's Smart Tiered Cache for Public Cloud Regions solves a major latency issue where traffic was unnecessarily routed across continents (like from Asia to Chicago and back to Singapore) when origins sat behind anycast IPs from providers like AWS, GCP, Azure, and Oracle Cloud. The free feature, available across all Cloudflare plans, lets customers provide a cloud region hint so the system can automatically select optimal cache tiers even when origin IPs appear to be in multiple locations simultaneously.
Introducing Feature Views (4 minute read)
Databricks launched a public preview of Feature Views, a managed framework that lets ML teams define features once and automatically handles the pipelines for both training and real-time serving, eliminating the duplicate logic and infrastructure overhead that typically plagues production deployments. The system supports streaming features from Kafka with 200ms end-to-end latency and integrates with Unity Catalog for governance, making it easier to deploy features for use cases like fraud detection and personalization.
Code review is theater now (8 minute read)
AI-generated code has made traditional code reviews increasingly ineffective as pull request volume outpaces human reviewers, shifting quality assurance toward automated deployment pipelines with policy-based checks rather than manual approvals. Code reviews remain valuable for mentorship, knowledge sharing, and design feedback, but they are no longer a reliable safeguard against bugs and security issues at AI-driven development speed.
Nginx vs Caddy vs Traefik in 2026 — I Ran All Three Under Real Production Load (5 minute read)
A logistics company running ingress-nginx on EKS conducted a six-week comparison of three reverse proxies (F5 Nginx, Caddy, and Traefik) handling 35,000-61,000 requests per minute across 12 microservices, ultimately selecting Traefik because it saved an estimated 6 hours per month in operator time despite using 11% more memory. The evaluation revealed that Traefik's Kubernetes-native approach reduced route configuration from 23 minutes with Nginx to 4 minutes, though a misconfigured timeout annotation during cutover caused an 8% error rate spike until corrected.
Know thine enemy: A critical engagement with AI-assisted software development (11 minute read)
AI-assisted coding can increase output, but it also shifts engineering work toward specification, monitoring, unfamiliar-code review, and repeated correction. Effective use still requires deep repository knowledge and careful oversight, while the faster implementation loop can fragment attention, weaken design discipline, and encourage teams to ship assumptions before fully understanding user needs.
pgrust (GitHub Repo)
pgrust, a Rust rewrite of PostgreSQL, has reached compatibility with Postgres 18.3 by passing all 46,000+ regression queries and can boot directly from existing Postgres data directories. The developers are working on an updated version that passes 100% of Postgres regression tests, uses a thread-per-connection model instead of process-per-connection, and claims to be 50% faster on transaction workloads and roughly 300x faster on analytical workloads compared to standard Postgres.
Background Agents: Open-Inspect (GitHub Repo)
Open-Inspect, an open-source coding agent system inspired by Ramp's Inspect, can automate background development tasks like refactoring code, fixing bugs, and generating documentation across multiple repositories. The system is designed for single-tenant deployment only where all users share organizational trust and GitHub access, featuring instant session starts through multi-layer warming, support for various AI models including OpenAI via ChatGPT subscription, and integration with Slack, CLI, and API interfaces for scheduling recurring tasks.
Your Azure DevOps pipelines have a 2027 deadline, and the clock has just started (6 minute read)
Azure DevOps is retiring its workload identity federation issuer on July 1, 2027, requiring older Azure Pipelines service connections to migrate to the Microsoft Entra issuer. A programmatic migration approach automates bulk conversions by creating new federated credentials, invoking the migration API, and preserving safe handling of unsupported multitenant scenarios.
How to protect your MCP Server with Fastly (3 minute read)
Fastly built an MCP server security prototype combining edge networking, bot management, WAF, and traffic optimization to protect AI agent infrastructure from AI-specific threats while supporting low latency, high throughput, and flexible authentication. A 10-week trial exceeded performance targets, demonstrating scalable protection for enterprise MCP deployments.
I love LLMs, I hate hype (4 minute read)
LLMs are useful programming tools, but their value does not require claims that a narrow adoption window is closing or that superintelligence will suddenly transform everything.
Introducing Smart Retry: Safer retries for transient Jenkins failures. (6 minute read)
Jenkins Smart Retry introduces policy-based retries that classify failures before rerunning pipeline steps, helping recover from transient issues like lost agents, SCM interruptions, and dependency outages while avoiding retries for deterministic failures.
Highlights from Git 2.55 (14 minute read)
Git 2.55 introduces incremental multi-pack index repacking improvements that reduce repository maintenance overhead by updating pack metadata more efficiently, alongside new history fixup capabilities that simplify moving staged changes into earlier commits.
Get our free daily newsletter with curated tools 💻, trends 📈, and insights 💡, for DevOps Engineers 👨💻
Join 340,000 readers for
one daily email