Most people meet AI as a black box: answers come out, but no one can see what happens inside. A black box asks you to trust. A glass box lets you understand. AI Glassbox™ unpacks the “magic” of AI into the building blocks that make it — data, features, weights, layers, predictions — each one you can see, change, and recombine.
AI Glassbox™ is a product of SenSym, LLC. It is a sibling to Arcadia, SenSym’s learn-to-read platform, and shares Arcadia’s safety philosophy and calm, kid-first feel. The two are separate products that evolve on their own; what they have in common is a belief that powerful ideas deserve a safe, honest, age-appropriate home. AI Glassbox is built for grades 4–8, and learning here is always free.
Three things that fit together. The Studio is where you write and run programs in Spectra and watch models learn. The Simulations are small, beautiful explorers for one big idea each — gradient descent, attention, clustering — made to be opened on a projector in seconds. The Gallery is where finished apps are shared so other learners can try them. An optional Capstone certificate recognizes a completed project; everything that teaches is free, and we never paywall a lesson.
Spectra (files end in .spx) is a small
language built for one purpose: learning how machine learning actually works. Its commands read
like plain steps — load a dataset, describe_data, split,
make_model, train_model, check, predict —
and every algorithm does the real thing, just smaller and clearer, with a glass-box view of
what it learned. The language only grows; existing commands never change meaning, so a program that
works today keeps working. And it runs entirely in your browser — the same machine you’re
reading this on does all the training and prediction.
Most of our safety isn’t a setting you could switch off — it is safety by absence. The risky capabilities simply aren’t in the language or the platform to begin with:
We are the lit doorway, not the whole building: when you outgrow Spectra, we point you to the real professional tools (Python, pandas, scikit-learn, PyTorch) and the math worth learning next.