


13 spells to tap the maximum potential of GPT-4, Github Wanxing AI tutor is popular, netizens: Every line is no longer separated by a mountain
Just need a prompt word to turn GPT-4 into your "Dream Love Guide" and gain tens of thousands of stars on GitHub.
The content and difficulty of learning can be specified arbitrarily, from primary school to doctoral, and even the teaching style of the AI tutor can be changed And speaking tone:
Finally, I don’t have to go to a tutor for a difficult (ruo) problem that I don’t understand!
Now, an AI can help you learn any topic, and it is still on call 24 hours a day and never loses patience.
For example, if you use it to learn a new programming language, Rust, and tell AI that you know C language, AI will skip basic knowledge such as data types and functions when teaching you.
There are even people on Github who have received great help and actively asked to sponsor the author's development funds.
#A friend who is engaged in overseas e-commerce and often needs to understand products in different industries and markets in different countries commented after the experience: I can’t do anything else anymore. No more mountains.
To realize this AI tutor Mr. Ranedeer (Mr. Reindeer), there is no need to train or fine-tune the AI model, or even write code, it is completely dependent on Write prompt words to AI and it will be done.
And it has been evaluated by people in the education technology (Edtech) industry as being on the same level as the current most advanced educational technology .
7839 characters , 3721 tokens are consumed on GPT-4.
can be regarded as the "ceiling" level of prompt words for large models at present.is only 17 years old and is still a high school student...
Exclusive tutor, from elementary school to PhDThe method to invite AI to be an exclusive tutor is very simple. Directly copy the complete prompt word into GPT-4, or click on the ChatGPT sharing link provided by the author and select “Continue this conversation” will do. The next step, of course, is to ask the teacher to speak Chinese instead.You can even specify only the depth, and let the AI randomly select another one. Each class will have a different feeling.
After you determine the topic you want to learn, enter it through "/plan", and the AI tutor will tailor a study plan for you.
For example, Xuexue’s vector database was recently popularized by ChatGPT.
As you can see, the AI tutor will first write a line of "self-reminder" to avoid forgetting the configuration, and then make some in-depth assumptions about you Already know the basics.
At the beginning of each subsequent class, the AI tutor will repeat this "self-reminder" to ensure that it does not deviate from the lesson plan.
After the course starts, the AI instructor will give an explanation first. It can be seen that the "analogy" method is used to teach according to the configuration, and the vector database is analogized to a library.
After you finish studying, you can enter "/test" to enter the quiz session.
The AI tutor will judge whether your answer is correct, make comments, and judge whether you can enter the next class based on what you have learned.
And the AI will praise you appropriately. If you like this, you can set the tone style to "encourage" to make the AI praise you more often. Praise.
#If you have other questions, you can always "raise your hand" to ask.
After greeting everyone, enter "/continue" to enter the next lesson.
When you find that the test session of the second lesson is too difficult, you can temporarily ask the AI instructor to lower the difficulty.
After lowering the difficulty level, try another in-class test. It can be seen that the difficulty level has indeed been reduced.
Unknowingly, I have used up the GPT-4 quota of 25 entries every three hours.
Yes, the biggest obstacle preventing you from learning is the GPT-4 usage limit and context length.
And the author specifically emphasized that "GPT-3.5 is not recommended", and because the prompt words are too complex, calling the GPT-4 API will be very expensive.
Other large language models are also available
The good news is that this set of AI tutor prompt words can be used in other large models besides OpenAI.
The author tested Claude, the strongest competitor of ChatGPT next door, and could successfully complete a course, but there are some subtle differences.
For example, Claude is not as good as GPT-4 when teaching poetry analysis.
However, Claude will be more effective when teaching mathematics, and will also suggest directions for continuing learning after all courses are completed, while GPT-4 is just Tell you that you have finished studying.
It seems that AI tutors are also divided into those who are good at teaching liberal arts and those who are good at teaching science?
In addition, no matter which large model is used, the situation where AI talks nonsense still exists.
The classic knowledge that exists in the training data is fine. If you want to learn something off-the-beaten-path or cutting-edge, it is best to let the AI read a piece of reliable learning material before teaching you.
At this time, Claude-100k, which supports 100,000 token contexts, becomes a good choice.
In addition, Sam Altman also shared OpenAI’s short-term roadmap in a recent discussion, which mentioned that a context window of up to 1 million tokens is possible in 2023.
Before the arrival of a more powerful large model, in addition to using the AI tutor first, the very complicated prompt words behind it are also worthwhile study.
Created by a 17-year-old high school student
The design ideas for this AI tutor named "Mr. Reindeer" mainly includeoverall architecture designandcourse content generationTwo parts.
On the one hand, it is the overall architectural design that carves out the entire "personality" of the AI tutor.
From the content point of view, it includes name, version information, author, course level, instructor personality type (storytelling/humor/serious, etc.), reasoning framework, instructions, rules, user preferences, configuration, course settings , initialization and other contents.
You can download the full version of the prompt word directly on GitHub:
The prompt word also supports multiple formats, including JSON and YAML and Markdown.
So, how does this long "mantra" given by Mr. Ranedeer in GitHub work?
We directly asked GPT-4:
operating principle of a large string of codes mainly includes six parts: characteristics, commands, rules, student preferences, formats and initialization:
- Personalized preference settings
- ( Optional) Use icons to increase readability
- Command interface
- Structured output
part of this long series of spells.
prompt word" that was previously leaked online.
, etc.:
On the other hand, in course content generation, the AI tutor draws on the currently very popular large model "thinking tree" principle.
From the picture, the core principle of this prompt word is "stepped iteration", that is, the purpose is to let AI repeatedly generate and evaluate Course quality, and ultimately output the best course content to users.
Both course content and course quality assessment are all completed by AI. Taking a high school physics class as an example, the prompt words need to include Generation Goal (High School Photoelectric Effect Course), Thinking Tree Steps and Rule Limitations:
Give me a high school lesson on the photoelectric effect.
First, create 5 plans to introduce how you plan this course.
Then, create a table with all proposed plans and rate them from 0 to 100, including rating them on their interactive consistency and usefulness (based on your language model capabilities).
Subsequently, a complete lesson is generated using only the best grading plan and iterated 3 times so that we can analyze the best individual lessons we should give students (using the selected plan).
After you finish the lesson, rate the plan again just as you did for the plan (engagement, coherence, usefulness) on the form. Finally, output what you think is the best course and why.
NOTE: This course is generated solely by you. That is, you will use your large language modeling capabilities to teach this topic. Don't initiate activities because you can't see what students are doing. It can only be text interaction.
In fact, the technique of writing prompt words in the form of a thinking tree (chain) is now "standard" in various cutting-edge tutorials.
For example, in the new ChatGPT prompt word engineering course jointly opened by Andrew Ng and OpenAI researcher Isa Fulford, a similar Thinking Chain# is also introduced ##How to write prompt words.
Then, determine whether the type of product the user wants to ask is within the scope of the database;
Next, answer according to the content of the database Customers have questions about computer products, and use a friendly tone to correct their unreasonable questions;
Notes include answer methods and formats, etc.
17 years old.
According to the Financial Times, the high school student’s name is Justin and he is from Australia. Like everyone, Justin also faced the situation of "cramming" one week before the exam. For this reason, he created a GPT-4 personal trainer to give him extra lessons and found that the effect was very good. After the exam, he continued to teach himself more advanced prompt word engineering and developed a more complete AI tutor program that can be customized according to different course levels, learning styles, reasoning abilities, tone and interaction methods. Subsequently, he named it the Mr. Ranedeer project and uploaded it to GitHub. Unexpectedly, it became popular unexpectedly. Justin said that when he was 14 years old, he had already had the idea of letting AI be a teacher.In the contact interface, he also gave a string of Dogecoin codes so that everyone can reward him with Dogecoin support.
One More Thing
After reading so much, are you a little tempted and want to "copy" the homework? Similar prompt words to develop your own AI plug-in?
As always, just ask GPT-4 and you will be able to extract a template very quickly:
Truth is everything All can be GPT-4.
Get a tutor:https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor
The above is the detailed content of 13 spells to tap the maximum potential of GPT-4, Github Wanxing AI tutor is popular, netizens: Every line is no longer separated by a mountain. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Using the chrono library in C can allow you to control time and time intervals more accurately. Let's explore the charm of this library. C's chrono library is part of the standard library, which provides a modern way to deal with time and time intervals. For programmers who have suffered from time.h and ctime, chrono is undoubtedly a boon. It not only improves the readability and maintainability of the code, but also provides higher accuracy and flexibility. Let's start with the basics. The chrono library mainly includes the following key components: std::chrono::system_clock: represents the system clock, used to obtain the current time. std::chron

MeMebox 2.0 redefines crypto asset management through innovative architecture and performance breakthroughs. 1) It solves three major pain points: asset silos, income decay and paradox of security and convenience. 2) Through intelligent asset hubs, dynamic risk management and return enhancement engines, cross-chain transfer speed, average yield rate and security incident response speed are improved. 3) Provide users with asset visualization, policy automation and governance integration, realizing user value reconstruction. 4) Through ecological collaboration and compliance innovation, the overall effectiveness of the platform has been enhanced. 5) In the future, smart contract insurance pools, forecast market integration and AI-driven asset allocation will be launched to continue to lead the development of the industry.

Recommended reliable digital currency trading platforms: 1. OKX, 2. Binance, 3. Coinbase, 4. Kraken, 5. Huobi, 6. KuCoin, 7. Bitfinex, 8. Gemini, 9. Bitstamp, 10. Poloniex, these platforms are known for their security, user experience and diverse functions, suitable for users at different levels of digital currency transactions

Measuring thread performance in C can use the timing tools, performance analysis tools, and custom timers in the standard library. 1. Use the library to measure execution time. 2. Use gprof for performance analysis. The steps include adding the -pg option during compilation, running the program to generate a gmon.out file, and generating a performance report. 3. Use Valgrind's Callgrind module to perform more detailed analysis. The steps include running the program to generate the callgrind.out file and viewing the results using kcachegrind. 4. Custom timers can flexibly measure the execution time of a specific code segment. These methods help to fully understand thread performance and optimize code.

The top ten cryptocurrency trading platforms in the world include Binance, OKX, Gate.io, Coinbase, Kraken, Huobi Global, Bitfinex, Bittrex, KuCoin and Poloniex, all of which provide a variety of trading methods and powerful security measures.

The top ten digital currency exchanges such as Binance, OKX, gate.io have improved their systems, efficient diversified transactions and strict security measures.

Currently ranked among the top ten virtual currency exchanges: 1. Binance, 2. OKX, 3. Gate.io, 4. Coin library, 5. Siren, 6. Huobi Global Station, 7. Bybit, 8. Kucoin, 9. Bitcoin, 10. bit stamp.

Bitcoin’s price ranges from $20,000 to $30,000. 1. Bitcoin’s price has fluctuated dramatically since 2009, reaching nearly $20,000 in 2017 and nearly $60,000 in 2021. 2. Prices are affected by factors such as market demand, supply, and macroeconomic environment. 3. Get real-time prices through exchanges, mobile apps and websites. 4. Bitcoin price is highly volatile, driven by market sentiment and external factors. 5. It has a certain relationship with traditional financial markets and is affected by global stock markets, the strength of the US dollar, etc. 6. The long-term trend is bullish, but risks need to be assessed with caution.
