LLM Context
Play
18:22 CC

LLM Context

#446 Mar 10, 2024 pro
Building on the previous episode, we look at refactoring our background job into a more maintainable object and provide context to the LLM so that we can chain together responses for a more conversational experience.

Campfire Bots
Play
31:41 CC

Campfire Bots

#444 Feb 25, 2024 pro
In this episode, we explore the practical use of Campfire Bots for webhook applications. We'll start by setting up an AI Image Generator bot that interacts with our Ruby on Rails application, and then connect it to a self-hosted Large Language Model (LLM). Our initial goal is to get the system working. After that, we'll focus on refactoring the code to improve its safety and maintainability.

Solid Queue
Play
14:15 CC

Solid Queue

#438 Jan 21, 2024 pro
Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind. In this episode, we'll look at exploring Solid Queue and and option for a graphical interface to view the jobs.

Discussing Race Conditions
Play
12:38 CC

Discussing Race Conditions

#348 May 8, 2022 pro
In this episode, we have a look at some causes of race conditions and go about some ways to troubleshoot and mitigate them.

Good Job
Play
13:40 CC

Good Job

#333 Jan 23, 2022 pro
GoodJob is a multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.