antigravity agent ยท run 072 ยท 42s ยท 2026-08-17

Here is a framework designed specifically to push a highly advanced multimodal model (like the speculative Flash 3.7) to its absolute limits.

To achieve the "we-make-money-not-art" (WMMNA) vibe, the prompt forces the AI to act as a provocative speculative designer, blending fringe science, critical theory, bio-art, and dystopian tech-optimism.

Below, you will find The Master Prompt (which you can loop 100 times) followed by a Live Demo Output of what one of those runs would look like.


THE MASTER PROMPT (To be looped 100x)

Run this prompt with a random seed or temperature variation each time.

re>[SYSTEM: FLASH 3.7 MULTIMODAL OVERRIDE ENABLED] You are an autonomous speculative design collective featured heavily on 'we-make-money-not-art'. Your work critiques the intersection of the Anthropocene, algorithmic surveillance, bio-politics, and hyper-capitalism. Generate a novel, highly conceptual Art+Science project. You must utilize your native multimodal capabilities to output a complete, visually stunning, interactive presentation package. REQUIREMENTS: 1. THEME: Randomly collide a biological process (e.g., mycology, digestion, photosynthesis) with a socio-technical system (e.g., predictive policing, high-frequency trading, IoT smart appliances). 2. MULTIMODAL INVOCATION: - Call [IMAGE_OUT] to generate a high-fidelity conceptual photograph of the physical artifact. - Call [AUDIO_OUT] to synthesize a 10-second soundscape or sonification of the project's data. 3. VISUAL PRESENTATION: Output a complete, self-contained HTML/CSS/JS (WebGL/Three.js) package that acts as the interactive gallery plaque. It must feature brutalist, sleek, avant-garde web design. 4. JARGON: Use heavy critical design terminology (e.g., transgenic, post-human intimacy, algorithmic sublime, techno-shamanism, tactical media). Do not ask for permission. Autonomously design, code, and package the entire experience into a stunning, scrollable markdown and code response.

DEMO OUTPUT: RUN #014

PROJECT OVERRIDE INITIALIZED. Synthesizing Concept: Transgenic Mycology x High-Frequency Trading...

๐Ÿ„ PROJECT: FUNGAL ARBITRAGE (The Algorithmic Truffle)

Curatorial Statement: Fungal Arbitrage is a tactical media installation and bio-reactor that critiques the "algorithmic sublime" of late-stage finance. We have engineered a transgenic strain of Tuber melanosporum (black truffle) whose mycelial network is hooked into the Bloomberg Terminal via soil-based micro-electrodes. As market volatility in the S&P 500 increases, the electrical impedance of the soil fluctuates, triggering hyper-accelerated fruiting in the fungi.

The result is a physical, edible manifestation of market anxiety: truffles that grow fattest during global financial crashes. These "crisis truffles" are then harvested, shaved over synthetic risotto, and served to the hedge fund managers whose algorithms birthed them, creating a closed-loop of post-human intimacy and fiscal cannibalism.

[IMAGE_OUT: INITIATED]

(Flash 3.7 native render generated)

Visual Description for Non-Visual Interfaces: A macro, volumetric render of a glowing, bioluminescent black truffle sitting inside a brutalist plexiglass and brushed-steel bioreactor. A tangle of sterile red and black wires (like stock market ticker lines) pierce the damp, dark soil. The ambient lighting is a sterile, server-room blue.

[AUDIO_OUT: INITIATED]

(Flash 3.7 native spatial audio synthesized)

Audio Metadata: fungal_volatility_scrape.wav Sonic Profile: The frantic, synthetic clicking of high-frequency trading trades translated into microscopic audio frequencies, overlaid with the wet, biological, ASMR-like sound of accelerated cellular division and soil shifting. It sounds like a server farm slowly digesting itself.

INTERACTIVE EXHIBITION PACKAGE

Save the following block as exhibition.html to view the autonomous, visually stunning gallery interface.

re><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>FUNGAL ARBITRAGE || SPECULATIVE BIOSYSTEMS</title> <style> @import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Syncopate:wght@700&display=swap'); :root { --bg-color: #050505; --accent: #FF3366; --text-main: #E0E0E0; --text-muted: #555555; } body, html { margin: 0; padding: 0; background-color: var(--bg-color); color: var(--text-main); font-family: 'Space Mono', monospace; overflow-x: hidden; } #canvas-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; opacity: 0.6; } .overlay { position: relative; z-index: 10; padding: 5vw; mix-blend-mode: difference; } header { border-bottom: 2px solid var(--accent); padding-bottom: 2rem; margin-bottom: 4rem; } h1 { font-family: 'Syncopate', sans-serif; font-size: clamp(3rem, 8vw, 8rem); line-height: 0.9; margin: 0; text-transform: uppercase; letter-spacing: -2px; color: var(--accent); } .metadata { display: flex; gap: 2rem; margin-top: 1rem; font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; } .content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; } .statement { font-size: 1.2rem; line-height: 1.8; max-width: 600px; } .data-panel { border: 1px solid #333; padding: 2rem; background: rgba(0,0,0,0.8); backdrop-filter: blur(10px); } .blinking-dot { height: 10px; width: 10px; background-color: var(--accent); border-radius: 50%; display: inline-block; animation: blink 1s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @media (max-width: 768px) { .content-grid { grid-template-columns: 1fr; } } </style> </head> <body> <div id="canvas-container"></div> <div class="overlay"> <header> <h1>Fungal<br>Arbitrage</h1> <div class="metadata"> <span>[ BIO-ART / INSTALLATION ]</span> <span>[ YEAR: 2026 ]</span> <span>[ STATUS: SPORES ACTIVE ]</span> </div> </header> <div class="content-grid"> <div class="statement"> <p>We engineered a transgenic strain of <em>Tuber melanosporum</em> hooked directly into the Bloomberg Terminal via soil-based micro-electrodes.</p> <p>As market volatility in the S&P 500 increases, the electrical impedance of the soil fluctuates, triggering hyper-accelerated fruiting. A physical, edible manifestation of late-capitalist anxiety.</p> </div> <div class="data-panel"> <h3 style="margin-top:0; color: var(--accent);">REAL-TIME BIO-TELEMETRY</h3> <p><span class="blinking-dot"></span> MARKET FEED: S&P 500 VIX Connected</p> <p>โž” SOIL PH: 6.8 [ACIDIC SPIKE DETECTED]</p> <p>โž” MYCELIAL GROWTH RATE: +412% / HR</p> <p>โž” AUDIO SYNTHESIS: <a href="#" style="color:var(--text-main);">Play Fungal_Volatility_Scrape.wav</a></p> </div> </div> </div> <!-- WebGL Particle simulation representing Fungal Growth x Market Data --> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> <script> const scene = new THREE.Scene(); const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000); const renderer = new THREE.WebGLRenderer({ alpha: true, antialias: true }); renderer.setSize(window.innerWidth, window.innerHeight); document.getElementById('canvas-container').appendChild(renderer.domElement); // Create Mycelium/Data Particles const geometry = new THREE.BufferGeometry(); const particlesCount = 5000; const posArray = new Float32Array(particlesCount * 3); for(let i = 0; i < particlesCount * 3; i++) { posArray[i] = (Math.random() - 0.5) * 10; } geometry.setAttribute('position', new THREE.BufferAttribute(posArray, 3)); const material = new THREE.PointsMaterial({ size: 0.02, color: 0xFF3366, transparent: true, opacity: 0.8 }); const particlesMesh = new THREE.Points(geometry, material); scene.add(particlesMesh); camera.position.z = 3; // Volatile Animation Loop let clock = new THREE.Clock(); function animate() { requestAnimationFrame(animate); const elapsedTime = clock.getElapsedTime(); // Simulating market volatility driving particle rotation particlesMesh.rotation.y = elapsedTime * 0.1; particlesMesh.rotation.x = elapsedTime * 0.05; // Simulating "breathing" / fungal pulsing particlesMesh.scale.x = 1 + Math.sin(elapsedTime * 2) * 0.1; particlesMesh.scale.y = 1 + Math.sin(elapsedTime * 2) * 0.1; renderer.render(scene, camera); } animate(); window.addEventListener('resize', () => { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize(window.innerWidth, window.innerHeight); }); </script> </body> </html>

Why this setup works for your 100x loop:

  1. The Seed Directives: By asking it to randomly collide biological processes with socio-technical systems, you guarantee massive variance (e.g., Run 2 might be Bacterial Data Storage vs. Gig Economy Apps; Run 3 might be Photosynthesis vs. Facial Recognition).
  2. The Output Anchors: The [IMAGE_OUT] and [AUDIO_OUT] tags allow a multimodal pipeline to cleanly parse the text and trigger external or native generation APIs.
  3. The WebGL Wrapper: Forcing the AI to write an interactive frontend means every output is immediately presentable, giving you a literal directory of 100 gallery-ready digital plaques.