02.07.2026 / By 

THE SIGNAL: What matters in distributed systems | #4

AI agents pushed GitHub to 275 million commits a week, and Microsoft's own cloud couldn't keep up. Microsoft and JetBrains just placed opposite bets on who should own the harness your coding agents run in.

01.07.2026 / By ,

Rust as the A2A Orchestrator: What We Learned Building a Multi-Agent System

What we learned building a Rust orchestration layer for a real multi-agent AI system — from A2A protocol churn and manual agent loops to Agent Skills and context design.

02.06.2026 / By 

THE SIGNAL: What matters in distributed systems | #3

Here is what matters in distributed systems this month. Oracle proposed removing JVMCI — Amazon pushed back. Anthropic published a Claude Code production postmortem. OpenAI shipped WebSocket Responses API. MCP lands on the JVM.

29.04.2026 / By ,

LLMs are mediocre at Scala. If you don't push back, your codebase will be too.

How do we actually use AI in production Scala systems at Scalac? Our senior engineer shares what works, what slows you down, and why LLMs often miss what makes Scala valuable in the first place.

31.03.2026 / By 

AI on the JVM: Multi-Agent Architecture with Apache Pekko, Java, and Rust

1. Introduction: Agentic AI is a Backend Engineering Challenge, Not Just Prompt Engineering LLM models are useless without access to data. They can generate text, but to “find suitable candidates for open vacancies,” they must call real APIs, read results from a database, and make decisions based on the current state of the system. While […]