Sensible AI, Coding, and Everything In-Between
My mission is to empower every developer and data scientist to be successful with Artificial Intelligence, Machine Learning, and Generative AI. Also Coding. And Software. And whatever else I am thinking about.
Seth Juarez ยท AI, ML, developer tools, software craft, and the occasional strongly-held opinion about making technology make sense.
Latest writing
View all postsHow the Machine Guesses the Next Word
Before we can talk about agents, look at what a large language model actually does. It does exactly one thing: guess the next token. Everything agentic we build later stands on that single, humble mechanic.
Scribbling Machines: GenAI and the New Industrial Revolution
For 240 years we have petitioned against the machine, from the scribbling frames of Leeds to the ATM to generative AI. The argument never changes, and neither does the ending: GenAI commoditizes cognitive labor the way steam commoditized muscle, and augments the person using it.
Fixing Mixed-Content and CORS issues at ML Model inference time with Azure Functions
Resolve mixed-content and CORS errors when calling Azure Functions from web applications. Learn how to configure HTTPS-only access and proper CORS settings, with a bonus explanation of preflight OPTIONS requests.