Writing
100 Days of Gen AI: Day 30
I read lots about fine-tuning today. I started with the OpenAI Fine-Tuning documentation, then branched out into several blog posts and perused many datasets on Hugging Face. My goal...
100 Days of Gen AI: Day 29
Today I augmented my slackbot knowledge base with some additional data sources. In addition to the existing confluence data source, I also added relevant slack threads and public documentation from...
100 Days of Gen AI: Day 28
Today I focused on making this slackbot fully production-ready. I set up a permanent dev and prod environment (I’d been using a sandbox thus far). I also documented a runbook...
100 Days of Gen AI: Day 27
Today I did a few things: Verified incoming requests are actually from Slack Wrote out several unit tests Evaluated the quality of LLM responses I used ChatGPT 4o...
100 Days of Gen AI: Day 26
Today I started refactoring the slackbot infrastructure components into a reusable terraform module. This consists of an API Gateway, a Lambda (both using public modules), plus an IAM policy and...