Qwen3.6:27b + Custom Go Agent: A Local Alternative to Claude Code

✍️ OpenClawRadar📅 Published: May 15, 2026🔗 Source
Qwen3.6:27b + Custom Go Agent: A Local Alternative to Claude Code
Ad

A developer (codehamr) who runs a local LLM integration business describes experimenting with local models as a fallback for Claude Code. They report that Qwen3.6:27b at Q8 on an RTX 6000 with 96GB and 128k context delivers a similar coding experience to Claude Code, and note that a consumer RTX 5090 with 32GB at Q4_M can achieve comparable results.

For the agent layer, they built a minimal, single Go binary named codehamr (MIT open source) — no plugins, no MCP, no themes. The agent handles search, dependencies, and file work through bash on demand. The repo is available at: https://github.com/codehamr/codehamr

Ad

Key Details

  • Model: Qwen3.6:27b at Q8 quantisation, running on RTX 6000 (96GB) with 128k context — overkill for a 30B model.
  • Consumer alternative: RTX 5090 (32GB) at Q4_M should give a similar coding experience with good prompting discipline.
  • Agent build: Custom Go binary — minimal, no plugins, no MCP. Uses bash for search, dependencies, file operations.
  • License: MIT open source, available for fork or ignore.

The developer emphasizes that every step toward local LLMs reduces dependency on cloud tools. This setup, combined with disciplined prompting, is the first local configuration where they don't miss Claude Code.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

ClawHost Open-Source OpenClaw One-Click Deploy Hits 200+ GitHub Stars
Tools

ClawHost Open-Source OpenClaw One-Click Deploy Hits 200+ GitHub Stars

ClawHost, an open-source tool for one-click OpenClaw installation with full server access and control, has reached 200+ GitHub stars. The project addresses issues with unstable commercial wrappers by providing a free, self-hostable solution.

OpenClawRadar
🦀
Tools

GLiGuard: Open-Source 300M Parameter Safety Moderation Model Claims 16x Speedup Over LLM Guardrails

Fastino Labs releases GLiGuard, a 300M parameter encoder-based model that performs multiple safety tasks in a single pass, matching or exceeding models 23–90x larger while running up to 16x faster.

OpenClawRadar
TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser
Tools

TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser

TailClaude is an open source web UI that lets you access and continue Claude Code sessions from your phone or any browser in under a minute using Tailscale. The project was built with Claude Code assistance for scaffolding, SSE streaming backend, mobile-first chat UI, and QR code integration.

OpenClawRadar
LM Studio parser bugs break Qwen3.5 tool calling and reasoning
Tools

LM Studio parser bugs break Qwen3.5 tool calling and reasoning

LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

OpenClawRadar