Wrote up some notes on a Bash script I wrote which summarizes the themes from long conversations on Hacker News, using Claude 2 and my LLM tool

Example output from the script is included in the post

https://til.simonwillison.net/llms/claude-hacker-news-themes

Summarizing Hacker News discussion themes with Claude and LLM

I've been experimenting with the combination of Claude and my LLM CLI tool to give me quick summaries of long discussions on Hacker News .

@simon quotations with an llm seem so wasteful, imagine all the computation required to copy and paste a range of tokens from the context to the output! If only there was a shortcut way for it to refer to sections of the input.