How I use pluckmd to read blogs with an AI agent

Dev.to AI
Generative AI

I wanted to read blog posts with an LLM in the loop, not just on my own. The push came from two places. Karpathy's LLM Wiki idea, where the model keeps a folder of markdown notes as you learn a topic. And Thariq's post on how well Claude generates interactive HTML, which is now on the Anthropic blog. Put together, the workflow I wanted looked like this: pull blog articles into markdown, have an agent index them into a wiki, then generate interactive HTML pages to learn from. Step one was the blocker.