Live data from Hacker News

Reading across books with Claude Code

pieterma.es

21–30 of 50 posts

Re: Reading across books with Claude Code

#21
post #15
post #14

Earlier quoted context omitted.

I need a name for people who dismiss an entirely new and revolutionary class of technology without even trying it, so much so that they'll not even read about any new ideas that involve it.

we call them luddites

No that was a labor issue, abusive factory owners got targeted.

Re: Reading across books with Claude Code

#22
post #6

[flagged]

"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

"Don't be curmudgeonly. Thoughtful criticism is fine, but please don't be rigidly or generically negative."

https://news.ycombinator.com/newsguidelines.html

Re: Reading across books with Claude Code

#23
post #14
post #6

[flagged]

I need a name for people who dismiss an entirely new and revolutionary class of technology without even trying it, so much so that they'll not even read about any new ideas that involve it.

The HN guidelines include the term "curmudgeonly", which IMO is fair.

Re: Reading across books with Claude Code

#24
For me this looks like a great way to build connections between books in order to create a recommendation engine - something better than what Goodreads & Co provides. Something actually useful.

The cost of indexing using third party API is extremely high, however. This might work out well with an open source model and a cluster of raspberry pi for large library indexing?

Re: Reading across books with Claude Code

#25

I did a similar thing with productivity books early last year, but never released it because it wasn't high enough quality. I keep meaning to get back to that project but it had a much more rigid hypothesis in mind - trying to get the kind of classification from this is pretty difficult and even more so to get high value from it.

[dead]

Re: Reading across books with Claude Code

#26
post #16

Earlier quoted context omitted.

I don't think the Venn diagram of those people and everyone else is as separate as you imagine. I'm a Literature major and avid reader, but projects like this are still incredibly exciting to me. I salivate at the thought of new kinds of literary analysis that AI is going to open up.

the people most likely to analyse books like this are those of us who are more likely to read them as well

[dead]

Re: Reading across books with Claude Code

#28
I've been using Claude Code for my research notes and had the same realization, it's less about perfecting prompts and more about building tools so it can surprise you. The moment I stopped treating it like a function and started treating it like a coworker who reads at 1000 wpm, everything clicked

Re: Reading across books with Claude Code

#29

For me this looks like a great way to build connections between books in order to create a recommendation engine - something better than what Goodreads & Co provides. Something actually useful. The cost of indexing using third party API is extremely high, however. This might work out well with an open source model and a cluster of raspberry pi for large library indexing?

The incumbants Goodreads and their owner Amazon have indeed done such a poor job at this. Seven years ago I tried creating a basic graph using collaborative-filtering (effectively using our actual reading patterns as the embeddings space instead of semantics [human X likes book Y so likers of Y might like other things that human X has enjoyed]). It works well to this day (ablf.io) but the codebase is so ugly I've not had the bravery to update its data in a couple of years.
Post reply on HN