DefenderOfBasic / works-in-progress

6 stars 0 forks source link

A reading IDE #7

Open DefenderOfBasic opened 4 days ago

DefenderOfBasic commented 4 days ago

I have this vague idea that, the way we currently read is the way we write code using notepad. It's really hard to code that way. Coding with IDE doesn't solve everything, but it does remove several categories of unnecessary complexity (like, your ability to program and debug a complex system should never be bottleneck on finding where the variables are defined)

similarly, I have a theory there are many such cases with reading. This is a project to try to figure out what better tools and interfaces for reading look like.

DefenderOfBasic commented 4 days ago

Inspiration

📖 on the activity of reading itself

🔨 on the tooling side

loydweldy commented 4 days ago

I've seen something in this vein before - Check this out!

https://codepen.io/keithwyland/pen/yLyLNz

DefenderOfBasic commented 4 days ago

Zoomable articles

see also: https://openai.com/index/summarizing-books/

I think it would be way easier to read if I can "zoom in and out" of a book or article. Imagine it like a google maps style application

and then just allow me to zoom in and out like this. So I can see at a glance what the general arc looks like. And I can then zoom in.

Also notice that 🔴 summarized text is in red. I want to make it super duper clear what text is LLM generated and what is the original author's words. The zoomable text is just like a table of contents/a way to navigate

chrome_Q7BxuFQWUe

DefenderOfBasic commented 4 days ago

Uncover news article by asking questions

I want to do a little reading experiment. Take any news article. When you open the page, you ONLY see the title to reveal ANY text, I must ask a question

The LLM responds by highlighting the text in the article that answers your question, or says "not found"

I think this would do some incredible things: