-1
archive,category,category-archive,category-90,stockholm-core-1.0.8,select-theme-ver-5.1.5,ajax_fade,page_not_loaded,vertical_menu_enabled,paspartu_enabled,side_area_uncovered,wpb-js-composer js-comp-ver-6.9.0,vc_responsive

HOS Image: Waiting as an algorithmic form: The image as a promise

 

/German)

/Spanish)

 

 

Marcello Mercado

HOS Image: Waiting as an algorithmic form: The image as a promise

 

 

 

 

On the threshold between generation and waiting, this installation presents an image that has not yet occurred. A system message, repeated and trapped in its own state of waiting, transforms into a generative landscape. Here the «non-event» becomes the scene: inaction as a form of agency, error as a form of aesthetics. The algorithm does not generate the image, but its ghost: an invisible performativity, a readymade suspended in latency.

.

 

This phenomenon can be understood as a manifestation of «differential algorithmic latency,» a mechanism structured by the system to manage computational load through access hierarchies. Waiting is not an error or an exception: it is a function of the system, a strategy of commercial optimization and differentiation of experience.

.

 

In this context, the image generated by artificial intelligence is no longer simply a visual result, but a computational instance conditioned by access logics, prioritization strategies, and usage policies. Each image activates a consumption of computational resources and becomes an entity with computational costs, with implications for algorithmic architecture and commercial policy.

 

This work invites reflection on how latency, waiting, and inaction can become aesthetic and critical elements in the age of generative artificial intelligence.

.

 

 

 

1. HOS Image: Waiting as an algorithmic form: The image as a promise:

 

 

A HOS (Held On Server) image is an image generated by an artificial intelligence model that has not yet been fully processed or delivered to the requesting user. It remains suspended in a queue within shared servers, typically assigned to non-paying or free users. Technically, this situation reflects a mechanism of resource management and computational prioritization.

 

Conceptually, the HOS image embodies a latent visuality, a not-yet-deployed form inhabiting an invisible architecture, in transit between the request and its visual appearance. It can also be understood as a symptom of an unequal algorithmic economy in which access to the visible is mediated by hierarchies of payment, speed, and computational privilege. The image exists as a promise, as a wait, as a structured delay.

 

 

A. General Framework:

The ChatGPT phrase «Image processing. Many people are creating images right now, so this may take a while. We’ll notify you when your image is ready« can be analyzed as an interface unit that condenses a technical architecture, a business logic, and a time-of-use modulation. Waiting is not an error or an exception: it is a function of the system.

 

B. System elements involved:

1. Algorithmic Queuing: The system implements a scheduled wait time to manage limited computing resources. Premium users are prioritized, while non-paying users are moved to a «low-priority zone» managed by a scheduler.

2. Load balancing: The message indicates high load. Technically, it implies saturated compute nodes and the redistribution of tasks to others. But this redistribution is not neutral: it obeys access rights policies.

3. Conditioned Temporal Experience: Users experience is modulated according to their place in a hierarchy. Latency is no longer merely technical: it becomes an operational stratification mechanism.

 

C. Categories of Analysis:

1. Functional Latency: The difference between request time and delivery time.

2. Strategic Latency: deliberately introduced as part of the freemium model.

3. Perceptual Latency: how waiting is communicated (in this case using informal and passive language) and how attention is managed.

 

D. Computational and structural implications:

Waiting becomes an indirect selection operator that filters user behavior (wait? pay? abandon?).

The message is part of an algorithmic containment system designed to regulate the anxiety of waiting with a friendly phrase, while keeping its discriminatory logic intact.

From a platform architecture perspective, this is a case of differentiated scaling, where access to computeintensive resources is regulated by the business model.

 

E. Conceptual Proposal:

This phenomenon can be categorized under the concept of Differential Algorithmic Latency (DAL):

It is a queuing mechanism structured by the system to manage the computational load through access hierarchies. It responds not only to technical capabilities, but also to business optimization strategies and experience differentiation.

 

 

 

2. The Image as a Differential Product in Generative Systems:  

     Latency, Business Optimization and Access Hierarchy

 

 

A. INTRODUCTION

In the context of generative artificial intelligence, the image is no longer simply a visual result, but a computational instance processed in a distributed architecture conditioned by access logic, prioritization strategies, and usage policies. This essay begins with a technical and structural analysis of the message:

«Image processing. Many people are creating images right now, so this process may take a while. We will notify you when your image is ready.»

To break down its implications into two dimensions:

(1) the redefinition of «image» as a generative entity within an economy of latency and optimization,

And second, the algorithmic design of a conceptual simulation in Python that represents this differential waiting as a structural function.

 

 

B. What is an image in generative AI?

1.1. Image as computational output (output artifact).

In generative systems, such as DALL-E or Stable Diffusion, the image is not a pre-existing object, but an artifact resulting from a series of statistical computations, latent space sampling, and pixel generation from trained models. Technically, it can be defined as

Image (AI-G): a data structure consisting of a multi-channel array (RGB matrix) derived from a probabilistic inference on a trained model, conditioned by a textual prompt and generation parameters.

1.2. Image as differentiated consumption vector.

The same image, generated with different access levels (free or premium user), presents different latency, resolution or quality conditions. Therefore, the generated image is not universal; its shape depends on the business model.

Differential image: A computational product whose availability, resolution and generation speed are modulated by the privilege level assigned to the user.

1.3. Image as a node within an economic infrastructure.

Each generated image triggers the consumption of GPU, memory and computing time. On a freemium platform, this translates into a real monetary cost for the provider. The platform manages these costs based on

Rate limiting models.

Priority queuing.

User segmentation logic (free, professional, API).

The image is therefore not a final result, but an entity with a computational cost, with implications for algorithmic architecture and commercial policy.

 

 

C. Technical analysis of the «Processing image…» message.

The message contains four layers of structural information:

Layer                                                                                      Content                                                                                           Function

1. Status:                                                                      «Processing image» …                                                      Informs that the task was received and is in progress

2. Load:                                                          «There are many people creating images.»                             indicates system saturation and load distribution.

3. Warning:                                                                  «This may take a while».                                                Enter latency as an expectation

4. Delayed response:                                                   «We’ll let you know…»                                                    Shifts attention to the future and manages user anxiety.

 

This set of elements constitutes an algorithmic cognitive containment strategy designed to maintain user engagement without revealing the exact logic of the queuing system or access hierarchies.

.

 

 

3. Building a Conceptual Algorithm in Python

 

The next phase is to design a Python algorithm that simulates this queuing structure. The algorithm does not generate images, it simulates:

Task queuing based on priority.

Differential latency.

The structured response of the system based on user conditions.

This algorithm will serve as a critical analysis model for image generation platforms based on freemium models.

 

 

3.a Conceptual Algorithm: Differential Latency Simulation in AI Image Generation

(Spanish version / English version below)

 

Explanation:

This algorithm simulates a differentiated queue structure based on user type (free or paid). It does not generate real images, but rather:

1. Generates queues of requests.

2. Assigns wait times based on user type.

3. Prints the message «Processing image…» followed by a notification when the image is ready.

 

 

Conceptual algorithm: Its goal is to represent a simulation of an imaging system with latencies, errors, priorities, and logs: similar to the message «Processing image. Many people are creating images right now, so this process may take a while. We will notify you when your image is ready:

 

 

 

 

 

 

3b. Curating HOS Images

 

In the contemporary universe of AI-generated images, a new figure is emerging: the HOS (Held On Server) image. It is not an image per se, but rather its suspended prefiguration. Its existence is marked by waiting: an initiated request, a promise of visuality not yet realized. This image, held on shared servers assigned to non-paying users, has not reached the threshold of the visible. It inhabits the technical limbo of the latent.

 

In this context, art is no longer limited to representing what appears, but begins to incorporate the structures of access, computation times, and systemic inequalities that shape what can and cannot become an image. The HOS image is both an object of study and a critical gesture. It forces us to ask: what is left out of visuality for infrastructural reasons? How does the algorithm work as an economic and aesthetic filter? What does it mean to curate what has not yet appeared?

 

Curating the HOS images involves attending to the ways in which latency becomes political. Instead of exhibiting finished images, one can think of exposing dead times, unfinished processes, moments when the eye waits but does not see. This displacement transforms the exhibition into a choreography of the suspended, an archaeology of non-rendering.

 

 

 

 

4. Waiting as an Algorithmic Form

 

Rather than understanding waiting solely as a technical delay, it can be thought of as a computational form prefigured by access conditions, algorithmic priorities, server architecture, and business models. In the non-paying version of ChatGPT, waiting becomes a kind of computational class threshold: if you don’t pay, you wait. This is related to ideas from

A. Critical Infrastructure Theory (Lisa Parks, Tung-Hui Hu): which examines the invisible layers of digital processing and how they mediate user experience.

B. Latency Theory: latency not only as a technical delay, but as a political construction of access time.

C. Media Theory (Wendy Hui Kyong Chun): processing times are not neutral, but political forms of relation.

 

 

5. Collective power of processing

 

The message «many people are creating images» introduces the idea of an invisible crowd, a phantom community, producing simultaneously. Here connections are made with

A. Structured simultaneity: a form of contactless shared temporal experience that could be compared to networks like Uber or Amazon Mechanical Turk.

B. Algorithmic queues: as spaces of invisible negotiation of desire, where each user is an instance waiting its turn in an opaque architecture.

 

What is an «image» in the context of generative AI?

In the context of generative AI, an «image« is no longer exclusively a visual representation produced by optical or manual means. Instead, it is transformed into a computational instance generated from statistically trained models that interpret latent vectors, textual prompts, and loss functions. The image no longer represents an objective reality or a symbolic subjectivity, but becomes an output surface optimized by algorithmic architectures, computational efficiency criteria, and training patterns.

An AI-generated image is not a stable object, but a deferred process, subject to logics of waiting, commercial priorities, staggered access, and asynchronous processing. The message «Processing image. Many people are creating images right now…» reveals that the image is also an experience of latency, competition for resources, and algorithmic regulation.

 

 

 

Classification of definitions:

 

01. Techniques

02. Epistemological

03. Ontological

04. Temporal

05. Phenomenological / Perceptual

06. Political / Economic

07. Mistakes / Failures / Mutations

08. Archival / Serial

09. Archaeological / HistoricalEvolutionary

 

 

 

1-5. Techniques

01. Image as output vector: set of numerical values in a multidimensional latent space transformed into pixels.

02. Image as functional convergence: Result of a minimally satisfied objective function during training.

03. Image as loss residual: surface that minimizes the distance between the prediction and the data set.

04. Image as weight transfer: updated state of millions of parameters after backpropagation.

05. Image as digital transduction: interpretation of a textual prompt using convolution and attention layers.

 

6-10. Epistemological

06. Image as an act of automated inference: what the machine deduces from a description.

07. Image as the result of a probabilistic epistemology: it represents the most likely, not the true.

08. Image as a cognitive shift: it suggests knowledge without direct human origin.

09. Image as predictive artifact: a proposition of what should or could be.

10. Image as crystallization of learned biases: visual materialization of a database.

 

 

11-15. Ontological

11. Image as non-object: it does not exist without a network, a prompt, and a generating instance.

12. Image as computational event: an action that occurs and disappears if not stored.

13. Image as interpolation surface: between n latent points without a fixed center.

14. Image as model interface: visible only as a translation of internal processes.

15. Image as threshold: boundary between code and representation.

 

 

16-20. Temporal

16. Image as waiting: what appears after an algorithmically controlled delay.

17. Image as asynchronous process: it does not respond to human time, but to the flow of demand.

18. Image as perceptual latency: a state of delayed immediacy.

19. Image as an ephemeral state in the execution queue.

20. Image as a state of postponement: always potential, never immediate.

 

 

21-25. Phenomenological/Perceptual

21. Image as an experience of delayed gratification.

22. Image as a projection of human expectation onto an opaque network.

23. Image as algorithmic representation with the appearance of creation.

24. Image as perceptual deception: it appears human but is machine-like.

25. Image as a surface for the attribution of meaning.

 

 

26-30. Politics / Economy

26. Image as a unit of value generated under payment priorities.

27. Image as a product conditioned by levels of access.

28. Image as a computational privilege.

29. Image as the result of incentive architecture.

30. Image as an algorithmic filter that decides who sees what and when.

 

 

3135. Mistakes / Failures / Mutations

31. Image as glitch: a revealing error in the system.

32. Image as unwanted mutation of a prompt.

33. Image as productive failure: it doesn’t fulfill expectations, but generates interpretations.

34. Image as the residue of incompatible codes.

35. Image as an asymmetry between human desire and network output.

 

3640. Archive / Series

36. Image as one instance among millions: a node in an infinite series.

37. Image as copy without original: each generation is first and last.

38. Image as a visual record of an interaction.

39. Image as digital trace, not preserved.

40. Image as a speculative archive: its value lies in possibility, not stability.

 

4145. Archaeological / Historical-Evolutionary

41. Image as a continuation of the automated pixel of video games.

42. Image as heir to the algorithmic art of the 1960s.

43. Image as a mutation of GANs and their evolution into Transformers.

44. Image as a consequence of the computational dream of the perfect image.

45. Image as the current stage of a long history of visual automatisms.

 

 

1. Technical Definitions

01. Image as a data vector: An image is a matrix of numerical values representing visual information that can be processed by a generative model.

02. Image as computational output: The result of an inference performed by a neural network based on textual or latent input.

03. Image as optimized file: An image is a structure compressed and transformed according to efficiency parameters (weight, format, resolution).

04. Image as rendering instance: Represents a frame generated by layers of graphical processes controlled by stochastic parameters.

05. Image as minimized loss function: The visual manifestation that emerges when a model manages to minimize the error function with respect to the given challenge.

 

 

2. Epistemological definitions

06. Image as a visual hypothesis: A probabilistic conjecture that the model proposes as a valid representation of the input text or context.

07. Image as statistical knowledge: Represents a point of convergence among thousands of examples seen during training, with no direct reference.

08. Image as synthesis of correlations: It is the result of the superposition of co-occurring patterns in previous data sets.

09. mage as operational interpretation: It is a reading that the system makes of a human instruction in terms of vectors and weights.

10. Image as the result of implicit reasoning: It does not illustrate a truth, but rather a probable calculation generated by hidden relationships in the model.

 

 

3. Ontological definitions

11. Image without a referent: The generated image does not represent an existing object, but rather a formal possibility.

12. Image as operational fiction: Its existence depends on the execution of an algorithmic process and not on an empirical world.

13. Image as technical object: It has its own existence as a processed, recorded and stored entity.

14. Image as synthetic appearance: It does not arise from a physical phenomenon, but from a network of numerical transformations.

15. Image as an unstable double: It is a projection that does not refer to a thing, but rather to a set of statistical conditions.

 

 

4. Temporal definitions

16. Image as latency: An entity that does not yet exist, but whose process has begun, awaiting computation.

17. Image as process duration: Its existence is measured by the time it takes to be computed and displayed.

18. Image as a product of waiting: It is linked to a social time shared by thousands of simultaneous users.

19. Image as deferred event: Its appearance depends on a priority queue managed by servers.

20. Image as operational suspension: It is characterized by a threshold between input and visual response.

 

5. Functional definitions

21. Image as Visual Response: It is the functional translation of a textual instruction or prompt.

22. Image as a unit of satisfaction: It is measured on the basis of its usefulness or congruence with the user’s desire.

23. Image as a validation interface: It allows for verification of the functioning of the model or the clarity of the prompt.

24. Image as a training test: It is used to evaluate the effectiveness or biases of the system.

25. Image as Reproducible Output: It can be regenerated, adapted or transformed under new conditions.

 

 

6. Aesthetic Definitions

26. Image as an emerging style: Acquires new visual characteristics by combining diverse training.

27. Image as automatic pastiche: Recombines formal features from thousands of styles and artists without awareness of authorship.

28. Image as Perceptual Coherence: Evaluates an image based on whether it appears «plausible» or «aesthetically complete.

29. Image as Statistical Visual Pattern: Its appearance is guided by regularities in the data set.

30. Image as object without aura: It has no original or context of human production.

 

7. Political definitions

31. Image as infrastructure product: Dependent on global computing resources and architectural decisions.

32. Image as algorithmic curatorial decision: What appears is filtered through the prioritization, censorship, and policy mechanisms of the model.

33. Image as conditional access: It is determined by the level of subscription and permitted use of the system.

34. Image as Digital Privilege Trace: Its resolution and speed of delivery vary according to socio-economic conditions.

35. Image as a result of opaque governance: The user neither controls nor knows the exact criteria for its generation.

 

8. Economic definitions

36. Image as a differentiating good: It is produced as part of a strategy of exclusivity or experience customization.

37. Image as a monetization node: It can be transformed into an NFT, a commercial product or viral content.

38. Image as a by-product of a SaaS model: It is part of the value proposition that justifies a subscription model.

39. Image as a return on data investment: It is generated from years of training on massive data sets.

40. Image as an aesthetic trademark of the vendor: It implies a style, speed, or aesthetic specific to the generating system.

 

 

9. Archaeological and Evolutionary Definitions

41. Image as the current version of a genealogy: It is the heir of previous visual practices (collage, rendering, CGI).

42. Image as historical accumulation: It is loaded with layers of data from different eras and styles.

43. Image as a technical threshold: It marks a turning point in the evolution of computational imagery.

44. Image as synthetic residue: It accumulates as part of the growing archive of generated output.

45. Image as future archaeological evidence: It could be studied as a cultural trace of generative AI in our time.

 

 

10. Critical / Meta-theoretical Definitions

 

46. Image as visible ideology: It involves technical choices that reflect values, exclusions, and biases.

47. Image as object of critical speculation: It can be used to question the boundaries between authorship, automation, and culture.

48. Image as a form of accelerated abstraction: It is produced without consciousness, body or affect, but with visual logic.

49. Image as a reification of connections: It makes visible regularities without deep semantic content.

50. Image as a distorting mirror of desire: it does not return what is desired, but rather what the system infers it wants.

 

 

The 50 definitions of the image in the context of generative AI show that we can no longer understand the image as a passive unit of perception or as a stable representation of reality. Instead, it emerges as a technical, operational, and speculative entity. Each generated image not only manifests a process of statistical inference, but is also marked by economies of waiting, hidden infrastructures, algorithmic decisions, and a genealogy of visual techniques. The act of «waiting for an image» is a critical experience in itself, as it makes us aware of time, privilege, technical architecture, and the transformation of the image into a conditioned flow. From this perspective, the image no longer represents, but distributes, prioritizes, and calculates. AI does not produce images of the world, but of the system that produces them.

 

 

 

 

Practical applications of the definitions:

 

Critical Curation of Generative Images

These definitions allow for the construction of curatorial criteria for exhibitions that work with AI-generated images, focusing not on the «content» of the image, but on its technical, political, temporal, or epistemological nature.

 

Interface Design

Developers can incorporate these categories to create interfaces that present waiting, latency, or errors as part of the aesthetic experience, rather than hiding them.

 

Dataset analysis

Use these categories to classify training images and understand how aesthetic or ideological categories are distributed across datasets.

 

Critical digital media pedagogy

Use the definitions as a basis for courses in art, design, philosophy of technology, or visual studies that seek to problematize the image beyond its form.

 

Institutional critique of generative models

These definitions can inform institutional policies on algorithmic transparency and visual ethics, suggesting criteria for evaluating generative models in terms of bias, accessibility, or economic structure.

 

Speculative AI Architectures

System architects or artists can use the definitions to simulate alternative AI models in which time, waiting, or error are intentional and significant elements of visual production.

 

 

For example:

5. Data Set Analysis: Reconsidering the Image as a Distribution of Latent Biases and Structures

Core Concept

By redefining the image as a technical-algorithmic entity within a generative AI system, the need arises to address not only the visible result, but also the latent conditions that make it possible. The training dataset ceases to be a simple collection of images and becomes an empowered visual structure in which biases, repetitions, aesthetic hierarchies, omissions, and privileges are manifested. Thus, analyzing a dataset is not just about inspecting images, but also about mapping the patterns of visibility and exclusion they generate.

 

Practical application:

 

Using the 50 previous definitions (especially the ontological, epistemological, and political ones), a taxonomic analysis model of the dataset can be built:

For example, images can be classified according to their lighting patterns, facial proportions, or dominant artistic style.

Measure the geographic or ethnic distribution of faces.

Formal redundancies that promote «neutral» or dominant styles can also be identified.

Compare the number of images with neutral backgrounds to images with environmental context.

Evaluate implicit taxonomies: what types of bodies, spaces, or gestures are overrepresented or absent.

This can be translated into critical visual tools or interfaces, such as

Visual bias maps that show the density of certain types of images.

Latency visualizations that show which types of images appear faster or with greater certainty in generation.

Dialog interfaces that confront the user with the genealogy of a generated image and show its training «ancestors«.

 

 

6. Examples of Works, Installations and Interfaces:

 

A. «The Training Room (interactive installation)

An immersive space that simulates being inside the dataset. Images are projected as a floating cloud, and each visitor can «select« an image to see what 1,000 other similar images accompany it. Each selection displays metrics such as «frequency,» «stylistic repetition,» «predominant race,» «geographic origin,« and «level of detail.

Inspired by model training rooms, but visually revealing invisible structures.

 

B. “Latent Discriminator” (critical web interface)

A website in which the user generates any image using AI. The same interface then returns a detailed analysis of which subsets of the dataset most influenced that image, including percentages, styles, semantic classes, detected biases, and possible omissions. It would be both an educational and critical tool. The user becomes aware that the generated image does not emerge from nowhere, but from a structured and deeply unbalanced field.

 

C. “The Delay Mirror” (algorithmic performance and installation)

A camera captures your face, and an AI attempts to generate your portrait. But the system intentionally introduces variable delays based on statistical criteria extracted from the dataset: if your facial style is less frequent in the dataset, the image takes longer. A graph shows the system’s level of “familiarity” with your face in real time. A critique of unequal representation and visibility privileges. Not all bodies are read with the same fluency.

 

D. «Genealogy of an Image« (Advanced Visualization)

When generating an image with AI, the system not only gives you the final image, but also displays a genealogy of the training data: key images, dominant styles, visible/invisible authors. Each image is accompanied by a «generative transparency« score and a «complexity of inheritance« score.

This makes it possible to visualize the debt that each generated image owes to its origins.

 

E. «Latency Atlas (critical cartography of visual generation)

A large screen displays a map of the world divided into cultural, ethnographic and aesthetic zones. For each region, the average time it takes an AI system to generate images associated with that culture or style is measured and displayed. A bar graph shows which zones are «generated« the fastest.

Direct exposure of algorithmic inequalities. Speed is also bias.

 

 

7. Research References:

Yuk Hui – The Question Concerning Technology in China

Benjamin Bratton – The Stack: describes how platforms reorganize forms of sovereignty and time.

Mark Hansen – Feed-Forward: On the Future of 21st-Century Media: explores how 21st-century media preprocess the future.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Live Streamings from Dolmens: DNA-Performance-Installation-Soundart

 

Marcello Mercado

Live Streamings from Dolmens, 2011

 

DNA-Performance-Installation-Soundart

 

Flintinge, Denmark — 19/06/11 14:17 PM

 

 

 

 

 

Live Streamings from Dolmens unfolds as a quiet yet potent act of temporal entanglement. Beneath the ancient stones of Flintinge—dolmens whose origins drift somewhere between archaeology and speculation—the artist instigates a dialogue between the molecular traces of human evolution and the enduring architectures of prehistory.

.

Fragments of the human genome, translated into sound, drift through the heavy air beneath the capstones, inhabiting the same acoustic cavities that may once have sheltered the dead. The sonification of DNA collapses boundaries between symbol and matter: what is usually confined to the microscopic becomes vibrational, inhabiting the body of the listener, the body of the earth, and the massive stone thresholds of the dolmens themselves.

.

Rather than presenting the dolmens as inert relics, the work reactivates them as transmitters—live, vibrating sites that absorb and refract an ephemeral sonic flow. The installation escapes traditional notions of the archive; it does not merely preserve, but reanimates. Memory here is neither linear nor fixed; it unfolds across shifting materialities, weaving genomic remnants and megalithic architectures into a shared, unstable temporality.

.

The choice of live streaming—the insistence on the present tense—infuses the work with an immediacy that resists the stasis often associated with historical monuments. Each broadcast is a fleeting, irreversible encounter, underscoring the precariousness of both biological and cultural continuity. The genome itself, an archive of survival and mutation, is no longer silent but rendered audible, insisting on its presence through sonic textures that evade easy recognition.

,

The performance-installation constructs a landscape where informational residues become aesthetic material. Sound is not employed here as a representation of life, but as a direct extension of it—a mutable field where code, stone, air, and consciousness converge. It suggests a media archaeology that does not privilege technological linearity but embraces dispersed, contingent histories—histories that oscillate between the organic and the constructed, between deep time and the volatile present.

.

In this terrain, the dolmens cease to be merely objects of contemplation; they become agents within a living system of transmission, modulating the genome’s silent speech into vibrations felt as much as heard. The body of the listener, the ancient stones, and the coded remnants of human life form a single, extended organism: an ephemeral, networked being that pulses across space and time.

.

Ultimately, Live Streamings from Dolmens proposes an ecology of existence where the molecular, the monumental, and the ephemeral are co-constitutive. It gestures toward a reconfiguration of how we understand archives, rituals, and communications—favoring a model not of permanence, but of transmission, resonance, and becoming.

.

DNA-performance-installation- soundart

(LIVE) 19/06/11 14:17 PM

Place: Flintinge, Denmark

Dolmen 2: 54° 44´23.99″ N 11° 47´23.36″ E

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Bestiary for the Minds of the 21st Century: Genomic Opera

 

 

THE DIGITAL SYNESTHESIA GROUP

The transdisciplinary DIGITAL SYNESTHESIA GROUP consists of project leaders Katharina Gsöllpointner (media theoretician), Ruth Schnell (artist), Romana Schuler (art historian) and artists Jeffrey Shaw and Peter Weibel. During the research process invited artists and scientists will participate as special guests in the context of certain topics and/or project phases.

 

 

Marcello Mercado

 

Bestiary for the Minds of the 21st Century: Genomic Opera, 2016

 

2-channel video installation, artist’s book, public audio interaction, sound installation

 

 

 

1. Concept

In Bestiary for the Minds of the 21st Century: Genomic Opera, data becomes matter, and matter becomes music. This expansive project unfolds as a tactile, audible, and visual archive, preserving fragments of life at a moment when biodiversity itself is vanishing. Thousands of prokaryotic and eukaryotic genomes—echoes of evolutionary memory—are mined, transformed into sound, and materialized into 3D-printed notations. Each printed form, each vibration, each surface invites the audience into a synesthetic crossing where touch, sight, hearing, and proprioception merge into a new language of the senses.

.

Rather than offering a closed composition, the work proposes an open, living structure, where technology and error, archive and entropy, sound and object are woven into an evolving fabric. The operatic form is no longer bound to vocality; instead, it extends into nonhuman agencies, enlisting the genetic residues of fungi, insects, mammals, and bacteria as unexpected co-authors. The traditional roles of composer and performer dissolve into a collective interaction between human bodies, machines, and biological matter.

.

Through a meticulous process of data mining and translation, genetic sequences are read, converted into audio, shaped into three-dimensional sculptures, and inserted into a book-object that redefines what a musical score can be. Here, musical notation is not drawn but grown—imperfect, fragmented, vibrating with the material noise of its own genesis. The haptic surfaces printed in biodegradable plastic invite direct engagement: rubbing the sculptures with piezoelectric microphones generates new sounds, transforming the audience into performers who extend the life of the archive with each touch.

.

In this sensorial ecology, seeing, touching, and hearing no longer operate as separate modalities but fuse into an expanded field of perception. The project inhabits the unstable zone between representation and performativity, where the archive is not preserved in stasis but activated through ephemeral acts of encounter. Glitches, printing errors, and incomplete forms are embraced as part of the work’s inner logic, mirroring the chaotic processes of mutation and decay that shape life itself.

.

Rather than offering stability, the opera proposes a shifting, porous system in which bodies, data, and artifacts intertwine. It is an invitation to rethink archives as dynamic ecosystems—mutable, tactile, and deeply entangled with the temporalities of both human and nonhuman lives. The speculative impulse at the core of the work gestures toward possible futures where preservation, memory, and creativity no longer obey linear or anthropocentric logics.

.

In Genomic Opera, the score is not merely to be read or interpreted; it must be felt, handled, listened to with the skin. The opera resists closure, insisting on the incomplete, the unstable, the open-ended. It is less a memorial to loss than a rehearsal for resilience—a sensorium in which the residues of life continue to mutate, resonate, and proliferate.

.

.

.

 

2. Primary sensory cross-modalities: TOUCH, VISION, AUDIO, PROPRIOCEPTION

 

In Bestiary for the Minds of the 21st Century, the senses are not merely pathways but forces of transformation. Touch summons sound, vision unfolds into tactile reliefs, hearing manifests as sculptural vibration. Genomic fragments—encoded in ancient, volatile alphabets of A, T, G, and C—spill beyond the limits of the readable, becoming textures, waves, and invisible resonances that the body can only partially grasp.

.

Each 3D-printed notation is a fossil of movement, a topography of sonic intensities frozen in plastic, waiting to be awakened by contact. Under the friction of fingertips, they whisper, crackle, and hum, offering secret frequencies to those willing to touch with intention. Listening becomes an act of caress; sight a dance over the uneven geographies of sound.

.

What was once hidden in molecular depths is rendered into surfaces, thresholds where biological memory, technological error, and human gesture converge. The printed forms refuse purity: glitches, collapses, and deformations are not failures but traces of a process where sensing and thinking intertwine. The body itself becomes a hybrid interface, vibrating with an archive that is no longer silent.

.

Proprioception—the silent sense of spatial embodiment—guides the interaction, as hands navigate invisible maps encoded in plastic veins. Here, the tactile is not an accessory to the visual but its twin; the audible is not an extension of the image but its counterpoint. The book-opera offers no clear front or back, no singular voice or score, but a labyrinth where music is materialized and material becomes musical.

.

In this expanded sensorium, data ceases to be abstract. It sinks into the skin, resonates in the bones, flickers behind the eyes. Each page of the opera becomes a threshold: between life and its representation, between archive and metamorphosis, between noise and meaning. The genomic residues, shaped by countless generations of life, now inhabit the fragile, unstable territory of human touch—ephemeral, porous, alive.

.

Steps:

1.

Recollection of multiple genomic sequences prokaryotic and eukaryotic

2.

A Text to Speech software will read the multiple genomic sequences

Transformation from TEXT to AUDIO FILES (Aprox. 10 hours audio)

Primary sensory cross-modalities: VISION, AUDIO

3.

Through algorithms the audio files will be transformed in 3D objects

Transformation from AUDIO to 3D OBJECTS

Primary sensory cross-modalities: VISION, AUDIO

4.

The 3D objects will be printed with a 3D Printer.

Transformation from 3D OBJECTS to multiple 3D (TACTILE) OBJECTS

Primary sensory cross-modalities: TOUCH, VISION

5.

The 3D printed objects will be pasted on music pentagram pages as

musical notations of a Partiture-Book

3D (TACTILE) OBJECTS + 3D OBJECT (TOUCH)

Primary sensory cross-modalities: TOUCH, VISION

6.

The 3D printed objects will be rubbed with 2 piezoelectric microphones

in order to generate new audio files.

Transformation from 3D (TACTILE) OBJECTS to AUDIO. PUBLIC

INTERACTION

Primary sensory cross-modalities: TOUCH, VISION, AUDIO

7.

Sounds recollections by a H4N microphone

8.

The new audio files will be collected by a SYNCHRONATOR device that

will enables to visualize the sounds.

Transformation from AUDIO to IMAGE.

Primary sensory cross-modalities: VISION, AUDIO

9.

Sounds as VIDEO

Transformation from AUDIO to VIDEO

Primary sensory cross-modalities: VISION, AUDIO

 

.

.

3. VIDEO

.

 

PASSPORT VIMEO: 1663

 

 

 

Within Bestiary for the Minds of the 21st Century: Genomic Opera, the public becomes an active agent in the generation of new sensory experiences. Equipped with handheld dynamic microphones, visitors are invited to drag or rub the microphones across the tactile 3D-printed genomic notations. As the microphone picks up the minute surface textures, it translates these physical gestures into bursts of electronic noise. These sounds, inherently glitchy and irregular, are immediately processed and visually transformed into color fields projected onto the gallery wall. Thus, the act of touch is synesthetically extended into the auditory and visual domains, creating a dynamic and ever-changing chromatic landscape generated by the audience’s own explorations.

.

Rather than simply observing, visitors sculpt ephemeral sound-images, becoming co-authors of a live, evolving opera of genomic noise. In this multisensory choreography, the genetic fragments materialize simultaneously as sound, color, and gesture, emphasizing an entangled relationship between body, data, and environment.

.

 

.

4. Bestiarium der Gedanken des 21. Jahrhunderts

   Synästhetische, genetische Oper in 4 Akten

   Die Musik ist vom Herrn Genmeister Marcello Mercado

   2015

 

Personen:

Genbanker 1, 2, 3, 4, 5, 6, 7 und 8 ……………………Basssänger

Protein_id ……………………………………………………..Sopran

Adenylyltransferase ………………………………………..Sopran

Gene_desc …………………………………………………….Sopran

Eukaryotischen Genoms ………………………………….Basssänger

Prokaryotischen Genoms ………………………………..Tenöre

Bacillus subtilis aldolase ………………………………….Tenöre

Ribosomale RNA, tRNA und andere RNA …………….Countertenöre

Die Besetzung der Rollen ist nach Mercados thematischem Verzeichnis:

Prokaryotischen Genoms ………………..Sgre. Genbanker 1 und Sgra. Blast 2

Eukaryotischen Genoms …………………Sgre. Genbanker 2 und Sgre. Gebanker 3

Ribosomale RNA, tRNA und andere RNA …..Sgre. Genbanker 4, 5, 6, 7,und 8

Protein_id……………………………………………….Sigra. Proteasa und Sigra. Locus

Gene_desc …………………………………………….Sigra. Alkaline Phosphatase

Bacillus subtilis aldolase ………………………….Sgre. Bacillusmandini

Adenylyltransferase ……………Sigra. ADP-heptose synthase von Cyclohydrolase

 

 

Inhalt:

Ouvertüre

 

Akt 1:

Chor Locus 7267896

Terzett Locus 326123

Duett Locus 424371

Chor Locus 037232

Arie Locus 70076

 

 

Akt 2:

3D Recitative und Arie

Duett (Idyll aconitate hydrase)

Chor (Prokaryotische Chor)

Marsch (Erlöschen!!!)

Sextett (Flammen!!! Salve Regina!!!)

 

 

Akt 3:

Bacillus Schmerz: Racheduett

3D Fanfare: Oh Plastik!

Protein_id Klage

Monolog der Gene_desc

Ribosomale RNA Todesmotiv

 

 

Akt 4:

Melodie der Abfälle

3D Drück Siegeshymne

Freiheits – Duett

Lactobacillus Menuett

Tragisches Schicksalsmotiv

Wahnsinnsszene des Genoms

Kußmotiv der sterbenden Genbanker

 

ENDE

 

 

 

5. Examples of some of the pages from the artist’s book:

 

 

Marcello Mercado

Bestiary for the minds of the 21st Century: Genomic Opera

DATA mining – 3D printed Genomic Opera

2-channel video installation + artist´s book + public audio interaction

ABS-plastic (ABS) and Polylactic acid (PLA) (bioplastic) on Polymethyl methacrylate (PMMA)

(copper colored) 3D printing errors (glitches) + 3D remains + Data Mining process on Genoms

from mammals, insects, fungi and bacteria converted into plastic 3D Printed objects

Opera – Artist´s Book, 90 pages,

40 cm x 60 cm x 30 cm,

2015

 

 

 

Marcello Mercado

Bestiary for the minds of the 21st Century: Genomic Opera

DATA mining – 3D printed Genomic Opera

2-channel video installation + artist´s book + public audio interaction

ABS-plastic (ABS) and Polylactic acid (PLA) (bioplastic) on Polymethyl methacrylate (PMMA)

(copper colored) 3D printing errors (glitches) + 3D remains + Data Mining process on Genoms

from mammals, insects, fungi and bacteria converted into plastic 3D Printed objects

Opera – Artist´s Book, 90 pages,

40 cm x 60 cm x 30 cm,

2015

 

 

Marcello Mercado

Bestiary for the minds of the 21st Century: Genomic Opera

DATA mining – 3D printed Genomic Opera

2-channel video installation + artist´s book + public audio interaction

ABS-plastic (ABS) and Polylactic acid (PLA) (bioplastic) on Polymethyl methacrylate (PMMA)

(copper colored) 3D printing errors (glitches) + 3D remains + Data Mining process on Genoms

from mammals, insects, fungi and bacteria converted into plastic 3D Printed objects

Opera – Artist´s Book, 90 pages,

40 cm x 60 cm x 30 cm,

2015

 

 

Marcello Mercado

Bestiary for the minds of the 21st Century: Genomic Opera

DATA mining – 3D printed Genomic Opera

2-channel video installation + artist´s book + public audio interaction

ABS-plastic (ABS) and Polylactic acid (PLA) (bioplastic) on Polymethyl methacrylate (PMMA)

(copper colored) 3D printing errors (glitches) + 3D remains + Data Mining process on Genoms

from mammals, insects, fungi and bacteria converted into plastic 3D Printed objects

Opera – Artist´s Book, 90 pages,

40 cm x 60 cm x 30 cm,

2015

 

 

 

 

6. The artist’s book:

 

Marcello Mercado

Bestiary for the minds of the 21st Century: Genomic Opera

DATA mining – 3D printed Genomic Opera

artist´s book

ABS-plastic (ABS) and Polylactic acid (PLA) (bioplastic) on Polymethyl methacrylate (PMMA)

(copper colored) 3D printing errors (glitches) + 3D remains + Data Mining process on Genoms

from mammals, insects, fungi and bacteria converted into plastic 3D Printed objects

Opera – Artist´s Book, 90 pages,

40 cm x 60 cm x 30 cm,

2015

 

 

 

7. Text by Siegfried Zielinski, 2015:

 

«Genomische Oper: Ein Bestiarium für Bewusstseine des 21. Jahrhunderts»

Lange Zeit funktionierte der Dualismus als bequeme Denkprothese. Wir unterschieden zwischen Künstlern, die ihre Gestaltungsprozesse wesentlich als Kopfgeburten generieren und solchen, die wesentlich aus dem Bauch heraus operieren. Begrifflicher und medientheoretisch ausgedrückt: Soft- und Hardwareorientierung wurden als oppositionelle, oftmals als antagonistische Haltungen interpretiert. Das war im 20. Jahrhundert die Entsprechung zum Körper-Seele-Dualismus des europäischen Mittelalters, der in der Moderne ausgefächert entfaltet worden ist.
In der subversiven Perspektive der Alchemie zum Beispiel wurde im Hinblick auf diesen Dualismus schon in der Vormoderne heftiger Widerspruch angemeldet. Dass die Seele selbst ganz und gar Fleisch wäre, weil die Materie nichts anderes als modifizierter Geist mit sehr unterschiedlichen Erscheinungsformen darstellt und folglich umgekehrt das Geistige filigrane Ausformulierungen des Materiellen darstellt, war aus der Tradition der vor-sokratischen Philosophie der alten Griechen bekannt. Die Adepten und Zauberlehrlinge der Alchemie machten eine experimentelle Praxis und eine geheimnisvoll und hermetisch begründete Weltanschauung daraus. Der lapis philosophorum, der Stein der Weisen, der in der letzten Stufe der Transmutation auf die immer noch gemeine Materie geworfen wird, um sie schließlich zu veredeln und mit meta-physischer Bedeutung aufzuladen, ist beides: pulverisierter Stoff der Verwandlung und Algorithmus im Sinne einer Order, die aus den naturwissenschaftlichen Experimenten heraus destilliert worden ist.

In einer solchen subversiven Tradition arbeitet der argentinische Künstler Marcello  Mercado mit radikaler Konsequenz wie schier überbordender Energie und Einbildungskraft. In einer der ersten Performances, die ich von ihm vor nahezu 20 Jahren sah, konfrontierte er die komplexen elektronischen und digitalen Maschinen einer millionenschweren Nachbearbeitungsanlage mit seinem nackten Körper und den Nöten der in ihn eingeschlossenen und herausdrängenden Psyche. Mit der ganzen Kraft seiner sinnlichen Erkenntnis und Erfahrung arbeitete er sich in das Generieren künstlicher Bild- und Tonwelten ein und entwickelte mit Das Kapital  einen gigantischen Werkzyklus, der kein Ende finden kann, weil er Obsession und folglich nicht linear, sondern dynamisch und chaotisch organisiert ist. Die visuelle und akustische Sprache, die M2 für seine extrem idiosynkratische Interpretation des Kapitals als einzelner politischer Ökonomie des Körpers  erfunden hat, ist ein ständiger Prozess der Transformation von Daten und Relationen in erfahrbare Sensationen und Aggressionen, die exzessiv wuchern und bereits eine Gesamtlaufzeit von weit über 40 Stunden erreicht haben.

Parallel zur Verwandlungsarbeit Das Kapital begann M2 in den letzten gut zehn Jahren, sich an genomischen Materialien zu versuchen. Sein Atelier wurde zum biologischen und chemischen Versuchslabor; er grub im Freien, extrahierte Lebenssäfte von Pflanzen und Tieren und begann, sie ebenso obsessiv aufzutrennen und zu mischen, wie er das mit den Datenpaketen seines Computers und den aufgezeichneten Materialien seiner Analogmaschinen tut. Der schwule Kino-Mythos Fassbinder und der heterosexuelle Fluxus-Mythos Vostell waren real nie zusammen. M2 mischte die genetischen Informationen der beiden vermittels von Extrakten, die er aus Blumen von ihren Gräbern gewann,  und vereinigte sie in Zeichnungen, die er mit den gewonnen Genommaterialien realisierte. Die Grenzen zwischen Virtualität und Realität verschwimmen.

In seinem Bestiarium für Bewusstseine des 21. Jahrhunderts führt M2 nun verschiedene Stränge seiner Arbeit aus den letzten Jahrzehnten zusammen und treibt sie so zu einem Höhepunkt. Wie beim Kapital, das er als Oratorium konzipiert und für das er mehrere  Libretti schrieb, treibt er sein Experiment mit der Oper als einer ästhetischen Gattung voran, in der Präzision und Leidenschaft auf besondere Weise miteinander dialogisieren. Klänge werden in visuell wahrnehmbare Muster übersetzt. Im Unterschied zu den legendären Figuren Ernst Florens Friedrich Chladnis aus dem 18. Jahrhundert transformiert er allerdings die zeitlichen Ausdehnungen und Intervalle im Hörbaren nicht nur auf der Fläche, sondern in dreidimensionalen Objekten. Die Klänge werden nach ihrer Verwandlung in Datenpakete als längliche Skulpturen in schreienden Farben ausgedruckt, die auf einer Notation als wellige Informationsstrukturen im wahrsten Sinn des Wortes erfassbar sind. Mit piezo-elektronischen Mikrophonen als Interfaces kann der Besucher der Oper die Oberflächen des Materials abtasten, der experimentelle Apparat übersetzt die dadurch neu entstehenden Klänge wiederum in graphische Strukturen und macht die ursprüngliche Komposition nun als Ergebnis taktiler Begegnungen im Ton-Bild-Werk noch einmal und ganz anders erfahrbar.

Dass M2 mit dieser Genomischen Oper einen Beitrag zur Weiterentwicklung des Variantenreichtums unserer biologischen Welt leisten will, den er im zeitgenössischen Standardisierungsschub bedroht sieht, ist eine zusätzliche Leseebene, die zu kennen aber keine notwendige Voraussetzung für den ästhetischen und intellektuellen Genuss des Werkes ist. Wie in Das Kapital entfaltet sich sein Drängen in die nicht zu disziplinierende Heterogenität als Akrobatenakt auf dem Drahtseil, das zwischen Programm und Imagination, zwischen Vorschrift und aus der Zensur drängenden Phantasie über dem Abgrund unserer Wirklichkeit aufgespannt ist.»

 

Siegfried Zielinski, Berlin 2015

 

 

 

 

 

 

8. Exhibition I, 2016:

 

DIGITAL SYNESTHESIA Exhibition

Opening at Angewandte Innovation Laboratory in Vienna on March 10, 2016

 

Angewandte Innovation Laboratory
Franz Josefs Kai 3
1010 Vienna, Austria

 

 

 

 

 

 

 

 

 

 

 

 

 

.

 

 

.

9. Exhibition II, 2016:

 

 

 

 

16.05.2016 – 22.05.2016

 

 

ISEA2016: 22nd International Symposium on Electronic Art

 

 

ISEA International Foundation
C. Kouwenbergzoom 107
3065 KC Rotterdam
The Netherlands

 

 

ISEA International Headquarters
University of Brighton
Faculty of Arts
School of Art, Design and Media
Grand Parade
Brighton
BN2 0JY
United Kingdom

 

 

 

10. Book, 2016:

 

Digital Synesthesia

A Model for the Aesthetics of Digital Art

 

Edited by: Katharina Gsöllpointner , Ruth Schnell and Romana Karla Schuler

 

De Gruyterbrill

 

.

 

 

 

 

 

 

Making consistent volatile ideas by broadcasting bio-information through plants, DNA, worms and Radio Frequencies

 

 

Marcello Mercado

Making consistent volatile ideas by broadcasting bio-information through plants, DNA, worms and Radio Frequencies, 2007

 

Bio-Performance / Bio-Installation, 2007

 

 

In Making consistent volatile ideas by broadcasting bio-information through plants, DNA, worms and Radio Frequencies, Marcello Mercado crafts a meditation on mortality, memory, and the biological archive, unfolding across two interconnected actions in Kassel and Brühl in 2007. Initiated by the extraction of DNA from red poppies gathered from Sanja Iveković’s Poppy Field at Documenta Kassel, and culminating in its dissolution into the aquatic habitat of Biomphalaria glabrata worms, the project weaves together ephemeral transmission, organic processes, and technological mediation.

.

At its core, the work proposes a volatile circuit of memory: by transmitting the worms’ own genomic sequences back to them via walkie-talkies, Mercado reenacts an ancient gesture—the whispered reminder of mortality to a triumphant general—reinscribed into the molecular language of life. Rather than offering a static image of death, the piece stages a living, recursive inscription, where information becomes both a medium and a memento.

.

The project aligns with ideas of media deep time, where archives are not merely human inventions but are entangled with biological and environmental substrata. Rather than preserving information, Memento Mori Genómico lets it mutate and circulate, embodying a processual temporality that challenges linear notions of memory and death. The unstable transmission through radio frequencies mirrors the instability inherent in biological memory itself, where error, mutation, and dissolution are constitutive forces.

.

Drawing implicitly from contemporary curatorial thinking that sees archives as dynamic, entropic systems—never fixed, always partial—the performance dissolves the separation between biological material, technological mediation, and cultural residue. It suggests, as certain strands of contemporary theory have proposed, that every act of storing, transferring, and sharing information is also an act of transformation and loss.

.

In this fluid landscape, biological entities are no longer passive subjects of observation but active carriers of information, echoing broader shifts in contemporary bio-art towards performative, unstable, and relational practices. Mercado’s choice to use the fragile and modest technology of walkie-talkies further displaces the narrative of technological mastery, foregrounding instead a poetics of vulnerability and transmission error.

.

Between Kassel’s global stage and the quieter, hidden life of Brühl, Memento Mori Genómico moves between monumental cultural time and the microscopic temporality of organic life. It inhabits a space where memory is not monumentalized but continuously renegotiated—where archives are not preservations of presence, but processes of inevitable metamorphosis.

In the end, Mercado’s work suggests that mortality, memory, and information share a deeper kinship: all are fleeting, porous, and materially bound. All are, inevitably, transmitted with noise.

.

Marcello Mercado
Making consistent volatile ideas by broadcasting bio-information
through plants, DNA, worms and Radio Frequencies, 2007

Bio-Performance – Bio-Installation,
04′ 00″
stereo 4:3
colour

 

 

 

 

transferring, storing, sharing and hybriding: The perfect humus

 

Marcello Mercado

Transferring, Storing, Sharing, and Hybriding: The perfect humus, 2010 – 2011


Series of Ephemeral Video-Installations

.

In Transferring, Storing, Sharing, and Hybriding, a series of ephemeral video-installations created in 2010 – 2011, Marcello Mercado addresses the unstable materialities of memory, inheritance, and technological residues. Drawing from the human genome, sound art, satellite streams, and digital archives, these works cultivate a living humus where organic and synthetic legacies are intertwined, constantly shifting, never fixed.

.

Memory is not presented as a static repository but as a volatile negotiation—a territory of transmission, mutation, and erosion. Information, whether embedded in DNA sequences or encoded in cultural databases, leaks, hybridizes, and transforms. It is less about the accumulation of gigabytes, terabytes, or zettabytes, and more about the precarious entanglements that such excess inevitably generates.

.

Set within natural environments, these installations articulate an ecology of interdependencies: moss, water, wood, speakers, radio waves, and glass vials compose fragile assemblages where the biological and the technological are co-implicated. Rather than illustrating hybridity, the work enacts it, inserting the viewer into circuits of multispecies, multimodal transmission. The satellite feed merges with the genome, the sound frequencies seep into the moss, the archival impulse dissolves into entropy.

.

Contemporary existence, the installations suggest, is conditioned by acts of translation, contamination, and remix. Storage becomes indistinguishable from distortion; preservation, from mutation. Rather than clinging to the idea of pristine archives, Transferring proposes memory as a field of unstable assemblages, a site where pasts and futures cross-contaminate each other.

.

This sensibility resonates with a broader shift in curatorial and theoretical practices toward non-linear temporalities, recursive histories, and distributed agencies. The installations breathe with the recognition that every archive—genetic or digital—operates under conditions of uncertainty, exposed to forces beyond control. Storage is never neutral; it is a practice haunted by loss, noise, and decay.

By embracing the ephemeral, Mercado’s work departs from traditional notions of durability and fixity. It stages memory as performative, fugitive, and entangled with material processes of transformation. The event of the installation is not a means to preserve information, but a way to let it mutate and regenerate—through sound, matter, time.

.

In Transferring, no single medium or agent holds primacy. Human, machine, organism, and environment form shifting networks of action and reaction, echoing deeper inquiries into posthuman entanglements and networked materialities. Information is neither inert nor pure: it is an active participant in an ecology of residues.

.

Ultimately, these ephemeral constellations reflect a vital awareness: that in an era of accelerating technological proliferation, what matters is not the preservation of stable identities, but the capacity to inhabit instability, to cultivate porous, living archives that remain open to transformation.

.

Marcello Mercado

transferring, storing, sharing, and hybriding: The perfect humus

Hybrid-DNA-Performance-Bio-installation

2010-2011, Germany

Running time: 16’23»

4:3

Colour/B/W

Music by Marcello Mercado

 

 

.

DELETE

 

 

Marcello Mercado

DELETE

Interactive Video Installation

.

In DELETE, language ceases to be a transparent medium for communication and becomes both subject and residue. Conceived in 2012 as an interactive video installation, the project reflects on the impossibility of truly erasing information within digital and mental architectures. Instead, it proposes the invention of a maintenance-language: an operational system that paradoxically seeks to erase by generating a new linguistic code.

.

At the core of the installation lies a speculative alphabet composed of 210 graphemes, each detached from conventional meaning. A grapheme in DELETE is not an «A» or a «B,» but a carrier of fluid semantic densities—philosophical texts, visual data, noise, or pure absence. The work articulates what Simon Sheikh has termed a “linguistic act,” wherein the action of writing, speaking, or coding constitutes an autonomous mode of being rather than a tool of communication. In this context, DELETE manifests not merely as a representation of language, but as an ongoing event of linguistic exhaustion and reconfiguration.

.

Throughout the performance-installation, the artist engages in a glossolalic duel: seated before the audience, typing on a laptop while simultaneously articulating invented sounds. Language here is dismantled, compressed, re-coded, and finally suspended in a liminal state between visibility and erasure. The public is invited to participate, not by deciphering meaning, but by contributing their own residues of thought—thus enacting a collective maintenance of mental debris.

.

This mechanism resonates with Beatrix Ruf’s reflection on contemporary art’s inclination toward «contaminated systems,» where meaning is always already inflected, unstable, and exposed to collapse. DELETE embraces such contamination, understanding deletion not as a return to purity, but as a continuous cycle of residue production. The act of «deleting» becomes, paradoxically, a generative force—a production of new illegible archives.

.

The philosophical tension between inscription and annihilation is further underscored by the use of digital tools: projectors, laptops, audio systems, and satellite data streams, all forming a fragile ecology where deletion leaves inevitable traces. In this sense, Daniel Birnbaum’s notion of «chronology loops»—moments where linear time folds back onto itself—is mirrored in DELETE: every attempt at erasure re-inscribes itself, creating new temporalities within the act of forgetting.

.

Through this critical engagement with language and digital memory, DELETE also echoes the concerns articulated by curators such as Hans Ulrich Obrist and Maria Lind regarding the unstable thresholds between performance, documentation, and residual materiality. What remains after the gesture of deletion is not emptiness but a sedimented field of semiotic debris—a landscape of ghost-meanings.

.

Finally, the performative logic of DELETE aligns with the traditions of language-performance outlined by RoseLee Goldberg, yet extends them into the space of algorithmic and infrastructural critique. By treating deletion as both a technical impossibility and a poetic necessity, Mercado confronts us with the ultimate paradox of the digital condition: that to erase is, inevitably, to create.

.

 

Marcello Mercado

DELETE/ Löschen, 2012

HD single channel video, 10min 05sec

B/W Stereo, 16:9

Interactive Video Installation

.

 

 

 

 

 

Prix Ars Electronica 2012

30.08.2012 – 03.09.2012

Price: Anerkennung – Honorary Mention
Category: Interactive Art
Marcello Mercado
Löschen/ DELETE [+]

ARS ELECTRONICA ARCHIVE – PRIX

 

 

 

 

DELETE, Performed by Marcello Mercado, Palazzo Re Enzo (Bologna), Call4roBOt, 2005

 

 

 

Marcello Mercado, DELETE, Installation, La Ira de Dios Gallery; Buenos Aires, 2014

.

.

Transitory Artefacts: : A Journey through Time and Media

 

 

 

 

 

Marcello Mercado

Transitory Artefacts: : A Journey through Time and Media

2000 -2025

 

 

 

Dead Code Anatomies

 

 

The Economy of Residues: Temporal Assemblages of Capital and Body

 

 

Gödel Suite, 2009

 

 

Marcello Mercado: Gödel Devices and Epistemic Apparatuses: A Performative Construction (Geneva, 2006)

 

 

Marcello Mercado: Images become containers; containers become images: A Performance in Seven Movements, 2005

 

 

DELETE

 

Bestiary for the Minds of the 21st Century: Genomic Opera

 

transferring, storing, sharing and hybriding: The perfect humus

 

 

Trace, Burn, Archive, 2005 – 2008

 

 

Index – Generator, Performance, 2004

 

 

 

Listening the chromosome 17, 1-channel Video Installation, 2023

 

 

Human Genome re-Activation – Low Lives 3 International Festival of Live Networked Performances, 2011

 

 

To whom belongs the Time?

 

 

 

How to explain to a dead mole the difference between…? Performance, 2001

 

 

Azimuth 77, Performance, 2006

 

 

Confinment, Artist´s book, 82 pages, 2020

 

Making consistent volatile ideas by broadcasting bio-information through plants, DNA, worms and Radio Frequencies

 

 

The algorithm, 2024, Process art – New media art – AI

 

 

How leopards caught leopards

 

 

Burning Garden – 2024

 

 

Curves, compost, forecasts and closures, Performance, 2020

 

 

 

 

The Economy of Residues: Temporal Assemblages of Capital and Body

 

Marcello Mercado

The Economy of Residues: Temporal Assemblages of Capital and Body

1996 . 2004

 

 

The Economy of Residues (2004) is an experimental performance-installation articulating biological material, cognitive labor, and technological obsolescence into an operative system. Through the controlled circulation of human urine collected during readings of Das Kapital, a transitional cash register from early 20th-century commerce, and projected video documentation, the work constructs a closed field where processes of expenditure, decay, and thought are directly observed. The Economy of Residues (2004) proposes a model for studying parallel economies of waste and value at the intersection of body, text, and apparatus.

 

 

 

Between April 8 and 13, 2004, Marcello Mercado presented the performance-installation The Economy of Residues in a temporary exhibition space, Kunst Klub Köln, located at Hans-Böckler-Platz/Bahnhof West, Cologne. The event was curated by Marcus Broecker,


The work consisted of three operational phases involving video projection, bodily material extraction, and the construction of a closed circulation apparatus. The project maintains an analytical approach to the relationships between human biological processes, intellectual labor, and obsolete technological devices within capitalist economies.

 

Phase 1: Archival Projection (1996–2004)

A video recorded in 1996 in Córdoba, Argentina, documents the artist’s initial verbal explorations in the week he received a $20,000 grant from the Rockefeller Foundation and the John D. and Catherine T. MacArthur Foundation for a project centered on Karl Marx’s Das Kapital.
The projection registers a disorganized, pre-discursive attempt to articulate the conceptual field of the project. No narrative structure is imposed on the material; the video operates as clinical documentation of the project’s origination state, prior to formal articulation. The projected image functions as a temporal anchor, situating the installation within a multi-phasic economy of intellectual labor and capital investment.

.

.

.

Phase 2: Biological Material Extraction (2003–2004)

Subsequent to intensive reading sessions of chapters 8, 17, and 22 of Das Kapital, Mercado collected his own urine.
Each sample was gathered immediately post-reading, without delay, ensuring minimum metabolic deviation. The urine was not chemically treated or altered. No external agents were introduced.
The biological material was treated as a direct index of cognitive expenditure — operational and measurable: a secretion corresponding precisely to a defined act of intellectual labor.

Following the work of Shannon Jackson and Rebecca Schneider on performance as maintenance and residue, Mercado established a strict procedural economy: the materiality of bodily waste was integrated into the performative system.

.

.

.

Phase 3: Circulation Apparatus Assembly (2004)

The central physical structure was assembled using:

1. An early 20th-century antique wooden cash register (Whoppah), height 46 cm, width 38 cm, depth 53 cm, built in oak. This wooden cash register represents a transitional phase between the early cast iron mechanical registers (such as those produced by NCR) and the later electric or digital models.
Crafted largely by hand and often produced in limited series, many of these pieces featured oak finishes, typical of models designed for prestigious businesses at the beginning of the twentieth century, including pharmacies, watchmakers, and banks.
An emblem of commercial culture, this type of register reflects the flourishing of urban retail markets and the growing trust in the mechanical recording of financial transactions.
Numerous manufacturers specialized in commercial instruments and registers during this period, such as Anker Werke, based in Bielefeld. This particular piece was acquired at an auction in Cologne in 2003.

2. Transparent rubber tubing connecting the urine to internal channels within the cash register.

3. Laboratory glassware, including thermometers

4. Surgical scissors for potential manual interventions.

5. Corrugated cardboard structures for stabilization.

.

The urine samples were circulated through the internal body of the cash register via gravity and manual intervention, without mechanical pumps. The device was fully visible to the audience, placed directly on the gallery floor without pedestals or protective barriers.

In the logic of media archaeology as developed by Siegfried Zielinski, the selection of a transitional technological device — an analog, partially manual cash register — functions  as a concrete insertion of temporal obsolescence into a living circuit. The cash register, designed for quantification and validation of value, was reoperationalized as a substrate for biological residues.

.

.

Analytical Considerations

 

The installation frames a closed operational circuit where material processes unfold without recourse to symbolic functions. Urine, extracted post-cognitive exertion, is circulated through a technologically obsolete device, repurposed not for historical reference but for the real-time management of metabolic waste.

The projection of the 1996 video establishes a temporal axis of deferred action, recording the project’s initial cognitive investment and linking it materially to the physiological outputs of reading and analysis performed years later.

Biological material, intellectual energy, and mechanical infrastructure interact under controlled parameters, generating a live field of procedural operations.

The apparatus neither represents nor signifies. It activates. It institutes real economies of transformation, linking bodily waste, cognitive depletion, and technological redundancy in a dynamic operational ecology.

The Economy of Residues delineates an operative field where cognitive, biological, and technological residues are no longer separated by disciplinary boundaries but analyzed as components of a continuous system of expenditure and transformation.Each temporal stratum remains autonomous while linked through the procedural logic of the work.

.

.

.

.

.

.

.

.

.

.

Dead Code Anatomies

 

Marcello Mercado

Dead Code Anatomies

Installation

1990 – 2025

 

 

Dead Code Anatomies is a series of four algorithmic scripts that address the mechanisms by which physical violence is filtered, refracted, and suppressed by systems of procedural representation. Each work is based on a black and white analog photograph taken in 1990 using Kodak Plus-X 125 film. The photographs depict four indigenous individuals from the Qom people of Roque Sáenz Peña, Chaco, Argentina. At the time of the photograph, three of the children were smiling. Their mother, however, refused to be photographed; her image appears blurred due to her movement while hiding.

 

Thirtyfive years later, these blackandwhite images are reproduced visually and also reprocessed through algorithmic code. This rewriting does not reconstruct the analog moment – it distorts and encodes its afterlife. The algorithms do not articulate a testimony, but a systemic latency. Violence is not shown, but operated; it is rendered procedural, filtered through structures of malfunction, exception, and protocol collapse. The resulting works produce what might be called algorithmic remnants: structural residues of trauma stored in unresolved functions, aborted execution paths, and controlled error environments.

 

Each algorithm is printed on paper, framed in black, and placed behind glass. The four frames are mounted on a white wall in a linear arrangement. Below each frame, the corresponding analog photograph, taken in 1990, is affixed directly to the wall with visible tape. The photographs retain their original format and scale. The exhibition space is lit with soft, diffused white light. The floor is gray concrete. The installation is minimal but preciseforegrounding the tension between materiality, evidence, and procedural abstraction.

 

This configurationthe physical copresence of code and imageanchors the work within the field of algorithmic photographic installation. The analog photographs suggest a past moment of apparent tranquility or even joy; the algorithmic layers introduce a speculative but historically grounded prognosis: one in which the photographed bodies may have been subjected to institutional abandonment, racialized violence, or systemic neglect.

 

Time in this series is not linear, but procedural. The 35-year gap functions as latency: a deferred reckoning processed through media protocols, archival dysfunction, and institutional delay. Violence is not archived – it is coded. And what remains is not memory but dead code.

 

The scripts simulate different modes of institutional failure:

 

 

Part I maps trauma within facial regions and destabilizes clinical coherence.

 

 

 

Part II codifies signs of abuse but collapses under semantic overload, triggering a silent mode.

 

 

 

Part III references sexual violence, generating illegible syntax and fragmented output.

 

 

Part IV enacts censorship protocols when thresholds of resistance or rupture are detected.

 

 

 

.

 

 

 

(Spanish)

 

Anatomías de código muerto
Instalación
1990 – 2025

Anatomías de código muerto es una serie de cuatro scripts algorítmicos que abordan los mecanismos mediante los cuales la violencia física es filtrada, refractada y suprimida por sistemas de representación procedimental. Cada obra parte de una fotografía analógica en blanco y negro tomada en 1990 con película Kodak Plus-X 125. Las imágenes retratan a cuatro personas indígenas de la comunidad Qom en Roque Sáenz Peña, Chaco, Argentina. En el momento de la toma, tres de los niños sonreían. Su madre, en cambio, se negó a ser fotografiada; su imagen aparece movida debido a su desplazamiento al ocultarse.

Treinta y cinco años más tarde, estas imágenes en blanco y negro son reproducidas visualmente y también reprocesadas mediante código algorítmico. Esta reescritura no reconstruye el momento analógico: lo distorsiona y codifica su persistencia. Los algoritmos no articulan un testimonio, sino una latencia sistémica. La violencia no se muestra, sino que se ejecuta; se convierte en procedimiento, filtrada a través de estructuras de malfunción, excepción y colapso de protocolos. Las obras resultantes generan lo que puede denominarse restos algorítmicos: residuos estructurales del trauma almacenados en funciones no resueltas, rutas de ejecución abortadas y entornos de error controlado.

Cada algoritmo se imprime en papel, se enmarca en negro y se presenta detrás de un vidrio. Los cuatro marcos se disponen en línea sobre una pared blanca. Debajo de cada marco, la fotografía analógica correspondiente, tomada en 1990, se adhiere directamente a la pared con cinta adhesiva visible. Las fotografías conservan su formato y escala originales. El espacio expositivo está iluminado con luz blanca difusa. El piso es de hormigón gris. La instalación es mínima pero precisa: subraya la tensión entre materialidad, evidencia y abstracción procedimental.

Esta configuración —la copresencia física de código e imagen— sitúa el trabajo dentro del campo de la instalación fotográfica algorítmica. Las fotografías analógicas sugieren un momento pasado de aparente calma o incluso alegría; las capas algorítmicas introducen una prognosis especulativa, pero históricamente fundamentada: una en la que los cuerpos fotografiados pudieron haber sido objeto de abandono institucional, violencia racializada o negligencia sistémica.

Los scripts simulan diferentes modos de fallo institucional:

Parte I mapea el trauma en regiones faciales y desestabiliza la coherencia clínica.

Parte II codifica signos de abuso pero colapsa por sobrecarga semántica, activando un modo de silencio.

Parte III refiere a la violencia sexual, generando sintaxis ilegible y salida fragmentada.

Parte IV activa protocolos de censura cuando se detectan umbrales de resistencia o ruptura.

El tiempo en esta serie no es lineal, sino procedimental. El intervalo de 35 años funciona como latencia: un ajuste diferido procesado a través de protocolos mediáticos, disfunción archivística y demora institucional. La violencia no se archiva: se codifica. Y lo que permanece no es memoria, sino código muerto.

.

.

(German)

Toter Code Anatomien
Installation
1990 – 2025

Toter Code Anatomien ist eine Serie von vier algorithmischen Skripten, die die Mechanismen untersuchen, durch welche physische Gewalt von prozeduralen Repräsentationssystemen gefiltert, gebrochen und unterdrückt wird. Jede Arbeit basiert auf einer analogen Schwarzweiß-Fotografie, die 1990 mit Kodak Plus-X 125-Film aufgenommen wurde. Die Fotografien zeigen vier indigene Personen des Qom-Volkes aus Roque Sáenz Peña, Chaco, Argentinien. Zum Zeitpunkt der Aufnahme lächelten drei der Kinder. Die Mutter weigerte sich jedoch, fotografiert zu werden; ihr Bild ist verwischt, da sie sich während der Aufnahme verbarg.

Fünfunddreißig Jahre später werden diese Schwarzweiß-Bilder sowohl visuell reproduziert als auch durch algorithmischen Code neu verarbeitet. Diese Umschreibung rekonstruiert nicht den analogen Moment – sie verzerrt und codiert sein Nachleben. Die Algorithmen formulieren kein Zeugnis, sondern eine systemische Latenz. Gewalt wird nicht gezeigt, sondern ausgeführt; sie wird prozedural, gefiltert durch Strukturen des Fehlverhaltens, der Ausnahme und des Protokollzusammenbruchs. Die resultierenden Werke erzeugen sogenannte algorithmische Überreste: strukturelle Rückstände von Trauma, gespeichert in ungelösten Funktionen, abgebrochenen Ausführungspfaden und kontrollierten Fehlerumgebungen.

Jeder Algorithmus wird auf Papier gedruckt, schwarz gerahmt und hinter Glas präsentiert. Die vier Rahmen sind in linearer Anordnung an einer weißen Wand montiert. Unter jedem Rahmen ist das entsprechende analoge Foto von 1990 direkt mit sichtbarem Klebeband an die Wand geklebt. Die Fotografien behalten ihr ursprüngliches Format und Maß bei. Der Ausstellungsraum ist mit weichem, diffusem Weißlicht beleuchtet. Der Boden ist aus grauem Beton. Die Installation ist minimal, aber präzise – sie betont die Spannung zwischen Materialität, Evidenz und prozeduraler Abstraktion.

Diese Konfiguration – die physische Ko-Präsenz von Code und Bild – verankert die Arbeit im Feld der algorithmischen fotografischen Installation. Die analogen Fotografien deuten auf einen vergangenen Moment scheinbarer Ruhe oder sogar Freude hin; die algorithmischen Schichten hingegen führen eine spekulative, aber historisch fundierte Prognose ein: eine, in der die abgebildeten Körper institutionellem Verlassen, rassifizierter Gewalt oder systemischer Vernachlässigung ausgesetzt gewesen sein könnten.

Die Skripte simulieren verschiedene Formen institutionellen Versagens:

Teil I kartiert Traumata in Gesichtsregionen und destabilisiert klinische Kohärenz.

Teil II codiert Anzeichen von Missbrauch, kollabiert jedoch unter semantischer Überlastung und aktiviert einen Schweigemodus.

Teil III verweist auf sexuelle Gewalt, erzeugt jedoch unlesbare Syntax und fragmentierte Ausgaben.

Teil IV setzt Zensurprotokolle in Gang, sobald Widerstands- oder Bruchschwellen erkannt werden.

Zeit ist in dieser Serie nicht linear, sondern prozedural. Das 35-jährige Intervall fungiert als Latenz: eine verzögerte Auseinandersetzung, verarbeitet durch mediale Protokolle, Archivdysfunktionen und institutionelle Verzögerung. Gewalt wird nicht archiviert – sie wird codiert. Und was bleibt, ist nicht Erinnerung, sondern toter Code.

 

Gödel Suite, 2009

 

Marcello Mercado

Gödel Suite, Baden-Baden

1h Performance

2009

 

 

 

 

 

This one-hour performance took place in the Napoleon Suite of a hotel in Baden-Baden in 2009. The artist staged a clinical operation with two plastic containers, each containing compost, California red worms (Eisenia fetida), and a printed version of one of Gödel’s two incompleteness theorems. Each container was assigned a specific theorem – the first and second, respectively – creating an operational dissociation.

The performance followed a precise protocol. Both containers were placed on the bed of the suite, on a sterilized white surface. A laser device was positioned to intermittently activate beams directed at the compost masses. Throughout the one-hour duration, fragments of Gödel’s theoretical formulations – translated into sound – were transmitted to the containers via a CD player and a portable military radio system. No outside audience was present. No symbolic gestures were made.

The action was clinically closed. A sterilized green surgical drape was used to cover the entire scene at the end of the procedure. No commentary was provided and no textual explanation was provided at the site.

 

 

This work does not intend to represent Gödel’s theorems. It acts upon them. The performance subjects these theorems – considered fundamental limits of formal logic – to biological decomposition. The worms digest without interpretation. The artist does not take authorship of the decomposition, but becomes its procedural agent. The plastic containers function as epistemological cells: finite environments with a strictly defined purpose.

 

 

 

 

 

In line with Gödel’s formulation of incompletenesswhere any consistent formal system capable of expressing basic arithmetic is necessarily incomplete performance introduces an irreversible event: Decomposition. Once subjected to decay, the logical integrity of the theorems is no longer preserved as a cognitive artifact, but as an organic residue. The separation of the two theorems into independent composts suggests a dissociation of limits: one of provability, the other of system self-validation. They are not opposed to each other, but parallel to each other and degraded separately.

Here, the clinical approach to logic resonates with contemporary curatorial frameworks. Anita Haldemann’s forensic treatment of conceptual drawing, Chus Martínez’s investigations into speculative epistemologies, and Sebastián Vidal Mackinson’s curatorial approaches to logic-based performativity all support readings that locate performance not in allegory but in direct, structured operation.

 

 

 

 

 

Duration plays a critical role. The worms act slowly. The performance does not document transformation – it initiates it. The artist does not accelerate, complete, or alter the natural pace of the event. The decomposition remains partially invisible, imperceptible within the given time frame, yet fully initiated. Maria Lind’s writing on «compost politics« provides a lens for understanding slow, non-representational knowledge production. Similarly, Rosa Lleó’s interest in post-natural time and Catherine de Zegher’s focus on invisible spatial gestures enrich the reading of this temporal layer.

 

 

 

Light Intervention: A handheld laser traced subtle lines across the compost bins, activating the performative space as a site of speculative measurement-mapping invisibilities and referencing both data collection and epistemic limits.

 

 

The decomposition of the theorems into their own containers-each a closed system-materialized Gödel’s insight that no formal system can be both complete and consistent. The worms acted as biological agents enacting undecidability, devouring the internal limits of reason itself.

 

 

This work continues Mercado’s exploration of the body, language, and information as ephemeral substrates. The performance recalls early interventions in conceptual and bodybased practices, while establishing a new dialogue with strands of bioart that explore identity, decay, and technoorganic thresholds.