SPB Git

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.

Python 63.2% JavaScript 23.5% CSS 11.8% Shell 0.9% Makefile 0.5%

History of web/lib/render.js · clear filter

  1. Publications: TR-01 technical report + figure generator + site tab
    - docs/publications/TR-01: abstract, substrate, expG/expD + three
      refutations, architecture, 1.7B continuum, 32B out-of-core, honest
      prior-art attribution (per novelty_check), limitations, repro
    - tools/make_pub_figures.py: 4 SVG figures regenerated from results/
      (validated palette, collision-checked)
    - Web: /publications tab, publication cards, /raw asset route, image
      link rewriting in markdown, figure styling
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Simon-Pierre Boucher committed 5 h ago (Aug 12, 2026) · 1 file changed +6
  2. Web: comments page redesign (avatars, clean form), cache-busted assets, fix orphan /results links
    - 404 fix: scale-run results (candidate_01_scale32b) now attach to the
      candidate_01 experiment page; results table links only to real pages
    - Comments: centered single column, header band form, uppercase field
      labels, focus rings, avatar initials, empty state
    - style.css/app.js served with ?v=<commit> (stale-cache mix caused the
      broken look after deploys)
    - Home phases list: Phase 7 in progress, Phase 11 done
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Simon-Pierre Boucher committed 5 h ago (Aug 12, 2026) · 1 file changed +2 −2
  3. Web v2: major visual upgrade, hamburger mobile menu, comments, SVG logo + Phase 11 novelty check
    - Redesign: blur sticky header, hero gradient, elevated cards, footer grid
    - Mobile: slide-down hamburger menu, full responsive pass
    - Comments: persistent JSON storage (data/, excluded from deploys),
      honeypot + per-IP cooldown, public discussion page
    - Logo: thesis-as-image (large model, small resident set) used as favicon
    - research/novelty_check.md: components anticipated (QSpec, Lever, CATS,
      UGSD, SpecExec, mlx-flash); composition not found; 4 narrow surviving
      claims (N1-N4); attribution obligations recorded
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Simon-Pierre Boucher committed 5 h ago (Aug 12, 2026) · 1 file changed +27 −6
  4. Web: professional document display + smartphone adaptation
    - Research log rendered as a timeline (date rail, entry cards)
    - Long docs get sticky table of contents + heading anchors
    - Document headers from front matter (title, status badge, dates)
    - Notes cards with source counts; fixed marked.use() handler stacking
    - Full mobile pass: scrollable nav, 2-col tiles, collapsing TOC,
      overflow-x tables/chart, type scale
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Simon-Pierre Boucher committed 6 h ago (Aug 12, 2026) · 1 file changed +80 −16
  5. Web platform: research showcase (English, light theme) in web/
    Express app serving the full paper trail from a content snapshot:
    home (stat tiles + expH SSD chart, validated palette), research docs,
    experiments with hypotheses/analyses, raw results, code browser, about.
    sync-content.sh snapshots the repo + build-info.json.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Simon-Pierre Boucher committed 7 h ago (Aug 12, 2026) · 1 file changed +163