A 22GB quant claims Opus-class coding, and MS Paint has been fingerprinting local renders all along.
Top Signal
TielCoder's 22GB 4-bit quant claims Opus 4.6 medium parity on real coding issues
new tool
r/LocalLLaMA
TielCoder is a MoE coding model whose 22GB 4-bit quant reportedly matches Claude Opus 4.6 at medium reasoning on recent real-world coding issues, while beating KAT-Coder and Nail on both quality and throughput. 22GB is the number that matters: it fits a single 24GB consumer card with room for context, which puts frontier-medium coding quality inside a $600 GPU rather than a per-token bill. What to do: pull the quant and point your agent harness at it for the mechanical tier of your pipeline — test generation, refactors, lint and type fixes — keeping frontier calls for architecture and ambiguous specs. Treat the parity claim as unverified; it is one contributor's harness on a Reddit thread with no published methodology or task list. But the class of claim, not the specific number, is what reshapes your cost structure, so it is worth an afternoon to falsify on your own repo.
Read more →
Fast Signals
MS Paint and Photos stamp invisible GUID watermarks into locally generated output
emerging signal
HN Front Page
A reverse-engineering writeup shows Windows Paint and Photos embed an invisible per-machine GUID watermark into images generated locally, not just cloud ones. If your pipeline touches user-supplied images from Windows tooling, you are carrying an identifier you did not know about. Audit and strip metadata plus steganographic payloads on ingest, and assume other vendors' local generators do the same.
Link →
GPT-5.6 Sol price cut runs through at least Nov 21
platform change
HN Front Page
OpenAI dropped GPT-5.6 Sol API pricing with a stated floor date of November 21, which makes it a temporary economics change rather than a permanent one. Re-run your routing math now, but do not architect around the cheaper tier without a fallback path priced at the old rate. Put a calendar reminder on the expiry.
Link →
ToMoE converts dense models to MoE by dynamic structural pruning
research to practice
r/LocalLLaMA
The ToMoE paper turns an existing dense LLM into a mixture-of-experts model through dynamic structural pruning, cutting active parameters per token without a full retrain. If you have a fine-tuned dense model you cannot afford to re-train, this is the first cheap path to MoE-style inference savings on it. Read the method before your next quantization pass — it composes differently than post-training quant.
Link →
Xiaomi lands twice in one day: 1.2TB/s AI Cube and an Apple-class CPU
emerging signal
r/LocalLLaMA, HN Front Page
Xiaomi announced an AI Cube with 1.2TB/s memory bandwidth and, separately, a CPU matching Apple cores single-threaded and beating them multithreaded. Bandwidth is the binding constraint on local inference, so 1.2TB/s puts this in Mac Studio territory at presumably non-Apple pricing. Nothing to act on until availability and software stack are known, but this is the credible third entrant in local inference hardware.
Link →
Anthropic opens a community plugin marketplace for Claude Code and Cowork
platform change
GitHub Trending
The claude-plugins-community repo is a read-only mirror of a submission-based plugin directory covering both Claude Code and Claude Cowork. This is where reusable harness extensions will accumulate rather than in scattered gists. Browse before you write your next custom hook, and submit anything you have already built that others keep reinventing.
Link →
A SQLite database file that is also a directly executable binary
workflow
Simon Willison
Farid Zakaria documents a Linux trick that makes a single SQLite file both a valid database and a runnable executable. For agent tooling this is a clean single-artifact distribution story: ship the program and its state as one file with no installer and no unpacking. Bookmark it for CLI tools that carry a bundled corpus or cache.
Link →
Keep your old checkpoints: DeepSeek V3.2 still beats newer models on some tasks
workflow
r/LocalLLaMA
A practitioner nearly deleted DeepSeek V3.2 for storage, ran it once more, and found it solved a problem newer models kept missing. Model releases are not monotonic improvements — capability profiles shift, and a retired checkpoint can be the only thing that handles your specific failure mode. Before you reclaim disk, save a small eval set per model so deletions are evidence-based.
Link →
Radar
PicoMQ: durable streams over HTTP on object storage
A Rust server exposing create/append/read/long-poll/SSE streams backed by S3, with the S3Stream primitive shipped as a standalone library. If you have been reaching for Kafka to hold agent event logs, this is a far cheaper URL-addressable substitute worth prototyping against.
Link →
Someone irradiated LLMs and the weights died fast
A hardware-level experiment exposing model weights to radiation found degradation happens much faster than expected. Mostly a curiosity today, but it argues for weight checksums and integrity verification in any long-lived edge or embedded deployment.
Link →
awesome-gpt-image-2: 470 reverse-engineered image prompts as code
A trending repo treating image prompts as versioned engineering artifacts — 470+ reverse-engineered cases, 20+ production templates, and distilled Skills. Chinese-language docs, but the templates are directly liftable for any image generation pipeline.
Link →
JetBrains ships local AI backed by Qwen3.6 27B
A mainstream IDE vendor wiring a local 27B model into its assistant is the clearest sign yet that on-device coding models have crossed the usability bar. Worth watching as the default that makes local inference normal for non-enthusiast developers.
Link →
Convergence Watch
qwen3.8
TRENDING
1 mentions across r/LocalLLaMA
Present six of the last seven days, but today's only item is a code-arena leaderboard placement — benchmark chatter, not technique. The model has saturated; it is now the baseline others are measured against rather than news. Stop tracking Qwen 3.8 announcements and start tracking what claims to beat it, which is where TielCoder enters.
xiaomi
2 mentions across r/LocalLLaMA, HN Front Page
First appearance, and it lands in two independent sources on the same day from different angles: an inference box with 1.2TB/s bandwidth and a CPU competitive with Apple silicon. Two unrelated communities noticing the same vendor on one day is the early pattern worth watching for a hardware entrant.
STALE: Latent Space newest item is >48h old