Agents Don't Fail Like Services Fail — And We're Not Tooled For It

A microservice dies loudly — a 500, alerting, a tripped circuit breaker. An agent fails silently, synthesizing confidently on top of garbage or burning tokens in a reasoning loop. Building a multi-agent stock recommender exposed the gap in agent reliability tooling — and the gateway and chaos harness I'm building for it.

Agentic AI Reliability Distributed Systems
Read More →
July 10, 2026

How I Optimized My Site for LLMs (GEO)

A condensed, practical guide to Generative Engine Optimization — how I made this site findable and citable by ChatGPT, Claude, and Perplexity, with real code from my own site. Plus: it's open source.

GEO AI Search llms.txt
Read More →
Free Course

Master SOLID Principles in Java

Learn the 5 SOLID principles (SRP, OCP, LSP, ISP, DIP) with code examples, pros & cons, and real-world scenarios. Refactor and optimise Java code for better maintainability and scalability.

Java SOLID OOP
Enroll for Free →
Rating: 4.1 (16 ratings) | 297 students | 1hr 12min video

Two Agent Stacks, One Problem: A2A/MCP on Bedrock vs. LangGraph

Two agentic systems on deliberately different foundations — native AWS Bedrock with A2A/MCP vs. LangGraph + LangChain. What actually differed under the hood: orchestration as a protocol vs. a state machine, eval granularity, and how you keep reasoning grounded.

Agentic AI LangGraph AWS Bedrock
Read More →

JWT Authentication in Spring Boot + React: Complete Guide

Learn how to implement secure JWT-based authentication in your Spring Boot backend with React frontend. Covers token generation, validation, refresh tokens, and production best practices including security considerations.

Spring Boot JWT Security
Read More →