Why “Glassbox,” and why it’s safe.
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.
Who makes it
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.
What the platform is
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.
About Spectra, the language
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.
Safe by design
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:
- No internet from student code. There is no network command in Spectra, so a program cannot reach out to the web, an API, or anyone else.
- No uploads, ever. There is no way to bring in a file or paste in a dataset; data can only come from built-in, synthetic datasets. Nothing a child makes leaves the browser.
- No personal data collected. An account is just a username and password to save work. For a Capstone certificate we store an achievement record and a one-way salted hash of a parent’s email — never a child’s name, which is added to the certificate on your own device.
- No chat, no messaging, no ads, no tracking.
- Public text is vetted. Anything that could be seen by others — an app’s title and description, a username — is screened by deterministic, rule-based moderation. No AI judges children, and nothing goes public unreviewed.
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.
For teachers
Bringing this into a classroom? The For Teachers page has zero-setup guidance, the safety explainer for your IT department, and ready-to-run lesson plans — a unit per pillar, projector-first, always free.
The Capstone Defense (optional)
Learning is always free. Families who want a “graduation” can choose the optional $10 Capstone Defense: a child presents an AI project, explains their code, and earns a signed certificate. Built privacy-first — we never store a child’s name; the certificate is personalized in your own browser and is publicly verifiable by ID with no name shown.