Documentation Index
Fetch the complete documentation index at: https://openntl.org/llms.txt
Use this file to discover all available pages before exploring further.
NTL-specific actions from now to research preview.Status: ACTIVE
Repository (nyuchi-ntl/ntl)
Immediate Actions
-
Create
ntl-signalcrate incrates/ntl-signal/- Scaffold Node, Signal, Synapse, SignalNetwork types
- Implement channel transport layer (in-process, Rust mpsc)
- Basic tests: create nodes, connect, emit, verify activation
- This is Phase 1 of the signal primitive roadmap
-
Add research docs to
docs/research/- Move these .mdx files into the repo
- Set up Mintlify at
openntl.orgwith research section visible
-
Update README to reflect the ML-at-transfer-layer positioning
- Lead with “infrastructure-level machine learning”
- The twelve principles summary
- Hardware neural engine story
Near-Term Engineering
| Week | Deliverable |
|---|---|
| 1-2 | ntl-signal crate with weight-based routing (Phase 1: Fallback backend) |
| 3-4 | Basic tests, benchmarks at 100-1000 node scale |
| 5-6 | ONNX routing model integration (Phase 2: OnnxCpu backend) |
| 7-8 | Hardware NPU research — Core ML and NNAPI exploration |
| 9-10 | Training pipeline: sync protocol feedback → weight updates |
| 11-12 | Research preview alongside SiafuDB launch |
Research Questions to Answer
- ONNX Runtime Rust bindings: Does the
ortcrate support all target platforms? iOS, Android, WASM? - NPU access: What’s the path from ONNX model to Core ML (iOS) and NNAPI (Android)?
- Model size: What’s the minimum routing model that produces meaningful improvements over weight-based routing?
- Training frequency: How often can we run gradient updates on-device without impacting battery?
- Privacy: Do routing features (device state, activity patterns) create privacy risks if the model is exported?
Outreach
| When | Who | What |
|---|---|---|
After ntl-signal works | Rust community (r/rust, Discord) | The signal primitive — new concurrency paradigm |
| After ONNX integration | ML community | Neural routing on NPU hardware |
| After IPv6 research | Networking community | Signal propagation without NAT |
Crate Structure
April 2026 — The Bundu Foundation