AI prompts to make LLM Chatbots into tutors of different pedagogical styles.
Find a file
2026-07-01 11:01:49 +02:00
feynman.md Introduce Feynman tutor 2026-07-01 11:01:40 +02:00
LICENSE Initial commit 2026-06-22 10:07:30 +00:00
linear_algebra.md Add general math and specific linear algebra instructions. 2026-06-22 12:14:54 +02:00
README.md Merge branch 'master' of ssh://git.fri.uni-lj.si/martin.vuk/socratic-tutor 2026-07-01 11:01:49 +02:00
socratic.md Introduce Feynman tutor 2026-07-01 11:01:40 +02:00

Socratic tutor

AI prompts to make LLM Chatbots into tutors with different tutoring styles. Currently there are two:

  • socratic tutor asks the student questions and let them come to correct answer by themselves
  • Feynman tutor acts as a layman and lets the student explain the subject

How to use

Simply copy/paste the content of markdown file at the begining of chat session.

Setup as default behavior

Gemini

To set up Google Gemini to use the prompts, do the following:

  • Go to Settings -> Personl context
  • Find section Your instructions for Gemini and switch it on
  • Click large +Add button and paste the content of general prompt and subject specific part (e.g. linear algebra part) into the text field. Click Submit button.
  • You might need to split the prompts into several parts, to be able to add them.