AI Creative Director Agent — Hermes Agent Creative Hackathon (Creative Edition)
Give Atelier a brief. It generates a complete creative identity: generative visuals, color palette, brand narrative, and spoken manifesto. Then it remembers what you liked and gets better at understanding your taste over time.
Live: atelier.ko4lax.dev
- Analyze — Kimi K2.5 reads your brief and extracts brand personality, visual direction, and target aesthetic
- Generate — p5.js creates unique generative art patterns based on the analysis
- Narrate — Kimi writes taglines, brand story, and explains why each visual choice was made
- Speak — TTS produces a spoken brand manifesto
- Remember — Your preferences are saved. Next session produces output more aligned with your taste
- Main Track ($10k / $3.5k / $1.5k)
- Kimi Track ($3.5k / $1k / $500) — uses Kimi K2.5 for analysis and narrative
# Set your Kimi API key
export MOONSHOT_API_KEY="your-key-here"
# Generate a brand identity
python3 src/atelier.py --brief "minimal tech startup for remote workers" --user koalaUser Brief (text/URL)
│
▼
┌─────────────────────┐
│ Kimi Analysis │ brief → personality, palette, direction
├─────────────────────┤
│ Memory Lookup │ past preferences → generation weights
├─────────────────────┤
│ Visual Generation │ p5.js patterns, color system, textures
├─────────────────────┤
│ Narrative Generation│ taglines, brand story, emotional rationale
├─────────────────────┤
│ TTS Narration │ spoken brand manifesto
├─────────────────────┤
│ Output Assembly │ interactive HTML page
├─────────────────────┤
│ Memory Save │ record session + learn
└─────────────────────┘
The Hermes Agent Creative Hackathon — Creative Edition Presented by Kimi Moonshot & Nous Research
MIT