logoalt Hacker News

dragon9601/21/20251 replyview on HN

One of the values of doing your own research is it forces you to speak the "language" of what you're trying to do.

It's like the struggle that we've all had when learning our first programming language. If we weren't forced to wrestle with compilation errors, our brains wouldn't have adapted to the mindset that the computer will do whatever you tell it to do and only that.

There's a place for LLMs in learning, and I feel like it satisfies the same niche as pre-synthesized Medium tutorials. It's no replacement for reading documentation or finding answers for yourself though.


Replies

theoreticalmal01/22/2025

This seems like a difference between learning styles. You seem to champion learning by reading. I’d argue using an LLM to build a toy or tool and learning that way is just as valid.