Practical articles on AI engineering, LangGraph, RAG, voice agents, backend systems, and production software — from a Principal AI Engineer with 15+ years in the field.
⚠️
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.
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.
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.
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.
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.