SPB Git forge

spb/localvm-research

Public License

Running LLMs larger than memory on a consumer Mac — falsification-driven research: margin-gated deferred refinement, out-of-core verification on Apple Silicon. TR-01 published.

34commits 1branches 0releases
113.5 MBsize
maindefault branch
21 days agolast push
Python 63.2% JavaScript 23.5% CSS 11.8% Shell 0.9% Makefile 0.5%

History of experiments/micro/expA_weight_concentration/hypothesis.md · clear filter

  1. Wed, Aug 12, 2026 2

    1. expA+expB: NEGATIVE results — no pageable/cacheable dynamic sparsity on dense SwiGLU
      …
      expA kill: 77% of 64-neuron blocks for 95% energy; expB kill: 99.9%
      union at 128 tokens, Jaccard ~ random null. Fine-grained escalation
      routes all closed; evidence selects C1->C2 merge (batch-amortized
      margin-gated refinement).
      
      Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
      Simon-Pierre Boucher committed 1 mo ago · 1 file +5 −4
    2. expA+expB: FFN block-energy trace campaign (concentration + temporal stability)
      …
      Shared instrumented pass: down_proj-input block energies per token/layer;
      expA measures concentration vs uniform null; expB measures Jaccard decay,
      union working sets, random null, and expC-lite domain locality.
      
      Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
      Simon-Pierre Boucher committed 1 mo ago · 1 file +33 −8
  2. Tue, Aug 11, 2026 1

    1. Bootstrap: charter-compliant skeleton, header enforcement, hardware manifest, experiment scaffolds
      …
      - Repository layout per CLAUDE.md §3
      - tools/check_headers.py enforcing §0.1 (58 files pass)
      - tools/new_experiment.py scaffolding with seven-field hypothesis block (§10)
      - benchmarks/hardware_manifest.py: macOS-native fingerprint (M5 Max / 48GB verified)
      - Eight micro-experiment scaffolds (§9, exp A–H)
      
      Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
      Simon-Pierre Boucher committed 1 mo ago · 1 file +33