Posts
All the articles I've posted.
Move Over SPAs, Rails is Broadcasting AI Straight to Your DOM
Posted on:January 23, 2025 at 02:46 PMRails is sliding into your DMs with WebSocket features and AI integration, making promises about real-time updates that it actually intends to keep.
AI Engineering Course: Day 2
Posted on:January 19, 2024 at 08:40 PMI had done some RAG-style prototypes in a Jupyter Notebook a few months back using LangChain and some hosted vector databases such as Pinecone. While these Notebooks helped me understand the features of what a RAG-style Chatbot might perform, it left a lot to be desired in terms of how it was working under the hood. This Day 2 tutorial really helped me explore what exactly is happening when we used embeddings to create context for a LLM-powered chatbot.
AI Engineering Course: Day 1
Posted on:January 12, 2024 at 04:08 PMI have a proof-of-concept working version of QC Stacks running on Vercel. I'm in the process of migrating the work to Azure and using MongoDB as the database. I chose Azure due to my full-time position at Microsoft and wanted exposure and experience using a more production-ready environment that I might encounter in the real world.