AI

Open frontier weights are making it unusually cheap to run very good models: Kimi K3 landed in the open and the community is already benchmarking, serving and chewing on it.

11 stories
Source

MoonshotAI/Kimi-K3 — Open Frontier Intelligence

Moonshot released Kimi K3 as open weights — a frontier reasoning model aimed squarely at the gpt-5.6 class of closed models. It was the most-starred new repo of the week (~7.9k), and the weights are already driving a wave of community benchmarks and self-hosted runs. Open-weight frontier models at this level are still rare; this is the day's headline.

Is memory the moat? Running Kimi K3 at ~952 tok/s on MI355X

Wafer engineers stacked Kimi K3 on AMD's MI355X and are serving ~952 tokens/s/node, claiming better performance-per-dollar than an NVIDIA B300 for the same open weights — via prefill optimizations, not raw silicon. The framing question — is memory bandwidth + software now the moat in inference economics? — is worth thinking through if you buy or rent serving capacity.

qm — Multiplayer agent harness for work

A YC-backed take on the agent harness: multiple agents plus a human working the same codebase/issue concurrently — plan, assign, review, run in parallel with a shared workspace view. It's the multi-agent-as-a-team pattern a lot of shops are converging on, and worth studying if you build agent fleets rather than single autocomplete agents.

Kimi K3 Benchmarks — r/LocalLLaMA

Community numbers comparing agents in the wild: Kimi K3 burned ~23k tokens per task vs 15k for gpt-5.6 Sol and 69k for Fable — in Sol's ballpark while costing about half of gpt-5.6-sol. Community benchmark threads are a discovery signal, not ground truth, but this is the pulse of what people are actually self-hosting this week.

Seedance 2.5 — One-take Creation, Flexible Referencing

ByteDance's new video-generation model does a single 30-second one-take high-quality clip in one pass, extends via multi-turn, and takes up to 30 images + 10 videos + 10 audio clips as references, with timestamp-precise editing and synchronized audio. Shipped at Volcano Engine 2026 alongside a refreshed Seed family — the video-gen sprint keeps accelerating. (Spotted on HN.)

Show HN: Elevators — how elevators push your buttons

An interactive explainer about the surprisingly complex brains inside elevators — why your button press doesn't behave, how dispatching and queueing logic actually works, and why the elevator always seems to take forever. The most-upvoted Show HN of the day (1600+ points, ~400 comments); a delightful visual engineering rabbit hole.

Change2Task: From Repository Changes to Executable Coding Agent Tasks

Scaling coding agents needs a continuing supply of executable training/eval data — task, realistic repo state, tools, and verification coupled together. Change2Task mines real repository changes and rebuilds reproducible task environments from them, a candidate source of fresh, realistic data instead of hand-constructed swe-bench-style triples.

Postmortem for Kernel Soundness Bug #14576

Lean's kernel carried a soundness bug (#14576) that was reported and fixed during the week of July 27; de Moura's postmortem walks through the flaw and how it slipped past a design whose entire value proposition is that certain bugs don't exist. Rare, first-hand, and important reading for anyone whose trust rests on proof-checked software.

Diátaxis

The documentation framework that splits technical docs into four modes — tutorials, how-to guides, reference, explanation — along the axes of action-vs-understanding and study-vs-work. It keeps front-paging because teams rediscover how much it improves a docs system; a useful lens for anyone who ships a developer-facing product.

OSReward: Standardized Evaluation for Cross-Platform Computer-Use Reward Models

Computer-using agents (CUAs) need reward models to verify whether a task was actually fulfilled. OSReward institutes standardized, cross-platform evaluation so reward models can be compared fairly across desktop and web environments — directly relevant if you're building agent evaluation or RL pipelines rather than just shipping an agent.

QwenAudio/qwen-audio-agent — realtime voice runtime for agents

An open realtime voice runtime that keeps agents talking, working and present — a speech-to-speech loop that stays engaged through turns instead of the classic one-prompt-one-reply voice bot. Voice-interruptible agents are one of the hottest integration surfaces right now, and this is the Qwen team shipping an open implementation.