Category Archives: Essentials

Distributed Computing & Docker

Joe Dluzen joins me to discuss, in depth, distributed computing and Docker. The podcast is here and the video is here.

Posted in Essentials | Comments Off on Distributed Computing & Docker

Microsoft Agent Framework – Part 0

I’ve been looking at a number of different ways to build Agents. I’ve settled on two and will be documenting what I learn as I go: The advantage of the first is that you understand the underlying mechanisms in more … Continue reading

Posted in Essentials | Comments Off on Microsoft Agent Framework – Part 0

AI: The Near Term

As promised, I’ll be posting slides and commentary from my recent user-group presentation on AI (Boston Code Camp). One of my first slides talked about the near-term evolution of AI, defined as either 1-2 years or 6 months, depending on … Continue reading

Posted in Essentials | Comments Off on AI: The Near Term

MCP In Depth

In a special videoCast, Lance McCarthy of Progress Software dives deep into MCP, not only explaining what it is for and how it works, but demonstrating, in code, how it is done. MCP (Model, Context, Protocol) is an open standard … Continue reading

Posted in Essentials | Comments Off on MCP In Depth

Boston Code Camp

Posted in Essentials | 13 Comments

HyperVideo – GitHub Issues

In examining my HyperVideo project I decided that the Bunny video was a great placeholder, but what I really wanted was my own videos. What better place to start than the videos I have up on YouTube. How am I … Continue reading

Posted in Essentials | 8 Comments

copilot-instructions.md

When working with CoPilot in Visual Studio, the single most important thing is context. Context tells CoPilot what it is working on, what it should already know, what language conventions to use, etc., etc. CoPilot wants to help, but its … Continue reading

Posted in Essentials | 10 Comments

Python??

This series on AI is going to take two paths: If you are writing apps, you have a couple choices (well, more than a couple). One choice is to stay in the Azure/.NET world, in which case C# is just … Continue reading

Posted in Essentials | 16 Comments

Essential Programmer Utilities

Every two years or so I publish a list of the utilities I find indispensable. It is interesting to me which ones last year after year (e.g., Evernote) and which fall off the list—often because the functionality I want has … Continue reading

Posted in Essentials | 13 Comments

An AI Project

As part of my work of rapidly coming up to speed with creating AI applications, I’ve decided to start an ambitious project, and to bring you with me. I call it HyperVideo.

Posted in AI, Essentials | 7 Comments

Learning AI

Very excited to say that I have purchased 3-4 books in preparation for the Azure AI 900 certification from Microsoft. I will be creating another series here, distilling down what I learn, even while we keep the API series going. … Continue reading

Posted in AI, ChatGPT, Essentials, Programming, Vibe Coding | Tagged , | 8 Comments

Azure Functions & Durable Functions

Creating the Project with CoPilot As part of the API tutorials we decided we needed a Database with two tables: Book and Author. Books will join Author and there can be as many authors as we want. Rather than writing … Continue reading

Posted in AI, API, C#, CoPilot, Durable Functions, Essentials, Learning, Programming | Tagged , , | 12 Comments