Voice RAG for Regional Languages: A Kannada + English Agent on AWS Bedrock

A live code-mixed Kannada + English voice agent, built with Sarvam speech-to-text and AWS Bedrock (Claude + Titan). How RAG turns "I can't help" into an exact, cited answer — with code, architecture, and video.

Voice AI RAG AWS Bedrock
Read More →

Will AI Recommend Your Business? What Generative Search Means for Getting Found

Your customers are asking ChatGPT, Claude, and Perplexity for recommendations instead of scrolling Google. A plain-language guide for business owners on how AI search decides who it recommends — and how to be the answer.

AI Search Business Growth Getting Found
Read More →

How Does a Machine Learn? The Intuition Behind Linear Regression

A beginner-friendly walkthrough from a demo session at Masai School: predict a salary from years of experience, guess the line y = mx + c, and watch a machine learn by shrinking its own error — ending with the intuition behind gradient descent.

Machine Learning Linear Regression Gradient Descent
Read More →

How Exa Search Found Me — GEO Part 2

A neural search engine surfaced my name to a stranger who then emailed me — no one typed my name. Part 2 of my GEO series: what Exa actually is, an inventory of everything I've shipped for SEO and GEO to date, and the identity-ownership step most people skip (rel=me, sameAs, and an ownership statement in llms.txt).

GEO Exa Entity Graph
Read More →

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 →