I count and report the lines in uv.lock, which is my attempt at a simple 80:20 proxy for this, as it includes all the packages recursively. Open to suggestions! I'd love to measure things like "cognitive complexity" (there was a great blog post on it a few months back that I
@karpathy
-
Model Quantization for Inference: Technical Questions
By
–
Thank you! Notably I didn't yet include model quantization for inference. I have questions π
-
Hugging Face Datasets Critical Infrastructure for AI Model Training
By
–
Ty! huggingface work/infra/datasets are critical to projects like nanochat – to be accurate the source code of nanochat (e.g. at the $100 tier) is ~8KB of Python and ~30GB of fineweb/smoltalk.
-
QK Norm and Embedding Weight Sharing in Model Optimization
By
–
Very early on in the project I did a small run with/without QK norm and found that it helped. Same for the embedding weight sharing. I'll retry! I'm not tied to any details of the model and they weren't chosen any more carefully than a single run, I spent most of the time just
-
LLM101n Experiences Significant Scope Creep Issues
By
–
LLM101n is currently experiencing a lot of scope creep
-
AI as intermediary layer: subsampling over AI integration
By
–
AI would be an added layer between you and reality. In case the volume is too great (I doubt it), I'd much rather subsample/skim before I tried to add AI.
-
Every company needs a DM point of contact executive
By
–
Every company needs a DM POC – someone high up who you can just DM the most obvious things and who shortcuts the PM hierarchy.
-
LLM Code Generation and Agent Classification Discussion
By
–
Yeah one more person pointed out already. I'd say it falls under "agent" because an LLM is still giving you a large chunk of code that you're slotting in.
-
NotebookLM Context Window vs RAG Trade-offs
By
–
I'd be afraid that NotebookLM is wired up to do RAG. It's not a lot of tokens. I want them in the context window. All of them and for sure.
-
LLM Training: RL vs SFT with In-Context Learning
By
–
"Donβt be difficult. I mean this is obvious." Sutton is right ofc. The analogue in LLM land to what humans do is something along the lines of: Given this math problem AND human example solution in the context, solve the problem. Reward of 1 if correct. It's not SFT, it's RL.