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 5 of 80 (Total items: 791)
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
In Part 1, we explored why GraphRAG matters. Now let's build a minimum viable GraphRAG with three extraction modes: Mode LLM Calls Best For Heuristic (default) 0 per chunk Fast indexing, structured...

Saturday, 27 December 2025 14:00

//

13 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

DocSummarizer Part 2 - Using the Tool
GitHub release .NET Version This is Part 2 of the DocSummarizer series. See Part 1 for the architecture and patterns, or Part 3 for the deep technical dive into embeddings and retrieval. Turn...

Sunday, 21 December 2025 11:00

//

21 minute read

Stop Shoving Documents Into LLMs: Build a Local Summarizer with Docling + RAG
Here's the mistake everyone makes with document summarization: they extract the text and send as much as fits to an LLM. The LLM does its best with whatever landed in context, structure gets...

Sunday, 21 December 2025 10:00

//

13 minute read

Fetching and Analysing Web Content with LLMs in C#
📌 Note: This article teaches the fundamentals of web content extraction with LLMs using the simplest possible approach. For production use cases (web summarization, document analysis, agent tools),...

Friday, 19 December 2025 10:00

//

16 minute read

Why I Don't Use LangChain (and What I Do Instead)
I'm a .NET developer. When I started building LLM-powered systems, everyone pointed me toward LangChain. "It's the standard," they said. "All the examples use it." And they were right - if you're in...

Thursday, 18 December 2025 10:00

//

14 minute read

Page 5 of 80 (Total items: 791)
logo

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