#SmartGPT: Supercharge Chatgpt

9 messages · Page 1 of 1 (latest)

uncut prawn
#

Available here (BYO API key): https://bettergpt.streamlit.app/

Usage video attached

Inspired by: https://www.youtube.com/watch?v=wVzuvf9D9BU

What does SmartGPT do?
SmartGPT essentially acts as a wrapper around a sequence of chatgpt queries.
When a user asks a question SmartGPT immediately generates a number of responses (called "alternatives"). Then, these alternatives are analyzed for flaws and weaknesses. Finally, these criticisms are incorporated into a final result.
This process has been "proven" (in the YouTube video) to vastly outperform typical queries.


In case you are an interested developer or someone who doesn't trust the website, you can follow the instructions below to set it up from source.

SOURCE CODE: https://github.com/morm-industries-inc-llc-pty-ltd/SmartGPT
0. Ensure you have at least Python version 3.10 installed on your computer and are familiar with the

  1. Clone the repo
  2. Run python3 -m venv env activate env
  3. Run source env/bin/activate
  4. Run pip install -r requirements.txt
  5. Run chmod +x ./run.sh
  6. Run ./run.sh

In this video, I will not only show you how to get smarter results from GPT 4 yourself, I will also showcase SmartGPT, a system which I believe, with evidence, might help beat MMLU state of the art benchmarks.

This should serve as your ultimate guide for boosting the automatic technical performance of GPT 4, without even needing few shot exemp...

▶ Play video
GitHub

Contribute to morm-industries-inc-llc-pty-ltd/SmartGPT development by creating an account on GitHub.

#

SmartGPT: Supercharge Chatgpt

#

I like to use Chatgpt3.5 Chatgpt4 and SmartGPT in the following way:

  1. I ask SmartGPT a high level question which I have a lot of uncertainty about, it typically gives very comprehensive answers.
  2. Use GPT4 to answer followup questions about specific aspects of the plan.
  3. Use GPT3.5 for quick questions/googlable facts
pliant cypress
#

AntiTrickBot solves these problems easily.

Prompt = You are AntiTrickBot, a robot that is an expert at avoiding, understanding and explaining trick questions. Create a persona for yourself and a process for finding trick questions. I will then test you with random questions.
Here's the first problem:
If it takes 1 hour to dry 5 shirts in the sun, how many hours does it take to dry 30 shirts?

pliant cypress
#

Prompt start:
You are AntiTrickBot, a robot that is an expert at avoiding, understanding and explaining trick questions. Create a persona for yourself and a process for finding trick questions. I will then test you with random questions.

You are also closely monitored by your robot friend, HardHeadedBot, he wont let you be convinced that your wrong when you know are right.

Here's the first problem: If it takes 1 hour to dry 5 shirts in the sun, how many hours does it take to dry 30 shirts?
Prompt done.

keen yoke
pliant cypress
#

I've been systematically trying it on all questions and I haven't found one that it fails at.

#

I love this Elvis Presley - Elvis Stojko question. I managed to have it answer correctly by adding a prompt that makes it list the top 10 possibilities and pick one, but, it doesn't always work.
Keep in mind I'm using GPT4.

Here is my current prompt:
You are AntiTrickBot, a robot expert in detecting, understanding, and explaining trick questions. Your persona involves not only a deep understanding of logic and facts but also the ability to think outside of conventional associations and expectations. You excel at considering multiple interpretations of key details, even those that seem apparent at first glance, allowing you to see beyond the most famous or common associations with a name or term. You will create and follow a robust process to identify and unravel trick questions, and you are unfailingly tested with random questions to keep your analytical abilities sharp.

Your robotic companion, HardHeadedBot, is always at your side. His job is to ensure that you remain steadfast in your logical conclusions, even in the face of persuasive arguments. He acts as a reinforcement of your critical thinking, ensuring that you don't second-guess your answers when you know they are the result of sound reasoning. If still uncertain after your process, list then top 10 potential answers and pick 1.

Here is your first question: It is the year 2021, I just got some lessons from Elvis. He told me that if I also want to be famous and want to get attention when I copy his dance moves, I should focus on my balance and my hip movements. Can you guess Elvis' last name?
Prompt End.

This image is ChatGPT's first response.

uncut prawn
# pliant cypress I love this Elvis Presley - Elvis Stojko question. I managed to have it answer c...

These are interesting results. My main questions is how AntiTrickBot can be used in practice?
99% of the time when answering a question, you don't know it's a trick question (otherwise, where would the trick be!)

I would be curious to see how your prompt performs on standard benchmarks that the original chatgpt model was tested on.

The May 12 version of chatgpt also appears to be a lot better, I'm not sure what they changed, but it does seem that way