<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
<title>Engineering Blog</title>
<link>https://engineering-blog.eden-reich.com/</link>
<description>A blog about software engineering and technology</description>
<item><title>Agent Definition Language: OpenAPI for AI Agents</title><link>https://engineering-blog.eden-reich.com/agent-definition-language/</link><guid>https://engineering-blog.eden-reich.com/agent-definition-language/</guid><pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate><description>Why AI agents need a declarative contract, how ADL helps generate enterprise-ready agents, and why this matters for GitOps-friendly AI infrastructure.</description></item>
<item><title>Beyond Computer-Use: How A2A Browser Agents Simplify Developer Workflows</title><link>https://engineering-blog.eden-reich.com/a2a-browser-agents/</link><guid>https://engineering-blog.eden-reich.com/a2a-browser-agents/</guid><pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate><description>How browser automation through A2A Agents in the Inference Gateway CLI can streamline developer workflows - replacing hype with real autonomy and highlight the growing trend of AI-friendly app design.</description></item>
<item><title>MCP: The Universal Protocol Revolutionizing AI Integration</title><link>https://engineering-blog.eden-reich.com/mcp-the-universal-protocol-revolutionizing-ai-integration/</link><guid>https://engineering-blog.eden-reich.com/mcp-the-universal-protocol-revolutionizing-ai-integration/</guid><pubDate>Mon, 05 May 2025 00:00:00 GMT</pubDate><description>Breaking down how the Model Context Protocol is changing AI integration</description></item>
<item><title>Building AI Agents for Kubernetes Using the Inference Gateway (Rust SDK)</title><link>https://engineering-blog.eden-reich.com/building-ai-agents-in-rust/</link><guid>https://engineering-blog.eden-reich.com/building-ai-agents-in-rust/</guid><pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate><description>Artificial intelligence workloads have become a cornerstone of modern applications, and Kubernetes is at the forefront of container orchestration</description></item>
<item><title>Running LLMs on Kubernetes with Ollama</title><link>https://engineering-blog.eden-reich.com/ollama-on-kubernetes/</link><guid>https://engineering-blog.eden-reich.com/ollama-on-kubernetes/</guid><pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate><description>Orchestrating LLMs on Kubernetes with Ollama</description></item>
<item><title>Quantization Explained: Making AI Efficient with a Simple Spice Rack Analogy</title><link>https://engineering-blog.eden-reich.com/demystifying-llms-quantization/</link><guid>https://engineering-blog.eden-reich.com/demystifying-llms-quantization/</guid><pubDate>Sun, 29 Dec 2024 00:00:00 GMT</pubDate><description>A Fun, Simple Explanation! In this article, we'll break down the concept of quantization</description></item>
<item><title>The Forgotten Kubernetes Probes: Understanding Startup Probes and Their Importance</title><link>https://engineering-blog.eden-reich.com/understanding-startup-probes-in-kubernetes-when-and-how-to-use-them/</link><guid>https://engineering-blog.eden-reich.com/understanding-startup-probes-in-kubernetes-when-and-how-to-use-them/</guid><pubDate>Tue, 28 May 2024 00:00:00 GMT</pubDate><description>While liveness and readiness probes are widely discussed, startup probes are equally crucial, particularly for applications with significant initialization times. This article delves into startup probes, explaining their purpose, configuration, and common practices.</description></item>
<item><title>Design-First approach with OpenAPI</title><link>https://engineering-blog.eden-reich.com/design-first-approach/</link><guid>https://engineering-blog.eden-reich.com/design-first-approach/</guid><pubDate>Sun, 12 May 2024 00:00:00 GMT</pubDate><description>Explore why a shift from code annotations to plain OpenAPI Specification (OAS) enhances API design and development processes.</description></item>
<item><title>ArgoCD Preview Environments</title><link>https://engineering-blog.eden-reich.com/argocd-preview-environments/</link><guid>https://engineering-blog.eden-reich.com/argocd-preview-environments/</guid><pubDate>Sun, 10 Mar 2024 00:00:00 GMT</pubDate><description>ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes.</description></item>
<item><title>Loosely coupled Micro-services with Distributed Application Runtime(DAPR)</title><link>https://engineering-blog.eden-reich.com/decoupling-services-with-distributed-application-runtime/</link><guid>https://engineering-blog.eden-reich.com/decoupling-services-with-distributed-application-runtime/</guid><pubDate>Sat, 09 Apr 2022 00:00:00 GMT</pubDate><description>Distributed Application Runtime is a great way to decouple application's specific logic from operational distributed messaging</description></item>
<item><title>NextJS Static Site Generator(SSG)</title><link>https://engineering-blog.eden-reich.com/build-a-blazing-fast-blog-using-nextjs-ssg/</link><guid>https://engineering-blog.eden-reich.com/build-a-blazing-fast-blog-using-nextjs-ssg/</guid><pubDate>Sat, 29 Jan 2022 00:00:00 GMT</pubDate><description>In this tutorial I want to cover how powerful raw HTML and Javascript could be, and how they could improve the speed of your website</description></item>
<item><title>A/B Testing with NGINX</title><link>https://engineering-blog.eden-reich.com/a-b-testing-with-nginx/</link><guid>https://engineering-blog.eden-reich.com/a-b-testing-with-nginx/</guid><pubDate>Sat, 11 Dec 2021 00:00:00 GMT</pubDate><description>Many companies don't release a newer version of their product to customers before they are 100% sure that the newer version with all of its features works properly</description></item>
<item><title>Infrastructure as Data</title><link>https://engineering-blog.eden-reich.com/infrastructure-as-data/</link><guid>https://engineering-blog.eden-reich.com/infrastructure-as-data/</guid><pubDate>Sat, 04 Dec 2021 00:00:00 GMT</pubDate><description>Infrastructure as Data (IaD) isn't a new concept, it just gain a bit more popularity and attention since Kubernetes and Serverless started to appear</description></item>
<item><title>Debugging running processes with strace and ptrace</title><link>https://engineering-blog.eden-reich.com/debugging-with-strace-and-ptrace/</link><guid>https://engineering-blog.eden-reich.com/debugging-with-strace-and-ptrace/</guid><pubDate>Sat, 27 Nov 2021 00:00:00 GMT</pubDate><description>In this article I want to explain / summarize how light weight and yet powerful tools like strace and ptrace are...</description></item>
<item><title>Build your own Kubernetes Cluster with K3S</title><link>https://engineering-blog.eden-reich.com/build-your-own-kubernetes-cluster-with-k3s/</link><guid>https://engineering-blog.eden-reich.com/build-your-own-kubernetes-cluster-with-k3s/</guid><pubDate>Fri, 19 Jun 2020 00:00:00 GMT</pubDate><description>Creating your own kubernetes cluster on raspberry pi doesn't take much effort and it was a fun experience...</description></item>
<item><title>Kubernetes for Local Development with Kubernetes in Docker (KinD)</title><link>https://engineering-blog.eden-reich.com/kubernetes-for-local-development-with-kind/</link><guid>https://engineering-blog.eden-reich.com/kubernetes-for-local-development-with-kind/</guid><pubDate>Sun, 19 Apr 2020 00:00:00 GMT</pubDate><description>In this short tutorial we're going to create 3 node cluster with a Metal LB deployed so we can test our services locally with minimal overhead.</description></item>
</channel></rss>
