Show HN: Learn LLMs LeetCode Style
21 comments
·July 13, 2025pj_mukh
What are people's other "go try to build this thing, perfectly aligned to your noob-level" ways of learning lower-level ML Tools (PyTorch, CUDA etc.)?
gerroo
Cool idea, will try. Since it seems mostly llm generated you could publish the process and prompts for transparency.
Exorust
I'll do that. I'll also add a disclosure that I did use Gpt to generate it.
only-one1701
> Avoid using GPT. Try to solve these problems on your own. The goal is to learn and understand PyTorch concepts deeply.
I mean...this entire project appears to be mostly GPT-generated?
mumbisChungo
One time my teacher used a computer to make a math test for me, but then told me I couldn't use my computer during the exam. I dropped out of school immediately.
YeBanKo
Why do you think it I GPT generated?
NetRunnerSu
[flagged]
raincole
^ This is a bot/crackpot account whose only purpose is promoting jumbled words on HN. How/where to report it?
dotancohen
Reminds me of some of Xah Lee's earliest posts on the Python mailing lists. Many, myself included, thought he was a clever bot.
satvikpendem
Email hn@ycombinator.com
anonymoushn
Accounts with high karma have a "flag" link in the header of comments and submissions for indicating that it may not be the right kind of content for the site. Human moderators actively monitor the site, so your comment about this user's behavior will be seen by one of them soon.
oezi
Is it just me or does anyone else find the red squiggly lines under Pytorch and Leet hilarious in the heading picture?
Exorust
Ah god damn it.
arnab_optimatik
super helpful, thanks for sharing!
null
null
lihaciudaniel
[dead]
saltserv
[dead]
This is decent for what it is. Some of the problems are pretty open ended which has pros and cons, but that is very different from leetcode, which has very specific data and test cases. I hate leetcode btw.
For example, implement linear regression but the example solution uses a random number generator without a fixed seed. It’s fine, reproducibility isn’t the point, but leetcode problems are more structured.