#open-source
t.me · ⭐️ 9/10 · 2026-07-06
Tencent has released and open-sourced the Hunyuan Hy3 preview, a Mixture-of-Experts (MoE) language model with 295 billion total parameters and 21 billion active parameters, supporting a 256K token context length. This release significantly enriches the open-source LLM ecosystem with a large-scale MoE model focused on complex reasoning and agent tasks, potentially accelerating development in AI-powered coding and scientific applications. The model achieves a 54% reduction in first-token latency for products like CodeBuddy, thanks to deep co-optimization of model architecture and inference framework. It targets enhanced performance in math, science, and code generation.
github.com · ⭐️ 9/10 · 2026-06-30
vLLM v0.24.0 was released with 571 commits from 256 contributors, adding support for the MiniMax-M3 model and extensive performance optimizations for DeepSeek-V4, including a FlashInfer sparse index cache and cluster-cooperative topK kernel. This release significantly expands the model support of vLLM and demonstrates its growing role as a high-performance inference engine for cutting-edge LLMs. The optimization for DeepSeek-V4 improves throughput and latency, benefiting large-scale deployment. The release introduces Model Runner V2 (MRv2) supporting quantized models by default, a new streaming parser engine for tool-call parsing, and integration of DeepEP v2 for expert parallelism. Also, vLLM no longer sets CUDAVISIBLEDEVICES internally, replacing it with a deviceids argument.
github.com · ⭐️ 8/10 · 2026-07-11
vLLM v0.25.0 makes Model Runner V2 the default for all dense models, removes the legacy PagedAttention implementation, and achieves performance parity between the Transformers modeling backend and native vLLM. This release is a major architectural overhaul that simplifies the codebase, eliminates technical debt, and broadens model support, benefiting the LLM inference community with improved performance and compatibility. The release includes 558 commits from 232 contributors, adds new models like LLaVA-OneVision-2 and GLM-5, and introduces a new Streaming Parser Engine for tool-call/reasoning parsing.
jeffgeerling.com · ⭐️ 8/10 · 2026-07-10
QuadRF, an open-source 4x4 MIMO software-defined radio (SDR) phased-array system, has been demonstrated as a radio frequency augmented reality tool that can visualize WiFi signals and detect drones through walls. This project democratizes advanced RF sensing technology, making it accessible to hobbyists and researchers for applications in security, privacy auditing, and wireless network diagnostics. It also raises important discussions about privacy and the capabilities of consumer-grade RF tools. QuadRF is available as a development kit on Crowd Supply and uses GNU Radio on a Raspberry Pi 5 for signal processing. The creator noted that the demo required careful camera alignment calibration and radio gain settings, which are being improved based on user feedback.
ariya.io · ⭐️ 8/10 · 2026-07-07
Kokoro is an open-source TTS model (82M parameters) that runs efficiently on CPU, including Apple Silicon, without requiring a dedicated GPU. This fills a gap for users without powerful GPUs, enabling high-quality TTS on everyday computers for accessibility, reading, and automation workflows. Kokoro supports manual IPA pronunciation guides and has a CLI tool; it produces natural-sounding speech but may struggle with single words or homographs.
reddit.com · ⭐️ 8/10 · 2026-07-06
TRACE is a new open-source hierarchical memory system that organizes conversation history into a topic tree. It achieved 82.5% F1 on the MemoryAgentBench EventQA task using the gpt-oss-20B model. This work addresses a key limitation in LLM agents—flat memory retrieval—by introducing hierarchical topic trees, leading to significantly better performance than existing methods like Mem0 and MemGPT. The open-source release enables wider adoption and further research. The benchmark comparison is not apples-to-apples because TRACE used gpt-oss-20B while Mem0 and MemGPT used GPT-4o-mini; TRACE’s gpt-oss-120B version achieved 83.8% F1. The author noted issues with running Mem0 on gpt-oss due to JSON parsing constraints.
organicmaps.app · ⭐️ 8/10 · 2026-07-05
Organic Maps, a FOSS navigation app, faced community backlash over allegations of adding ads and proprietary components, leading to a fork called CoMaps. This controversy highlights governance challenges in open-source projects and demonstrates how forking can preserve community trust and FOSS principles. CoMaps was forked about a year ago and is adding features like CarPlay Dashboard support, while Organic Maps is accused of misappropriating donations and turning code proprietary.
reddit.com · ⭐️ 8/10 · 2026-07-01
Huawei has open-sourced OpenPangu-2.0-Flash, a Mixture-of-Experts (MoE) large language model with 92 billion total parameters and 6 billion active parameters, supporting a 512K token context length. The release includes model weights, inference code, and training operations. This open-sourcing provides the community with a high-performance, long-context MoE model from a major tech company, potentially lowering the barrier for researchers and developers to experiment with large-scale MoE architectures. It also signals Huawei's growing involvement in the open-source AI ecosystem. The model uses an MoE architecture where only 6B of the 92B parameters are activated per token, enabling efficient inference. It achieves a 512K token context window, and a larger Pro variant (505B total, 18B active) is slated for release in July.
simonwillison.net · ⭐️ 8/10 · 2026-06-30
DeepReinforce released Ornith-1.0, a family of open-weights models (MIT licensed) that achieve state-of-the-art coding performance among open-source models of comparable size, with variants ranging from 9B to 397B parameters. This release pushes forward open-source agentic coding capabilities, enabling developers to run powerful coding assistants locally without vendor lock-in, and the self-scaffolding technique may improve reliability in multi-step tasks. The models are built on top of pretrained Gemma 4 (Apache 2.0) and Qwen 3.5 (Apache 2.0), ensuring license compatibility, and include both dense and Mixture-of-Experts variants. The author tested a 35B GGUF quantized model and reported strong performance on agentic coding tasks.