Terminal-based AI curator that turns information noise into meaningful signal.
AI Signal is a powerful tool designed to help you regain control over your information diet in today's overwhelming digital landscape. While existing platforms and algorithms decide what content reaches you, AI Signal empowers you to define and implement your own content curation strategy.
By leveraging AI capabilities and your personal preferences, it transforms the constant stream of information into meaningful, relevant insights that matter to you. You define the categories, quality thresholds, and filtering criteria, ensuring that the content you consume aligns with your interests and goals.
Think of it as your personal content curator that works tirelessly to surface valuable information while filtering out noise, all running locally on your machine. With AI Signal, you're not just consuming content β you're actively shaping how information reaches you, making conscious choices about what deserves your attention.
- π€ AI-powered content analysis and categorization
- π Smart filtering based on customizable categories and quality thresholds
- π Advanced sorting by date, ranking, or combined criteria
- π Automatic content synchronization from multiple sources
- π Support for various content sources (YouTube, Medium, Reddit, Hacker News, RSS feeds)
- π± Share curated content directly to social media
- π Export to Obsidian vault with customizable templates
- β¨οΈ Fully keyboard-driven interface
- π¨ Beautiful terminal UI powered by Textual
pip install ai-signalor
pipx install ai-siganlfor global installation.
If using poetry:
poetry add ai-signal
poetry shell # enter the virtualenv- Create a configuration file:
aisignal initmodify it, as described in the configuration guide:
- Run AI Signal:
aisignal runq: Quit applicationc: Toggle configuration panels: Force sync contentf: Toggle filters sidebaru: Show usage and costs modal
β/β: Navigate itemsenter: Show item detailso: Open in browsert: Share on Twitterl: Share on LinkedIne: Export to Obsidian
Sidebar hidden
Current Version: 0.8.1 (Alpha) Status: Active Development - RSS Integration Phase
AI Signal is a working prototype with core curation features implemented. The project is currently focused on adding native RSS/Atom feed support to reduce costs and improve performance.
What Works:
- β Content fetching and analysis with AI (Jina AI + OpenAI)
- β Customizable categories and quality thresholds
- β Dual-threshold filtering system
- β Terminal UI with keyboard-driven interface
- β Export to Obsidian
- β Token usage tracking and cost visibility
In Development:
- π§ RSS/Atom feed parsing (Issues #14-21)
- π§ Feed auto-discovery
- π§ Comprehensive test suite
Coming Soon:
- π Resource notes and annotations
- π Statistics dashboard
- π€ Multi-LLM support
As an open source initiative, contributors are welcome! See the Contributing Guide and VISION.md for strategic direction.
# Clone the repository
git clone https://github.com/guglielmo/ai-signal.git
cd ai-signal
# Install dependencies
poetry install
# Run tests
poetry run pytest
# Run the application in development mode
poetry run aisignal versionor, entering the virtualenv:
poetry shell
aisignal versionSee VISION.md for complete product vision and strategic direction.
Native RSS/Atom feed support to dramatically reduce costs and improve performance:
- RSS Feed Parsing - Direct parsing of RSS/Atom feeds (no API costs)
- Auto-Discovery - Automatically find feeds from blog URLs
- Feed Metadata - Track feed type, entry count, last update
- Hybrid Approach - RSS for feeds, Jina AI fallback for HTML pages
- Comprehensive Testing - Unit and integration tests with real feeds
Why RSS First: Reduces content fetching costs by 50-80% and improves performance 10-100Γ, enabling affordable AI features downstream.
Status: Milestone defined with 9 issues (#14-21). Estimated 16 hours implementation. See detailed plan β
- Resource Notes - Add personal notes and annotations to saved items
- Statistics Dashboard - Which sources and categories are most valuable?
- Better Sorting - Enhanced sort options (recency, category, source)
- UI Polish - Refinements based on real usage patterns
- Content Summarization - Generate summaries and key takeaways
- Wisdom Extraction - Pull out actionable insights from content
- Multi-LLM Support - Choose from OpenAI, Claude, Gemini, or local models
- Batch Optimization - Efficient grouping of source analysis
- Feedback Loop - Learn from your reading patterns and choices
- Category Suggestions - Discover new interests based on behavior
- Source Recommendations - Find relevant blogs and feeds
- YouTube Videos - Transcribe and analyze video content
- Content Archiving - Read/unread status, filtering, search
- Multi-user and team features
- Public curations and sharing
- Podcast and audio content support
- Browser extension for saving pages
- Mobile companion app
Note: The roadmap is intentionally sequenced - RSS integration enables cost-effective AI features, which in turn make learning features viable. See technical analysis for detailed rationale.
This project is licensed under the MIT License - see the LICENSE file for details.
- VISION.md - Product vision and strategic direction
- Configuration Guide - How to configure AI Signal
- Contributing Guide - How to contribute
- Technical Specification - Architecture details
- Project Analysis - Comprehensive analysis and roadmap rationale
Guglielmo Celata
- GitHub: @guglielmo
- Mastodon: @[email protected]




