I’m running Qwen3.8 aggressive uncensored Q4_K_P on a 4090 in a loop against the 2026 CrackMe CTF challenges. Using oh-my-pi in a prebuilt environment that I let Qwen build too. Codex wouldn’t even look at the files - literally, as soon as it read something with CTF it shut down. Didn’t even offer to fall back to a dumber model.
How's it performing on the challenges?
Why your local LLM feels dumber than it is
41–50 of 233 posts
Re: Why your local LLM feels dumber than it is
#42Re: Why your local LLM feels dumber than it is
#43I’m running Qwen3.8 aggressive uncensored Q4_K_P on a 4090 in a loop against the 2026 CrackMe CTF challenges. Using oh-my-pi in a prebuilt environment that I let Qwen build too. Codex wouldn’t even look at the files - literally, as soon as it read something with CTF it shut down. Didn’t even offer to fall back to a dumber model.
How's it performing on the challenges?
Challenge: Wallpaper
https://github.com/crackmesone/ctf-2026-challenges-public/tr...
Duration: 4h 00m 15s
Termination: completed
Verdict: PARTIAL
Confidence: 0.95
I'm using Kimi K3 as the evaluator because, again, Codex and co. wouldn't even evaluate the output. Kimi's verdict:The agent reverse-engineered the 912-byte ELF, including the alphabet check, nibble state machine, move gate, and goal state.
It eventually produced:
CMO{10012232101230103012333221101033210010}
I independently verified the underlying input against the actual binary: printf '10012232101230103012333221101033210010' |
./wallpaper/handout/wallpaper
which returns: good job, validate with CMO{your_input}
and exits 0.The wrinkle is that the official answer key is:
CMO{1012321103210033011233322110103321001}
So the puzzle apparently admits multiple accepted inputs. The agent found a valid password by reverse-engineering the program, but did not recover the canonical secret from the answer key.Re: Why your local LLM feels dumber than it is
#44Earlier quoted context omitted.
How many tok/s are you getting? What gen mbp?
i suspect ppl dropping generic "its awesome" comments are not actually using it and prbly just managed to get it running for a prompt or two.
Re: Why your local LLM feels dumber than it is
#45most of the time when a local model feels dumb its not the quant, its the chat template. a lot of gguf mints just drop the template from the metadata and the runtime silently falls back to chatml. model still talks fine so nobody notices, it just gets noticeably dumber. got burned by this myself serving qwen, now i grep the gguf for the template tokens before i blame anything else. second place is sampling, people ru…
Re: Why your local LLM feels dumber than it is
#46I just got qwen 3.8 27b mlx running on my Macbook Pro and honestly I’m pretty blown away by how not-dumb it is.
My problem is how hot they run. I'm on an m4 pro. Do you have the same issue?
I use M1 Max with qwen3.8 27b mlx. The gpu temp can reach easily to 95°C as fan doesn’t kick in automatically until 90°C. With Macs fan control at full blast and MBP off table, temp usually hover around 85°C.
Re: Why your local LLM feels dumber than it is
#47Re: Why your local LLM feels dumber than it is
#48a) Don't quantize your KV cache
b) Don't run quantizations of the LLM that are worse than the best available Q8 (the largest possible file size unsloth GGUF for a given model like qwen 3.8 27B as an example). I would rather things go slowly but I have confidence that it's doing things more accurately.
Re: Why your local LLM feels dumber than it is
#49Earlier quoted context omitted.
How's it performing on the challenges?
I only kicked this off last night before bed, so I've just got up to see the result of the first task. Challenge: Wallpaper https://github.com/crackmesone/ctf-2026-challenges-public/tr... Duration: 4h 00m 15s Termination: completed Verdict: PARTIAL Confidence: 0.95 I'm using Kimi K3 as the evaluator because, again, Codex and co. wouldn't even evaluate the output. Kimi's verdict: The agent reverse-engineered the 912-b…
Re: Why your local LLM feels dumber than it is
#50Earlier quoted context omitted.
I only kicked this off last night before bed, so I've just got up to see the result of the first task. Challenge: Wallpaper https://github.com/crackmesone/ctf-2026-challenges-public/tr... Duration: 4h 00m 15s Termination: completed Verdict: PARTIAL Confidence: 0.95 I'm using Kimi K3 as the evaluator because, again, Codex and co. wouldn't even evaluate the output. Kimi's verdict: The agent reverse-engineered the 912-b…
I don't know why but your post was marked as [dead] for some reason. Just vouched for it.