HACKER Q&A
📣 aurareturn

Best way to summarize a webpage using LLM?


When I ask ChatGPT premium to summarize a URL, it won't crawl the entire page. I think it only crawls the meta data/title or a small portion of the top of the page.


  👤 riansanderson Accepted Answer ✓
Using the fabulous `llm` utility like this

``` pipx install llm pipx install strip-tags

curl -sf https://www.nytimes.com/ \ | strip-tags .story-wrapper \ | llm --system 'summary bullet points' ```

Read much much more goodness from the developer Simon Willison

https://simonwillison.net/2023/May/18/cli-tools-for-llms/


👤 TheMongoose
1. Close the GPT tab for the first time in years.

2. Read it with your eyeballs.

3. Parse it with your brain, think about it, maybe learn something.

Stop outsourcing your thinking to a freaking chatbot.


👤 dtagames
Turn on the search icon in the prompt box and use o-3. Or use the new Firefox AI that's built into that browser and made for looking at the website you're looking at.