Back to projects

AI · Personal project

Pulse AI Agent

An autonomous agent that curates and narrates AI news.

Pulse AI Agent

Problem

Keeping up with the fast-moving AI and tech landscape is overwhelming — sources are scattered and the volume creates constant information overload.

Approach

I built an autonomous agent with LangGraph that scrapes, analyzes, and curates AI news, scoring stories for novelty and generating personalized daily/weekly reports. EdgeTTS turns each briefing into AI-narrated audio, all wrapped in a Next.js interface.

Outcome

Delivers real-time AI intelligence with automated curation, novelty scoring, and personalized audio briefings — a self-running pipeline rather than a manual newsletter.

Tech stack

Next.jsTypeScriptPythonLangGraphOpenAI APIEdgeTTS

An autonomous LangGraph agent (Python) handles scraping, scoring, and curation; the OpenAI API powers analysis; EdgeTTS generates audio; a Next.js/TypeScript frontend presents the briefings.