insights(2) · reading index

Insights

Notes and case studies about AI systems, retrieval, infrastructure, and cost. Start with a topic, or follow a series.

29published notes 5topic groups W5latest week

Discovery Systems

Three product-first notes on how feeds, first-use experiences, and search help people find what matters.


GenAI

Retrieval, reranking, learned indexes, and practical notes around production GenAI systems.

GenAI Aug 2026

Your Agent Is a Contractor, Not a Chatbot

A 40-step agent that is 99% reliable per step gets it right 67% of the time. The fix is not a better model. It is knowing which actions deserve a phone call — with LangGraph interrupts in Python and TypeScript.

AgentsLangGraphAI EngineeringInteraction Design
Read note →
GenAI Aug 2026

Your Contracts Folder Is Not a Search Problem

A JSON inventory answers aggregation questions with 9,810 tokens instead of 663,181 — a 68x context collapse. Two LangGraph tools in Python, one Pydantic schema, and the honest benchmark that argues against the design.

AgentsLangGraphData EngineeringExtraction
Read note →

Project Reviews

Project writeups and case studies with the constraints, tools, and evidence kept close to the work.

Project Reviews undated Week 1

GenAI Chatbot: The Better Labyrinth Game

A practical AI engineering review of building a browser-based Next.js Web UI RAG assistant for real users: retrieval, latency, prompt control, failure modes, and expectations.

ragai-engineeringnextjs
Read note →
Case StudyRAG support assistant

Ecommerce AI Chatbot

A production support assistant for ecommerce: semantic product search, context-aware answers, and ticket deflection measurement.

RAG pipelinererankingsupport automation
Ecommerce AI Chatbot case study preview
Case Studysemantic search

Scentum

A semantic fragrance search product: natural language queries, vector embeddings, and scoring over scent descriptors.

semantic searchembeddingsproduct discovery
Scentum semantic search preview

Concepts

Engineering fundamentals, Python notes, containers, data structures, and measurement-first habits.

Concepts Aug 2026

DNS Was Never Just an Address Book

Twelve of twenty-one well-known domains share a Cloudflare or AWS nameserver. Five live DNS queries, lamest to strangest, show the moment a lookup stopped answering "where" and started answering "who is asking."

DNSInfrastructureSecurityPrivacy
Read note →
Concepts Jul 2026

Unstructured Was Never the Right Word

Frontier models turning video, audio, sensor streams, and DNA sequences into structured JSON — the extraction problem finally has a general solution.

LLMsData EngineeringMultimodalFunction Calling
Read note →
Concepts Jun 2026

Python Type Hints: Looking Under the Hood

Python has not become statically typed. What changed is the tooling around it — type checkers, linters, and editors that reason about your code before it ever runs.

PythonType HintsStatic AnalysisTooling
Read note →
Concepts Mar 2026

From Stacks and Queues to Graph Algorithms

From Stacks and Queues to Graph Algorithms: how primitive containers — stacks, queues, sets, heaps — power the higher-order algorithms of computer science.

Computer ScienceAlgorithmsPythonData Structures
Read note →

SEO/GEO

Search and generative-engine optimization notes, with a preference for measured changes over claims.

SEO/GEO Jul 2026

Delete Before You Compress: the Second Optimization Pass

The sequel to the on-site SEO workout: a second pass built on one hierarchy — does a byte need to exist, block, run, or weigh this much? Page JavaScript went from 113 KB to 1.6 KB and first paint from 0.6 to 0.4 seconds, mostly by deleting instead of compressing.

SEOPerformanceCore Web VitalsWeb Development
Read note →

Economics

Expected value, routing, retrieval costs, and decision-making for GenAI systems.

Economics May 2026

Measuring the EV+ of Agentic AI & GenAI

Measure the EV of every Agentic AI and GenAI inference call. EV formula, RAG vs agentic cost breakdown, optimal model routing, and equilibrium play for production systems.

EVinference economicsRAGagentic AI
Read note →