Skip to content

Adding LLM Visualization resource to the LLM Deep Dive page #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pages/ai-portal-gun/generative-ai/deep-dive-into-llm.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import Image from "next/image";

- [Prompt injection: What’s the worst that can happen?](https://simonwillison.net/2023/Apr/14/worst-that-can-happen/): Prompt injection represents a significant security concern within LLM applications, and while there is no flawless remedy, Simon Willison provides a comprehensive explanation of this issue in his post. Simon consistently produces exceptional content on AI-related topics.

- [LLM Visualization](https://bbycroft.net/llm): By [@BrendanBycroft](https://twitter.com/BrendanBycroft), an interactive 3D walkthrough of all the operations required in a single token inference for the `nano-gpt` architecture.

### Articles

- [ChatGPT Explained: A Normie's Guide To How It Works](https://www.jonstokes.com/p/chatgpt-explained-a-guide-for-normies) by Jon Stokes, An overview of ChatGPT, focusing on core concepts. Topics include token window, training data, rules, and interactive token usage for improved conversation-like interactions. It clarifies its structure without anthropomorphism.
Expand Down