Remix.run Logo
genghisjahn 6 hours ago

Somebody here posted about a Socratic method skill for Claude (or whatever your LLM of choice is). I’ve found this to be fantastic. Dropped in a dense PDF about Linear Algebra, Postgres (those are the two I’ve gotten into so far). It’s basically just a skill.md that reads, “Here’s a document, give me an opening statement about the material and ask me a question. As I provide answers, guide me to simpler or more complex areas of the topic. Something something Socratic method.” Works great.

Evidlo 5 hours ago | parent | next [-]

https://github.com/pchalasani/claude-code-tools/blob/main/pl...

mathisfun123 3 hours ago | parent | prev | next [-]

https://github.com/bevibing/socrates-skill

I recently used this to prep for interviews - I got the job :)

drdexebtjl 5 hours ago | parent | prev | next [-]

Would you care to share them?

westurner 6 hours ago | parent | prev | next [-]

Khanmigo specifies the Socratic method as well.

These look like system and agent prompts and agent instructions: "Academic Assistant Pro.md", "Code Tutor" https://github.com/linexjlin/GPTs/blob/main/prompts/

Gemini Notebook does flashcards, study guides: https://edu.google.com/ai-gemini-notebook/

Spaced Repetition flashcards or flashquestions to progress through a game might be good; configure Anki decks to surface cards from when for example the user jumps to crush a bonus block.

"Ask HN: How can I learn to read mathematical notation?" (2018) https://news.ycombinator.com/item?id=18511718

"[Feature Request]: flashcards to advance in the game and learning mode" Issue #3054 ; SuperTux/supertux https://github.com/SuperTux/supertux/issues/3054

westurner 5 hours ago | parent [-]

Resources for teaching ml and ai?

So I Ctrl-F'd for "Linear algebra" resources in my research log and found:

"Interactive Linear Algebra (2019)" (2021) re: Manim https://news.ycombinator.com/item?id=28173565

Latest Manim developments; interactive WebGL in browser: https://news.ycombinator.com/item?id=49093210

ebbi 6 hours ago | parent | prev [-]

That's super interesting - will have to take a look into this!