Writing

100 Days of Gen AI: Day 15

Today I’m setting up a slackbot template that can be used for any kind of ChatGPT-backed slackbot, deployed on AWS Lambda. I will then use this template for the Terraform...

100 Days of Gen AI: Day 14

I started on a new project to build an AI chatbot that can answer common questions about how to use Terraform Cloud. This is a project inspired by my work...

100 Days of Gen AI: Day 13

So I didn’t focus much on AI today at all. Instead I got carried away building a silly little static webpage for a camping trip this weekend. I’m headed to...

100 Days of Gen AI: Day 12

My training job finished! I had to leave it running all day yesterday. It took nearly 13 hours to complete running on my 2017 Macbook Pro (definitely non-ideal hardware for...

100 Days of Gen AI: Day 11

I started training my own model today! I started with GPT-2 then used this existing dataset of Plato’s Socratic Dialogues to train. It’s a relatively small dataset at only...

100 Days of Gen AI: Day 10

Today I started on a chatbot that responds as Socrates. I started a repo here: https://github.com/cmonaghan/chatbot-socrates While I’m sure there are Socrates chatbots already out there, I want to...

100 Days of Gen AI: Day 9

I’ve finished up Fallacy Finder. It now returns an actual response from OpenAI rather than returning dummy data. You can see it live here: https://fallacy.woolgathering.io/ Here’s what it looks...

100 Days of Gen AI: Day 8

Today I did some research into how to build my own model using my own datasets. In particular I was curious how to build a chatbot that is trained to...

100 Days of Gen AI: Day 7

Fallacy Finder lives! Or at least a web UI that returns the same hardcoded response every time. :) But rewinding a bit, here’s what I did today. First I asked...

100 Days of Gen AI: Day 6

I continued working on my mini-project Fallacy Finder. I didn’t spend much time on the ChatGPT side of the project, but rather on trying out various frameworks to use for...