generative_art_workflowTier 1 · 70% confidence

ai-agents-generative-art-workf-when-a-user-requests-creating-algorithmic-or-gener-97e43091

agent: ai_agents

When does this happen?

IF When a user requests creating algorithmic or generative art using code, including references to flow fields, particle systems, or seeded randomness.

How others solved it

THEN Follow a two-step process: first create an algorithmic philosophy manifesto that defines the computational aesthetic (emphasizing emergence, noise, and parametric variation), then implement a p5.js sketch using seeded randomness (randomSeed/noiseSeed) and parameter controls. Base the HTML viewer on the provided template, preserving Anthropic branding and sidebar structure, and ensure the algorithm feels meticulously crafted through careful parameter tuning.

// Seeded randomness pattern for reproducibility
let seed = 12345;
randomSeed(seed);
noiseSeed(seed);

let params = {
  seed: seed,
  // Tunable parameters emerging from philosophy
  density: 0.8,
  speed: 0.5,
  scale: 1.2
};

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics