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 postsScribbling 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.
Troubleshooting an ONNX Model deployment to Azure Functions
Navigate the deployment challenges of ML models to Azure Functions, from Python version mismatches to memory constraints. Discover how to use docker-based local builds with native dependencies to overcome remote build limitations.