HN user

kanodiaashu

166 karma
Posts19
Comments32
View on HN
www.proread.ai 10mo ago

Show HN: An interface for doing research fast with an LLM

kanodiaashu
2pts2
www.proread.ai 10mo ago

Show HN: Turn books (epubs) into interactive mindmaps you can also listen to

kanodiaashu
1pts0
www.proread.ai 10mo ago

Show HN: A new interface for doing research fast with an LLM

kanodiaashu
3pts0
www.proread.ai 11mo ago

Show HN: A new interface to quickly skim FANG earnings, then go deep on demand

kanodiaashu
1pts0
www.proread.ai 11mo ago

Show HN: I built a map based interface to understand anything deeply with AI

kanodiaashu
1pts0
www.proread.ai 11mo ago

Show HN: A new way to read company 10-Ks

kanodiaashu
2pts2
www.proread.ai 11mo ago

Show HN: An AI agent and interface that maps your chat, designed for deep dives

kanodiaashu
3pts0
www.proread.ai 11mo ago

AI builds your knowlege map – an alternative to chat for deep understanding

kanodiaashu
2pts1
news.ycombinator.com 1y ago

Ask HN: What are your favorite open source AI agent implementations?

kanodiaashu
3pts0
www.proread.ai 1y ago

Show HN: I built a mindmap-like, non linear tutor-supported interface for papers

kanodiaashu
3pts0
www.proread.ai 1y ago

Show HN: I turned Paul Graham's essays into per topic navigable knowledge maps

kanodiaashu
1pts0
www.proread.ai 1y ago

Show HN: Interactive Literature Reviews with Visual Knowledge Maps

kanodiaashu
5pts1
www.proread.ai 1y ago

Show HN: A visual, knowledge map based interface for deep research/deep dives

kanodiaashu
8pts1
www.proread.ai 1y ago

Show HN: Read any book frictionlessly with AI-powered hierarchical navigation

kanodiaashu
5pts0
news.ycombinator.com 1y ago

Ask HN: How are you reading (nonfiction) books/pdfs in 2025?

kanodiaashu
10pts26
news.ycombinator.com 1y ago

Ask HN: What is the cursor like evolution of Emacs?

kanodiaashu
1pts0
news.ycombinator.com 1y ago

Ask HN: Is there any ad supported LLM or LLM product?

kanodiaashu
1pts5
www.moveup.ai 1y ago

Show HN: I made an AI based career navigator

kanodiaashu
9pts0
news.ycombinator.com 2y ago

Ask HN: What are good books/blogs to read for a first time CTO?

kanodiaashu
523pts142

I would really want to use this, maybe about once a week, for major PRs. I find it absurd that we all get AI help writing large features but very little help when doing the approx same job in reviewing that code. I actually would even read my own PRs with it, as my workflow with AI is to prompt it to acheive building some feature/goal, then only review the code once things work (this is an oversimplification).

Oh you can actually do that in this! the nodes of the map if you click them have references to the actual 10Ks which are readable as html in the space. Not only can you read the original text, but the html has been 'chapterized'; you can also read summaries of chapters. Further, you can query anything in chat - where if you select the document and ask, it retrieves the right passages to answer your questions too.

Hi all,

I got sick of copy pasting everything I'm reading through deeply into ChatGPT and getting lost in walls of text.

I'm building a new map like interface to understand any topic deeply. As you chat, your map gets built out, kind of like a nice notebook. You can search the web and pull in/upload documents in any format (pdf/epub/html), create maps over those docs for deeper understanding. You can also listen in podcast mode to your map for complete control over what you're listening to. You can semantic search docs, but also the interface has chapter level awareness of each uploaded source.

Samples are also available at proread.ai/pgessays , proread.ai/books , proread.ai/llm-papers.

Here's a couple of recent spaces I was consuming lately 1. economics - https://www.proread.ai/share/3fd6fa9d-5aea-4dd1-a190-eb83a6a... 2. the dollar weakening - https://www.proread.ai/share/3ca2565f-96ed-4abf-a523-e32b591...

I’m working on something inspired by Cursor and Obsidian — but for research, reading and note-taking.

I’ve not been satisfied with how AI is bolted on after the fact — reading in one place, notes in another, and AI as a separate assistant. So I’m combining them.

It works over EPUBs, PDFs, and HTML — you bring your own sources (BYOS), and it turns them into a AI scaffolded, structured, hierarchical reading experience.

Already using it for both reading and deep research style deep dives, and its already way better than my otherwise broken workflow!

There's some fascinating research by Rachel Griffith which shows that advertising can be significantly welfare reducing for not only customers, but also for companies themselves (they just overall make lower money taken together); it is just another dimension of competition, like pricing/positioning, and adding a meaningful dimension is costly.

I had kindles for a while until I read that the higher resolution on ipad makes it as easier on the eye and is possibly more important than lesser light on e-ink. Ultimately I settled on the ipad due to the amazing pencil and versatility while reading pdfs of papers/color material, and the ability to search on device far more easily. I've often wanted to switch easily between reading and listening but nothing seems to provide that.

Two big things immediately: 1. I often ask it to summarize specific chapters or parts of the book after a particular point because the book has started feeling repititive from that point; and then I go into rabbit holes about that content 2. I ask ChatGPT to find related podcasts/content online for specific parts of the book

Care Doesn't Scale 2 years ago

I wonder if education/teaching is fundamentally inseparable from, at least to a serious degree, caring. Every single teacher who impacted my life seems to have cared for me. Maybe not. I have learned a lot on my own too. It would be interesting to see the minimum amount of care needed for a successful education; that would directly increase how scalable education can be.

I'm so reminded of Seeing Like a State (James Scott) where the author describes how much of society as we observe it is a function of designing it for data collection. I feel like there's a whole pedagogy on the philosophy and practice of 'data', and I wasn't aware of it.

I ssh from a mac into linux servers for my everyday work.

I went from tmux + vim TO (doom) emacs + tramp + projectile. I think I outgrew vim, and emacs EVIL gave me VIM but also magit and org and projectile. I tried to work in the emacs shell for a while. I realised I need tmux persistence still. Emacs shell also just doesn't do well with EVIL mode. So now I just do all development on emacs and manage runs etc through my tmux, occasionally still using vim on the tmux to manage config files when I don't want to load them into emacs because its a one off.

I dk about kitty, but I'm a fan of Kovid Goyal's calibre. I can't imagine how I would live without a. multiplexing b.persistence c.returning me to my context. And I never have had any tmux problems.