Back to home

Open Source

30 articles tagged with this topic

AlibabaOpenCodeReview

Alibaba Open-Sources Code Review Tool — The Real Win Isn't AI, It's Engineering

Alibaba open-sources OpenCodeReview, hitting 21k Stars. Hybrid architecture—engineering + LLM Agent—fixes three flaws of general AI agents in code rev

18h ago2 min read
QwenQuantization

Alibaba Qwen 27B Squeezed to 10GB, Matches Original Quality — Local AI Advances

Austria's ISTA-DASLab squeezed a Qwen 27B to 10GB, matching original quality. Local AI advances — capable, private deployment without cloud uploads.

1d ago2 min read
QwenLocal LLMs

16GB VRAM Runs 200K Context: Local LLMs Cross a Real Threshold

A Reddit user ran a 27B-parameter Qwen model at 200K-token context on a laptop with an eGPU. Mid-size AI just got much closer to a regular desktop.

2d ago2 min read
UnslothHuggingFace

HF 收购疑云下,Unsloth 让普通显卡跑得动大模型 — 开源生态的真正护城河

Under HF acquisition rumors, Unsloth lets 24GB GPUs run 70B models. Small open-source teams—not platforms—will decide if AI stays affordable.

2d ago2 min read
QwenLocal LLM

Local AI Gets Smarter but Slower — Developers Now Pick Models by Time Budget

Local LLMs get smarter but slower. Reddit pushes 'time-limited leaderboards' over Qwen3-32B's long chains — AI eval pivots to throughput.

2d ago2 min read
LemonadeAMD

Lemonade SDK Unifies 15 AI Engines to Make Local LLMs Plug-and-Play

AMD-led open-source Lemonade unifies 15 AI engines behind one API across NVIDIA, AMD, Apple, Qualcomm hardware—making local LLM deployment viable for

3d ago2 min read
ZeroClawOpen Source

ZeroClaw Gives AI Hands and Feet—A Hardware Signal That LLMs Are Leaving Chat

A Rust open-source framework lets LLMs directly control robotic arms and sensors—AI moves from text to physical action. Not consumer-ready, but signal

3d ago2 min read
DeepSeekCordis

DeepSeek Open-Sources Its Agent OS — And That Matters More Than the Code

DeepSeek's Cordis Agent framework dissected in 9 chapters — first time a top Chinese AI firm has exposed production Agent infra at this depth.

4d ago2 min read
QwenAlibaba

Qwen 27B Runs 3D Coding on Old GPU: Local AI Good Enough, Not Stable Yet

A Reddit dev ran Qwen 3.8 27B on a $200 used RTX 3090 and got working Three.js code. We see small models catching up to cloud—but not production-stabl

4d ago2 min read
DeepSeekdsh

DeepSeek Agent Framework Reverse-Engineered — LLM Race Moves to App Layer

DeepSeek's dsh Agent framework just got fully reverse-engineered. China's LLM firms are pushing from models to app infrastructure—real impact for deve

4d ago2 min read
DeepSeekHarness

DeepSeek Harness After One Week: Open-Source Foundation, Not Claude Code Clone

DeepSeek's Harness got 95K stars in one week. Testers warn it's not a Claude Code clone but an open-source base users must assemble themselves.

5d ago2 min read
RedditQwen

Reddit Users Propose Crowdfunding an Open-Source LLM — Wallet Voting on Specs

Reddit's r/LocalLLaMA users pitch Kickstarter crowdfunding a 35B MoE Qwen variant. Signal: open-source AI moves from free-for-all to pay-for-spec.

6d ago2 min read
MicrosoftAgent Lightning

Microsoft's Agent Lightning Lets AI Agents Self-Tune — Enterprise Gap Persists

Microsoft open-sourced Agent Lightning for zero-code RL tuning of AI agents. Reddit buzz is loud; production-grade validation is essentially zero.

6d ago2 min read
Linus TorvaldsLinux Kernel

Linux 之父给 AI debug 助手打了分:能扛苦活,遇难题就喊'不可能'

Linux's latest commit message was AI-written, Torvalds confirms. His verdict: handles grunt work, cries 'impossible' on hard bugs — a structural LLM t

Aug 232 min read
TRAE Workvue3-element-admin

Open-Source Maintainer Uses AI to Unearth 281-Day Crash Bug

Maintainer built a single-file HTML triage tool with TRAE Work AI; a 281-day-old, zero-reply crash bug resurfaced across Gitee, GitHub, AtomGit.

Aug 222 min read
PiHarness

AI Agents 'Black Out' Mid-Task — An Open-Source Codebase Reveals Why

Pi's session persistence: five-state machine, append-only state tree. AI's hard part isn't the model — it's keeping agents from 'blacking out.'

Aug 212 min read
DeepSeekHarness

DeepSeek Open-Sources AI's 'OS Layer' — Race Shifts From Smarts to Integration

DeepSeek open-sources AI's 'operating system layer' under MIT with hot-swappable components — signaling Chinese LLM firms shifting from intelligence r

Aug 192 min read
DeepSeekdsh

DeepSeek's Agent Framework Dissected Line by Line — Chinese AI Opens Source

DeepSeek's dsh Agent framework dissected: 9 files, 2,693 lines of TypeScript public. A top Chinese AI lab opening its engineering stack is itself a si

Aug 192 min read
Ragentnageoffer

Ragent 1.1.0 Ships: A Chinese Developer's RAG Framework Goes Enterprise-Grade

Ragent 1.1.0 ships from a solo Chinese dev. What was 'runnable' becomes 'auditable': four-channel hybrid retrieval, source attribution, tiered routing

Aug 192 min read
QwenAlibaba

Qwen 27B Model Takes On Google's Flagship — Local AI Is Finally Good Enough

Alibaba's Qwen 27B model sparks local AI community buzz, dubbed the second DeepSeek moment — frontier intelligence now runnable on consumer hardware.

Aug 182 min read
GitHubOpen Source

24,000 eBooks Open-Sourced on GitHub — When Sharing Hits the Copyright Wall

GitHub repo bundles 24,000 Chinese eBook download links from paid platforms, open-source. Massive scale meets copyright—the same fault line as AI trai

Aug 182 min read
QwenAlibaba

Reddit Shouts for Qwen 35B, But Alibaba Has Its Own Production Schedule

r/LocalLLaMA post with 500+ replies asks why labs won't ship Qwen 35B/122B despite months of demand. Alibaba's production schedule isn't user-driven.

Aug 182 min read
QwenRTX 3090

Qwen 27B Hits 99 tps on a $200 RTX 3090 — Personal Local AI Arrives

GitHub user syv-ai got Alibaba's Qwen 27B running at 99 tokens/sec on a used RTX 3090 (24GB VRAM, ~$200) — consumer GPUs can now smoothly handle mid-s

Aug 182 min read
llama.cppMTP

llama.cpp Adds Adaptive MTP — One Fewer Knob for Local LLM Users

llama.cpp adds adaptive MTP — the model picks its own token depth. Coding up to 2x faster, prose ~3% slower. A shift from manual tuning to self-tuning

Aug 172 min read
DeepSeekHarness

DeepSeek Open-Sources Harness Too — China's LLM Race Goes Full-Stack on Agents

DeepSeek open-sources Harness Agent runtime—115K GitHub Stars in 48 hours. We see Chinese LLM firms now compete on full agent toolchains, not just mod

Aug 172 min read
Qwen3llama.cpp

Qwen3 Users Confuse Reasoning Effort With Token Budget—and It's Distorting PoCs

Alibaba's open-source Qwen3 has a confusing parameter issue in llama.cpp: the UI's "reasoning level" is just a token cap. The real reasoning_effort is

Aug 162 min read
RedditClaude

Reddit 'Guess the Model': 5 AIs Draw Anime Girl, Open Source Holds Its Ground

A viral Reddit 'guess the model' game had Claude, GPT, and Qwen draw the same 3D anime girl in one shot — open source held its ground.

Aug 162 min read
DeepMindGenie

DeepMind's Genie World Model Replicated on One RTX 5090 — Compute Barrier Cracks

A developer replicated DeepMind's Genie world model on a single RTX 5090 at 720p/16 FPS using 19GB VRAM — first world model on consumer hardware.

Aug 162 min read
NovelOpsLong-Novel-GPT

Six Open-Source AI Writing Tools Tested: Quality Gate Beats the Generator

A developer tested six open-source AI writing tools—the market is splitting: engineering tools build thick quality gates; community tools stay light.

Aug 162 min read
QwenAlibaba

$4,000 PC Built to Run Qwen — Local LLMs Move from Geek Toy to Real Tool

Reddit LocalLLaMA user built an RTX 5090 + 96GB RAM PC to run Alibaba's Qwen3-27B. Chinese open-source models are now routine for overseas developers.

Aug 162 min read