Click any tag below to further narrow down your results
Links
Open Code Review is an open-source CLI tool that uses LLMs to review code diffs and full files with higher precision than general-purpose AI agents while using 9x fewer tokens. It combines deterministic engineering (file selection, rule matching, positioning) with an agent for dynamic decisions, and has been validated across 200 real pull requests from 50 open-source projects.
- Achieves significantly higher precision and F1 scores than Claude Code with the same underlying model, consuming only ~1/9 of the tokens and completing reviews faster
- Uses hard constraints (precise file selection, smart bundling, fine-grained rule matching, external positioning modules) to eliminate common AI agent failures like incomplete coverage and position drift
- Built on production data from Alibaba's internal use across two years serving tens of thousands of developers and identifying millions of defects
Tencent released Hy4 preview, a large language model with 770B parameters and over 1M token context window, designed for coding, office work, and scientific research. The model outperformed competitors like GLM-5.3 and Kimi K3 in Tencent's internal evaluation and can be accessed free for two weeks through WorkBuddy and CodeBuddy.
- Hy4 preview scored 2.99/4.00 in Tencent's blind evaluation of 203 engineering tasks, beating GLM-5.3 (2.92) and Kimi K3 (2.94)
- The model participated in its own development, autonomously optimizing training methods and inference infrastructure, increasing throughput by 31.8% over baseline
- Pricing is competitive at $0.834 per million input tokens and $2.501 per million output tokens, with specialized optimization for game development and scientific research tasks
A breakdown of the 10 best open-source coding models in 2026, split between frontier models you'll rent via API and smaller models you can run locally on consumer hardware. The article explains how to pick based on your actual hardware constraints and coding task—autocomplete needs speed, autonomous agents need reasoning, and large repository work needs long context windows.
- DeepSeek V4 Pro hits 80.6% on SWE-bench Verified, matching closed-source frontier models, but the gap to locally-runnable smaller models has narrowed enough that hardware constraints matter more than chasing the top score.
- Consumer hardware ceilings are real: 24GB on a used RTX 4090, 64-96GB on Apple Silicon, or $4K for 128GB via AMD's Ryzen AI Max+—so most frontier models (like Qwen3-Coder-480B needing half a terabyte of VRAM) must be rented via API, not run locally.
- Match the model to the task, not the benchmark: autocomplete needs sub-second latency, autonomous agents need deep reasoning and tool use, and repo-wide refactoring needs long context—using the wrong type causes failures regardless of raw capability.
- GLM-5.2 (753B, MIT license) leads SWE-bench Pro at 62.1% with a 1M-token context via modified position embeddings, while DeepSeek V4 Pro/Flash undercut competitors on price (as low as $0.14/$0.28 per million tokens) with drop-in OpenAI SDK compatibility.
The article compares the rise of large language models to the 1990s database boom, arguing that models may become ubiquitous and unnoticed—just like SQL engines today. It suggests the real story won’t be flashy launches but the “SQLite” of AI: the model everyone uses by default without ever choosing it.
- The 1990s database market leaders (Oracle, Sybase, Informix) lost relevance while unheralded PostgreSQL and SQLite became the actual ubiquitous defaults.
- SQLite's win came from being invisibly embedded everywhere (phones, browsers, apps) rather than from marketing or benchmark wins.
- The same pattern may repeat with LLMs: today's flashy model launches may matter less than whichever model quietly becomes the unchosen, default embedded standard.