🏃 Keep Up
← All topics
Open Weights 17 items

Everything Open Weights

🟧 Hacker News 1w ago
⭐ Editor's Pick

Kimi K3, Qwen 3.8, and Anthropic's structural disadvantage as a model-only provider

Wojciech Gryc argues that Kimi K3 (Moonshot Labs) and Qwen 3.8 (Alibaba) — both SOTA-competitive and soon open-weight — represent a deeper threat than the 2025 DeepSeek moment because they show a sustained pattern of catchup. The economics analysis is sharp: companies without owned data-center/power infrastructure (Anthropic, OpenAI, Knowledge Atlas) face variable costs that scale with revenue, while infrastructure owners (Meta, Alibaba, SpaceX/Grok) can grow margin. Fable 5 is ~3x more expensive per completed task than open alternatives; with no infrastructure moat and rising harness competition from OpenCode, OpenClaw, Hermes et al., Anthropic's position is uniquely precarious.

🤗 Hugging Face 2w ago

Inkling: 975B open-weights multimodal MoE from Thinking Machines Lab (text + image + audio)

Thinking Machines Lab released Inkling, a 975B-total / 41B-active MoE that natively handles text, image, and audio inputs. Architecture: 66-layer decoder-only transformer, 6/256+2 shared expert routing, hybrid local/global attention, hierarchical patch encoder for images, discrete token encoding for audio. Benchmarks place it competitively on AIME 2026 (97.1%), GPQA Diamond (87.2%), SWEBench Verified (77.6%), MCP Atlas (74.1%), and IFBench (79.8%). Eval comparisons run against Kimi K2.5/K2.6, GLM 5.2, DeepSeek V4 Pro, Gemini 3.1 Pro, Claude Fable 5, and GPT-5.6 Sol. Available via SGLang, vLLM, and HuggingChat; 882 HF likes and 7,870 downloads in its first 24 hours suggests meaningful adoption interest.

🟧 Hacker News 2w ago
⭐ Editor's Pick

Kimi K3: 2.8T-parameter open-weights MoE launches at Opus 4.8-class quality, Sonnet 5 pricing

Moonshot AI launched Kimi K3 on July 16 — a 2.8T-parameter MoE (16/896 experts active, 1M-token context) now live on API, with full weights promised by July 27. Architectural highlights: Kimi Delta Attention (6.3x faster decoding at 1M context), Attention Residuals, LatentMoE, MXFP4/MXFP8 quantization. Artificial Analysis scores it 57 on Intelligence Index (near Claude Opus 4.8, behind Fable 5/GPT-5.6 Sol); debuts #1 on LMArena Frontend Code Arena at 1679 Elo. Priced at $3/Mtok input, $15/Mtok output — well below Western frontier pricing. Community reaction is strong (399 activity score on Latent Space), with caveats: local inference is impractical for most consumer setups, and unverified distillation-from-Claude chatter is circulating.

🤗 Hugging Face 2w ago

MOSS-Transcribe-Diarize: open ASR+diarization model from OpenMOSS, 83K downloads in first days

OpenMOSS-Team's MOSS-Transcribe-Diarize is trending on HuggingFace as an audio-text-to-text model combining speech transcription and speaker diarization in a single Transformer-based model. 83,160 downloads and 242 likes in its first days suggest genuine demand for an open, integrated ASR+diarization pipeline — a category previously dominated by proprietary APIs or awkward two-step open setups (Whisper + pyannote). Worth tracking as a practitioner alternative for meeting transcription and voice agent memory pipelines.

🤗 HF Blog Jun 17

GLM-5.2: MIT-licensed 753B open model with solid 1M-token context for long-horizon coding

Z.ai released GLM-5.2, a 753B open-weight model (MIT license, no regional restrictions) with a production-grade 1M-token context window, outperforming GLM-5.1 substantially on long-horizon coding benchmarks: 81.0 vs 63.5 on Terminal-Bench 2.1, 62.1 vs 58.4 on SWE-bench Pro. On FrontierSWE it trails Claude Opus 4.8 by 1% while edging GPT-5.5 by 1%, and it's the highest-ranked open-source model across all three long-horizon coding benchmarks tested. Architecturally introduces IndexShare (shared sparse attention indexer across every 4 layers, reducing per-token FLOPs by 2.9× at 1M context) and improved MTP speculative decoding (+20% acceptance length). Post-training uses a critic-based PPO formulation for long-horizon RL with an anti-hack module to detect reward hacking in coding agents.

💬 Reddit Apr 28

Local LLMs for Coding: Honest Verdict After Weeks of Forced Daily Use

An r/LocalLLaMA post (881 upvotes) from a developer who spent weeks forcing themselves to use local models for coding and concluded the productivity loss isn't worth it versus Claude Code. Tested Qwen 27B and Gemma 4 31B — described as the best local models under the multi-hundred parameter range — across multiple agentic apps. The thread attracted substantive debate about the frontier gap for agentic coding specifically, with commenters distinguishing between single-turn code generation (where locals are viable) versus multi-step agentic tasks (where the gap remains wide). Notably, the poster still uses Claude Code at work, framing this as a realistic practitioner comparison rather than an ideological position.

💬 Reddit Apr 22

Qwen3 TTS is seriously underrated - I got it running locally in real-time and it's one of the most expressive open TTS models I've tried

Qwen3 TTS achieves real-time local inference with notably expressive output, integrated into the open-source Persona Engine project (ASR→LLM→TTS pipeline with lip-synced avatar). The author positions it as a meaningful step up from prior local TTS options like Sesame for latency-sensitive, fully offline deployments.

💬 Reddit Apr 22

Qwen3.6-35B becomes competitive with cloud models when paired with the right agent

Pairing Qwen3.6-35B with the 'little-coder' agent scaffold achieves 78.7% on the Polyglot coding benchmark, landing in the public top 10 and competitive with leading cloud models. The same scaffold previously lifted a 9B Qwen model from 19.11% to 45.56%, suggesting a significant portion of the local-vs-cloud performance gap is attributable to scaffold/harness mismatch rather than model capability alone.

🟢 OpenAI Apr 22

Introducing OpenAI Privacy Filter

OpenAI releases an open-weight PII detection and redaction model called Privacy Filter, claiming state-of-the-art accuracy on identifying personally identifiable information in text. Open weights make it deployable on-prem or in air-gapped environments where sending data to an API is not viable. Directly relevant for enterprise pipelines that need PII scrubbing before feeding data to LLMs.

🤗 Hugging Face Apr 22

Qwen3.6-27B Released: 262K Context, Fits Single 24 GB GPU

Alibaba's Qwen3.6-27B dropped on r/LocalLLaMA (1,707 upvotes) with a 262,144-token context window and support for SGLang speculative decoding (NEXTN) and vLLM ≥0.19.0. The 27B dense model immediately drew community comparisons to Qwen's larger MoE variants; an r/LocalLLaMA thread questioning why the 27B outperforms the 397B MoE on some tasks reached 1,154 upvotes, surfacing discussion about MoE expert-utilization efficiency. A quantization shootout post (660 upvotes) showed Q4_K_M achieves 62.41% avg accuracy vs Q8_0's 63.67% and BF16's 63.78% across HumanEval, HellaSwag, and BFCL benchmarks—a near-negligible gap that makes Q4_K_M the practical default for 24 GB cards.

📝 Blog Apr 18
⭐ Editor's Pick

My Workflow for Understanding LLM Architectures

Raschka documents a three-step process for reverse-engineering open-weight model architectures: start with the technical report, cross-reference the HuggingFace config, then validate against the transformers reference implementation. The core argument is that working code is a more reliable source of truth than under-specified papers. Practical guidance for engineers who want to understand architectural nuances firsthand.

📝 Blog Apr 17

Practitioner post: Qwen3.6.35B-A3B MoE outperforms Claude Opus 4.7 locally on MacBook Pro at 20.9 GB quantized

Alibaba's Qwen3 6.35B-A3B MoE (35B total, 3B active parameters) reportedly matches or beats Claude Opus 4.7 on local tasks while fitting in 20.9 GB of quantized RAM on a MacBook Pro. If the benchmark methodology holds, this is a notable MoE-for-edge result: frontier-tier quality within consumer-RAM constraints. Practitioner claim; independent verification of benchmark methodology still needed.

💬 Reddit Apr 16

Qwen3.6-35B-A3B released!

Qwen3.6-35B-A3B is a sparse MoE model with 35B total and only 3B active parameters, released under Apache 2.0. Claims agentic coding performance on par with models 10× its active size, with both multimodal thinking and non-thinking modes. Efficient active-parameter footprint makes it practical for inference on constrained hardware.

📝 Blog Apr 14

r/LocalLLaMA April 2026 community consensus: Qwen 3.5 most recommended family; Qwen3-Coder-Next sweeps local coding

April 2026 r/LocalLLaMA community consensus (143+ posts) names Qwen 3.5 as the most broadly recommended local model family, with Qwen3-Coder-Next as the near-unanimous pick for coding. MiniMax M2.5/M2.7 surface as the go-to for agentic/tool-heavy workloads; Gemma 4 gains traction for general local use; GLM-5/4.7 enters the best-overall conversation.

📝 Blog Mar 16

What Comes Next with Open Models

Lambert argues the open-closed performance gap will widen in 2026 because closed models are accumulating advantages on long-horizon, domain-specific tasks with non-public training data. Proposes a three-class taxonomy: true closed frontier, open frontier, and small specialized open models. Predicts the highest-impact open models will be narrow, fast, cheap sub-agents used as tools inside closed-model pipelines.