prompts.chat vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| prompts.chat | LLMs-from-scratch | |
|---|---|---|
| Tagline | The world's largest open-source prompt library for AI | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 165k | 99k |
| Forks | 21k | 15k |
| Open issues | 59 | 4 |
| Language | HTML | Jupyter Notebook |
| License | Other | Other |
| Last pushed | Jul 7, 2026 | Jun 2, 2026 |
| Categories | LLM Frameworks, Developer Tools | Model Training, LLM Frameworks |
prompts.chat
A repository for sharing and discovering AI prompts, primarily for ChatGPT but also compatible with other models. Originally known as Awesome ChatGPT Prompts.
HTML
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook