back
user profile
alex000kim
579karma·40submissions·June 16, 2019
about
https://alex000kim.com/
Montreal, Canada
recent activity (40 total)
comment
No, Uzbeks themselves use “non” when using Latin alphabet.
Fun fact: in the past Uzbek language has been written in arabic, cyrillic, and, since ~2018, in latin. Source: grew up there
comment
same experience last year, existing without having to stop was especially surprising
comment
That directory is huge already! I guess the index.md helps the agent find what it needs, but even the markdown file is very long - this would consume a ton of tokens. Also I wonder who/what decid…
comment
yup, as the blog says > The full setup works with any project that has a benchmark and test suite. so having a clear and measurable verification step is key.
Meaning you can't simply give an …
comment
I am sure this would works well in general. There is a challenge wrt to how to make them communicate effectively to e.g. 1) avoid duplicative work and 2) allow them to combine/overlay each others…
comment
sounds similar to "LLM Knowledge Bases" https://xcancel.com/karpathy/status/2039805659525644595 …
comment
technically you're correct, but look at the prompt https://github.com/alex000kim/claude-code/blob/main/src/util... it's written to _actively_ avoid …
comment
Oh right, I just saw https://news.ycombinator.com/item?id=47582220 will update the post with this link
1376 pts
comment
Author here.
I've seen the docs you linked to: Slurm uses "gang scheduling" to mean something specific (timesliced oversubscription where jobs alternate on shared resources). I'm u…
comment
This was so clearly LLM-generated that I couldn't get through the whole thing.
comment
I created this PR to make it easier for folks to train and serve it on any cloud (or their own K8s): https://github.com/karpathy/nanochat/pull/18 …