-
OpenAI
-
Meta (Llama)
-
Google
-
Microsoft
- Phi-3 Collection
- BitNet - Official inference framework for 1-bit LLMs
-
Other LLM Providers
-
Training & Fine-tuning
- Turbo-Alignment - Library for fine-tuning and alignment of LLMs
- Build a Large Language Model From Scratch
- unsloth.ai - Finetune Llama 3.3, Mistral, Phi, Qwen 2.5 & Gemma LLMs 2-5x faster with 70% less memory
-
Local Deployment
- LM Studio - Tool for running local language models
- GPT4ALL
- MindMac
- Local LLM Educational Resources
- Saiga Model Resources
-
Evaluation Frameworks
- Introduction to VectorDB
- RAG Implementation Guide
- Microsoft GraphRAG
- About RAG in habr
- KAG - logical form-guided reasoning
- All RAG techniques list
- AutoRAG
- Russian RAG
- LlamaPrase RAG with Excel Spreadsheet
- RunPod.ai - Globally distributed GPU cloud
- Fal.ai - Ready-to-use AI inference, training APIs
- Exo - Home cluster for running large neural networks
- LLM Price Check
- Token Calculator
-
Speech-to-Text
- Pyannote Audio - Speaker Diarization Toolkit
- Superwhisper - Voice-to-text transcription
- Whisper-Lightweight
- Audio diarization and speaker recognition
-
Text-to-Speech
-
Voice Cloning & Synthesis
-
Audio Generation
- StableAudio Open
- Cartesia - Platform for real-time, multimodal intelligence
-
Face & Object Detection
-
Image Enhancement & Generation
-
Video Generation & Editing
- Facebook Research Nougat
- Llama-Parse PDF
- Markitdown
- Docling
- Unstract - No-code LLM Platform for unstructured documents
- Mistral OCR
- OS World Agents
- ChatDev GitHub
- Gaming Agent
- AutoAgent
- Microsoft Autogen
- MetaGPT GitHub
- Agents Jan 7, 2025 Chip Huyen article
- Agent course MOOC, Fall 2024
- Detailed Opensource map for creating AI agents
- Model Context Protocol explained
- awesome-mcp-servers
-
Code Generation & Analysis
-
IDEs & Editors
-
Repository Management
- repo2txt
- code2prompt
- GitToPrompt
- repomix
- yek
- TxtRepo - GitHub repository interaction API
- Mergy - Chrome extension for merging GitHub repository content
- Visual Explorer of Project Folder Structures ONLINE
-
DevOps Tools
- Prompt Course Claude
- The Prompt Report: Systematic Survey of Prompting Techniques
- Developer Prompt on Pastebin
- Tokenizer Playground
- Granola - Local notetaker for meeting transcription
- Warp - AI-powered terminal
- Raycast - AI-enhanced spotlight tool
- ChatGPT Desktop - Desktop application for ChatGPT
- UI tools for AI
- Translator Agent
- SuperWhisper
- Humanize ChatGPT Formatting
- GenSpark – AI-native workspace combining GPT-based search, RAG, and context-aware assistants
- base44 – AI productivity agent for workflows like brainstorming, research, and summaries via natural language
- Manus – Multimodal interface for your files, using chat, voice, and agents to explore and retrieve insights
- Helicone - Open-source observability platform for LLM applications
- Langfuse - Open-source LLM engineering platform for monitoring, analytics and evaluations
- CL4R1T4S - System prompt transparency collection for major AI models including ChatGPT, Claude, Gemini, Grok, and others
- Web Scraping Assistant
- ScrapeGraph Documentation
- Web URLs Scraping Gist
- GPT crawler
- Crawl4AI
- firecrawl
- Andrej Karpathy's "Intro to Large Language Models" - 3-hour deep dive into LLM theory
- 3Blue1Brown's Transformer video - Detailed visualization of LLM architecture
- Hugging Face NLP Course - Free practical course with illustrations and examples
- How ChatGPT Works
- LLM Educational Resources
- AI Problems Cheat Sheet
- Local Language Models Tutorial
- Poetry Generation Guide
- Text Summarization Series
- Non-Transformer Models
- LLM Arena for Russian Models
- FastSDXL AI Overview
- Genesis World - Physics platform for Robotics/Embodied AI applications
- LLM Architecture & Operations
- Speculative Generation: telegram/@senior_augur/14
- Language Detection: telegram/@senior_augur/18
- Long Context Benchmarks: telegram/@senior_augur/32, /33
- Token Sampling Methods: telegram/@senior_augur/72, /281
- RLHF Methods: telegram/@senior_augur/119
- Positional Encoding: telegram/@senior_augur/184, /193
- Chess and Language Models: telegram/@senior_augur/201, /219
- DeepSeekMath model detailed article - In-depth explanation of data collection, pretraining, and RLHF
- Chain of Thought (CoT) by Google Research - Foundational paper on reasoning chains in LLMs
- DeepSeek-R1 article - Practical explanation of reasoning in LLMs
- Learning to Reason with LLMs by Noam Brown (OpenAI) - Lecture on reasoning, games, and scaling compute
- Reinforcement Learning Methods on Graphs