Editorial note: two themes thread today’s headlines — engineers squeezing capability out of local hardware while systems and markets grapple with messy real-world feedback. Expect breakthroughs that are clever proofs and policy or product frictions that demand sober engineering judgment.
Top Signal
Run Kimi K3 using 29 GB of RAM at 0.50 tok/s (WASTE)
Why this matters now: The WASTE project shows researchers can run enormous Mixture‑of‑Experts (MoE) models like Kimi K3 on a consumer laptop by streaming sparse experts from NVMe, which reframes where and how very large models can be deployed and audited.
WASTE (Weight‑Aware Streaming Tensor Engine) demonstrates a practical engineering trade: keep the dense “trunk” in RAM, stream rarely‑used expert weights from disk, and overlap I/O with compute to answer tokens. The repo’s benchmark—about 0.45–0.62 tokens/sec on a 64 GB laptop running a 982 GiB container—makes clear this is a capability proof rather than a consumer product: extremely large models can be run offline for privacy‑sensitive or one‑off tasks, but latency and SSD wear are real constraints.
“Every token answered by a cloud service is paid for twice: once on the invoice, and once in the electricity of a datacenter...” — WASTE README
The immediate operational implication is simple: teams building private, auditable ML stacks now have a third axis beyond "model size" and "data" — storage‑streaming architecture. For privacy, red‑team testing, or reproducible research, this lowers a barrier. For interactive products, the latency and I/O costs keep cloud and GPU racks dominant. See the project details on the WASTE repo.
In Brief
(Short takes on the day’s practical signals)
Elevators: the optimization you didn't notice
Why this matters now: Elevator control algorithms materially affect urban flow; choosing the right scheduler can cut wait times without hardware changes.
Modern elevator scheduling—SCAN, LOOK, RSR and destination dispatch—shows how much you can buy with better coordination. Destination panels that ask your floor upfront can hurt flexibility in many office traffic patterns, and adaptive schedulers that re-score cars every few seconds can reduce bunching. If you manage building systems or design embedded schedulers, this is a cheap UX/ops win worth testing. Read the full breakdown at john.fun.
QM — a multiplayer agent harness for companies
Why this matters now: QM packages per-user agent scopes, permissions, and durable sandboxes so companies can deploy assistants without re-building governance primitives.
Y Combinator–backed QM is a practical open-source scaffold for teams wanting multi‑tenant agents with scoped memory, credentials, and admin posture options. It’s not a replacement for policy, but it reduces friction for internal automation pilots. Find the repo on GitHub.
Prototypes vs Production: you still do the hard work
Why this matters now: AI accelerates prototypes, but production requires systems thinking—security, observability, and durable data models—skills LLMs don’t automate.
The essay “The prototype isn’t the product” argues generated code often lacks error handling and long‑term maintainability; engineering judgment remains the scarce resource. For teams adopting LLMs, set expectations: faster experiments, not shorter product cycles. Read the piece at weeraman.com.
Deep Dive
Run Kimi K3 using 29 GB of RAM at 0.50 tok/s (WASTE) — technical and governance ripples
Why this matters now: WASTE’s approach changes the threat model and opportunities for on‑device ML—privacy, auditability and supply‑chain tradeoffs become tractable for larger models.
WASTE is an engineering tour de force: it converts a trillion‑parameter MoE into a reproducible, disk‑streamed container and documents tuning knobs (read‑ahead windows, expert cache sizes, overlap strategies). Practically, this enables scenarios where a legally sensitive or proprietary prompt can be processed fully on a researcher’s machine, removing telemetry and vendor lock‑in. But pay attention to four constraints:
- latency (0.5 tok/s is unusable for chat UX),
- SSD endurance (heavy streaming shortens consumer NVMe life),
- power and cost tradeoffs versus renting GPUs, and
- reproducibility: you still need the exact weight container and conversion tooling.
For organizations, the model suggests a hybrid runway: use streamed‑MoE for audits, offline verification, and rare but high‑sensitivity workloads; keep interactive experiences on servers optimized for latency. The repo and benchmarks are at github.com/sqliteai/waste.
AI & Agents
QM — multiplayer agent harness
Why this matters now: QM reduces the engineering overhead of safe, auditable agent deployment across teams by standardizing per‑user memories, permissions, and sandboxes.
Teams trying internal assistants should treat QM as a kit for operational hygiene—scoped keys, role modes (Strict/Auto/Dangerous), and traceable actions—so decisions about credentials and audit trails aren’t ad‑hoc. See the project at yc‑software/qm on GitHub.
The prototype isn’t the product (engineering essay)
Why this matters now: Relying on LLMs to output production code without systems expertise increases security, correctness, and maintenance risk.
This is a behavioral and hiring signal: organizations should pair LLM productivity with stronger SRE, security review and long‑lived data models. Read the full argument at weeraman.com.
Markets
Reddit's growth and the search risk
Why this matters now: Reddit’s headline revenue growth masks exposure to referral traffic and AI‑driven search, which the market punished even after strong quarterly metrics.
Investors focused on traffic channels reacted strongly to management’s comment that “search referrals were choppy,” illustrating how platform economics can hinge on third‑party distribution. For product leaders, this is a reminder: diversify acquisition and build direct engagement hooks. See community reaction on the Reddit stocks thread.
30‑year Treasury yield moves
Why this matters now: A 19‑year high in the long bond yield tightens mortgage and corporate financing decisions immediately.
Higher long yields reflect a “higher‑for‑longer” policy view and geopolitical risk premiums. For engineering organizations planning capital projects, financing assumptions have just shifted. Market snapshot: CNBC quote feed.
World
U.S. Treasury intervenes to support the yen
Why this matters now: Coordinated U.S.–Japan FX intervention signals governments will act to stem disorderly currency moves, which can shift capital and hedging plans overnight.
This is rare, policy‑heavy action; firms with FX exposure should expect volatility and potential intervention windows. Read the Financial Times coverage at ft.com.
Strait of Hormuz incidents
Why this matters now: Attacks on tankers and disruptions in Hormuz can spike energy prices and stress global supply chains within days.
If your ops depend on shipping or fuel inputs, scenario‑plan for short notice cost shocks and routing delays. Coverage and imagery in The Guardian: read more.
Dev & Open Source
Elevators: algorithmic wins in the physical world
Why this matters now: Improving elevator schedulers is low-hanging optimization with measurable quality‑of‑life gains in buildings and datacenters.
If you ship embedded control or scheduling systems, run traffic‑pattern simulations and consider RSR‑style scoring; the tradeoff between flexibility and pre‑grouping (destination dispatch) matters more than hardware changes. Read the explainer at john.fun.
The Bottom Line
Local engineering tricks (streamed MoE, smarter schedulers, agent harnesses) are turning theoretical capability into practical options—especially for privacy and ops use cases—but they don’t erase the hard constraints: latency, governance, SSD durability, and integration risk. Markets and policy continue to react to those frictions, and product teams need to pair AI-generated speed with classic systems discipline.
Sources
- Run Kimi K3 using 29 GB of RAM at 0.50 tok/s — WASTE (GitHub)
- Elevators (john.fun)
- QM — multiplayer agent harness (GitHub)
- The prototype isn’t the product (weeraman.com)
- Reddit revenue & stock thread (r/stocks)
- 30 Year Treasury quote (CNBC)
- US Treasury undertakes historic intervention in yen market (FT)
- Iran strikes tankers under US escort in Hormuz strait (The Guardian)