// BLOG

Beyond HTTP

Distributed systems architecture, Akka.NET patterns, .NET + AI development, and performance — from the framework’s creators.

ref: posts
Jan 14, 2026

How AI Will Transform Open Source Business Models

This is Part 2 of a two-part series. Part 1 covered why AI is accelerating open source adoption, not killing it. This post examines which business models thrive and which struggle in the AI era. Subscribe to our mailing list...

business Read more
Jan 08, 2026

AI Won't Kill Open Source - It Will Amplify It

Earlier this week, Adam Wathan, the creator of Tailwind CSS, dropped a bombshell about how AI has impacted his company and its employees: the reality is that 75% of the people on our engineering team lost their jobs here yesterday...

business Read more
Nov 26, 2025
The Worst Security Vulnerability in Akka.NET - And How to Fix It

The Worst Security Vulnerability in Akka.NET - And How to Fix It

In October 2025, we disclosed the most critical security vulnerability ever found in Akka.NET: CVE-2025-61778. This vulnerability affects Akka.Remote’s TLS implementation - specifically, we were supposed to implement mutual TLS (mTLS), but we didn’t. The server never validated client certificates,...

akka.net Read more
Oct 24, 2025
Akka.NET + Kubernetes: Everything You Need to Know

Akka.NET + Kubernetes: Everything You Need to Know

Running Akka.NET in Kubernetes can feel like a daunting task if you’re doing it for the first time. Between StatefulSets, Deployments, RBAC permissions, health checks, and graceful shutdowns, there are a lot of moving parts to get right. But here’s...

akka.net Read more
Sep 24, 2025
You Don't Need to Use Akka.HealthChecks Anymore

You Don't Need to Use Akka.HealthChecks Anymore

We have just recently shipped Akka.Hosting v1.5.48.1 and newer, all of which now have built-in Microsoft.Extensions.HealthCheck integration that is significantly easier to configure, fewer packages to install, and easier to customize than what we had with Akka.HealthChecks. This post consists...

akka.net Read more
Aug 28, 2025
The Easiest Way to Do OpenTelemetry in .NET: OTLP + Collector

The Easiest Way to Do OpenTelemetry in .NET: OTLP + Collector

We know OpenTelemetry deeply at Petabridge. We’ve built Phobos, an OpenTelemetry instrumentation plugin for Akka.NET, so we understand the low-level bits. Beyond that, we’ve been using OpenTelemetry in production for years on Sdkbin and we’ve helped over 100 customers implement...

akka.net Read more
ref: newsletter

// STAY_CONNECTED