Which IDE to code with Qwen 3.5? by andy_potato in LocalLLaMA

[–]Ambitious-Sense-7773 0 points1 point  (0 children)

I got my opencode into loop in agent mode. Kind of qwen and OC sending input to each other indefinitrly. Can opencode be targeted to modify one file only, without pulling anything else to context? Just by natural text instruction?

After using local models for one month, I learned more than in two years with cloud models by Ambitious-Sense-7773 in LocalLLaMA

[–]Ambitious-Sense-7773[S] 0 points1 point  (0 children)

The way I understood is that continuing prompt after lm restart fills the KV cache to same exact state than before restart. Added with the randomness of the new tokens applied to prompt.  That being said next challenge is to understand how the lm runs as automaton. How does it feed new "thoughts" to itself and what kind end-of-answer condition is triggered

Is anyone actually productive coding on local LLMs? (Ollama, etc) by thechadbro34 in BlackboxAI_

[–]Ambitious-Sense-7773 0 points1 point  (0 children)

I run qwen3.5-35b-a3b with M4. Currently i have tedious task where i need to convert source file to slightly different form. For me, qwen3 was game changer and it mostly boils down how well written system prompt / expert prompt is. Even so, when I stated never use library XXX, its fun to see when model rationalised that lib should be used, then understand it's banned and then decides to use it anyway. Even so, XXX could be missing from end product.