#ai
Enriching or modifying an Anki deck with LLMs
January 03, 2025If you want to make large-scale changes to an Anki deck, OpenAI's GPT or Perplexity are great options. As there are no native integrations yet with those tools, I share a small script to get the same result.
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.