Live data from Hacker News

Show HN: ChatGPT UI for rabbit holes

delve.a9.io

71–80 of 171 posts

Re: Show HN: ChatGPT UI for rabbit holes

#71

This could replace the hours I spend on Wikipedia. Hope it's not too expensive to run.

Thanks I have some API credits but I intend to make it sustainable. If any LLM provider wants to sponsor some credits, hit me up.

Otherwise I’ll switch models and add user accounts.

Re: Show HN: ChatGPT UI for rabbit holes

#73
This is pretty neat. What I really like is the tiling layout.

I subscribe to phind, which provides a nice search/answer service, which also suggests followup questions, which works fairly well: https://imgur.com/a/WfHSzdk

But if it was in a tiling format, that would be pretty awesome for the flow, especially on mobile.

Re: Show HN: ChatGPT UI for rabbit holes

#74
post #40

Earlier quoted context omitted.

They have the underline usually associated with hotlinks

The dotted underline is usually reserved for indicating alt text or hover content, actually. In this case, I think it's fine to be dotted, since it's not a true hyperlink, but combining that with it being the same text color is just bad from a semantic POV. It's made worse by the fact that the author apparently decided to make visited links blue. (Edit: apparently it's "active" panes, not visited, but semantically si…

agreed..although, that's a more appropriate thing to critique to developing a production-ready product than a demo like this.

Re: Show HN: ChatGPT UI for rabbit holes

#75

This could replace the hours I spend on Wikipedia. Hope it's not too expensive to run.

Thanks I have some API credits but I intend to make it sustainable. If any LLM provider wants to sponsor some credits, hit me up. Otherwise I’ll switch models and add user accounts.

It looks like the frontend is a React SPA. What is the backend stack?

If your backend is is javascript and/or depending on how complicated it is, an easy idea might be to allow users to paste their own OpenAI API token in and have it use that. For various security/privacy reasons it would be ideal if the API calls came directly from the frontend in that case though, and given the caching implementation and other things I'm guessing decoupling that might be pretty challenging. Figured I'd throw out the idea anyway though.

Re: Show HN: ChatGPT UI for rabbit holes

#76
Wow, this is really neat! I usually don't comment on Show HN's because I'm rarely impressed by them and I don't want my lack of enthusiasm to be a detterent for people showing their work, but occasionally one like this comes up that is very cool. I also really appreciate that absence of tracking other than Cloudflare Insights (which seems very reasonable to me).

There's an old truism in the business, that the more "suggestions" people give about your idea, the more they like it, and it's absolutely true. Solid work!

Do you have plans to monetize and/or open source it?

Re: Show HN: ChatGPT UI for rabbit holes

#78
Taking a step back: The UX/UI for LLMs in general are very immature. We're in the very early days of to best interact with these tools. We need more experimentation like this to help figure out what works, and doesn't work.

Kudos!

Re: Show HN: ChatGPT UI for rabbit holes

#79
post #64

Earlier quoted context omitted.

It's a light grey dotted line under a black bold text, it's not impossible to miss.

Funny, I was just thinking yesterday about how back in '90s, ALL links were blue with an underline (or purple if you've visited it).

Not all, but the vast majority yes, because nobody bothered styling links with CSS.

Re: Show HN: ChatGPT UI for rabbit holes

#80

Taking a step back: The UX/UI for LLMs in general are very immature. We're in the very early days of to best interact with these tools. We need more experimentation like this to help figure out what works, and doesn't work. Kudos!

there's a chrome extension, "HLAI" that's playing around with this idea, too
Post reply on HN