▲ | krat0sprakhar 6 days ago | |
Hey Simon, I love how you generates these summaries and share them on every model release. Do you have a quick script that allows you to do that? Would love to take a look if possible :) | ||
▲ | jimmySixDOF 6 days ago | parent | next [-] | |
He has a couple of nifty plugins to the LLM utility [1] so I would guess its something as simple as ```llm -t fabric:some_prompt_template -f hn:1234567890``` and that applies a template (in this case from a fabric library) and then appends a 'fragment' block from HN plugin which gets the comments, strips everything but the author and text, adds an index number (1.2.3.x), and inserts it into the prompt (+ SQLite). [1] https://llm.datasette.io/en/stable/plugins/directory.html#fr... | ||
▲ | simonw 5 days ago | parent | prev [-] | |
I use this one: https://til.simonwillison.net/llms/claude-hacker-news-themes |