AgentOS- a memory system for AI agents that learns what it doesn't know
82% token reduction with regex state machine, no vector DB required.
Tiered optimizer state allocation for memory-efficient MoE training. Cuts optimizer memory by 97.4%, outperforming AdamW/Muon/Lion while fitting a 6.78B MoE on a single 40GB GPU.
Fits a 6.78B MoE on a single 40GB GPU by skewing optimizer state.
ML researchers and engineers training Mixture-of-Experts models
DeepSpeed · FSDP · bitsandbytes
82% token reduction with regex state machine, no vector DB required.
Educational malloc clone—solid fundamentals but competitive with textbook examples.
3D model import is nice, but CutList Optimizer and MaxCut already do this.
O(1) anti-hoarding with atomic CAS beats glibc 26% on packet processing, 9x less fragmentation.
26B model at 124 tok/s on CPU by compressing the output head, not the experts.
Kernel ttm.pages_limit workaround unlocks 16GB UMA for Vulkan inference on repurposed crypto hardware.