How I use LLMs to learn complex topics
laurentiugabriel.github.io
How I use LLMs to learn complex topics
1–10 of 559 posts
Re: How I use LLMs to learn complex topics
#2That's actually a fun way to learn processes!
Re: How I use LLMs to learn complex topics
#3The title is not representing what the post is about. “Use LLM to learn complex topics” here actually means that the author asks an agent to describe the problem area, and then implement a simple web-based simulation game, and by playing that game, the author actually learns about the topic and its constraints. They use chip making as an example. That's actually a fun way to learn processes!
Re: How I use LLMs to learn complex topics
#4Re: How I use LLMs to learn complex topics
#5The title is not representing what the post is about. “Use LLM to learn complex topics” here actually means that the author asks an agent to describe the problem area, and then implement a simple web-based simulation game, and by playing that game, the author actually learns about the topic and its constraints. They use chip making as an example. That's actually a fun way to learn processes!
Thanks! The original title was "How I use LLMs to learn...", but somehow HN removed the "How" part. I even removed the initial post thinking it was a typo on my end and tried to post again, but I stumbled upon the same behavior.
Re: How I use LLMs to learn complex topics
#6How do you know if you're learning this for the first time? Very risky to learn from LLMs. I've done it, but you have to keep your wits about you. Lots of "oh of course you're right - what I just told you was completely wrong".
Re: How I use LLMs to learn complex topics
#7The title is not representing what the post is about. “Use LLM to learn complex topics” here actually means that the author asks an agent to describe the problem area, and then implement a simple web-based simulation game, and by playing that game, the author actually learns about the topic and its constraints. They use chip making as an example. That's actually a fun way to learn processes!
Re: How I use LLMs to learn complex topics
#8Another useful approach has been asking Codex to implement complex things, like a Kademlia DHT or BitTorrent client in a literate style with the explicit purpose to increase understanding by reviewing the source code.
Examples: https://rickcarlino.com/notes/note-dump-and-ai-summaries/ind...
Re: How I use LLMs to learn complex topics
#9Re: How I use LLMs to learn complex topics
#10Surprisingly effective.