Hi folks. Today I’d like to start blogging about a personal project I’ve been working on for many months: building a copilot, an AI coding assistant. The goal is an assistant that initially targets Delphi, but could be expanded to many other languages. It’s tentatively named The Owl. Today we’ll go on a journey through: […] The post Building a Copilot: #1 Servers, Streaming & Fundamentals appeared first on Parnassus.| Parnassus
Welcome back: we’re discussing how to write an AI coding / copilot service named The Owl. This is the post I have been most looking forward to writing, because it describes a logical but semi-crazy sequence of incremental streamed parsing layers. At the end of Part 1, we had a Python server that streamed text […]| Parnassus
The Markdown elements outlined in the original design document.| www.markdownguide.org