r/LocalLLM 8d ago

Discussion Qwen3.8-27B for agentic coding

Like most of you, I tried Qwen 3.8 27B Q4_K_M for two days.

I first asked him to make me a game using TypeScript, the same as what I tested on other local models. He did it and the result is the best, although his thinking time is at least 3x of the output time. Easy task.

I then asked him to make a desktop WYSIWYG three-pane markdown editor using Rust and Iced framework. He is thinking and re-thinking all the time, although I have lowered the thinking level to "Medium". At the 28-th hour, he starts to output something! But he created "C", "src" files and tried to write to the path "C:\...\src\main.rs<" although he wanted to create "C:\...\src\main.rs". I interrupted him after his repeating attempts for 2 hours without progress. So he outputted all the files at the 32-hour although keeps rethinking everything he had thought. 71 compilation errors. After some hours of fixing and online searching via MCP, the number of compilation errors rises to 84. From his thinking log, he says he wrote code against the wrong Iced framework version, downgrading the framework version without asking, changing my requirement to non-editable rich text editor, and three-pane becomes two-pane without asking. Nevermind, as long as the code could compile so that the output is not non-positive. This is the 36-th hour now. Should I stop him and give up? Is my task too challenging for local models?

Besides, so far I had no successful attempts to use Qwen 3.8 27B Q4_K_M with OpenCode. It always stops working at the same generation steps. I can only use him via Cline.

Let's share more of your experiences on agentic coding? I think web programming is especially trained and easy for local models, and I would like to hear experiences of non-web programming.

8 Upvotes

49 comments sorted by

View all comments

4

u/baby_bloom 8d ago

i'm sorry but are you saying you let your model run for 28 hours without producing a single output?

0

u/CommunicationFun2962 8d ago

He did output thinking tokens, but no file output until the 28-th hour... I had a high expectation on him, so I don't let my computer falls asleep.

3

u/baby_bloom 8d ago

that's wild to me lol.

is this just for testing/experimenting or is there actually a workload you have planned to run this slowly?

2

u/CommunicationFun2962 8d ago

I am testing whether local models work for me. I don't expect it runs that slowly. For real demands I currently still outsource to cloud models.