Innovation Matters
Essays on AI, developer tools, and thoughtful software.
API request encoding matters
When you submit data to an API, the character encoding is crucial to ensure that the data is processed properly, especially if you're working with UTF characters.
Use Prompty with Foundry Local
Here's how you can use Prompty with Foundry Local
Integrate Microsoft 365 Copilot declarative agents with Azure AI Search
Azure AI Search gives M365 Copilot agents balanced control over knowledge without custom agent complexity. The smart middle ground for RAG you're overlooking.
Calculate the number of language model tokens for a string
Here's an easy way to calculate the number of language model tokens for a string.
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.