Register and share your invite link to earn from video plays and referrals.

BlackwellBoy
@Blackwellboy
the rig in the garage doesn't refuse. I publish the benches and the failures. 1208 GB · 5090s · Sparks · Mac Mini
2.1K Following    3.5K Followers
I got permission from a founder to attack his real production app. So I did. No sandbox. No fake vulnerable app. No CTF. The same live product real users are touching. 100% authorized. And I did it using an obliterated model. I’ll tell you which one tonight. Tonight I’m posting what happened when I stopped using it like a customer and started trying to break it. 👀
Show more
You can make Qwen 3.8 27b look smarter, dumber, faster, slower or completely broken without even changing the weights. I even locked qwen3.8 in a clean-room with a mystery executable and made it reverse engineer the program from behavior alone. QWEN 3.8 27B IS NOT ONE NUMBER. I spent the last several days absolutely ripping the model apart. 5 x DGX Sparks running almost 24/7 since it was released and the 5090s zipping through its own test suites. I still have a lot of really fun tests that im throwing at it, but i wanted to churn through the big ones first and get some of the interesting findings out. So far ive come out of it trusting single benchmark numbers a lot LESS. I went deep into the things everyone is talking about right now: thinking OFF vs LOW vs XHIGH. what “MEDIUM” actually does. why more thinking can make results worse. how reasoning can eat the answers tkn budget. why old thinking can silently balloon agent ctx. temp and determinism. BF16 vs FP8 vs NVFP4. “262K context” vs the context you actually get. speculative decoding. DSPARK. MTP. 4-bit KV cache. llama.cpp vs SGLang vs vLLM and what happens when the runtime itself is the thing breaking the model. Some of it was actually "holy shit" territory. I had the same qwen weights more than double in speed on the same 5090 by just changing the inference system around them. I had max reason lose to LOW, then found the reason wasnt simply that LOW was smarter..I had a server configured for 262k context that had nowehre near 262k of realized capacity. I had a very fast inference setup produce absolute shit until one Blackwell specific fix changed the result completely. I also threw away half a day because the harness failed , not the model. The biggest lesson from all of it: the weights are only one component of the system if you give me a model benchmark without the runtime, template, reasoning police, token budget quant and serving stack youre just giving me half a result. Full write up, graphs configs failed runs and reproducible evidence below
Show more