# Best LLM Resources on the internet

### Talks

* [The Amazing AI Super Tutor for Students and Teachers | Sal Khan | TED](https://www.youtube.com/watch?v=hJP5GqnTrNo)

### Lecture Videos

* [Let's build GPT: from scratch, in code, spelled out](https://www.youtube.com/watch?v=kCc8FmEb1nY) by Andrej Karpathy
* [GPT-4 - How does it work, and how do I build apps with it? - CS50 Tech Talk](https://www.youtube.com/watch?v=vw-KWfKwvTQ)
* Large Language Models from scratch: [part 1](https://www.youtube.com/watch?v=lnA9DMvHtfI) + [part 2](https://www.youtube.com/watch?v=YDiSFS-yHwk)

### Courses

* [CS 324 - Large Language Models](https://stanford-cs324.github.io/winter2022/)
* [NLP Course by Huggingface](https://huggingface.co/learn/nlp-course/chapter1/1?fw=pt) : a really great course for understanding transformers, which is the backbone for LLMs.
* [COS 597G: Understanding Large Language Models](https://www.cs.princeton.edu/courses/archive/fall22/cos597G/)
* [CSCI 601.771: Self-supervised Statistical Models](https://self-supervised.cs.jhu.edu/fa2022/#schedule)

### Blogs

* <https://jalammar.github.io> => intuitive posts on language models & transformers. Great visuals.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai.saikatkumardey.com/best-llm-resources-on-the-internet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
