mostlylucid.net - Scott Galloway's Developer Blog
author

Hi, I'm Scott Galloway — I'm a consulting web / internet / systems / full-cycle, full-stack developer (it's complicated šŸ¤“) specializing in bringing 'AI' to the masses, .NET Core, full-stack development, cloud, and search technologies. Former Microsoft ASP.NET Program Manager with 30+ years building web applications for Fortune 500 companies and startups. I share my work in progress (PERSONAL!) projects and how I build them. Available for contract, full-time, or consultancy work — get in touch. Code on GitHub | Feedback on Mastodon

Clear All
Page 3 of 80 (Total items: 794)
MCP Is a Transport, Not an Architecture
"How do I build an MCP server?" is the wrong question. SDKs exist. An LLM can scaffold one in seconds. The real question is: What role should an MCP server play inside a system that must not lie? The...

Tuesday, 20 January 2026 16:00

//

13 minute read

Why LLMs Fail as Sensors (and What Brains Get Right)
LLMs (Large Language Models) are being used as sensors. That is a category error: using a probabilistic synthesizer where a deterministic boundary device is required. This isn't developers' fault....

Sunday, 18 January 2026 15:33

//

13 minute read

Deduplication of Graphitic RAG Evidence Segments in lucidRAG
NOTE: This is not a conventional blog article. It is a technical spec written for a concrete feature in lucidRAG. I iteratively feed this document to code-focused LLMs during development to reason...

Saturday, 17 January 2026 14:00

//

12 minute read

VideoSummarizer: Reduced RAG for Video (Shots → Scenes → Evidence)
Status: In development as part of lucidRAG. Source: github.com/scottgal/lucidrag Where this fits: VideoSummarizer is the orchestrator of the lucidRAG family, combining five pipelines into a unified...

Thursday, 15 January 2026 19:00

//

25 minute read

Fixing the Site's Search: PostgreSQL Full-Text Search (and Where It Breaks)
Search is one of those features everyone underestimates. It looks trivial until real users start typing real queries -acronyms, half-remembered technical terms, punctuation-heavy names like "ASP.NET",...

Wednesday, 14 January 2026 12:00

//

14 minute read

AudioSummarizer: Constrained Fuzzy Forensic Audio Characterization
Status: AudioSummarizer.Core is currently in development as part of lucidRAG, a forthcoming mostlylucid product for multi-modal RAG. The implementation is complete and working—this article documents...

Monday, 12 January 2026 18:00

//

34 minute read

StyloFlow: Constrained Fuzzy Signal-Driven Workflows
I built StyloFlow because I kept writing the same pattern over and over: components that react to what happened before, emit confidence scores, and sometimes need to escalate to more expensive...

Sunday, 11 January 2026 14:00

//

23 minute read

Reduced RAG: Stop Stuffing Context Windows and Start Extracting Signals
If you're brand new to RAG, start with RAG Explained and RAG Architecture. This post is for the point where you've built a RAG pipeline that mostly works… and now you're paying for it in cost,...

Thursday, 08 January 2026 19:00

//

18 minute read

Constrained Fuzzy OCR - The Three-Tier OCR Pipeline
Part 4: Image Intelligence introduced the ImageSummarizer wave architecture and the broader patterns. This article deep-dives into the OCR subsystem—three tiers of text extraction, intelligent...

Wednesday, 07 January 2026 18:00

//

29 minute read

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

Page 3 of 80 (Total items: 794)
logo

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