philipjohnbasile commited on
Commit
16ba26f
·
verified ·
1 Parent(s): eac8caf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,8 +14,8 @@ tags: [mlx, moe, code, agentic, glm, pruned, quantized, verified-decoding, apple
14
  **One line:** we took `zai-org/GLM-5.2` (743B-parameter Mixture-of-Experts, ~381 GB at 4-bit) and
15
  demolished it to **99 GB** so it runs **fully on-device on a MacBook Pro M5 Max (128 GB)** — then
16
  healed it and wrapped it in a **51-tool local agent** that does things a cloud model structurally
17
- cannot: the **compiler steers every line it writes**, it **can't fake a passing test or leak a
18
- secret**, and it can be **fine-tuned on *your* private repo** so it writes in your style.
19
 
20
  A **niche specialist**, not a general model — tuned to beat a frontier model *in one lane* (agentic
21
  coding + design for **TS/JS/Python/Rust/Go/HTML/CSS** + Postgres) by out-*verifying* it, not out-knowing it.
@@ -37,8 +37,8 @@ whole stack of those roles (strongest in the coding/agentic lane, deliberately s
37
 
38
  …**and the hats that fall straight out of "verify-everything":**
39
  - **Security / DevSecOps** — secret-scanning (16 providers: AWS/GitHub/OpenAI/**Anthropic/HuggingFace**/Slack/Stripe/Google/DB-URLs/JWT/PEM…),
40
- prompt-injection guard, test-tamper + **fabrication-proof `done`**, slopsquat/typosquat guard, risk-gated
41
- tools. It structurally **can't leak a key or fake a green test**.
42
  - **Formal-Methods / Verification Engineer** — a local **Lean-4** prover (premise selection, expert-iteration,
43
  self-correction from the *real* Lean error) → **correct-by-construction** math, not vibes.
44
  - **MLOps / Inference** — the serving spine: prompt-cache, continuous batching, watchdog + circuit-breaker +
 
14
  **One line:** we took `zai-org/GLM-5.2` (743B-parameter Mixture-of-Experts, ~381 GB at 4-bit) and
15
  demolished it to **99 GB** so it runs **fully on-device on a MacBook Pro M5 Max (128 GB)** — then
16
  healed it and wrapped it in a **51-tool local agent** that does things a cloud model structurally
17
+ cannot: the **compiler steers every line it writes**, it **re-verifies tests on `done`** and
18
+ **blocks known-format secret writes**, and it can be **fine-tuned on *your* private repo** so it writes in your style.
19
 
20
  A **niche specialist**, not a general model — tuned to beat a frontier model *in one lane* (agentic
21
  coding + design for **TS/JS/Python/Rust/Go/HTML/CSS** + Postgres) by out-*verifying* it, not out-knowing it.
 
37
 
38
  …**and the hats that fall straight out of "verify-everything":**
39
  - **Security / DevSecOps** — secret-scanning (16 providers: AWS/GitHub/OpenAI/**Anthropic/HuggingFace**/Slack/Stripe/Google/DB-URLs/JWT/PEM…),
40
+ prompt-injection guard, test-tamper flag + **fabrication-proof `done`** (re-runs the *original* tests), slopsquat/typosquat guard, risk-gated
41
+ tools. It **blocks known-format secret writes + reward-hacking on the common paths** (pattern-based a strong guard, not a vault/sandbox replacement).
42
  - **Formal-Methods / Verification Engineer** — a local **Lean-4** prover (premise selection, expert-iteration,
43
  self-correction from the *real* Lean error) → **correct-by-construction** math, not vibes.
44
  - **MLOps / Inference** — the serving spine: prompt-cache, continuous batching, watchdog + circuit-breaker +