Integral Review

Welcome to my personal blog! I use it to share what I'm currently learning or thinking about, usually on topics related to technology, business, and health.

#ruby-on-rails

Using OpenAI's o1 models for code reviews (and my custom rake task)

December 18, 2024
With a simple rake task, you can generate a prompt to have o1 provide a comprehensive review of your code.

Using embeddings to display related articles with Supabase in Ruby on Rails

October 31, 2024
A short tutorial on how to use Supabase to store embeddings on blog posts to display related articles.