# 2.1 What is AI Art?

AI Art (Algorithmic Art): AI Art or Algorithmic Art is a form of visual art where the design is generated by an algorithm. It's a subset of generative art and is related to systems art. Algorithmic artists, sometimes referred to as algorists, use mathematical, computational, or generative input to create art. The process may include computer code, functions, expressions, or other algorithms that determine the final form of the artwork.

The creation of AI art can be executed on a computer or a cluster of computers, and the final output is typically displayed on a computer monitor, printed with a raster-type printer, or drawn using a plotter. Variability can be introduced by using pseudo-random numbers, and the algorithm may operate on existing images or generate new ones.

<figure><img src="/files/wHCXHCYZTTVf01gpw80I" alt=""><figcaption><p><em><strong>1 vs 1</strong></em></p></figcaption></figure>

Fractal art is an example of algorithmic art, and the field also includes other varieties such as those using genetic algorithms. The role of the artist in the creation process is essential, as they devise the algorithm and may introduce external factors or organic gestural input to modify the algorithm's output.

AI art is not limited to digital forms; some artists have used algorithms to produce paintings that visualize music without using a computer. The field continues to evolve, reflecting the ongoing role of algorithms in society and art.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://recktangle.gitbook.io/recktangle/section-2-the-nft-marketplace-landscape/2.1-what-is-ai-art.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
