Author's Own Writing

Peter's Weblogs

Essays, technical deep-dive guides, and reading directories written and curated by Pethuru Raj — spanning kernel methods, graph neural networks, RAG architectures, LLM training, and enterprise AI system design. Click any card to open it.

15 resources

Essays & Explainers

Plain-English deep dives
How Modern AI Clusters Load Balance GPU Inference for LLMsEssay
Routing an LLM request is not like routing an HTTP request. This is a technical walkthrough of the mechanisms production clusters use to keep GPUs saturated — from KV-cache-aware routing to disaggregated prefill/decode serving.
www.peterindia.net/HowModernAIClustersLoadBalanceGPUInference.html
Legacy Application Modernization: From COBOL to Cloud-Native & Agentic AIEssay
A working COBOL core banking system as the running example: the proven "7 R's" of modernization, and the 2026 shift toward agentic AI-driven transformation and AI-agent orchestration layers.
www.peterindia.net/LegacyApplicationModernizationMechanisms.html
CPU, GPU, TPU, NPU, LPU, DPU & QPU ExplainedEssay
Seven processor types, seven different bottlenecks. A practical guide to what each chip is actually built for, how they work together in a modern AI stack
www.peterindia.net/ProcessorTypesExplained.html
LLM Training and Inferencing Optimization TechniquesEssay
Training and serving a large language model are two different engineering problems that happen to share a GPU. Here's what actually determines cost and speed on each side — and why the techniques that help one side often don't help the other.
www.peterindia.net/LLMTrainingAndInferencingOptimizationTechniques.html
Graph Neural Networks: Learning From Connected DataEssay
Most machine learning models work with structured tables, images, or text. But many real-world problems involve relationships and connections
www.peterindia.net/GNNs.html
Steps to Build Powerful LLMsEssay
Understand exactly where web scraping, tokenization, transformer architectures, causal language modeling, RLHF, gradient clipping, adaptive learning, and supervised fine-tuning each fit into the LLM pipeline
www.peterindia.net/LLMBuildingSteps.html
Understanding Graph Neural NetworksEssay
A practitioner's blog on GNNs — message passing, GCN/GAT/GraphSAGE/GIN, real applications, and where the field is heading in 2026.
www.peterindia.net/UnderstandingGNNs.html
Enterprise AI System Design ConceptsEssay
An AI system can have a powerful model and still collapse under production traffic. Once AI moves beyond a demo, model quality is only one part of the architecture
www.peterindia.net/EnterpriseAISystemDesignConcepts.html
The Kernel TrickEssay
An inspiring, plain-English tour of kernel methods in machine learning — what they are, why they exist, and why SVMs still rely on them.
www.peterindia.net/KernelFunctions.html

Technical Deep-Dive Guides

Structured reference articles

Directories

Curated link collections

No matches. Try a different keyword.