626 Labs presents
Conundrum by Este
Merch with a plot twist: every design here came out of a machine that was taught taste. Bold prints, zero clip-art energy, socks that go harder than they need to. AI-generated, human-approved, printed on demand.
Shop on EtsyThe lineup
What's moving
The machine behind it
Nine stages, concept to listing
Every product in the shop rode the same pipeline: a Python script library that takes a concept to a live Etsy listing with a human approval gate at the end. Gemini generates the art, a QA pass filters the AI slop, classical CV cuts the background, PIL composites the type, and one base artwork fans out into a full variant matrix before anything uploads.
- 01concept
- 02generate — textless, always
- 03QA — the AI-slop filter
- 04background removal
- 05text composite
- 06variant matrix
- 07upload
- 08create product
- 09publish — human go required
The model never writes the words. Art generates textless; type gets composited after — so the lettering is always real.
The whole machine is open source — art generation to Etsy publish.
Read the code