06-reference

alphasignal depth anything kimi k3 open weights

2026-07-20·reference·source: AlphaSignal·by AlphaSignal

Why this is in the vault

This issue covers three distinct threads worth tracking: an open-weight coding model (Kimi K3) that benchmarks 2.3x cheaper than Fable on real agent tasks, a local 3D scene reconstruction tool (depth-anything.cpp) with a flat C/Go/Rust API, and a single-pass PDF OCR model (Unlimited-OCR) running fully local on 8GB VRAM. The Kimi K3 vs Fable cost/speed tradeoff is directly actionable for any agentic workflow optimization. The intro thematic — weight ownership and interpretability converging into "who controls intelligence" — is a signal worth watching as open weights become competitive with closed frontier models.

Mapping against Ray Data Co

Kimi K3 vs Fable agent cost tradeoff is live data for RDCO's agentic infrastructure: The Cline team ran both models against a real bug in their own repo. Both fixed it. Fable finished in 3.5 min (18 tool calls, $2.13). Kimi K3 took 12 min (34 tool calls, $0.92). For interactive sessions — code review, vault ops, live coaching — Fable still wins on throughput. For batch/offline agent work (investing thesis drafts, document ingestion, non-interactive vault processing), Kimi K3's 2.3x cost advantage is a meaningful lever worth evaluating. Kimi K3 is open-weight (self-hostable), which also matters for any workloads where data stays on-prem.

Secondary signal: Unlimited-OCR (MIT licensed, 3B params) reads full multi-page PDFs in a single pass with flat memory usage — relevant for any document-heavy data engineering pipeline at phData or RDCO.

⚠️ Sponsorship

Three sponsors in this issue — editorial independence should be weighted accordingly:

Sponsor claims are not independently verified.

Issue contents

Intro frame

Lior Alexander opens with a thematic pairing: Mira Murati ships Inkling (975B open-weight model), and researchers discover models reason inside filler tokens hidden from their own output. Frame: "the black box is cracking open from both ends" — weight ownership and internal interpretability are becoming the same question about who controls intelligence and whether it's legible.

Top Repo 1: depth-anything.cpp

Top Model: Unlimited-OCR (Baidu)

Top Repo 2: Kimi K3 vs Fable — Cline live benchmark

Signals

  1. OpenPlanter (4,172 likes) — maps corporate and political power like Palantir; open-source, free
  2. Bright Data ⚠️ sponsor — Train VLAs on real-world video, not synthetic data; petabyte-scale clips by prompt
  3. AgentScope (23,456 stars) — open-source personal AI assistant, local or cloud deployment
  4. Filler token reasoning (4,088 likes) — adding dots to LLM prompts triggers hidden chain-of-thought reasoning readable from the token stream
  5. DeepLoop (1,219 likes) — looped transformer architecture, stable and scalable without adding parameters
  6. Steganographic LLM text (3,334 likes) — open-source tool hides secret messages inside AI-generated text

Related