#ai
Using OpenAI's o1 models for code reviews (and my custom rake task)
December 18, 2024With a simple rake task, you can generate a prompt to have o1 provide a comprehensive review of your code.
Trying out the paid Bug Finder in Cursor
December 12, 2024Cursor has an experimental Bug Finder that's quite expensive and is paid for at every run. I was curious to try it out and share in case anyone's curious.
Using embeddings to display related articles with Supabase in Ruby on Rails
October 31, 2024A short tutorial on how to use Supabase to store embeddings on blog posts to display related articles.