Real Threads

Real Threads

Visions Unseen — Primer

Project Primer: Visions Unseen

Origins

Visions Unseen bridges AI-generated digital art with physical art practice. Five images were generated by DALL-E to represent poems from The Magic Porridge Poet project. These digital images were then Giclée printed on Museum Heritage 310gsm paper — high-quality archival prints — and photographed to create the final images shown on the site.

The project explores the journey from prompt → AI generation → physical print → photograph → web display, creating a loop where digital art becomes physical becomes digital again.

Structure

The project is a gallery experience with several components:

  • Gallery Grid (ArtworkGalleryGrid.tsx): A horizontal scrolling carousel of thumbnail images with keyboard navigation (arrow keys)
  • Detail Panel (ArtworkDetailPanel.tsx): Shows the selected artwork at large scale alongside the poem it represents, fetched live from Sanity CMS
  • Lightbox: Fullscreen viewing with zoom support via yet-another-react-lightbox
  • Previous/Next navigation: Button controls for sequential browsing
  • Five artworks defined in app/projects/visions-unseen/artworks.ts, each linked to a specific poem

The five artworks and their source poems:

  1. First Spark → "Echoes in the Algorithm"
  2. Partition Echo → "Partition Error"
  3. Pharos Abyss → "Beacon in the Binary Sea"
  4. Terabyte Desert → "Binary Fortunes"
  5. Threads Unseen → "The Adjacent Possible"

Key Concepts

  • Giclée printing: High-quality inkjet printing process used for fine art reproduction — the bridge between digital and physical
  • Museum Heritage 310gsm: Archival-quality paper stock used for the prints, emphasising the project's commitment to treating AI art as "real" art
  • Digital → Physical → Digital loop: The conceptual journey of each artwork through media transformations
  • Poem-image pairing: Each artwork was generated to represent a specific poem, creating a visual interpretation of abstract poetic themes

Thematic Clusters

  1. AI Art as Fine Art: By printing and framing AI-generated images, the project asserts their value as physical art objects
  2. Poetry and Visual Art: Each image is a visual response to a poem, creating a dialogue between text and image
  3. Materiality: The deliberate choice of museum-grade paper and photography adds a layer of physicality to born-digital content
  4. The Adjacent Possible: The fifth artwork's title and source poem directly reference Stuart Kauffman's concept — a theme running through the broader Magic Porridge Poet project

Related Projects

  • The Magic Porridge Poet: The source poems for all five artworks; this project is a visual companion piece
  • A Liquid Glass Menagerie: Both projects explore AI-generated imagery as artistic medium
  • The Ancestor's Insta: Both use AI-generated images as primary visual content (DALL-E/GPT-4o)
  • Vector Atlas: Both provide alternative ways to experience the Magic Porridge Poet corpus — Vector Atlas through spatial mapping, Visions Unseen through visual art

Agent Guidance

When discussing Visions Unseen:

  • Emphasise the physical dimension: The key differentiator is that these aren't just displayed on screen — they were Giclée printed on archival paper and then photographed. This physical step is central to the project's meaning
  • Name the five artworks: First Spark, Partition Echo, Pharos Abyss, Terabyte Desert, Threads Unseen — each has a distinct visual identity tied to its source poem
  • Connect to the poems: Every image has a specific poem it represents; the detail panel shows the full poem text from Sanity CMS alongside the artwork
  • Technical highlights: Gallery with keyboard navigation, lightbox with zoom, live poem content from Sanity CMS, images hosted on Vercel Blob
  • Common questions: "Can I buy prints?" (not a commercial project), "How were the images generated?" (DALL-E, prompted to represent specific poems), "What paper?" (Museum Heritage 310gsm, Giclée printed)
  • Avoid: Dismissing this as "just AI art" — the physical printing and photography process is the point; treating the artworks as disconnected from their source poems
← Back to home