AI Frontiers Digest leverages Large Language Models (LLMs) to intelligently summarize and curate the latest developments in artificial intelligence. By analyzing both articles and article discussions, it provides concise, digestible insights into the AI landscape. Additionally, it generates podcasts and audio from articles, which provides a more engaging and immersive experience.
/web
- Frontend application (Vite + React + TypeScript)/workflow
- Prefect workflows for fetching, processing, and summarizing news articles
- AI News Aggregation: Automatically fetch and organize AI news from trusted sources
- Hacker News
- We filter for stories mentioning keywords: "gpt, llm, workflow, serverless, function as a service, backend as a service, faas, baas, developer experience, developer productivity, dev productivity, dev experience, automation, ai, artificial intelligence, dev, dx, machine learning, deep learning, nlp, openai, anthropic, gemini, claude, devin, mistral, llama, sora, midjourney, lpu, LlamaIndex, LangChain"
- TechCrunch AI
- We scrape the TechCrunch AI section for the latest articles.
- Right now, Hacker News and TechCrunch AI articles are supported, actively adding more resources.
- Summarization: Summarize articles and Hacker News discussions
- Email Delivery: Deliver summaries directly to your inbox
- Discord Delivery: Deliver summaries to our Discord community
- Web App: View summaries and explore AI news on aicrafter.info
- Audio: Generate audio from article.
- Podcast: Generate podcasts from article.
- Audio Player: Auto play next audio/podcast.
- Vite
- React
- TypeScript
- TailwindCSS
- LLMs
- Azure AI Services: gpt-4o, Mistral-large
- OpenRouter: claude-3.5-sonet, mistral-7b-instruct
- Jina Reader: URL to LLM-friendly input.
- NotebookLM: article to Podcast
- Credits to NotebookLlama for podcast transcript generation, and PodCastLM for audio generation.
- Transcript generation model: gpt-4o (Azure AI Services)
- Audio generation: Azure TTS (Text-to-Speech)
- Prefect: Workflow orchestration
- Prefect Workers Pool: Azure Container Registry
- Supabase: Database + Audio Storage
- Cloudflare Page Functions: Backend APIs
- Resend: Email
- Clone the repository:
git clone https://github.com/your-username/ai-frontiers-digest.git
cd ai-frontiers-digest
- Install dependencies:
cd web
npm install
- Start the Web App:
npm run dev
- Start Cloudflare Page Functions (Backend APIs):
npm run preview:wrangler
- Add more sources:
- Github
- Product Hunt
Let me know what do you like to see! Join our Discord, or provide feedback on Feedback.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by dannyzheng.me for the AI community.