📚 All Articles
18 guide(s) — regularly updated
Rapid-MLX : the local AI engine 4.2x faster than Ollama on Apple Silicon
Discover Rapid-MLX, the local AI engine 4.2x faster than Ollama on Apple Silicon. Optimize your LLMs and unleash the full power of your Mac.
Best Ollama Models (June 2026)
Discover the June 2026 ranking of the best Ollama models. Benchmark & analysis of local LLMs (Qwen 3.6, DeepSeek V4) for your PC.
Best Lm Studio Models (June 2026)
Discover the best LM Studio models (June 2026) for every setup. Run local open source LLMs easily with no command line.
PewDiePie launches Odysseus: the open source self-hosted AI workspace that challenges ChatGPT and Claude
Discover Odysseus, the open source & self-hosted AI workspace launched by PewDiePie. A project taking on ChatGPT and Claude with 47k GitHub stars.
Ollama 0.30 switches to llama.cpp: the architectural revolution changing local AI
Discover Ollama 0.30: the architectural revolution dropping GGML for llama.cpp. A major update transforming local AI.
OpenAI and Dell push on-premise Codex: the end of cloud-only for enterprise AI
How the OpenAI & Dell deal to deploy Codex on-premise signals the end of all-cloud for enterprise AI.
antirez launches ds4: the local inference engine that makes DeepSeek V4 Flash usable on a Mac
Antirez, Redis creator, launches ds4: a local inference engine making DeepSeek V4 Flash usable on a Mac. Discover this open source project.
How to install a local LLM in 2026
Learn how to set up a local LLM in 2026. Ollama, DeepSeek V4 & Kimi K2.6: simple guide for private, powerful AI with no API fees.
VPS + AI: the complete setup to self-host everything
Build your own AI server on a VPS: choose a host, secure Ubuntu (SSH, UFW, fail2ban), deploy OpenClaw & Caddy. Setup for 5-15€/mo.
APIs AI: OpenRouter vs direct calls
Full OpenRouter vs direct API (OpenAI, Anthropic, Google) comparison. Python code, ModelManager pattern with fallback & rate-limit. Practical guide.
Cloudflare Tunnel: Expose your services without opening ports
Expose services (API, dashboard, webhook) via Cloudflare Tunnel. Zero open ports, auto SSL, free DDoS protection. Step-by-step guide.
Docker + AI: Containerizing Your Intelligent Services
You have a server running an API, a database, a reverse proxy, and maybe a language model. Everything is installed directly on the OS. One day, you update...