Built by Brian T. Thomas in collaboration with Dr. Raketa Ouedraogo-Thomas
Independent ML/AI Developer | San Diego, California
Full Sail University — B.S. Entertainment Business/
Model Updates coming soon!
If like this leave a comment reach out to us. Anything that can help improve this model is helpful!
What Matus Is
Matus is a fine-tuned Llama 3.2 3B model built for K-12 and early college math tutoring.
It is the backbone of Project Matus — an open-source, locally-run AI tutoring system
designed for students whose ways of knowing have historically been left out of math education.
Core design principles:
Never gives answers directly — scaffolds student thinking through questions
Recognizes valid alternative mathematical frameworks before correcting
Protects productive struggle — does not recalibrate downward because a student is frustrated
Culturally responsive — code-switching, family methods, and non-Western approaches are assets
Neurodivergence-aware — short responses and flat affect are not treated as disengagement
No data collection. No cloud. No subscriptions. Runs entirely on local hardware.
What It Runs On
Format: GGUF Q4_K_M quantization
Compatible with: llama.cpp, Ollama, LM Studio, any GGUF-compatible runtime
Minimum hardware: 8 GB RAM, any CPU (Intel, AMD, Apple Silicon)
Recommended: 16 GB RAM for comfortable performance
Latency: 30–90 seconds per response on CPU-only hardware. Faster on Apple Silicon or GPU.
How To Run It
One command with Ollama:
ollama run hf.co/TushaeBXN/matus-3b:Q4_K_M
One command with llama.cpp:
llama-server -hf TushaeBXN/matus-3b:Q4_K_M
With the full Project Matus system (auto-downloads model):