Remix.run Logo
andsoitis 4 hours ago

> AI to speed up the understanding process

What’s your hypothesis of how AI can accelerate how your brain understands something?

wrs 2 hours ago | parent | next [-]

I have some success with this method: I try to write an explanation of something, then ask the LLM to find problems with the explanation. Sometimes its response leads me to shore up my understanding. Other times its answer doesn’t make sense to me and we dig into why. Whether or not the LLM is correct, it helps me clarify my own learning. It’s basically rubber duck debugging for my brain.

allthetime 4 hours ago | parent | prev [-]

Quick, easy access to explanations and examples on complex topics.

In my case, learning enough trig and linear algebra to be useful in game engine programming / rendering has been made a lot easier / more efficient.

The same way Google or Wikipedia enables learning.