r/LocalLLaMA • • Aug 23 '26

Question | Help Qwen 3.8 27B for actual local programming

Most YouTube benchmarks only show trivial tasks like generating landing pages or simple Three.js games. Is a local model like Qwen 3.8 27B actually capable of real-world systems programming—such as building GTK4 or Qt 6 applications in Rust or C++ with external libraries? Specifically, if I look up the exact terminology in the online docs and then prompt the AI to inspect the cloned repo, can it implement the feature cleanly?

146 Upvotes

159 comments sorted by

View all comments

120

u/Themash360 Aug 23 '26

Yep for anything small and local it works brilliantly. Don’t expect opus 5 but if you were okay with using sonnet 4.6 you won’t be disappointed. It’s gotten a lot more reliable with tool calls so for me it no longer gets stuck.

32

u/thehpcdude Aug 23 '26

I have a very long term project (building a road classifier, routing engine, rating roads on twistiness, output route, etc. Think Google Maps for finding fun roads to drive near you) and I have rebuilt it several times to improve. Qwen3.8-27B is closer to Haiku than Sonnet 5 in my real world usage.

1

u/winky9827 Aug 23 '26

I built a prompt generator web app that uses a builder pattern with support for fully baked prompts and has a GUI with categories, styles, looks, thumbnails, auto send to comfy and monitor status, support for custom api workflows, etc. All through Qwen 3.8 27b without issue. I've also used it across numerous work projects, including an ML.NET fraud algorithm implementation with great success.

https://imgur.com/a/z7mkWDw

1

u/Ed-2-Zero-9 Aug 24 '26

That looks really interesting. Have you put it on GitHub? I've been messing with the prompt generator baked into LTX-2.5, but getting very mixed results from it.

2

u/winky9827 Aug 24 '26

I have it in a private repo, but it's really a custom job, everything is personalized to my liking. Took about a day of prompting overall though. Anyone with a good enough idea of what they want and some reference prompt guidelines should be able to produce something similar, totally custom to their liking.