AI & ML interests

Lossless 5-bit transformer compression. 22 architectures shipped 0.6B-405B incl. dense + MoE + SSM. PyPI v0.6.9 (RCE-class fix shipped 5/15) - pip install ultracompress. Verified records: Hermes-3-Llama-3.1-405B 1.0066x | Mixtral-8x7B 1.00368x | Mistral-7B-v0.3 1.00548x | Qwen3-1.7B-Base 1.00401x. Bit-identical reconstruction guaranteed by SHA-256 manifest. OpenAI-compatible inference API at api.sipsalabs.com/v1 - publicly self-serve. BUSL-1.1, free for sub-$1M ARR + research.

Recent Activity

sip786  updated a Space about 2 months ago
SipsaLabs/README
sip786  updated a model 2 months ago
SipsaLabs/mamba-2.8b-hf-uc-v3-bpw5
sip786  updated a model 2 months ago
SipsaLabs/qwen3-1.7b-shared-block-preview
View all activity

Organization Card

Sipsa Labs, Inc.

An experimental and deep tech-and-software company (Delaware C-corp, incorporated May 2026). We invent and ship across the full breadth of tech and software — deep research, runtime systems, novel substrates, infrastructure, hardware-adjacent stacks, and software products that don't fit anywhere else yet. UltraCompress — lossless 5-bit transformer compression — is our first flagship publicly-shipped product. More products in flight.
v0.6.22 on PyPI 22 architectures shipped; 20 PPL-verified (19 transformer + 1 SSM, with comparator-note caveat) BUSL-1.1 + Additional Use Grant

Production-grade lossless 5-bit transformer compression

22 architectures shipped, 20 PPL-verified end-to-end (19 transformer + 1 SSM with comparator-note caveat). Dense + Mixture-of-Experts + state-space, 0.6B to 405B parameters. Mathematically lossless customer-side reconstruction: SHA-256 over reconstructed tensor bytes matches the reference manifest, verified by uc verify.

Tightest verified PPL ratios at 5 bpw

(perplexity ratio = compressed PPL / bf16 baseline PPL; FineWeb-edu held-out tail; seq_len = 1024; n = 30-50; seed = 42)

ModelParamsTypePPL ratioNotes
Phi-3-mini-4k-instruct3.8Bdense1.00262×seq_len=128 caveat
Mixtral-8x7B47BMoE1.00368×tightest MoE result
Qwen3-1.7B-Base1.7Bdense1.00401×small-decoder record
Qwen3-14B14Bdense1.00403×14B-class record
Yi-1.5-9B8.8Bdense1.00414×>8B record
Qwen3-8B8Bdense1.00440×8B-class record
Mistral-7B-v0.37Bdense1.00548×a strong dense 7B-class result
Hermes-3-Llama-3.1-405B405Bdense1.0066×largest dense 5-bit lossless on the Hub
Qwen3-0.6B0.6Bdense1.0069×
OLMo-2-0425-1B1Bdense1.0073×
SmolLM2-1.7B-Instruct1.7Bdense1.0075×
Mamba-2.8B2.8BSSM1.0059×state-space model (uses SSM-compatible comparator; canonical transformer streaming reconstruction is architecture-incompatible with SSMs)
Llama-3.1-8B8Bdense1.0125×standard eval

Source + reproduce: github.com/sipsalabs/ultracompress · full benchmark page: sipsalabs.com/inference

Quick start (3 commands, no GPU required for verify)

pip install ultracompress
hf download SipsaLabs/qwen3-8b-uc-v3-bpw5 --local-dir ./qwen3-8b
uc verify ./qwen3-8b

Inference API

api.sipsalabs.com is live, OpenAI-compatible:

export OPENAI_BASE_URL=https://api.sipsalabs.com/v1
# The official `openai` SDK works unchanged.

Pricing tiers + Compression-as-a-Service contracts at sipsalabs.com/pricing.


License + IP

  • PyPI ultracompress v0.6+ under BUSL-1.1 with Additional Use Grant — free for sub-$1M ARR companies + research + individuals. Auto-converts to Apache 2.0 four years after each release.
  • v0.5.x stays Apache-2.0 forever on legacy/0.5.x.
  • Codec internals patent-protected. Continuations through 2027.

Contact

sipsalabs.com · github.com/sipsalabs · @SipsaLabs on X

Public verifier dashboard: sipsalabs.com/inference · Selective Disclosure Charter — what we publish vs what we keep internal: see github.com/sipsalabs/ultracompress

datasets 0

None public yet