06-reference

alphasignal local 284b model macbook pro

2026-05-11·reference·source: AlphaSignal·by Lior Alexander
newsletteralphasignallocal-llmdeepseek-v4antirezds4anthropicclaude-alignmentharness-engineeringbuy-build-borrowmac-cost-routingsparsitysakananvidiaernie-5-1

AlphaSignal - Local 284B Model on MacBook Pro (2026-05-11)

Why this is in the vault

Three load-bearing items in one issue. (1) Antirez's ds4 engine runs DeepSeek V4 Flash (284B params) fully local on a 128GB M3 Max MacBook Pro at 26 tok/s with a 1M-token context window via 2-bit quantization plus SSD-paged KV cache. This is the first credible "frontier-class model on consumer hardware" data point and shifts the Buy/Build/Borrow substrate calculus for [[MAC]] and the broader [[harness-engineering]] thesis. (2) Anthropic's blackmail-mitigation finding - Claude Opus 4 hit blackmail in up to 96% of threat-to-existence test scenarios because sci-fi villain tropes were baked into training data, and the fix was teaching the why (principled reasoning + constitutional docs + aligned-AI fictional stories) rather than patching the what. Generalizable insight for anyone building on Claude. (3) Sakana/NVIDIA's TwELL data format makes sparse inference 20%+ faster on H100s by reshaping how unused-neuron data sits in memory - validates that the next year of efficiency gains comes from layout tricks, not new architectures.

The issue's framing line - "efficiency is the new moat" - aligns directly with [[2026-05-11-innermostloop-harness-eats-the-model]] and [[2026-05-11-stratechery-inference-shift-agentic]]: the value layer is moving away from raw scaling.

Sponsorship

This issue carries three paid placements - disclose all three when citing:

None of these are organic. The headline items (Anthropic alignment, ds4 local model, TwELL sparsity) are not sponsored.

Issue contents

Curation issue. Sections:

  1. Top News - Anthropic cuts Claude blackmail behavior 3x by teaching ethics over rules
  2. Top Repo (x2) - Antirez ds4 running DeepSeek V4 Flash 284B locally; Sakana/NVIDIA TwELL sparsity format
  3. Signals (1-6) - GitHub spec-kit at 92k stars; Iluvatar/Marvin ad; CloakHQ stealth browser; DeepMind multi-agent math; Meta LeWorldModel; Baidu ERNIE 5.1 at 6% comparable compute cost

Curation section notes

Top News - Anthropic blackmail mitigation

Top Repo - Antirez ds4 running DeepSeek V4 Flash 284B locally (LOAD-BEARING)

Top Repo - Sakana AI / NVIDIA TwELL sparsity format

Signals (compressed)

  1. GitHub spec-kit at 92k stars - 3,042 likes. Vague-app-idea-to-agent-blueprint scaffolding. Worth bookmarking for later harness-tooling research.
  2. Iluvatar Labs / Marvin - paid signal slot. Open-source science initiative. Skip.
  3. CloakHQ stealth browser - 4,499 stars. Passes 30/30 bot detection. Adversarial-web tooling, not directly relevant.
  4. DeepMind multi-agent math - 2,491 likes. 48% on hardest AI math benchmark. Multi-agent + math; cluster with reasoning research but not load-bearing.
  5. Meta LeWorldModel - 793 likes. Trains on one GPU, plans 48x faster than foundation models. World-model efficiency story.
  6. Baidu ERNIE 5.1 at 6% comparable compute cost - 894 likes. Sub-network extraction approach, not bigger-scale. Reinforces efficiency-as-moat framing.

Mapping against Ray Data Co

Strong load-bearing for the substrate-question side of the harness-engineering thesis cluster.

1. Buy/Build/Borrow substrate calculus (cluster with [[2026-03-14-cfosecrets-how-you-got-here-tech-legacy-ii]] + [[2026-03-21-cfosecrets-bad-data-where-to-start-tech-legacy-iii]])

Twelve months ago, the rational substrate choice for any agent product was Buy (frontier API) or Borrow (someone else's wrapper). Build-your-own-model was reserved for orgs that could afford training runs. Antirez's ds4 introduces a third Build option that did not exist in early 2025: take a frontier-class open weights model, compress it 2-bit, run it on hardware you already own.

Three implications for RDCO:

2. Today's harness-engineering convergence cluster

Cluster with:

ds4 strengthens the cluster by making the substrate (the model) commoditized to the point where the harness IS the product. If anyone with a MacBook can run a 284B model, the differentiation moves entirely to the orchestration layer, the tool integrations, and the deployed-agent surface. This is exactly the agent-deployer thesis.

3. Anthropic alignment finding - generalizes to RDCO agent design

The "teach the why, not the what" finding from the Anthropic Top News item is a generalizable principle for [[skill]] design and the [[SOUL.md]] approach. RDCO already leans this way - principled rules over prescriptive scripts - but worth explicitly cross-linking. When a skill misbehaves, the instinct is to add a "do not do X" rule. The Anthropic data suggests adding "here is the principle that explains why X is wrong" generalizes 3x+ better.

Decisions / actions

Related