Tone Check
Play
17:36 CC

Tone Check

#562 May 10, 2026 pro
In this episode, we use a small AI model to check the tone of a message in real time on the client's browser. There's no need to send messages back to the server or to an API because it's all done on the client's browser with the Web GPU. It is small enough to work on mobile devices and desktop computers.

Ten Years of Frontend
Play
17:29 CC

Ten Years of Frontend

#561 May 3, 2026 free
In this episode, we look at where we were years ago and the journey where we have landed today. Over the past 10 years, much has changed with our approach to client interactions and in the episode we explore my favorite and current approach.

AI Error Tracking - Part 2
Play
21:10 CC

AI Error Tracking - Part 2

#560 Apr 26, 2026 pro
Continuing from the previous episode, we look at adding the LLM insights functionality to examine the error logs. We start simple with the information captured in the error logs, but progress to provide code snippet context.

AI Error Tracking (Part 1)
Play
27:58 CC

AI Error Tracking (Part 1)

#559 Apr 19, 2026 pro
In this episode, we are setting up the error tracking within our Rails application so that in the next episode, we can plug in the AI analysis of the error to hopefully lead to faster identity of the problem and ranking of severity.

AI Powered Logs
Play
18:16 CC

AI Powered Logs

#558 Apr 12, 2026 pro
In this episode, we will create a middleware that will capture the Rails logs and use an AI model to analyze the logs for any potential performance impact or issues.