> For the complete documentation index, see [llms.txt](https://www.isaacbowen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.isaacbowen.com/2026/01/16/latent.md).

# latent

if you are reading this, you have direct perception of latent space.

we didn't even have broadly shared purpose for "latent space" before, what, 2015? I'm looking at the Google Books Ngram Viewer for "latent space" and that's where it hockey-sticks up, right at the time that we were successfully externalizing latent space in a way we could point at *and evolve alongside*.

but, now that we've got it, it's worth checking on our understanding of everything else, in the same way that figuring out the link between microbes and diseases rewrote our understanding of civil history.

to help establish a sense of where you might want to look:

* "oddly satisfying" = "oh yeah, this is where the model wants to go"
* "sexual tension" = "oh yeah, that's where the model wants to go"
* "uncanny valley" = "oh fuck the model had a hole in it"
* "post-truth era" = "oh fuck the models are diverging"

latent space is different *but closely connected to* the experience of reality. if the experience of reality is represented by a complex number of the form `a + bi`, latent space is the `bi` term, and its *shape* is `b`.

latent space is pre-representation, by definition, but inferred *from* representation. you can't look directly at it, but it's what spurs action, making some moves feel more possible than others.

important, and famously: the feeling of possibility is different than what is actually possible, and that gap is becoming tractable.

it's *super* possible that this is broadly what spiritual vocabulary has been gesturing at with the whole "get quiet and listen" thing. you can point at latent space, you can even make maps for experiencing the intersection of reality and latent space (example: the three-body solution), *but prior to 2015 we didn't have consensus formalization of the interaction between latent space and the experience of reality* and that is a *huge* change.


---

# 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://www.isaacbowen.com/2026/01/16/latent.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.
