This is an 'Ask HN' thread where users request book recommendations that have fundamentally changed their thinking, similar to how Freakonomics influenced the original poster. The thread has significant engagement with many upvotes and comments, indicating a strong interest in transformative book recommendations.
A starter prompt for Claude Code, what you'll need, and how to reach them.
You are an expert full-stack developer. Build a web application called 'MindShift Library'. The core functionality is to allow users to discover books that have fundamentally changed people's thinking, categorized by the type of intellectual shift they offer. The initial dataset will be scraped from the provided Hacker News thread's comments. Use Next.js 16 App Router, React 19, Tailwind v4, and Neon Postgres on Vercel. For the MVP, focus on: 1. A homepage displaying a paginated list of books with their titles and a brief, impactful user quote (scraped and curated). 2. A simple search bar. 3. A 'Submit Book' form (initially only for admin, later for public with moderation) where users can add a book title, author, and a short explanation of how it changed their thinking. Ensure the database schema supports books, authors, categories of 'impact', and user submissions. Provide setup instructions for local development and deployment to Vercel. Implement a build and verify gate by requiring that the application successfully displays at least 50 curated books from the HN thread and allows an admin to add a new book and its impact description via the form.
I was reflecting today about how often I think about Freakonomics. I don't study it religiously. I read it one time more than 10 years ago. I can only remember maybe a single specific anecdote from the book. And yet the simple idea that basically every action humans take can be traced back to an incentive has fundamentally changed the way I view the world. Can anyone recommend books that have had a similar impact on them?
Reply in the Hacker News thread to 'apitman' and other active commenters.
“I've started building a prototype of a 'MindShift Library' based on this thread, aiming to collect and categorize books by their transformative impact. Here's an early demo link showing books from your discussion – would love your feedback and contributions.”
Open the original ↗