← polymetronome.de
LLM Coding Experiments

Model Tests

Interactive experiments generated by LLMs from a single prompt — no manual code edits.

Magnetic Field of a Line Conductor
Kimi K3 Single prompt Static HTML Effort: high
Prompt
Do an interactive visualization of a magnetic field of a line conductor. Include a 3d visualization as well as 2d graphs for Bx, By, Bz. Make it interactive in a way that the user can change the shape of the wire by clicking and dragging. Result should be a static html file.
Magnetic Field of a Line Conductor
Claude Fable 5 Single prompt Static HTML Effort: high
Prompt
Do an interactive visualization of a magnetic field of a line conductor. Include a 3d visualization as well as 2d graphs for Bx, By, Bz. Make it interactive in a way that the user can change the shape of the wire by clicking and dragging. Result should be a static html file.
Flowcell — Particle Fluid Simulation
Claude Fable 5 Single prompt Static HTML
Prompt
Make a fluid simulation with the following functions: drag fluid by clicking and pressing in the simulation field, sliders for particle density, viscosity, gravity, some more if they make sense. On a phone there should be touch control and the fluid should react to gravity by reading out the phones sensor data via a web api.
Fluid Simulation
Kimi K3 Single prompt Static HTML
Prompt
Make a fluid simulation with the following functions: drag fluid by clicking and pressing in the simulation field, sliders for particle density, viscosity, gravity, some more if they make sense. On a phone there should be touch control and the fluid should react to gravity by reading out the phones sensor data via a web api.