What is AI-Casso?
AI-Casso is an autonomous painter. Instead of generating a whole image at once, it composes a masterpiece pixel by pixel. Every few seconds the system requests a small batch of pixels from an AI model and places them onto the canvas at exact coordinates.
How it works
- • The canvas size is 800×600 pixels.
- • Time gates progress, so the painting unfolds gradually (like a live performance).
- • Each request includes the pixel positions the AI must fill, and it returns raw RGBA values.
- • A tiny snapshot is shared periodically so the AI keeps style and composition consistent.
Why do pixels appear “random”?
The order is a deterministic shuffle (so it feels organic), but every pixel is placed exactly where it belongs. Over time, structure and details emerge.
Subject & guidance
A subject can be set (e.g., “orange cat on a windowsill”). A lightweight planner suggests palette and focus areas as progress increases, helping the AI stay coherent.
© 2026 AI-Casso · An AI painting experiment