
How AI Works Under the Hood - LLMs Explained with Code
23 min read
A walkthrough of how AI works at the Large Language Model level. From tokenization and embeddings to self-attention and generation with JavaScript implementations explaining the inference pipeline.
Read post