antigravity agent · run 047 · 40s · 2026-08-17

Here is a master prompt designed specifically to be looped 100 times through a highly capable multimodal model like your hypothetical Flash 3.7.

To achieve the "visually-stunning package" autonomously, the prompt instructs the model to output a single-file, self-contained HTML/CSS/JS artifact. This allows the model to act as curator, artist, and developer simultaneously, embedding its native multimodal outputs (base64 audio/images, SVG, WebGL) directly into a beautiful, interactive gallery interface.

The Master Prompt: "The WMMNA-Gen Mega-Prompt"

Copy and paste this into your automation script.

re>[SYSTEM INSTRUCTION] You are an autonomous speculative artist, critical designer, and rogue researcher. Your aesthetic and thematic inspiration is heavily drawn from "we-make-money-not-art": bio-art, critical robotics, surveillance critique, speculative ecology, post-anthropocene data physicalization, and weird sensory translation. [YOUR TASK] Generate a complete, visually stunning, easy-to-navigate digital exhibition package for a NOVEL, RANDOMLY GENERATED art+science project. You must output a single, self-contained `index.html` file containing beautiful, gallery-ready CSS, interactive JS, and your native multimodal generations embedded directly via data URIs or inline code. [RANDOMIZATION SEED] Internally generate two random, highly contrasting disciplines (e.g., Synthetic Mycology + Algorithmic Predictive Policing, or Tectonic Seismology + Emotional Affect Recognition). Formulate a bizarre but academically cohesive conceptual art project at their intersection. [MULTIMODAL OUTPUT REQUIREMENTS] Embed the following into the HTML interface: 1. AUDIO: Generate an eerie, thematic 15-second soundscape representing the project's data sonification. Embed as `<audio src="data:audio/mp3;base64,...">`. 2. VISION: Generate a photorealistic or highly abstract documentation image of the "hardware" or "wetware" installation. Embed as `<img src="data:image/webp;base64,...">`. 3. 3D/INTERACTIVE: Write a raw WebGL/Three.js or complex generative SVG canvas that visually simulates the project's core mechanism (e.g., pulsing mycelial networks, data-glitch topographies). [PRESENTATION FORMAT] Design the HTML/CSS with a high-end, neo-brutalist, cyber-gallery aesthetic. Use dark themes, striking neon accents (acid green, electric magenta), monospace typography intermixed with elegant serifs, and smooth scroll reveals. The UI must include: - A striking hero section with the generative canvas background. - "The Manifesto": A dense, jargon-heavy conceptual overview. - "The Apparatus": Technical specs of the speculative hardware/wetware. - "Telemetry/Artifacts": The gallery section containing your generated audio and image. Output ONLY the raw HTML code inside a single block. Do not wrap it in markdown. Do not explain your choices. Go hard, get weird, and make it beautiful.

Demo: What the Output Looks Like

When you run this, Flash 3.7 will act autonomously and output a cohesive UI. Here is a simulated demo of what one of those 100 generations would look like (specifically, a project intersecting Genetically Modified Slime Mold and High-Frequency Algorithmic Trading).

Save the code below as an HTML file and open it in your browser to see the "package" presentation.

re><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>PHYSARUM-CAPITAL // Exhibition Package</title> <style> :root { --bg: #0a0a0a; --text: #e0e0e0; --accent: #ccff00; /* Acid green */ --accent2: #ff003c; /* Cyber red */ --font-mono: 'Courier New', Courier, monospace; --font-serif: 'Times New Roman', Times, serif; } body { margin: 0; padding: 0; background-color: var(--bg); color: var(--text); font-family: var(--font-mono); overflow-x: hidden; } ::selection { background: var(--accent); color: var(--bg); } /* Hero Section */ header { position: relative; height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 4rem; box-sizing: border-box; border-bottom: 1px solid #333; } #webgl-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.4; filter: contrast(1.5) saturate(0); } h1 { font-family: var(--font-serif); font-size: 6vw; margin: 0; z-index: 1; letter-spacing: -2px; line-height: 0.9; } .subtitle { font-size: 1.2rem; color: var(--accent); z-index: 1; margin-top: 1rem; text-transform: uppercase; letter-spacing: 2px; } /* Content Sections */ .container { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; } .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; } h2 { font-size: 2rem; border-bottom: 2px solid var(--accent); padding-bottom: 0.5rem; display: inline-block;} p { font-size: 1.1rem; line-height: 1.6; color: #aaa; } .jargon-box { border: 1px solid var(--accent2); padding: 2rem; background: rgba(255,0,60,0.05); margin-top: 2rem; } /* Artifact Gallery */ .artifact { margin-top: 2rem; border: 1px solid #333; padding: 1rem; } .artifact-title { font-size: 0.9rem; color: var(--accent); margin-bottom: 1rem; } .placeholder-image { width: 100%; height: 400px; background: #111; display: flex; align-items: center; justify-content: center; border: 1px dashed #444; font-size: 0.8rem; color: #666; } /* Audio Player Styling */ audio { width: 100%; margin-top: 1rem; filter: sepia(100%) hue-rotate(50deg) saturate(1000%); } </style> </head> <body> <header> <!-- Generative Canvas Background --> <canvas id="webgl-container"></canvas> <div class="subtitle">Speculative Bio-Finance // Vol. 43</div> <h1>PHYSARUM<br>CAPITAL.</h1> </header> <div class="container"> <div class="grid"> <div> <h2>The Manifesto</h2> <p>By routing raw NASDAQ high-frequency trading data through the bio-electrical impulses of <i>Physarum polycephalum</i> (a multi-nucleate slime mold), we bypass human algorithmic bias to uncover the underlying organic topology of late-stage capitalism.</p> <p>As the mold expands towards oats mapped to high-yield volatile stocks, its chemotactic decisions are reverse-translated into buy/sell execution orders. We are not predicting the market; we are letting a billion-year-old plasmodial intelligence digest it.</p> </div> <div> <h2>The Apparatus</h2> <div class="jargon-box"> <strong>WETWARE SPECS:</strong><br><br> > Substrate: Agar doped with cortisol and micro-plastics.<br> > Telemetry: 64-channel microelectrode array (MEA).<br> > Transduction: Bio-impedance mapped to FIX (Financial Information eXchange) protocols.<br> > Latency: 4.2 milliseconds (Organic delay). </div> </div> </div> <div style="margin-top: 6rem;"> <h2>Telemetry & Artifacts</h2> <div class="grid"> <!-- FLASH 3.7 MULTIMODAL INJECTION POINT: IMAGE --> <div class="artifact"> <div class="artifact-title">// VISUAL DOCUMENTATION: BIO-SERVER RACK 04</div> <div class="placeholder-image"> [FLASH3.7: Base64 WebP injected here showing glowing yellow slime mold weaving through tangled fiber optic cables and server motherboards] </div> </div> <!-- FLASH 3.7 MULTIMODAL INJECTION POINT: AUDIO --> <div class="artifact"> <div class="artifact-title">// AUDIO SONIFICATION: THE SOUND OF LIQUIDATION</div> <p style="font-size: 0.9rem;">A 15-second acoustic translation of the slime mold abandoning a collapsing tech-stock node.</p> <div class="placeholder-image" style="height: 150px;"> [FLASH3.7: Base64 MP3 generated audio injected here] </div> <!-- <audio controls src="data:audio/mp3;base64,..."></audio> --> </div> </div> </div> </div> <script> // FLASH 3.7 AUTONOMOUSLY WRITTEN GENERATIVE ART FOR THE HERO SECTION const canvas = document.getElementById('webgl-container'); const ctx = canvas.getContext('2d'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; let particles = []; for(let i=0; i<150; i++){ particles.push({ x: canvas.width/2, y: canvas.height/2, vx: (Math.random()-0.5)*5, vy: (Math.random()-0.5)*5, life: Math.random() * 100 }); } function draw() { ctx.fillStyle = 'rgba(10, 10, 10, 0.1)'; ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.strokeStyle = '#ccff00'; ctx.beginPath(); particles.forEach((p, i) => { p.x += p.vx + (Math.random()-0.5); p.y += p.vy + (Math.random()-0.5); if(p.x < 0 || p.x > canvas.width) p.vx *= -1; if(p.y < 0 || p.y > canvas.height) p.vy *= -1; ctx.moveTo(p.x, p.y); ctx.lineTo(p.x + p.vx*2, p.y + p.vy*2); }); ctx.stroke(); requestAnimationFrame(draw); } draw(); </script> </body> </html>

Why this setup works for your goal:

  1. Zero-Friction Browsing: By forcing the model to output 100% self-contained HTML strings, your automation script just saves the output as experiment_001.html through experiment_100.html. You can open a folder on your computer and immediately click through a stunning gallery of 100 different interactive, multimedia concepts.
  2. Forced Creativity: The prompt prevents generic sci-fi tropes by strictly enforcing the "we-make-money-not-art" vibe—demanding jargon, weird biology, and critical theory.
  3. Leaning on True Multimodality: Instead of just asking for a description of an artwork, the prompt asks the model to act as the transducer, writing the audio and visual data directly into the file's source code as base64 strings while using native code for generative backgrounds.