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

Trending:
Simple OCR and NER Feature Extraction in C# with ONNX
Jan 21 AI CSharp Docker NER OCR ONNX Tutorial
Clear All
Page 2 of 79 (Total items: 782)
Deduplication of Graphitic RAG Evidence Segments in lucidRAG
NOTE: This is not a conventional blog article. It is a design spec written for a concrete feature in lucidRAG. I iteratively feed this document to code-focused LLMs during development to reason about...

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

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

Page 2 of 79 (Total items: 782)
logo

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