All activity
Poetry3D is an artistic visualization project that transforms poems into 3D semantic trees. It demonstrates core concepts of modern AI: tokenization, vector embeddings, vector databases, and cosine similarity.
The AI revolution is fundamentally about how data is stored and processed. The basic unit of data is a token — typically shorter than a word (subword units), but for this project we treat each word as a token.

Poetry3DTransforms poems into 3D semantic trees.
Konrad Mąkosaleft a comment
I’ve always been fascinated by how Large Language Models "understand" our world. To us, a poem is a sequence of words. To an AI, it's a complex map of coordinates in a massive, 1,536-dimensional space. I wanted to bring this invisible geometry to life. That’s why I built Poetry3D. The Concept: Every word has a position based on its meaning. In this project, I take those high-dimensional...

Poetry3DTransforms poems into 3D semantic trees.
