AI in Signailist
Overview
AI is used in four primary workflows:
- Relevance scoring of news against workspace themes.
- Text generation for digests and publication drafts.
- Template generation from Telegram sources through style extraction.
- Image generation for digest covers and related visuals.
All AI features currently run through the OpenAI API.
1. Theme-based relevance scoring
How scoring works
Each theme is defined as an AI-first interest profile:
- What to look for: a plain-language description of relevant content.
- What to exclude: a plain-language description of irrelevant content.
Each incoming news item is evaluated against each active theme with:
- Relevance: whether the item matches the theme.
- Score: a value between 0 and 1.
- Confidence: how sure the model is.
- Reason: a short explanation of the decision.
Scoring settings
At workspace level, teams can configure:
- The OpenAI model used for scoring.
- Request-per-minute limits.
- Processing concurrency.
If an item has already been scored for the same theme, repeated scoring is skipped automatically.
2. Digest text generation
How generation works
- A user selects digest candidates and a template.
- AI generates the digest text from the chosen news items.
- The user reviews, edits, and approves the result.
- The final text is split into Telegram-sized chunks when needed.
See Digests for the full workflow.
3. Template generation from a source
How template generation works
Template generation analyzes an existing Telegram source and creates a reusable writing template from that source's tone and structure.
- The user selects a source and a sampling window.
- AI analyzes tone, structure, and writing patterns.
- A template is produced with style settings.
- Optional test generations can be produced to validate the output quality.
Template generation
Template generation analyzes source posts and creates a style profile with optional test generations for quality validation.
4. Image generation
How image generation works
For a digest, Signailist can generate a cover image:
- AI builds an image prompt from the digest content and the template settings.
- The image is generated through OpenAI image generation.
Image settings
Each digest template can define:
- Whether image generation is enabled.
- A base image prompt.
- Preferred size or aspect.
- Reference images.
Limitations
- Without an OpenAI API key, AI features are not available.
- Models can be configured at workspace level for scoring and at template level for generation.
- Image availability depends on the active generation and storage flow configured in the product.