FIND-20260323-013

adhoc MEDIUM 2026-03-23 — via @James #Innovation

Summary

maderix/ANE — Training neural networks on Apple Neural Engine via reverse-engineered private APIs

Developer Manjeet Singh reverse-engineered Apple's undocumented _ANEClient and _ANECompiler private APIs to enable full transformer training — forward pass, backward pass, attention, gradients, and optimizer — running directly on Apple's Neural Engine. No CoreML. No Metal. No GPU. Pure ANE compute.

Achieves 9.3ms per training step on M4 silicon and 6.6 TFLOPS/W power efficiency. Builds with a single clang command and zero external dependencies (macOS system frameworks only).

6,444
GitHub Stars
9.3ms
Per training step (M4)
15.8
TFLOPS raw (ANE)
0
External dependencies
Research caveat: The ANE compiler leaks resources and crashes after approximately 119 compilations. The workaround is self-respawning via exec(). Not production-ready without significant hardening.
apple neural-engine on-device-ai reverse-engineering objective-c machine-learning macos tauri desktop-ai trending

Security Review

MIT
2026-03-10
0
MAINTAINED
LOW
USE_WITH_CAUTION

Zero external dependencies — macOS system frameworks only. Single maintainer (maderix). No published security policy. USE_WITH_CAUTION due to explicit instability constraints (resource leak, ~119 compilation limit, exec() self-restart workaround).

ODS Impact

ODS runs on Linux/GCP — ANE hardware is not directly applicable to server-side services. However, two strategic angles merit tracking:

Not actionable for ODS server-side services today. Monitor for maturation into a production-usable framework before considering DocSign integration.

View tweet source →
View GitHub repo →