I built an agentic AI workflow that autonomously:<p>- Collects top Hacker News stories daily (from /front)
- Reads the full content of the news
- Prepare a newsbrief
- Feed the newsbrief to wonderpod for the rest<p>This is an extension of Wonderpod (previously posted here [1]) with an autonomous agent that requires zero human intervention to produce daily episodes.<p>Tech details:
- Agentic workflow built with openGPA [2] (an open source project of mine)
- Web browsing action using Playwright<p>I'd love your feedback, especially on the quality of the AI's content selection and summarization!<p>[1] <a href="https://news.ycombinator.com/item?id=42804735">https://news.ycombinator.com/item?id=42804735</a>
[2] <a href="https://github.com/eschnou/OpenGPA" rel="nofollow">https://github.com/eschnou/OpenGPA</a>