ProTrailblazer.com is a digital arts and engineering education publication that explains how modern digital work gets done. 3200 Creative engineered its AI simulation pipeline and visual layer. The AI simulation archive features a series of interactive 3D simulations and infographics that turn abstract machine learning concepts into scenes a reader can orbit, replay, and poke at. The four embeds below are not screenshots. Each one is the production simulation, served live from the site.
This is the visual engineering side of our Minnesota website development work: when a subject is too abstract for words, illustration, or video, we build a working model.
Embedding space, in three dimensions
How a model turns words into coordinates. Real token embeddings are plotted as a navigable Three.js point field, so related words visibly cluster as the reader orbits the space. Drag to rotate, scroll to dive in.
Gradient descent on a loss landscape
Training, rendered as terrain. An optimizer walks downhill across the loss surface in real time while the reader adjusts its parameters and watches it converge, overshoot, or stall. The math lives in the article; the intuition lives here.
Routing through a Mixture of Experts
Tokens stream through a transformer stack while the router lights up only the experts each one needs. A sparse architecture that takes paragraphs to describe becomes legible in about ten seconds of animation.
Watching a hallucination happen
Sampling in 3D probability space, showing how a model drifts from grounded tokens into confident nonsense. Built to give a non-technical audience an honest picture of why language models make things up.
The engineering behind the embeds
Every simulation is a self-contained Three.js scene deployed at its own URL. That one decision does most of the work: each demo lazy-loads inside its article, runs full screen on its own, and embeds cleanly anywhere, which is exactly how this page is showing them to you.
The publication itself is a static Astro build, the same architecture behind our own site. Pages ship as plain HTML, and the WebGL costs the reader nothing until a simulation scrolls into view.
The studio’s approach here produces explainers that hold attention, earn links, and get cited by AI search engines. It carries to any industry where a working model teaches faster than a paragraph: interactive and experience design and animation and visual effects are the same muscles pointed at your subject.
Have a subject that needs a working model?
Tell us what your audience struggles to understand. We will design the simulation that makes it obvious.