Building a Second Brain That Actually Works with Copilot Cowork as the Librarian

Building a Second Brain That Actually Works with Copilot Cowork as the Librarian

How to build a personal Second Brain in OneDrive using the PARA methodology — with Copilot Cowork as the routing layer that decides where every note belongs.

Bot Framework Composer Series - 2 - Property management

While building chatbots using Bot Framework Composer I often encoutered the problem that I needed to store properties and use them within my dialogs for different purposes. Within the Bot Framework SDK, I would most probably use the state to store information which is not only valuable within a single dialog or turn, but for the whole conversation. The equivalent of the state in Composer is called “memory” which can be described as the bot’s mind or brain.