Innovation Matters
Essays on AI, developer tools, and thoughtful software.
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.
Trace the location of API requests
APIs are crucial for app integration with cloud services, but debugging API requests can be challenging. Here's a trick to quickly trace the location of each API request in your code.
Add background color to menu bar icon in macOS
Learn how to configure the background color for your icon the menu bar on macOS