Contract Communication, Laravel 13.7, AI Frustrations, and Multi-Agent Systems
Published on 30.04.2026
Contract Communication, Laravel 13.7, AI Frustrations, and Multi-Agent Systems
Creating Contractual Service Communication
TLDR: The monday.com engineering team describes how they replaced implicit, "stringly typed" service contracts with explicit, versioned JSON Schemas across their microservices architecture.
Creating Contractual Service Communication
New Laravel 13.7.0 Features
TLDR: Laravel v13.7.0 introduces interruptible jobs that respond to worker signals, new font optimization features, bulk JSON path assertions, and improved enum support.
Interruptible Jobs in Laravel 13.7.0
You Cannot Spell "Pain" Without AI
TLDR: A personal rant about the downsides of forced AI adoption in the tech industry, from content authenticity to performative productivity metrics.
You Cannot Spell "Pain" Without AI
Building Multi-Agent Telecom Support Systems
TLDR: A step-by-step tutorial for building multi-agent customer support systems using CopilotKit and LangGraph, with specialized agents for intent classification, customer lookup, escalation, and reply generation.
Build a Multi-Agent Telecom Support System with CopilotKit & LangGraph