by Azalio tdshpsk | Sep 12, 2025 | Cloud
Enterprise AI tends to default to large language models (LLMs), overlooking small language models (SLMs). But bigger isn’t always better. Often, a smaller, more specialized model can do the work faster and more efficiently. What complicates things is that neither an...
by Azalio tdshpsk | Sep 12, 2025 | Cloud
The way to get the best from Python, aka “the lingua franca of AI,” is by knowing both its traps and its treasures. One such treasure is using uv run as a magic launcher; another is a chatbot library that spares you the pain of writing SQL for data queries. Get these...
by Azalio tdshpsk | Sep 11, 2025 | Cloud
Visual Studio Code 1.104, the latest release of Microsoft’s popular code editor, features flexibility for models in chat and a security capability to confirm edits. Released September 11, the August 2025 release of VS Code can be downloaded at code.visualstudio.com...
by Azalio tdshpsk | Sep 11, 2025 | AWS
Today, we’re announcing LocalStack integration in the AWS Toolkit for Visual Studio Code that makes it easier than ever for developers to test and debug serverless applications locally. This enhancement builds upon our recent improvements to the AWS Lambda development...
by Azalio tdshpsk | Sep 11, 2025 | Cloud
Basic chatbots get much of the publicity associated with modern AI platforms, but they have limited use cases, providing a simple natural language interface to search tools. It’s certainly useful, provided you implement fine-tuning and grounding in your own data, but...