Skip to content
View mlhher's full-sized avatar

Block or report mlhher

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mlhher/README.md

M. L.

Building digitally sovereign, deterministic AI infrastructure. Zero cloud reliance. Minimal OPEX.

Projects

Late: Orchestrating an entire AI dev team in 5GB VRAM.

Pure-Go-SGD: From scratch AI inference and training engine written in pure Go.


Inquiries: contact@mlgpt.io

Pinned Loading

  1. late-cli late-cli Public

    Orchestrate an entire AI dev team on 5GB VRAM. Ephemeral subagents, exact-match diffs, zero context bloat. Single static binary, zero dependencies, any model.

    Go 269 24

  2. pure-go-sgd pure-go-sgd Public

    A lightweight, bare-metal Go implementation of Stochastic Gradient Descent (SGD) and the Adam optimizer. Built from the ground up with exactly one dependency. Includes a pure-Go MNIST example.

    Go