๐Ÿ”ง
Jul 11, 2026 ~2 hour read

Let's Build a Search Engine

From SELECT * WHERE title LIKE '%query%' to hybrid semantic retrieval โ€” we build an e-commerce search engine in 8 levels, with working code at every step, a live demo you can type into, and an honest verdict on when to build and when to buy. By the end, you'll have the complete picture.

๐Ÿ—๏ธ
Jul 24, 2026 ~2 hour read

Production RAG Systems

A complete theory guide for building a Multi-Tenant Knowledge Base SaaS product. From first principles to production architecture, with 60+ interview questions.

๐Ÿ›’
Jul 10, 2026 ~30 min read

The E-Commerce ML Playbook โ€” Algorithms That Actually Move Metrics

Not another "8 use cases of AI in retail" listicle. This is a map of the machine learning that actually runs e-commerce today โ€” which algorithm wins each problem, why, and what to learn โ€” written from inside the industry.

๐Ÿ“Š
Jul 10, 2026 ~25 min read

The E-Commerce SQL Cookbook โ€” 8 Query Patterns That Answer 80% of Business Questions

Every e-commerce business question is a variation of about eight SQL patterns. Master these โ€” funnels, cohorts, RFM, repeat rate, aging, sessionization โ€” and you can answer almost anything leadership asks, same day. Written in BigQuery SQL, portable everywhere.

๐Ÿงช
Jul 10, 2026 ~22 min read

The E-Commerce Experimentation Playbook โ€” A/B Tests That Actually Decide

Most A/B tests in e-commerce don't fail statistically โ€” they fail organizationally: underpowered designs, peeking, metric fishing, and results nobody acts on. This is the full playbook for running experiments that produce decisions instead of arguments.

๐ŸŽฏ
Jul 10, 2026 ~24 min read

The Promo & Discount Playbook โ€” Stop Burning Margin on Customers Who'd Buy Anyway

Industry estimates say 50โ€“60% of trade promotions lose money. Almost nobody knows which of theirs do, because almost nobody measures incrementality. This is the full playbook: margin math, holdout design, uplift targeting, and the segment strategies that follow.

๐Ÿ“ฆ
Jul 10, 2026 ~23 min read

The Inventory Health Playbook โ€” Aging, Markdowns & the Economics of Letting Go

Every retailer has a mountain of stock that stopped selling, and a P&L quietly bleeding storage cost, trapped cash, and eventual write-downs. This is the analytics playbook for seeing the problem clearly, pricing the exit correctly, and โ€” the hard part โ€” acting early enough.

โœจ
Jul 10, 2026 ~22 min read

LLMs in E-Commerce Operations โ€” Beyond the Chatbot

Everyone built a shopping assistant; the real money is quieter. Catalog enrichment, review mining, support triage, semantic search, competitive intelligence โ€” where LLMs actually pay for themselves in e-commerce, with the prompts, the cost math, and the evaluation discipline the listicles skip.

๐ŸŒณ
Jul 11, 2026 ~22 min read

Why Is GMV Down? โ€” The Decomposition Runbook Every Analyst Needs

It's 7am, GMV is down 5% vs last week, and leadership wants to know why before the 10am call. This is the systematic answer: the metrics tree, the rate-vs-mix math, the traps, and a step-by-step runbook that turns panic into a diagnosis.

๐Ÿ”
Jul 11, 2026 ~21 min read

The Search Analytics Playbook โ€” Running the Surface Where Half Your Revenue Lives

Searchers are ~24% of visitors and ~44% of revenue, converting 2โ€“3x better than browsers โ€” yet most companies run search as a black box someone configured in 2021. This is the operating playbook: the KPI stack, query mining, merchandising rules, and the quality process.

๐Ÿท๏ธ
Jul 11, 2026 ~24 min read

The Pricing Analytics Playbook โ€” Price Image, Elasticity & the Margin Waterfall

A 1% improvement in price realization is worth more than a 1% traffic increase, at zero marketing cost. This is the analytics that finds it: KVIs and price image, competitive indexing done honestly, a practical elasticity recipe with all its traps, and the governance that makes price changes stick.

โ†ฉ๏ธ
Jul 11, 2026 ~23 min read

The Returns & RTO Analytics Playbook โ€” The P&L Leak Nobody Owns

Fashion e-commerce runs 25โ€“40% return rates; COD markets add 20โ€“40% RTO on top. Between reverse logistics, damaged stock, and refund costs, returns quietly consume more margin than most promo budgets โ€” and almost nobody measures them properly. Here's the full analytics playbook.

๐Ÿ’ณ
Jul 11, 2026 ~22 min read

The Checkout & Payments Playbook โ€” The Last Meter of Conversion

You paid for the traffic, won the search, earned the add-to-cart โ€” and then a declined card or a COD refusal took the revenue anyway. Checkout and payments are where 60โ€“70% of intent dies, and almost nobody staffs the analytics. Here's the playbook.

๐Ÿค–
Jul 10, 2026 ~25 min read

Building AI Agents with Google ADK โ€” A Practical Guide

From zero to a working multi-tool agent. Environment setup, tool creation, agent orchestration, callbacks, session management, and multi-agent systems โ€” with real code you can run today.

๐Ÿง 
Jul 12, 2026 ~40 min read

The Complete Guide to Agent Memory

From my research assistant's rate-limit error to knowledge graphs โ€” what memory actually means for an LLM agent, why each technique exists, when to reach for it, and the working code. Eight levels, one real bug as the running example, no hand-waving.

๐Ÿงฐ
Jul 12, 2026 ~90 min read

The Agent Tools Dictionary โ€” A to Z

A tool is how an agent stops being a chatbot. This is the practitioner's dictionary: 28 tools across 8 shelves, the masterclass on building custom tools models actually use well, MCP, 10 e-commerce use cases with working code, and the security rules that keep it all safe. Pick, copy, ship.