I build ChatGPT-2D with the idea to enable people to branch AI conversations interactively, pose contextual questions based on AI response and visualize your entire dialogue on a 2 dimensional map interface. What do you think?
This is a really good idea, I wish I had thought of it. Thinking of chat as a graph instead of a list is very weird and very cool.
I think this could be especially useful in a research context where someone is trying to evaluate the performance of a model. Sometimes you just want to compare how a model responds with and without certain context, and doing so with the classic UI is cumbersome.
To be clear; what you say you're interested in seeing is having this graph structure (a singly rooted n-ary tree) expressed as a, and I quote “a vector space 𝔤 together with an alternating bilinear map 𝔤 × 𝔤 → 𝔤 that satisfies the Jacobi identity”
It could also just be used to understand basic concepts with detail. The subcategories and different "priority" you can make with this mindmap layout is strong!
You have probably one of the best landing pages I have seen in a long time for a new product. There's no BS, in 10 seconds I can understand what the idea is about. Well done!
It was two-hour work (with the help of AI, of course). I was inspired by Midjourney (credit to them). But, yeah, as a nerd, I do not know how to bullshit. So I thought it's easier (for me) just to put the demo video and a tagline. Didn't even bother to write a description.
I've been working on something very similar in the past three weeks. Just out of curiosity, what have you used for the layout?
In my project I used reactflow for all things graph and dagre for the layouting (together with some custom hooks to make it work with variable size nodes).
I'm not sure if I will try to monetise it or if I will simply open-source it. Probably the latter because when building time is over and marketing time starts, I get very bored and lose interest soon.
I'm really enjoying the Superus-101 playground for newbies! I've been playing around with it for a while now, and I find it really helpful for brainstorming. However, I did notice that the waiting time for a response can be a bit long. Do you think it would be possible to implement streaming and concurrent modes for generating new nodes in the graph?
Hey! Glad you're enjoying the Superus-101 playground ! The waiting time (ragard a single thread) is actually dependent on OpenAI, with avg wait around 8-15 sec , not much I can do there. But, concurrent threads? Cool idea, definitely worth exploring! Thanks!
Very cool! Could definitely see myself using this. Out of curiosity, what's the visualization library you're using to generate the boxes/lines/zoom in-out canvas? Or is that all native to your app? Building something unrelated and looking for something like this
I did this manually myself to explore some topics I was curious about: I'd copy&paste responses into a Google doc, and then add sub and subsubsections with answers to sub-questions.
I think this could be especially useful in a research context where someone is trying to evaluate the performance of a model. Sometimes you just want to compare how a model responds with and without certain context, and doing so with the classic UI is cumbersome.
https://en.m.wikipedia.org/wiki/Lie_algebra
Riiight
Deleted Comment
In my project I used reactflow for all things graph and dagre for the layouting (together with some custom hooks to make it work with variable size nodes).
I'm not sure if I will try to monetise it or if I will simply open-source it. Probably the latter because when building time is over and marketing time starts, I get very bored and lose interest soon.
I did this manually myself to explore some topics I was curious about: I'd copy&paste responses into a Google doc, and then add sub and subsubsections with answers to sub-questions.
Will give it a spin!