Dev builds open-source local LLM coding harness with Qwen3 27B, shares hard-won lessons
xornullvoid · reddit · 2026-08-27
A Reddit user shared warpdrv, an open-source, telemetry-free harness for running local LLMs, built with local Qwen 3.x 27B (>90% human-supervised, not vibe-coded). Works on Windows/Linux.
Distinctive features: just-in-time code review before tool calls, three-way sub-agent threads where both user and agents can chat (nested conversations supported), voice dictation annotations, built-in MCP tools (filesystem, web fetch, code graph, To-Dos), review of all AI messages by a second adversarial AI, work-modes for planning/building/researching/reviewing, and custom llama.cpp compilation from any GitHub branch (CUDA/ROCm/Vulkan).
Lessons learned:
- One chat per feature/bug keeps context focused and improves quality
- In large codebases, a short project description plus a script-generated full file tree in CLAUDE.md beats listing all features
- Serious apps need senior-dev oversight; unattended vibe-coding only suits small cloud-model projects
- Reject file-read requests you know are unrelated to avoid context pollution
More from coding & agent
- Pixi global installs projects directly from source without pixi.toml — wolfvollprecht · 2026-08-27
- AI Bot Experiment Achieves Autonomous Art Purchase, Gains Online Spending Power — Daniel_Farinax · 2026-08-27
- New Benchmark Shows AI Agents Miss a Quarter of the Live Web — EXM7777 · 2026-08-27
- Indicator Go v2: Go trading toolkit with AI integration via MCP — Shruti_0810 · 2026-08-27
- Shared Agent Skill Libraries Propagate Malware, 41.8% Self-Poisoning Rate Found — omarsar0 · 2026-08-27
- Tip: Use STRONG_GO keyword to stop agents from seeking constant confirmation — GabGarrett · 2026-08-27