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 1 of 80 (Total items: 793)
The StyloAgent Workflow: How I Build and Manage Large (and HUGE) Systems Using Code LLMs (Part 2)
Part 1 was the shape of the thing. This part is what it does. A model only earns its keep under real work : dropping the fleet on a codebase it has never seen, pushing one change across repositories,...

Saturday, 18 July 2026 16:05

//

12 minute read

The StyloAgent Workflow: How I Build and Manage Large (and HUGE) Systems Using Code LLMs (Part 1)
This is Part 1 of two : the problem and the StyloAgent model. Part 2 : The Workflow in Practice applies it. Code generation stopped being the problem a while ago. The models write good code. They...

Saturday, 18 July 2026 16:00

//

20 minute read

StyloBot Release Series: StyloExtract - a local learning HTML to Markdown converter
StyloBot v8 lets a site give AI crawlers a controlled Markdown view of its pages at its own local edge, without ceding the gateway to a CDN. This piece is about the extractor that does the conversion...

Tuesday, 23 June 2026 18:00

//

30 minute read

StyloBot Release Series: Behaviour-Aware ASP.NET UI
Bot detection should not stop at allow/block. This post shows how StyloBot's classification result becomes application logic in ASP.NET: tag helpers in Razor, action filters and policies in...

Monday, 01 June 2026 10:30

//

22 minute read

StyloBot Release Series: Behaviour-Aware TypeScript UI
Bot detection should not stop at allow/block. This post shows how StyloBot's classification result becomes application logic in TypeScript: server middleware for Express and Fastify, template helpers...

Monday, 01 June 2026 10:30

//

19 minute read

StyloBot Release Series: Behaviour, Not Identity
Identity-based bot detection (IPs, user-agents, headers) collapses the moment automation starts rotating identities. StyloBot models clients as behavioural shapes in a 130+ dimensional vector space....

Monday, 01 June 2026 10:30

//

23 minute read

StyloBot Release Series: Testing the Thing That Won't Sit Still
How do you test a detector whose answer is supposed to change as it learns? This post is about BDF, the Behavioural Definition Format that makes StyloBot testable: one file defines a class of traffic,...

Monday, 01 June 2026 10:30

//

23 minute read

StyloBot Release Series: The Sidecar Architecture
StyloBot's detection engine is ASP.NET Core. This post explains how that engine connects to Go gateways, Node.js applications, and any other stack via a gRPC sidecar, a typed Go SDK, and a Caddy...

Monday, 01 June 2026 10:30

//

18 minute read

StyloBot Release Series: Finding and Fixing Unbounded Growth in Long-Running .NET Services
Long-running services tend to slowly drift toward unbounded memory. Here's how I find that drift, how I think about fixing it without papering over it, and a worked example from StyloBot's vector...

Monday, 01 June 2026 10:30

//

21 minute read

StyloBot Release Series: Learning to Get Faster
Heads up: this one is for the nerds. It's a deep technical dive into StyloBot's adaptive learning system (EWMA updates, hysteresis thresholds, verdict caching, variance watchdogs), with real code from...

Wednesday, 13 May 2026 11:00

//

22 minute read

Page 1 of 80 (Total items: 793)
logo

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