---
title: "Viability of local models for coding"
url: https://daily.dev/posts/viability-of-local-models-for-coding-1cgbfrvir
source_url: https://martinfowler.com/articles/exploring-gen-ai/local-models-for-coding-factors.html
type: article
source: "Martin Fowler"
published: 2026-07-07T12:43:36.474Z
updated: 2026-07-07T12:44:04.173Z
tags: ["ai-coding", "local-ai", "qwen", "lm-studio"]
reading_time: 12
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Viability of local models for coding

**[Martin Fowler](https://daily.dev/sources/mafo)** · 12 min read · 0 upvotes · 0 comments

## Summary

A Thoughtworks technologist shares hands-on experience running local LLMs for agentic coding over four weeks on Apple Silicon hardware (M3 Max 48GB and M5 Pro 64GB). The post systematically covers the key factors affecting viability: RAM constraints, processing power, memory bandwidth, parameter count, reasoning capabilities, tool calling reliability, model format (GGUF vs MLX), quantization levels, MoE vs dense architecture, context window size, runtime choice (LM Studio), and harness compatibility (OpenCode, Pi, Claude Code). Key findings include: Qwen3.6 35B MoE offers the best balance of capability and RAM footprint; reasoning mode can actually hurt performance for smaller models; tool calling remains unreliable but models often self-correct; and the overall experience is still too messy for plug-and-play developer use. A follow-up memo covering specific task results is promised.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://martinfowler.com/articles/exploring-gen-ai/local-models-for-coding-factors.html>

## Similar posts on daily.dev

- [Experiences with local models for coding](https://daily.dev/posts/experiences-with-local-models-for-coding-jggvqgz1l) · Martin Fowler · 4 upvotes · 0 comments
- [Running local models on an M4 with 24GB memory](https://daily.dev/posts/running-local-models-on-an-m4-with-24gb-memory-iezpeho6j) · Hacker News · 4 upvotes · 0 comments

---

Tags: [#ai-coding](https://daily.dev/tags/ai-coding), [#local-ai](https://daily.dev/tags/local-ai), [#qwen](https://daily.dev/tags/qwen), [#lm-studio](https://daily.dev/tags/lm-studio)

[View this post on daily.dev](https://daily.dev/posts/viability-of-local-models-for-coding-1cgbfrvir)
