logoalt Hacker News

jagged-chiseltoday at 5:17 PM0 repliesview on HN

Information is seldom presented in a way that makes sense to me. That’s not quite right. Let me attempt to explain.

I want certain answers that the docs and the code are not giving me yet. Nothing is more irritating than working through a tutorial on a new framework and then throwing all that work out because that’s not really how one should use the framework. Nothing is more frustrating than having to get through a treatise on why this framework is The Solution before I can actually see code that uses the solution. And it’s beyond annoying when this End All Be All framework has a glaring omission that’s not obvious until you’ve built large amounts of your project on top of it.

Hand the docs and the example code to the LLM, and now I can get answers. “How can I do X?” Example code. “Then I need Z” Modified code. “How is this going to handle Q?” Explanation. “That doesn’t seem quite right. Give me a reference to the doc or code showing this.” Links.

Great, in 15 min, I have learned what I need to know, I can see that this solves a problem that I have, and I have discovered that I need an implementation of S to complement this solution.

That is usefulness. And it requires experience.