Skip to content
Local AIยท

Meat Head โ€” Local-First AI

A local-first replacement for everyday AI chat and code generation, inspired by Meta Muse. Meat Head runs Qwen3.8-27B on a remote RTX 4070 Super, with an M4 local-LLM fallback and macOS and iPhone clients.

Core idea

Meat Head is a work in progress aimed at building a serviceable replacement for cloud chat and code-generation tools using local models and user-owned infrastructure under tight hardware constraints. It builds on what I learned from ALL-LLLM, Hibi, and Console.

01 UX

Meat Head presents the underlying inference stack as one consistent interface, regardless of which machine or model is serving the request.

  • General-purpose AI chat
  • Code generation and editing
  • Conversation history and personas
  • Voice input and speech output
  • Multimodal workflows
  • macOS and iPhone access

02 NVIDIA GPU vs. Apple Silicon

Running Qwen3.8-27B EXL3 at 2.00 bpw on the RTX 4070 Super uses roughly 11.3โ€“11.5 GiB of its 11.99 GiB of VRAM โ€” about 94โ€“96% utilization. To preserve headroom, I use a Q4 KV cache and cap context at 8,192 tokens. Performance, however, is fast: roughly 25โ€“45 tokens per second.

The Mac serves as a fallback at approximately 6โ€“8 tokens per second. Ironically, Qwen3.8-27B has a smaller memory footprint than Qwen3.6-35B on the M4, but the generation-speed tradeoff makes it a less attractive primary runtime.