A curated list of high-quality tools, communities, and guides. Navigating the rapidly exploding world of Generative AI can be overwhelming. We have curated a list of the resources we use daily at Sentri Cloud to stay ahead of the curve. These links focus heavily on Open Source, Self-Hosted, and Privacy-First AI.Documentation Index
Fetch the complete documentation index at: https://docs.sentri.cloud/llms.txt
Use this file to discover all available pages before exploring further.
๐ ๏ธ The Core Stack (Tools We Deploy)
These are the foundational tools we use in our Private AI deployments.- Ollama
- The โDocker for LLMs.โ The easiest way to get up and running with large language models locally on macOS, Linux, and Windows.
- n8n
- Workflow Automation. A fair-code alternative to Zapier/Make that is incredibly powerful for chaining AI agents together.
- Open WebUI (formerly Ollama WebUI)
- The Interface. An extensible, self-hosted UI that mimics the ChatGPT experience but connects to your private models.
๐ Learning & Documentation
- LocalLlama Subreddit (r/LocalLLaMA)
- The Community Hub. The single best place for bleeding-edge discussions on hardware, model quantization, and fine-tuning.
- DeepLearning.AI Short Courses
- Free Education. High-quality, 1-hour courses by Andrew Ng and industry partners (LangChain, Microsoft) on building with LLMs.
- Hugging Face Models
- The โGitHub of AI.โ Browse thousands of open-source models. Look for โGGUFโ formats for easy local hosting.
๐ค Model Leaderboards & News
- LMSYS Chatbot Arena Leaderboard
- Unbiased Rankings. A crowdsourced benchmark platform to see which models (proprietary vs. open source) are currently performing best.
- The AI Breakdown (Podcast/YouTube)
- Daily News. Excellent, hype-free daily analysis of the biggest news in AI.
- TLDR AI Newsletter
- Daily Digest. A quick, curated daily email summarizing new tools and research papers.
๐ป Hardware for Self-Hosting
- Tim Dettmersโ GPU Guide
- Deep Dive. The definitive technical guide on choosing GPUs for deep learning and inference.
- Mac Studio for AI (Apple Silicon)
- Apple Silicon Focus. Discussions on how Unified Memory (RAM) on Macs makes them surprisingly powerful for running large models locally.
๐ Starter Prompts & Engineering
- Anthropic Prompt Library
- Best Practices. Even if you donโt use Claude, their prompt engineering guides are industry-leading and applicable to Llama 3/Mistral.
- Learn Prompting
- Comprehensive Course. A free, open-source course on communicating effectively with AI.