AI AgentKotlin
Building News AI agent
Architecture
I built an AI agent that curates news. The architecture is intentionally simple. The agent takes a JSON file containing a list of topics as input, such as technology, programming languages, and (jokingly) “recent violent words by Linus Torvalds,” along with other areas of interest. The agent then performs searches in parallel for each topic. Finally, it summarizes the results and posts the curated news to my Slack workspace.
But
However, I use Gemini 2.5 Flash via the API because it is free, which sometimes causes the agent to generate fictional news :) We need money (for using better AI).
https://github.com/hondaya14/bulknews-agent