Jamie's Blog

The curious developer's ODYSSEY, Exploring the Universe of TECH, CODE & AI.

What Claude Code's Source Code Taught Me About Building Production AI Agents

A Staff Engineer's deep-dive into Claude Code's source code — the architectural patterns, trust boundaries, and self-healing mechanisms that make a production CLI agent work.

Self-Hosting Agentic AI: A Deep Dive into the OpenClaw Architecture

An in-depth technical exploration of OpenClaw, an open-source agent runtime. We examine its hub-and-spoke architecture, gateway control plane, and the networking challenges of deploying agentic systems within enterprise VM environments.

How LLMs Work: An End-to-End Guide from Pre-training to Prediction

A deep dive into the complete lifecycle of a Large Language Model, from pre-training and fine-tuning to the inner workings of the decoder-only transformer architecture during inference.

Stanford CS146S: The Modern Software Developer — A Complete Course Summary

A deep dive into Stanford's CS146S, exploring the shift to AI-native engineering, coding agents, defensive prompting, and the future of software operations.

The Architectural Evolution of the Java Platform: A Comprehensive Technical Analysis of Versions 8 through 25

A comprehensive technical analysis of Java's architectural evolution from versions 8 to 25, featuring detailed feature comparisons, code examples, architectural insights, and impact on enterprise application design for senior engineers and solution architects.

The Complete Guide to Building Agentic AI Systems: From Basics to Production

Master the art of building production-ready agentic AI systems with reflection patterns, tool use, planning, and multi-agent collaboration. A comprehensive guide covering evaluation strategies, error analysis, and optimization techniques.

LangChain 1.x Architecture Guide for Tech Leads and Solution Architects

A Production-Ready Blueprint for Building Enterprise AI Agent Solutions.

Learning Notes: Fine-Tuning Transformer Models

A beginner-friendly guide to fine-tuning transformer models, including practical steps, tips, and common pitfalls.

Understanding Transformer Architecture: The Foundation of Modern AI

A Comprehensive Guide to Attention Mechanisms and How They Power LLMs Like GPT

Learn how Transformer architecture works with clear explanations and visual diagrams. Understand the core concepts behind modern AI models like GPT-4 and GPT-5.

Run LLM on Intel Iris Xe GPU Using IEPX-LLM + Ollama

For windows demostration only.