Guides.

Practical, plain-English guides to model compression, MLX on Apple Silicon, and AI governance, each linking to the research and products behind it.

Technical guides

MLX quantization on Apple Silicon: a practical guide
MLX Guide

MLX quantization on Apple Silicon: a practical guide

mlx_lm.convert, bit widths, group size, and the pitfalls the docs skip.

NVFP4 and MXFP4 quantization in MLX
MLX Guide

NVFP4 and MXFP4 quantization in MLX

The two FP4 formats, MLX support status, and why sub-4-bit quality is hard.

4-bit quantization for MoE models in Apple MLX
MoE Guide

4-bit quantization for MoE models in Apple MLX

Router sensitivity, per-expert bits, and the MLX constraint that shapes your options.

What "expert activated" means in a mixture-of-experts model
MoE Guide

What "expert activated" means in a mixture-of-experts model

Top-k gating, softmax scores, and why confidence scales inversely with expert count.

Expert pruning in MoE models: pitfalls and practice
MoE Guide

Expert pruning in MoE models: pitfalls and practice

Why experts that look dead aren't, and what to measure instead.

Sharding big models in MLX: the no_gpu_multi(split) path
MLX Guide

Sharding big models in MLX: the no_gpu_multi(split) path

Streaming shards, Metal buffer limits, and an honest note on the search term.

Fixing the mlx-vlm KV cache quantization error
MLX Guide

Fixing the mlx-vlm KV cache quantization error

What triggers the ValueError, and four concrete fixes.

MLX quantized memory footprint and tokens per second on an M4 Max
MLX Guide

MLX quantized memory footprint and tokens per second on an M4 Max

Predict RAM from bits-per-weight, and why decode is memory-bandwidth-bound.

Gemma 4 on MMLU-Pro, explained
Benchmarks

Gemma 4 on MMLU-Pro, explained

What MMLU-Pro measures, and why a 31 GB compressed build matched full precision.

Governance guides

What is responsible AI (RAI)? A working definition
Governance Guide

What is responsible AI (RAI)? A working definition

RAI as the controls that decide who ships and who can stop an AI system.

What is AI risk tiering?
Governance Guide

What is AI risk tiering?

The four tiers, how a system gets classified, and why a flat checklist fails.

When is an AI impact assessment required?
Governance Guide

When is an AI impact assessment required?

The specific triggers that make an assessment mandatory, and why.

Content governance guardrails for enterprise AI
Governance Guide

Content governance guardrails for enterprise AI

Policy-layer content governance vs runtime LLM guardrails, and how they fit.

RACI matrices for AI and data governance
Governance Guide

RACI matrices for AI and data governance

A RACI mapped to model owners, data stewards, and the three lines of defense.

The AI risk matrix: scoring likelihood and impact
Governance Guide

The AI risk matrix: scoring likelihood and impact

Likelihood x impact x detectability scoring that feeds risk tiering.

AI workforce enablement
Governance Guide

AI workforce enablement

Competency, authority, and the ethics-liaison role, beyond generic upskilling.

Product guides

Shepherd: enterprise model compression, explained
Product Guide

Shepherd: enterprise model compression, explained

Production compression with capability assurance, fleet deploy, and CI/CD.

Watchman: AI model provenance and integrity assurance
Product Guide

Watchman: AI model provenance and integrity assurance

Detects weight modifications, certifies quantized releases, produces AI-BOM attestations.