COORD_X:005 // POST
Back to blogНазад в блог
vibecoding | 2026-03-24 | 2 min | Telegram original

How to Build Your Own AI News DigestКак сделать свой AI-дайджест новостей

Post image

Artem wrote that he wants a digest like mine, but for his own niche. Here’s how to build your own.

Recently I launched an AI news digest that automatically parses 30 RSS sources, picks 5-7 important stories, and writes a post in my style.

Artem (a subscriber) wrote: “I want the same thing but for my niche.” I figured this might be interesting for more people than just him, so I packaged everything into an open source repo with step-by-step setup.

How it works: Open Claude Code and type:

set up a digest for me using the repository github.com/tolmachevmaxim/ai-news-digest

An onboarding flow kicks off where Claude:

  • asks about your topics,
  • helps you create a Telegram bot,
  • asks for examples of your posts so it can match your writing style.

At the end it does a test run — you check the result, and if you like it, you set up a schedule.

Under the hood there are two passes:

  1. A fast model (Haiku) selects the news,
  2. A more capable model (Opus) writes the final post.

There’s also a built-in humanizer — 12 rules that strip out typical AI clichés like “groundbreaking”, “additionally”, and similar filler.

You can use it with an Anthropic API key (~$1-2/month with daily runs) or via a Claude Code Max subscription — in which case you don’t pay separately for the API.

What’s not done yet: No Windows support; Linux should work fine. Only Anthropic is supported for now — OpenAI and OpenRouter aren’t there yet. If you need them, open an issue on GitHub and I’ll add them.

On the roadmap: a card format (swipe through news like stories) and possibly publishing beyond Telegram to Instagram and X as well.

Repo: github.com/tolmachevmaxim/ai-news-digest

When you try it — share links to what you build. Curious what people will create for other niches.

Как сделать свой AI-дайджест новостей

Артем написал, что хочет такой же дайджест, но про свою сферу. Рассказываю как сделать свой.

Недавно я запустил @aijuicedaily — AI-дайджест новостей, который сам парсит 30 RSS-источников, отбирает 5-7 важных и пишет пост в моём стиле.

Артем (подписчик) написал: “хочу такое же, но про свою сферу”. Я подумал, это может быть интересно не только ему, и упаковал всё в open source репо с пошаговой настройкой.

Как это работает: Открываешь Claude Code и пишешь: настрой мне дайджест используя репозиторий github.com/tolmachevmaxim/ai-news-digest

Запустится онбоардинг, где Claude • спросит про темы, • поможет создать Telegram-бота, • попросит скинуть примеры твоих постов, чтобы понять твой стиль. В конце делает тестовый прогон — смотришь результат, и если нравится, создаешь расписание.

Под капотом два прохода:

  1. быстрая модель (Haiku) отбирает новости,
  2. модель посерьёзнее (Opus) пишет итоговый пост.

Плюс встроен humanizer — 12 правил, которые вычищают из текста типичные AI-штампы вроде “groundbreaking”, “additionally” и прочего мусора.

Можно использовать с API-ключом Anthropic (~$1-2/мес при ежедневном запуске) или через подписку Claude Code Max, тогда за API отдельно платить не нужно.

Что пока не сделано: адаптации под Windows нет, на Linux скорее всего заработает. Поддержка только Anthropic — OpenAI и OpenRouter пока нет. Если нужно — создавайте issues на GitHub, добавлю.

В планах — формат карточек (свайпать новости как сторис) и, возможно, публикация не только в Telegram, но и в Instagram, X.

Еще раз ссылка на репо: github.com/tolmachevmaxim/ai-news-digest

Ссылка на канал с AI новостями: @AIJuiceDaily

Когда попробуете — скидывайте ссылки на свои каналы, интересно что вы создадите в других сферах.