One of my favorite low-cost cooking hacks is baking nice charcuterie on a frozen pizza. Today, I found out that Alimentari carries Smoking Goose products from my home state, so we’re having frozen pizza from Sal’s with capicola for dinner. Rawr, yum.

The deepfake goes mainstream, and it sounds like virtually everyone is unprepared for the negative social implications.

Our friend, the RSS feed.

Nieman Lab’s Predictions for Journalism 2026

A meta lesson about AI assistance

I just completed my first attempt at coding using AI, in this case having Claude assist me with putting together a simple client-side OPML parser using Dave Winer’s Feedland service.

Winer’s original script is pretty slick, and includes a list of all my feeds with titles, URLs, and categories; click-to-expand functionality to see the 5 most recent posts from each feed; clickable post titles that open articles in new tabs; sort options (by title or by update); and automatic updates when I change my FeedLand subscriptions.

You can check it out here: Feeds

The official documentation method didn’t initially work because Hugo (the blogging software behind micro.blog) was wrapping client-side templates around the script. The toolkit requires server-side dependencies that don’t exist on static sites like micro.blog, and we hit a cascade of missing JavaScript dependencies (jsonStringify, servercall, etc.). Each fix revealed another dependency, leading to some “sunk cost” frustrations for me. I kept trying because I wanted to see if Claude could pull it together. Through trial and error, I got to a point where the OPML file was rendered correctly without server dependencies or complex external libraries.

Time invested: ~3 hours (including wrong turns)

Time it should take: 10 minutes

AI extended my code reach beyond my practical skillset by quite a lot. I now have a dynamic and dedicated place to read and share news feeds as I wish. Though even when generative AI works and works well, I have significant concerns about the intellectual property implications of AI, and this project brought those tensions into sharp focus. The AI could only help me because it was trained on documentation and intellectual work from the open source community, contributions made freely in the spirit of knowledge sharing, not to train commercial AI systems. I tapped into their expertise by paying Anthropic $15 a month. While I’m grateful for the accessibility this provides to non-developers like me, I recognize there’s an unresolved ethical question about whether this use respects the intent and labor of the original creators. The feat is incredible; the foundation it’s built on deserves careful consideration.

After the exercise was complete, I asked Claude how I could have improved my prompting to make this process easier, and in short, Claude said I could have been a web developer. But since I’m not, here’s what it recommended:

When the process isn’t working, question the process mid-stream. Most people either give up or keep following bad advice deeper into rabbit holes. Stop and question the LLM’s process and ask for alternatives to force a reset.

Push for usability. Keep bringing the conversation back to what you actually need the end result to do, not what’s technically impressive or “correct.” In my case, this meant repeatedly asking “can I click through to the articles?” rather than getting lost in discussions about CORS proxies or JavaScript syntax. Focus on outcomes, not implementation details.

Ask for complete solutions. Instead of trying to mentally patch together incremental changes across multiple responses, ask the LLM to provide fresh, complete code each time. This prevents copy-paste errors and ensures you’re always working with a coherent, tested solution. There’s more than one way to crack an egg, but you want the whole egg regardless.

After all that, I got it to work but can’t figure out how to make it show up in my header menu, with or without Claude. TBD.

Anthropic on how AI is changing how people work. This is a marketing piece, of course, but useful nonetheless.

Substack entrapment theory

Just speaking this into the universe, but it would be exceedingly cool if someone pulled together a micro.blog plugin for Feedland blogrolls and page feeds.

An interesting update by Dave Winer on how blog comments might work in and around federation.

I love this: Sam at Yale Climate Connections suggests some slow fashion gift ideas for the holidays.

Determined to finish at least one more novel this year, and this one fits the bill. Currently reading: Moderation by Elaine Castillo 📚

I am pro-games and gaming (and partake in gaming myself), and both of my kids had a generally positive experience on various gaming platforms over the years, but stuff like this still gives me pause.

I don’t shine if you don’t shine.”

Interesting to see web and print magazines talk about their strategy and value proposition since Google adopted an A.I.-powered search feature. x.com/pastemaga…

Solarpunk is happening in sub-Saharan Africa, a movement to bring electricity to places that are impacted by “last mile” challenges in grid engineering and politics.

Human in the loop (HITL): HITL means that humans are involved at some point in the AI workflow to ensure accuracy, safety, accountability or ethical decision-making. HITL inserts human insight into the “loop,” the continuous cycle of interaction and feedback between AI systems and humans.

At the nail salon where a woman is telling her very intrigued mother about podcasts. “You can listen to them anywhere! In the car, while you’re gardening.”

This book isn’t in Epilogue so I can’t log it properly, but it’s an okay primer on change communication. For higher ed, the emphasis on engaging leadership and governance is handy. 📚

Eyes on this story, both for the implications on the LLM sector and for the company’s approach to publicity after they were effectively targeted by bad actors.

When AI is wrong, who pays?