Blog

Practical insights on AI/ML deployment, product management, and advanced analytics.

The Shift Toward Autonomous Coding: What I'm Seeing in 2026

The Shift Toward Autonomous Coding: What I'm Seeing in 2026

Six major trends reshaping software development — from workflow optimization and cloud agents to the Ralph Loop and the end of janitorial coding.

ai coding agents autonomous developer-tools workflow cursor
Building a Technical Support Bot: Lessons from the RAG Design

Building a Technical Support Bot: Lessons from the RAG Design

Practical lessons from building a production-grade internal technical support bot, covering chunking strategies, hybrid search, rerankers, hierarchical retrieval, query expansion, and instructed retrieval.

RAG LLM vector-search retrieval AI-engineering
Fine-Tuning Lessons from the Trenches: What 30+ Experiments Taught Me About Training LLMs

Fine-Tuning Lessons from the Trenches: What 30+ Experiments Taught Me About Training LLMs

Hands-on lessons from 30+ fine-tuning experiments with Qwen 2.5-7B, comparing SFT, DPO, PPO, and GRPO across safety, math, coding, and conversational warmth.

fine-tuning LLM RLHF DPO GRPO machine-learning
From Sequential to Router Agents: Three Architectures for Agent AI Systems

From Sequential to Router Agents: Three Architectures for Agent AI Systems

A production journey through three agent architecture patterns -- sequential, multi-agent, and orchestrator (router) -- with real cost-quality trade-offs from building an endurance coaching AI.

agents LLM architecture multi-agent AI-engineering
How Smart Is a Local LLM, Really? My Weekend Experiment on the MacBook M4 Max

How Smart Is a Local LLM, Really? My Weekend Experiment on the MacBook M4 Max

Testing local LLMs on the M4 Max — comparing Ollama and MLX, benchmarking models, and figuring out when local inference actually makes sense.

llm local-llm apple-silicon mlx ollama ai
Claude Code: How Subagents, Tools, and Skills Fit Together

Claude Code: How Subagents, Tools, and Skills Fit Together

Breaking down the layered architecture of Claude Code — how sub-agents, tools, MCP, and the new skills system work together.

claude-code ai-tools subagents skills mcp
The Next Evolution of AI-Assisted Coding: Specialized Agent with Claude Code Plugins

The Next Evolution of AI-Assisted Coding: Specialized Agent with Claude Code Plugins

How Claude Code plugins enable specialized agent workflows — solving context limits, domain knowledge gaps, and quality control in AI-assisted coding.

ai coding claude plugins agents developer-tools