Steve Sanderson
banner
stevesanderson.bsky.social
Steve Sanderson
@stevesanderson.bsky.social
Just published: new AI Chat Web App template

Been wondering how to get started with .NET and AI? Well here’s one easy option! It takes in knowledge from your own data sources, gives citations, and runs AI inference on GitHub Models (free) by default.
.NET AI Template Now Available in Preview - .NET Blog
Announcing the first preview of the .NET AI Template, for Visual Studio, Visual Studio Code, and the .NET CLI. Get started building amazing AI apps with .NET.
devblogs.microsoft.com
March 6, 2025 at 8:15 PM
OpenAI and Azure OpenAI recently released “realtime” APIs.

Let’s experiment! Can we build a new kind of voice-based UI experience?
Adding realtime voice AI to an app
YouTube video by stevensandersonuk
youtu.be
November 26, 2024 at 5:49 PM
TypeChat is a neat idea creating a strongly-typed LLM interface by sharing type definitions across your code and a ChatGPT prompt.

These are the prompts it uses. I find createRepairPrompt pretty amazing. We can auto-repair broken code trivially, just by asking!
July 20, 2023 at 6:25 PM