here’s a tip for ai news workflow that works extremely well with openclaw.
at first, i tried feeding raw rss into llm, which looked “informative” but it was mostly noise… and it was expensive af.
so i moved filtering before the model:
- collect headlines
- remove duplicates
- score for relevance
- pass only the short list to llm
output got cleaner, cost is negligible.