philipjohnbasile commited on
Commit
5a086fc
·
verified ·
1 Parent(s): 4553271

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -18,6 +18,23 @@ secret**, and it can be **fine-tuned on *your* private repo** so it writes in yo
18
  A **niche specialist**, not a general model — tuned to beat a frontier model *in one lane* (agentic
19
  coding + design for **TS/JS/Python/Rust/Go/HTML/CSS** + Postgres) by out-*verifying* it, not out-knowing it.
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## How it was made
22
  1. **Pruned** the MoE experts 256 → 77 by **router-weighted saliency (REAP** = `router_weight ×
23
  activation_norm`, padding-masked), streaming layer-by-layer (~5 GB working set — it never fits in RAM).
 
18
  A **niche specialist**, not a general model — tuned to beat a frontier model *in one lane* (agentic
19
  coding + design for **TS/JS/Python/Rust/Go/HTML/CSS** + Postgres) by out-*verifying* it, not out-knowing it.
20
 
21
+ ## My AI-Engineer / Full-Stack / Data-Science / ML build
22
+ This is the version I run wearing all four hats — **one on-device model, no cloud key**, tooled for the
23
+ whole stack of those roles (strongest in the coding/agentic lane, deliberately so):
24
+ - **AI Engineer** — *builds and ships agentic AI locally*: the 47-tool ReAct agent, **verified +
25
+ constrained decoding**, grammar-constrained tool I/O, MLX-native serving + the speed/stability work
26
+ (prompt-cache, continuous batching, frontier-grade serving). The model that *makes* AI products.
27
+ - **Full-Stack** — front-to-back in **TS/JS/Python/Rust/Go/HTML/CSS + Postgres**, the **compiler steering
28
+ every line**, a **design soul** (render-and-see critic: WCAG / type-scale / OKLCH) for the UI, and
29
+ **SQL-on-a-real-schema** for the API — plus edit→test→fix agentic loops on *your* repo.
30
+ - **Data Science** — stateful **REPL**, **SymPy / pandas / numpy / sklearn**, arXiv-RAG, competition-grade
31
+ math (GSM8K-style), and **code-rendered figures** (matplotlib / manim / TikZ).
32
+ - **Machine Learning** — it *is* applied ML end-to-end: **REAP expert-pruning** (256→77), **mixed-precision
33
+ quantization**, **LoRA healing**, **distillation**, **MTP self-speculation**, GRPO/RLVR experiments — the
34
+ build itself is a working reference — plus a local **Lean-4 formal-math** lane (correct-by-construction).
35
+
36
+ One model, fully local, **verify-everything**: the four hats I wear, on a MacBook.
37
+
38
  ## How it was made
39
  1. **Pruned** the MoE experts 256 → 77 by **router-weighted saliency (REAP** = `router_weight ×
40
  activation_norm`, padding-masked), streaming layer-by-layer (~5 GB working set — it never fits in RAM).