These are my working notes for a (possibly new) project. It’s a draft notebook of open questions I have and ideas I think are interesting, including thoughts and perspectives I might not necessarily agree with.

<aside> ✨ AI Summary

This document discusses the author's working notes and ideas for creating better interfaces for dialogue. The author explores concepts such as branching, spatial interfaces, searching in the context of 2D branches, quotations and annotations, and provides a draft sketch of their proposed design. The document also references prior art and provides visual illustrations.

</aside>

Motivations

Stable Diffusion XL: “3 or 4 boy and girl friends talking to each other with animated expressions, a web of hundreds of floating mystical 3D vibrant colorful speech bubbles with textlines glowing above their heads, dreamlike from Studio Ghibli, color-grading, intimate candlelit fireside lighting”

Stable Diffusion XL: “3 or 4 boy and girl friends talking to each other with animated expressions, a web of hundreds of floating mystical 3D vibrant colorful speech bubbles with textlines glowing above their heads, dreamlike from Studio Ghibli, color-grading, intimate candlelit fireside lighting”

I started building a personal interface for dialogue with language models called Dual, because I wanted a proxy I could use to switch between speaking with ChatGPT and my own self-hosted language models. Then I realized I could make the interface itself more interesting than the one commonly found.

I’m constrained by my own API, which provides a single endpoint, /chat, that takes messages in an existing conversation thread and generates one new message from the language model. This seems general, but prevents use cases like:

0_3 or 4 boy and girl friends talking to each other _esrgan-v1-x2plus.png

0_3 or 4 boy and girl friends talking to each other _esrgan-v1-x2plus (2).png

Some ideas I started with:

Working notes

Chatting with Glue

Conversations are fundamentally nonlinear, and forcing linearity on it often leads to strange workarounds and cowpaths.

Untitled

Glue also makes many references to Outlines, a specific interesting kind of data structure for textual information.

Spatial interfaces