Dev builds open-source local coding harness on Qwen 27B to replace OpenCode
xornullvoid · reddit · 2026-08-27
A developer shares warpdrv, an open-source (AGPL) harness for running local LLMs, built over 90% locally under their supervision with Qwen 3.x 27B — free, no telemetry, Windows/Linux. Its Server Manager also works with Claude Code/OpenCode.
Key features: Just-in-Time code review guardrails before tool calls; three-way chat where agents and user both talk in sub-agent threads, with nestable conversations; voice dictation annotations; built-in MCP tools (filesystem, web fetch, code graph, to-dos); all AI messages reviewed by a second adversarial AI; voice-chat with TTS; work modes for planning/building/researching/reviewing; custom-compile llama.cpp from any branch (CUDA/ROCm/Vulkan). Hardware: Strix Halo 128GB + RTX Pro 5000 48GB.
Lessons learned: one chat per feature/bug keeps quality high; in large codebases, a script-generated file tree in CLAUDE.md beats verbose feature descriptions; early decisions matter more as the codebase grows — serious apps need senior-dev guidance, unattended vibe-coding only works for small throwaway apps; routinely reject file-read requests for files you know are irrelevant to avoid polluting context.
Related event: Developer Builds Open-Source Coding Harness warpdrv on Local Qwen 27B(2 posts)→
More from coding & agent
- DeltaDB records work continuously and syncs with Git — sull · 2026-08-28
- What a true agentic engineering workflow looks like: agents run CI/CD end to end — Pavan_Belagatti · 2026-08-28
- Opinion: AI Agents Should Be a Single Workflow, Not a Chain of Separate Tools — AIwithGhotai · 2026-08-28
- Traycer Desktop 1.2 adds Hugging Face integration for running open models — victormustar · 2026-08-28
- Linus fixes driver bug after AI called it 'impossible' — bendee983 · 2026-08-28
- AI Agent Workflow Tip: Use Cheap Agents to Fan Out and Find Context — brandon_galang · 2026-08-28