Reading up on Llama.cpp
19 deep · digging since dec 05, 25
- Qwen 3.6 27B is the sweet spot for local development - Quesma Blog
Qwen 3.6 27B with llama.cpp runs at usable speeds on Apple Silicon and Nvidia RTX hardware, making it the first local model practical for coding development.
- How to setup a local coding agent on macOS
A developer details setting up a local coding agent on macOS using llama.cpp, Gemma 4, and Pi for real-time terminal-based AI assistance.
- Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
Users replacing Claude/GPT with local Qwen 3.6 models report a 5x speedup (vs 15x for cloud models) but require precise prompts and experience more loops and tool-call errors.
- Local Qwen isn't a worse Opus, it's a different tool
Local Qwen models are a different tool from frontier LLMs, offering privacy and fixed costs but suffering from looping and hallucination issues.
- Running local models is good now
Local agentic coding models have reached surprising quality and usability over the past six months, now offering ~75% of frontier-model accuracy for many development tasks on a 64GB M2 Mac.
- datalab-to/surya-ocr-2
Surya OCR 2 is a 650M-parameter vision-language model achieving 83.3% on olmOCR-bench and 87.2% on a 91-language benchmark, offering layout analysis, table recognition, and OCR in a single model.
- AI's Plummeting Prices Are a Software Story, Not a Hardware One
The rapid decline in AI inference costs is driven by software innovations rather than hardware, enabling local open-weight models to compete with frontier APIs.
- Apple Silicon costs more than OpenRouter
Running local LLMs on Apple Silicon is not cheaper than using cloud APIs like OpenRouter when factoring hardware, electricity, and speed costs.
- This website has been temporarily rate limited | www.warman.life
Open-weight models from China are commoditizing AI capability, breaking the monopoly moat of US closed labs, prompting protectionist moves that will harm long-term US competitiveness.
- April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
A guide for running Gemma 4 models locally on a Mac Mini via Ollama, with commenters reporting that the 26B variant is too slow and memory-intensive for daily use, while smaller quantizations suffice for light tool-calling tasks.
- Unsloth Studio | Hacker News
Unsloth launches Unsloth Studio, an open-source, no-code web UI for locally running, training, and exporting 500+ open models with 2x faster training and 70% less VRAM.
- Can I run AI locally?
The site canirun.ai estimates which local AI models a given machine can run based on hardware specs, but commenters found its RAM detection and speed predictions inaccurate for modern hardware.
- GitHub - RunanywhereAI/RCLI: Talk to your Mac, query your docs, no cloud required. On-device voice AI + RAG
RCLI is an open-source, on-device voice AI for macOS that runs STT, LLM, TTS, and VLM entirely locally on Apple Silicon, with sub-200ms latency and no cloud dependency.
- How to run Qwen 3.5 locally
Hacker News commenters share experiences and benchmarks for running Qwen 3.5 locally, covering hardware choices, quantization trade-offs, and practical coding performance.
- Right-sizes LLM models to your system's RAM, CPU, and GPU
LLMFit is a terminal tool that scans system hardware and scores LLM models on fit, speed, and quality to recommend which can run locally.
- LM Studio 0.4 | Hacker News
LM Studio 0.4 introduces a headless server daemon (llmster), parallel requests with continuous batching, a refreshed UI, and a new stateful REST API.
- On-Device LLMs: State of the Union, 2026 – Vikas Chandra – AI Research @ Meta
Billion-parameter LLMs now run in real time on phones due to advances in model compression, quantization, and efficient architectures, not just faster chips.
- Building a High-End AI Desktop
An engineer bought a discounted Grace-Hopper server, converted it to water cooling, and now runs 235B parameter models locally for under €9,000.
- We Got Claude to Fine-Tune an Open Source LLM
Hugging Face released an open-source 'skill' that lets Claude Code, Codex, and Gemini CLI autonomously fine-tune LLMs on cloud GPUs and push models to the Hub.