Skip to content
View SMC17's full-sized avatar
🃏
Ádh
🃏
Ádh

Highlights

  • Pro

Block or report SMC17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SMC17/README.md

Sean Collins

ML systems and verifiable fleet engineering — inference kernels, model-runtime infrastructure, signed receipts, rigorous evaluation.

sunlitmoon.pages.dev · Verify a receipt · Dispatch 001

Hiring thesis: verified kernel optimization + inference systems — not repository count.
Tools: Python / PyTorch / Triton / CUDA where the problem needs them; Zig for CPU references, harnesses, and binary formats.
Not claiming: GPU production serving, distributed training at scale, Research Scientist track, or “Pure-Zig everything.”


Flagships (verify locally)

Repo Problem What is proven Limitation
tokenizers-zig HF-compatible BPE / WordPiece / Unigram in Zig 191 tests total (162 pass in a clean clone; 29 real-model tests skip — HF tokenizer.json fixtures not distributed) + property fuzz AGPL; WordPiece speedup is synthetic-fixture — not a general HF replacement
inference End-to-end TinyLlama-1.1B CPU inference Forward path + BF16 kernels + HTTP surface; zig build test CPU-only; single-request; no continuous batching / CUDA
faiss-zig ANN: Flat / HNSW / IVFFlat / IVFPQ Multi-index families + SIMD batch search Small-N benches; not a FAISS substitute
safetensors-zig Safetensors reader Structural scan + dtype coverage on TinyLlama fixture Read path; not a full HF ecosystem port
sme-zig Structure-Mapping Engine reproduction Canonical analogies + falsification notes Classical algorithm — research value needs a modern LM experiment

Aerospace / naval workbench (strip, yard, sovereign-experience) is a separate product narrative — not the frontier-lab pin set.


Next empirical bet

Verified Kernel Optimization Environment — agents propose kernels; graders enforce compile, functional/numerical correctness, and performance under shape distributions. Report first; more libraries later.

Plan: FRONTIER_LAB_PLAN.md · Claims ledger: EVIDENCE_LEDGER.md


Proof language: unit-tested unless a numbered bench names commit, machine, baseline, and script. OQ / production / SOTA: false.

Pinned Loading

  1. faiss-zig faiss-zig Public

    Pure-Zig ANN — Flat, HNSW, IVFFlat, IVFPQ; L2/cosine/inner-product across all families; SIMD @Vector kernels, multi-threaded batch search. 16.94× memory compression on IVFPQ. 76 tests. No C/C++ dep…

    Zig 1

  2. inference inference Public

    Pure-Zig LLM serving — paged attention, BF16 kernels, persistent thread pool, safetensors integration. TinyLlama-1.1B end-to-end. 115 tests.

    Zig 1

  3. safetensors-zig safetensors-zig Public

    Pure-Zig safetensors reader. @Vector(32,u8) structural scan, BF16/F32/I8. 241µs parse on 201-tensor TinyLlama fixture. 21 tests.

    Zig 1

  4. tokenizers-zig tokenizers-zig Public

    Pure-Zig HF tokenizers — BPE, WordPiece, Unigram, full pipeline, offsets, tokenizer.json compat. ~5.3× faster on WordPiece (synthetic fixture). 191 tests + 600-iter fuzz.

    Zig 1