Qwen pages 51B off-GPU, Gemini defers to LiveKit, Bun logs 27K unsafe blocks
Every URL the pipeline pulled into ranking for this issue — primary sources plus the supporting and contradicting findings each Researcher returned. Inline citations in the issue point back here.
Sources
Qwen3.8-Flash-Next simonwillison.net
Qwen3.8-Flash-Next Another open weights model from Qwen. This one is “a multimodal MoE model that also serves as an early preview of the architecture used in Qwen4”. It’s pretty big: 125B tokens, but only 6B active which means it gets a significant performance boost. I’ve been trying it out on a DGX Spark using these Unsloth quantized models . I’m still exploring the model - so far I’ve tried the 72.5GB UD-IQ1_S one (producing these pelicans ) and the 78.9GB UD-Q2_K_XL (producing these ). My fa…
Intelligent transcription with Gemini 3.5 Transcribe deepmind.google
Now you can get more intelligent speech-to-text transcription with Gemini 3.5 Transcribe.
Quoting Paul Dix simonwillison.net
The fact that AI wrote 1M LOC and then refined it over the course of the next couple of months to produce a reliable piece of software that is currently running on millions of developer machines is absolutely mind blowing. And you can say, “well it’s not that impressive because they had an oracle to compare against, so it was simple to go from one language to another”, but I think that’s selling this entire thing short. If you can build a verification system and give proper direction, AI can pr…
References
The Decoder the-decoder.com
Three out of every four layers employ Gated DeltaNet to compress historical context into a fixed-size recurrent state, while the remainder use Qwen Sparse Attention for precise retrieval at micro-block granularity — reportedly reducing long-context prefill latency by up to 7.6x.
r/Qwen_AI leak thread reddit.com
176B total parameters — a 125B main MoE plus a 51B N-gram embedding table of ~20M bigram/trigram entries integrated at layer 2, accessed roughly 1 in 13 million reads per token, making it ideal for mmap offload to system RAM or NVMe.
NVIDIA Developer Blog (GB300 NVL72) developer.nvidia.com
On a single DGX Spark with nvfp4 quantization, decode runs at ~12 tokens/sec and prefill at ~80 tokens/sec, versus over 16,000 tokens/sec per GPU on rack-scale GB300 NVL72.
TheNextWeb thenextweb.com
Governed by the Qwen Community License 1.0 rather than Apache 2.0 — any Model-as-a-Service or AI Work Assistant business must obtain a separate commercial license regardless of revenue, and products exceeding 100M MAU or $20M monthly revenue must display Qwen branding.
Unite.ai unite.ai
Independent observers flagged the use of GPT-4o to grade Humanity’s Last Exam results rather than the benchmark’s native grader as a potential source of bias, and note the N-gram lookup is ‘a strategic workaround for Chinese labs facing export controls on high-bandwidth chips.’
HN comment (item 49448210) news.ycombinator.com
In brief trials the model performed no better than the much smaller Qwen3.8-4B-Distill, and by default the ‘xhigh’ reasoning setting can burn an entire 8,000-token budget on internal chain-of-thought without producing a final answer.
OrcaRouter comparison (Gemini 3.5 Transcribe vs Whisper Large v3 Turbo) orcarouter.ai
Deepgram Nova-3 remains the industry leader for raw speed with a median Time to Final Segment of approximately 247ms… AssemblyAI Universal-3.5 Pro Realtime follows at 335ms, while ElevenLabs Scribe v2 claims roughly 150ms in specialized tests.
LiveKit engineering blog livekit.com
Developers favor LiveKit because it uses UDP-based WebRTC rather than standard WebSockets (TCP), which prevents the packet queuing that causes audio lag in voice agents.
Umevo.ai — legal liability of hallucinated meeting notes umevo.ai
If a human edits an AI-generated transcript that has already been logged on a server, it could be characterized as spoliation — the destruction or alteration of evidence.
AICerts news — Gemini health summary errors aicerts.ai
Independent audits of popular chatbots, including Gemini, found that approximately 20% to 50% of health-related responses were problematic or potentially harmful, with models often pattern-matching rather than reasoning clinically.
Google AI Gemini API pricing page ai.google.dev
Input audio tokens cost $3.50 per 1M tokens (~$0.005/min) and output text tokens cost $21.00 per 1M tokens… blended rate ~$0.009 per minute, significantly cheaper than OpenAI’s Realtime API ($0.017/min for streaming STT).
9to5Google — Gboard Rambler coverage 9to5google.com
It does not provide a real-time live preview of text; instead, users see a waveform animation while speaking, and the final text only appears after tapping a checkmark. Some users find this lack of immediate feedback ‘an adjustment’.
KuCoin news summary of Andrew Kelley critique kucoin.com
Kelley dismissed the 11-day automated migration as producing ‘unreviewed slop’… the new codebase contained approximately 13,000 to 27,000
unsafeblocks—comprising roughly 4% of the project—which effectively bypassed the very memory safety guarantees cited as the reason for leaving Zig
grigio.org – Bun Rust vs Zig analysis grigio.org
64 parallel Claude agents to rewrite approximately 535,000 lines of Zig into Rust in just 11 days, at a cost of roughly $165,000 in API fees… 128 bugs fixed, a 20% reduction in binary size, and a 2–5% runtime performance boost
daily.dev – Bun 1.4 Rust rewrite drama daily.dev
an ‘adversarial reviewer’ pattern: for every file translated by one agent, a second agent was assigned specifically to find bugs, while a third handled automated build-and-test loops
DevOps.com survey coverage devops.com
80% of organizations have traced at least one production outage or customer-impacting defect back to AI-generated code in the past year
Level Up Coding – Spec-driven development critique levelup.gitconnected.com
a 2025 METR study found that experienced developers were actually 19% slower when using AI on familiar codebases, despite believing they had gained speed
clauding.de – Ende der Programmierung analysis clauding.de
one experiment reached 900,000 lines of code before the author felt like a ‘passenger’ in their own product, unable to make confident manual changes