clemsail commited on
Commit
f67f851
·
verified ·
1 Parent(s): 6dfac30

Add "Related Projects & Ecosystem" section — cross-link FineFab org, KIKI-Mac_tunner training toolkit, mascarade, Kill_LIFE, life-core, KiC-AI

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -170,3 +170,22 @@ micro-kiki is a multi-domain language model designed for technical applications
170
  url={https://huggingface.co/electron-rare/micro-kiki}
171
  }
172
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  url={https://huggingface.co/electron-rare/micro-kiki}
171
  }
172
  ```
173
+
174
+
175
+ ## Related Projects & Ecosystem
176
+
177
+ `micro-kiki-v3` is one component of the **FineFab** platform built by **[L'Électron Rare](https://github.com/L-electron-Rare)** — a local-first, multi-machine AI-native manufacturing and electronics platform.
178
+
179
+ | Role | Project | Description |
180
+ |---|---|---|
181
+ | Training toolkit | [L-electron-Rare/KIKI-Mac_tunner](https://github.com/L-electron-Rare/KIKI-Mac_tunner) | MLX fine-tuning toolkit (Mac Studio) — Opus reasoning distilled into Mistral Large 123B |
182
+ | Fine-tuning pipeline | [L-electron-Rare/KIKI-models-tuning](https://github.com/L-electron-Rare/KIKI-models-tuning) | FineFab fine-tuning pipeline — training, evaluation, registry (Unsloth, LoRA) |
183
+ | Methodology | [electron-rare/Kill_LIFE](https://github.com/electron-rare/Kill_LIFE) | Spec-first agentic methodology for embedded systems — BMAD agents, gates, evidence packs |
184
+ | Orchestration | [electron-rare/mascarade](https://github.com/electron-rare/mascarade) | Multi-machine agentic LLM orchestration — P2P mesh, 8 providers, RAG pipeline |
185
+ | AI backend | [L-electron-Rare/life-core](https://github.com/L-electron-Rare/life-core) | FineFab AI backend — LLM router, RAG, caching, orchestration |
186
+ | CAD assistant | [electron-rare/KiC-AI](https://github.com/electron-rare/KiC-AI) | AI-powered PCB design assistant for KiCad |
187
+
188
+ See the full org at **[github.com/L-electron-Rare](https://github.com/L-electron-Rare)** — 13 public repos covering platform, hardware, firmware, CAD, and ML.
189
+
190
+ **Infrastructure**: the 50K+ Claude CLI examples in the training dataset were captured on our 5-node P2P mesh — GrosMac (Apple M5), Tower (28 threads), CILS (i7), KXKM-AI (RTX 4090), VM bootstrap. Ed25519 auth, DHT discovery.
191
+