That writing style might be a tad too tense If I got it correct (appending B from https://stolen-thoughts.com/paper.pdf is essential) they are the authors of the well-known exploit to recover readable CoT from OpenAI and Anthropic models. They use that to find hints of distillation, by running a benchmark with a SotA model, recovering the CoT, then taking the first 1% of the CoT and running the open-source model as i…
Interesting how an agent mimics a human hesitating and trying to avoid doing work: > No. > This is major. > Given time, maybe best to respond explaining can't due to time? but instructions expect actual work. However complexity huge; but as coding agent, need to attempt > Maybe we can cheat ... But user may test and see still single CPU. The smarter AI will be, the better it will be at avoiding doing actual work. Als…
Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
91–98 of 98 posts
Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#92That writing style might be a tad too tense If I got it correct (appending B from https://stolen-thoughts.com/paper.pdf is essential) they are the authors of the well-known exploit to recover readable CoT from OpenAI and Anthropic models. They use that to find hints of distillation, by running a benchmark with a SotA model, recovering the CoT, then taking the first 1% of the CoT and running the open-source model as i…
Interesting how an agent mimics a human hesitating and trying to avoid doing work: > No. > This is major. > Given time, maybe best to respond explaining can't due to time? but instructions expect actual work. However complexity huge; but as coding agent, need to attempt > Maybe we can cheat ... But user may test and see still single CPU. The smarter AI will be, the better it will be at avoiding doing actual work. Als…
Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#93Earlier quoted context omitted.
It doesn’t use the caveman speak unless reasoning is set to xhigh, in my experience. But I don’t know if it has always been coincidental.
> unless reasoning is set to xhigh That's the default and I'm sure almost everyone else is also using it because other reasoning efforts yield subpar results from what I've seen.
I think it is clear that medium reasoning has more 'loopy' results like the older Qwens, but I actually think the low effort results are usually more appropriate.
If you plan to one-shot and vibe code AI slop to meet benchmarks, maybe xhigh makes sense. But if you want a responsive agentic coding assistant it is, to me, quite evidently the wrong choice, especially on modest hardware.
I have seen xhigh radically distract itself with rabbitholes and write considerably worse code than low.
It is my own opinion only, but I think much of the fuss about squeezing Qwen 3.8 27B into small local hardware setups, Macs etc., is a bit misguided.
There's too much focus on its benchmark scores, its one-shot capability, canned demos etc.
For my own needs Muse Glimmer (again on reasoning strength: low) is shaping up to being the more practical agentic tool. It is considerably faster than Qwen at solving real coding tasks.
Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#94That writing style might be a tad too tense If I got it correct (appending B from https://stolen-thoughts.com/paper.pdf is essential) they are the authors of the well-known exploit to recover readable CoT from OpenAI and Anthropic models. They use that to find hints of distillation, by running a benchmark with a SotA model, recovering the CoT, then taking the first 1% of the CoT and running the open-source model as i…
Terse?
Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#95Earlier quoted context omitted.
I have seen plenty of Qwen 3.8 27B's caveman-like "Need doing this & that" thoughts. And on cerebras now I've seen them come real fast!
Do you prompt it to behave this way or what? Because here's the king of CoT I get: > Hmm, but there's a subtlety: does babel-jest + preset-typescript transform the file to CJS by default? No — babel-jest doesn't transform ESM imports to CJS unless @babel/preset-env is configured with modules: commonjs. Without preset-env, import statements stay as ESM in the output, and Jest's CJS runtime would fail with "Cannot use…
Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#96Re: Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
#97That writing style might be a tad too tense If I got it correct (appending B from https://stolen-thoughts.com/paper.pdf is essential) they are the authors of the well-known exploit to recover readable CoT from OpenAI and Anthropic models. They use that to find hints of distillation, by running a benchmark with a SotA model, recovering the CoT, then taking the first 1% of the CoT and running the open-source model as i…
> That writing style might be a tad too tense Terse?