tags

#AI

Click a filter to scope results to what I've built or knowledge hub.

Chat History Storage Patterns in Microsoft Agent Framework
knowledge-hub 02 Jul 2026

Chat History Storage Patterns in Microsoft Agent Framework

Where does the conversation history live? That one decision shapes your agent's cost, privacy, portability, and UX. Here's how service-managed and client-managed storage differ — and how Microsoft Agent Framework abstracts both behind one programming model.

Build an AI Chat App with .NET and OpenAI
knowledge-hub 02 Jul 2026

Build an AI Chat App with .NET and OpenAI

A .NET console chat app in one Program.cs file — using Microsoft.Extensions.AI so the OpenAI model behind it is a swappable detail, not a lock-in.

Local AI Models in .NET, Wired Up by Aspire
knowledge-hub 27 Jun 2026

Local AI Models in .NET, Wired Up by Aspire

Run a model on your own machine during development, swap to Azure OpenAI in production — same code. Here's how Aspire and Ollama make local AI a registration detail, not a rewrite.

Prompt Engineering: Get Better Results from AI
knowledge-hub 24 Aug 2025

Prompt Engineering: Get Better Results from AI

Your AI outputs are only as good as your inputs. Here's how I use prompt engineering techniques to get consistently strong results from ChatGPT, Copilot, and image generators.

graph cloud