We build custom GPTs powered by OpenAI. Here’s a brief overview of our most popular ones. Get them from OpenAI’s GPT store or click on any header below. You may need a paid OpenAI subscription to use these tools.

Decline a Request

  • Summary: “Paste a request. Get a polite way to decline it.”
  • Input: Simply paste a request/invitation/etc you’d like to decline.
  • Output: This GPT will produce a polite rejection.

Research Assistant

  • Summary: “Write what you’d like researched. Get information in a table format.”
  • Input: Write a topic or detailed query you’d like to have researched.
  • Output: GPTable searches for information and presents it in a table format.

R Buddy

  • Summary: “Quick assistance with your R code, without long explanations.”
  • Input: Ask R Buddy to write code for you or to correct existing code.
  • Output: R Buddy generates R code without no explanations (unless you ask it to explain something).
  • Compared to standard ChatGPT, R Buddy’s provides a quicker workflow, with fewer long-winded explanations and repetitions. For example, R Buddy gives no explanations (unless asked by the user) and it only installs/loads a given package once. R Buddy also follows some neat conventions, like naming data frames “df” and using the newer pipe (“|>”).