Skip to content
View bytestacklabs's full-sized avatar

Organizations

@ByteStack-Labs

Block or report bytestacklabs

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
bytestacklabs/README.md

ByteStack Labs

Precision architecture for AI/ML-enabled systems and the data and analytics layers they depend on.


ByteStack Labs     ByteStack Labs on LinkedIn     ByteStack Labs on Medium     Founder: Jesse Moses


The standard linear Kalman filter, derived from first principles and built to diagnose itself.
A complete derivation from the Bayesian foundation through the recursive algorithm, a NumPy-only reference implementation where every line cites the equation it implements, and diagnostic instrumentation that reveals whether a running filter is actually optimal. NIS, NEES, innovation whiteness, and divergence detection, each derived from the properties the mathematics guarantees rather than bolted on after. The core depends on NumPy alone. Every claim traces to the derivation; every test verifies a property the math proves.

kalmangrad social preview


A reproducible diagnostic investigation of silent failure in a fine-tuned SLM.
A model scored 99.75% on evaluation and 90.0% on production inputs with shifted formatting. Zero crashes. Zero parse failures. 10% silent error rate. 82% confident while wrong. Full experiment pipeline, mathematical root-cause analysis, and verified results. Every number is reproducible from the repository.

slm-autopsy social preview


This account represents ByteStack Labs. All repositories, publications, and active work live under the ByteStack-Labs organization.

Founded by Jesse Moses, Founder & Chief Architect.


Precision is the authority.

Pinned Loading

  1. ByteStack-Labs/slm-autopsy ByteStack-Labs/slm-autopsy Public

    Reproducible diagnostic investigation of a fine-tuned SLM that scored 99.75% on evaluation and failed silently on 10% of production inputs. Full pipeline. Every number verified.

    Python 4

  2. ByteStack-Labs/kalmangrad ByteStack-Labs/kalmangrad Public

    Kalman filtering from scratch: full derivation, a reference implementation that reads like the math, and diagnostic instrumentation (NIS/NEES, innovation analysis) that proves the filter is operati…

    Python 1