Tested Qwen3.7/3.8 web search via the OpenAI SDK: enable_search returns no URLs, Responses API web_search does, and reasoning_tokens jump 10x on search turns.
Qwen3.8 Max preview tested via ambassador early access: OpenAI-compatible API behavior, reasoning_tokens, always-on thinking, and the unknowns behind the 2.4T parameter count.
Qwen3-ASR-0.6B STT on CPU, Qwen via ModelScope, streaming TTS on 4GB VRAM — one laptop, 11.9s voice-to-voice. Filler-audio job polling and measured timelines.
Qwen's Gated Attention (NeurIPS 2025 Best Paper) puts a per-head sigmoid gate on SDPA output. First-token attention drops 46.7%→4.8%, max activation 1053→94. Why it works and how Qwen3-Next uses it.
Self-patching on Qwen2.5 and Llama3 shows fine-tuned facts stall outside the mid layers; moving one hidden state lifts 2-hop reasoning from 0.078 to 0.793 (arXiv 2607.08393).
Merged a 4th girl with a makeup toggle into one Anima LoRA (518 images, rank256, 21.5h on RTX 5090). Epoch pick vs design bleed, why makeoff fails in multi-girl prompts, 6/6 one-shot.
Tested over 3 bakes on RunPod RTX 5090: a coined subtractive makeoff tag never fires at cfg 1.0, while additive earrings+makeup tags switch both ways with the face unchanged (ep140).
Fitted Anthropic's jacobian-lens on Qwen3-4B-Instruct-2507 (4090, 51 min, ~1 USD), then read a layer-swapped SFT corrector: outputs pass through while hidden states diverge to cos 0.88.
Tested arXiv 2607.01232's layer localization under SFT: Qwen3-4B depth 25/50/75% vs all-layer LoRA, trained on a RunPod 4090. The eval-loss U-shape is real; the rewrites disagree.
RL gains sit at 40-60% depth: on Qwen3-8B, training only layer 16 beats full-parameter RL (67.1 vs 66.5). Notes on arXiv 2607.01232 and what it doesn't claim about efficiency.
Measured on M1 Max ComfyUI: QIE 2511's pixel shift comes from the encode node's forced 1MP rescale. Stock ReferenceLatent fixes it; expression, outfit and pose diffs tested.
Fine-tuned Qwen3-4B on 799 of my own edit pairs, quantized to a 2.3GB GGUF at 38 tok/s on an M4 mini. Eval loss looked fine, but it barely removed slop — and the real fix was feeding paragraphs, not single sentences.