SIM-AI . XYZ
// simulation engine running

A pop-art gallery of simulation AI

Where halftone dots become data points.

Pinned to the wall, painted in watercolor, wired with circuits. Walk the gallery of simulated minds.

scroll the gallery
1

"Boss, we built a simulation of the storm."

2

"Did the model rain on it?"

3

"POP! It rained ten thousand times."

PIECE 02

A Simulation, Drawn Live

Watch the circuit ink itself onto the page. Inputs flow left. Feedback returns. The gold path is the loop that learns.

The gold path is what makes a simulation a learning simulation.

4

"Run it again." (she said, calmly.)

5

"Run it nine thousand more."

6

"POP! Now we know what Tuesday means."

PIECE 04

Field Notes from the Simulator

Penciled into the margins of the gallery: parameters, observations, gotchas.

params.toml

[run]
seed = 1717
steps = 10_000
warmup = 500

[noise]
shape  = "gaussian"
sigma  = 0.18

Observation #42

"After 8,000 rolls the histogram is no longer noisy — it is a watercolor. Print it."

Gotcha

Don't trust a single run. Don't trust a single artist. Run a thousand of either; then trust the average.

log.txt

[t=  0.00s] init   ok
[t=  0.04s] warm   ok
[t=  3.21s] step   1000
[t=  6.39s] step   2000
[t= 28.40s] done   converged