> For the complete documentation index, see [llms.txt](https://recktangle.gitbook.io/recktangle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recktangle.gitbook.io/recktangle/section-2-the-nft-marketplace-landscape/2.1-what-is-ai-art.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
