Clear All
Page 2 of 40 (Total items: 785)
Image Summarizer: A Constrained Fuzzy Image RAG Engine
Parts 1-3 described Constrained Fuzziness as an abstract pattern. This article applies those patterns to a working image analysis pipeline that demonstrates the principles in action. CLI Tool -...

Tuesday, 06 January 2026 17:00

//

31 minute read

Constrained Fuzzy Context Dragging: What Gets Remembered
One of the easiest ways to make an AI system fail is to let it remember too much. Most "context handling" approaches boil down to one of two mistakes: Stuff everything into the prompt and hope the...

Tuesday, 06 January 2026 16:00

//

16 minute read

Constrained Fuzzy MoM: Signal Contracts Over Agent Chatter
Part 1 described a pipeline: Substrate, Proposer, Constrainer. One probabilistic component, bounded by deterministic truth. But what happens when you have multiple proposers? Multiple LLMs? Vision...

Tuesday, 06 January 2026 15:00

//

23 minute read

Deterministic Voice Forms with Blazor and Local LLMs
A Ten Commandments–Compliant Architecture In which we build a voice-to-form system that doesn't hand the keys to the AI kingdom Here's the thing about voice interfaces: everyone wants them, nobody...

Monday, 05 January 2026 14:30

//

18 minute read

Constrained Fuzziness: A Control System Pattern for Probabilistic Components
2026-01-06ET14:00 The Pattern That Kept Emerging It started with my blog's translation tool. The cache kept only 5 tasks per user, with 6-hour absolute and 1-hour sliding expiration. Sixth task?...

Monday, 05 January 2026 10:52

//

17 minute read

DocSummarizer Part 5 - lucidRAG: Multi-Document RAG Web Application
This is Part 5 of the DocSummarizer series, and it's also the culmination of the GraphRAG series and Semantic Search series. We're combining everything into a deployable web application. 🚨🚨 PREVIEW...

Thursday, 01 January 2026 18:00

//

9 minute read

About Me
Scott Galloway | AI Systems Engineer | CTO | Head of Engineering | Systems Architect | Remote I'm a technical leader with over 30 years building and scaling engineering teams and products. I've served...

Wednesday, 31 December 2025 22:30

//

12 minute read

Zero PII Customer Intelligence - Part 1: The Philosophy
What This Series Builds This series builds a working ecommerce system that proves you can have sophisticated customer intelligence without storing personal information. What We Build How It Works...

Wednesday, 31 December 2025 20:00

//

14 minute read

Zero PII Customer Intelligence - Part 1.1: Generating Sample Data (and Images) Locally
In Part 1 we covered the philosophy: transparent segmentation without PII. Part 2 covers session profiles, signals, and segment definitions. But first: how do you validate any of this without ever...

Wednesday, 31 December 2025 20:00

//

9 minute read

Zero PII Customer Intelligence - Part 2: Profiles, Signals & Segments
In Part 1 we covered the philosophy and series overview. In Part 1.1 we built the sample data generator. Now let's build the core system. This part focuses on: Zero-PII profile architecture -...

Wednesday, 31 December 2025 20:00

//

20 minute read

"How do you work on all these projects and write these articles, is it just AI doing it all?"
Yes and no, I've ALWAYS been able to have multiple ideas in my head at the same time and let them coalesce until it's something I can build (I gave up all the 'social life' parts so it's not ALL...

Tuesday, 30 December 2025 21:35

//

1 minute read

DocSummarizer Part 4 - Building RAG Pipelines
NuGet npm .NET Node.js This is Part 4 of the DocSummarizer series. See Part 1 for the architecture, Part 2 for the CLI tool, or Part 3 for the deep dive on embeddings. The hard part of RAG isn't the...

Tuesday, 30 December 2025 17:00

//

16 minute read

Why You Probably Shouldn't Use Microservices (Yet)
Microservices have become the default "serious system" architecture. If you want to sound mature, you talk about service meshes, event buses, distributed tracing, and "independent deployability". If...

Monday, 29 December 2025 20:00

//

23 minute read

HTTP Over the Decades: A Story of Physics, Latency, and Grudging Adaptation
HTTP didn't evolve. It was forced to change by physics, latency, and misuse. Every version exists because the previous one hit a hard constraint. If you understand those constraints, you understand...

Sunday, 28 December 2025 18:00

//

23 minute read

No, Small Models Are Not the "Budget Option"
Small and local LLMs are often framed as the cheap alternative to frontier models. That framing is wrong. They are not a degraded version of the same thing. They are a different architectural choice,...

Sunday, 28 December 2025 16:00

//

7 minute read

GraphRAG Part 2: Minimum Viable GraphRAG (No Per-Chunk LLM Calls)
In Part 1, we explored why GraphRAG matters. Now let's build a minimum viable GraphRAG that works without per-chunk LLM calls - pragmatic, offline-first, and cheap enough to run on a laptop: DuckDB...

Saturday, 27 December 2025 14:00

//

11 minute read

GraphRAG: Why Vector Search Breaks Down at the Corpus Level
Your RAG system is great at "needle" questions: retrieve a few relevant chunks and synthesise an answer. It struggles with two common query types: Sensemaking: "What are the main themes across this...

Friday, 26 December 2025 12:00

//

21 minute read

Probability Is Not a System: The Ten Commandments of LLM Use
I keep seeing the same failure mode in "AI-powered" systems: LLMs are being asked to do jobs we already solved decades ago - badly, probabilistically, and without guarantees. This isn't cutting edge....

Thursday, 25 December 2025 12:40

//

15 minute read

DataSummarizer: Fast Local Data Profiling
Most “chat with your data” systems make the same mistake: they treat an LLM as if it were a database. They shove rows into context, embed chunks, or pick “representative samples” and hope the model...

Monday, 22 December 2025 18:30

//

6 minute read

DocSummarizer Part 3 - Advanced Concepts: The "I Went Too Far 🤦" Deep Dive
This is Part 3 of the DocSummarizer series: Part 1: Building a Document Summarizer with RAG - The architecture and why the pipeline approach beats naive LLM calls Part 2: Using the Tool - Quick-start...

Sunday, 21 December 2025 12:00

//

30 minute read

Page 2 of 40 (Total items: 785)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.