Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
81–90 of 94 posts
Re: Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
#82A related idea is to have the LLM quiz you, Socratic-style about a topic of interest. It persists in asking questions at deeper levels until you arrive at the answer yourself. This forces you to think hard about a problem, and this effort helps with understanding, learning and retention. Of course I made a Socratic-quiz skill for this, to use with any coding agent or similar: https://pchalasani.github.io/claude-code-…
if your power is LLM, what are you without it ???
Re: Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
#83Earlier quoted context omitted.
The issue is that there are now different expectations surrounding velocity and apparent productivity. Previously an individual new to web development might have genuinely needed to develop an understanding of web protocols, HTML and other stuff in that domain in addition to actually wanting to wrap their head around it. Nowadays spending the time required to understand how a website works carries a heavy opportunity…
An organisation which lets a person release a website without understanding how the web works is just asking for trouble. This was true before Transformer LLMs and is true after them. LLMs probably just let those organisations make a larger and more load-bearing website faster, so that poor decisions speed the time to catastrophe.
Re: Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
#84A related idea is to have the LLM quiz you, Socratic-style about a topic of interest. It persists in asking questions at deeper levels until you arrive at the answer yourself. This forces you to think hard about a problem, and this effort helps with understanding, learning and retention. Of course I made a Socratic-quiz skill for this, to use with any coding agent or similar: https://pchalasani.github.io/claude-code-…
I'll definitely check out your other skills.
Re: Show HN: Lathe – Use LLMs to learn a new domain, not skip past it
#85Do you think Lathe could be adapted to use a codebase as the source material?