» curated · synthesized
Skip the noise.
Read the signal.
Curated tech news and synthesis for developers and technology professionals.
» Latest posts
2695 postsNVIDIA ModelExpress: P2P RDMA Cuts Model Startup From Minutes to Seconds
NVIDIA ModelExpress speeds up LLM weight loading with P2P GPU-to-GPU RDMA transfers, cutting model startup time from minutes to seconds.
Random Access Parquet: Fast Point Queries Over the Data Lake
Random Access Parquet uses an external index to enable low-latency point queries directly on data lake Parquet files, bypassing slow SQL engine overhead.
Moonshot's 2.8T-Parameter Kimi K3 Runs on a GPU-less Mini PC
A 2.8T-parameter open-weight Kimi K3 model ran on a GPU-less mini PC using disk-streamed MoE experts and native MXFP4 quantization.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comast-grep's Rust Rewrite of Tree-sitter Boosts Parsing 30%, App 22%
ast-grep rewrote Tree-sitter's C parser core in Rust with AI assistance, boosting raw parsing ~30% and full workflow speed ~22%.
64 BFD sessions at 10ms saturate FRR bfdd's core; XDP handles it at 0 flaps
FRR's bfdd saturates one core at 64 BFD sessions while an XDP fast path carries the same load at 751ns/packet with zero flaps; three FRR bugs merged upstream.
SAGA Framework Pinpoints Which AI Model Generated a Video
SAGA is a new framework that attributes AI-generated videos to their source model across five levels, using minimal labeled data and interpretable signatures.
AI, Rockets, and Why Engineering Judgment Still Costs the Same
AI cheapens code generation, not engineering judgment. A rocket-engineering analogy — Apollo vs. the Soviet N1 — reframes how teams should review AI code.
Elpis: A Rust TUI Agent Shell With Per-Turn Context Pruning
Elpis is an open-source Rust TUI agent shell with per-turn context pruning, a visible context ledger, and durable memory for LLM coding agents.
Gigatoken: Rust BPE Tokenizer Hits 24.53 GB/s, Up to 989x Faster
Rust-based Gigatoken hits 24.53 GB/s BPE tokenization using SWAR and dual-cursor techniques, vastly outpacing HuggingFace tokenizers and tiktoken.
Inside Claude Science: How Anthropic's Daemon-Driven Harness Works
A technical breakdown of Claude Science's daemon-mediated host RPC, kernel authority split, and agent-harness architecture.