Vibe Coding
Play
17:28 CC

Vibe Coding

#503 Apr 1, 2025 free
Time to stop hiring $100k/year developers and hire an intern for $10k/year and pay $100/year for an AI Agent. The intern doesn't even need to understand the code it is generating and just help guide it to the solution. Sadly, this has to be said because people do not watch the content. This is satire.

Classification Models
Play
25:43 CC

Classification Models

#502 Mar 30, 2025 pro
Continuing from the previous episode, we look at removing the LLM in favor of a Classification Model. This will allow a more directed course of action for the Rails application to take based on the user input. We'll also look at fine tuning the model so that we are able to get better classifications of the user input.

Chat Agent
Play
23:38 CC

Chat Agent

#501 Mar 23, 2025 pro
In this episode, we lay down the ground work to have a chat agent in our Rails application. We'll be creating this from complete scratch and set it up in a way that you can have responses generated however you want.

Confetti
Play
5:48 CC

Confetti

#500 Mar 16, 2025 pro
In celebration of Episode #500, we'll be looking at adding confetti to our Rails application. While seemingly a bit silly, this can add a bit of flare to your application when used properly.

Embeddings
Play
28:15 CC

Embeddings

#499 Mar 9, 2025 pro
In this episode, we explore embeddings and how they improve search and recommendations by converting text into numerical vectors. We'll set up a Rails 8 app with PostgreSQL + PG Vector, generate embeddings, and perform similarity searches.