Планировщик для ИИ агента: 50 идей и готовые файлы для Claude, Codex и Gemini
The speaker describes their use of a scheduling/routing tool called Routins, which they compare to N8N, to automate daily delivery of curated YouTube videos on topics like Gemini and Claude. The system runs autonomously, collecting videos and generating concise summaries of their content without manual intervention.
Summary
The speaker introduces a tool called Routins, noting its similarity to the N8N automation service. Having previously used N8N extensively, they built a timer-based implementation that allows automated tasks to run independently, including triggering pre-built N8N automations and processing their results.
One specific automation the speaker highlights is a daily YouTube video curation route. Videos are delivered on a topic-specific schedule: coding-related content arrives on certain days, Gemini-related content on others (Sundays and Thursdays/Mondays), and OpenAI/Claude bot content on Fridays and Tuesdays. This creates a daily stream of curated, topic-specific video recommendations.
Beyond simply surfacing video links, the system also extracts and delivers detailed, concise explanations of each video's content — essentially summarizing what happens inside each video automatically. The entire process operates without any manual involvement from the speaker, representing a fully autonomous information-gathering and summarization pipeline.
Key Insights
- The speaker drew direct inspiration from their prior experience with N8N to build their first Routins implementation, specifically a timer-based trigger for automations.
- The speaker's automation not only triggers N8N workflows but also processes and returns the results, creating a two-way integration between Routins and N8N.
- The speaker has a topic-specific daily video delivery schedule, with Gemini content arriving on certain days and OpenAI/Claude-related content arriving on Fridays and Tuesdays.
- The system does not just deliver video links — it also extracts and provides detailed, concise summaries of each video's content alongside the video itself.
- The entire video curation and summarization pipeline runs fully autonomously without any manual action required from the speaker.
Topics
Transcript
[0:00] Actually, yes, here is Routins, as I said, it is somewhat reminiscent of the N8N service. And you know, probably because I had been actively using the N8N service before, one of my first implementations was that very timer, because I understood that communicating with the cloud code is, of course, cool, but it would be better if it performed some tasks independently, or launched my already compiled, and automations on the N8N service and, accordingly, processed the result that came from there. For example, [0:30] I have one of the routes that announces the code - it's a collection of videos on YouTube on various topics, for example, on the topic of code. On Sundays I have a…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Игорь Зуевич
Сравнение Claude Code, Gemini и Codex — тесты на контент, анализ и изображения
The speaker is comparing AI coding assistants — Claude Code, Gemini, and Codex — by testing their ability to create image-generation agents. Each tool is being evaluated on how well it writes prompts and structures sub-agents for text-to-image and image-to-image tasks.
Экономия токенов и контекстного окна: настройка памяти нейросети – Compact сжатие контекстного окна
The transcript explains the 'Compact' command in AI agent sessions, which compresses the entire conversation history to reduce context window usage without switching sessions. It also covers related commands for full history clearing and automatic triggers for compact execution. The speaker recommends configuring automatic notifications or auto-execution when the context window reaches a certain threshold.
HR-агент на Claude Code: создаёт других сотрудников сам по запросу
The video demonstrates setting up a Telegram HR bot using Claude Code, walking through the process of creating a bot via BotFather, obtaining a Telegram user ID, and letting the code automatically generate the HR agent. The presenter shows how the system initializes itself by installing dependencies and launching the bot with minimal manual configuration.
Живые скиллы для Claude Code, Gemini и Codex | Как настроить super skills для ИИ агентов
The video explains how to create 'living' or 'super' skills for AI agents like Claude Code, Gemini, and Codex that self-update based on user feedback. The presenter demonstrates how these skills collect feedback after each task, store it in log files, and periodically incorporate that feedback into the skill's core instructions. This approach reduces token consumption and ensures skills continuously improve over time.
Экономия токенов и контекстного окна: настройка памяти нейросети Newchat без потери данных
The transcript explains the Newchat command, which opens a new session while pulling data from previous sessions. It works in conjunction with the checkpoint command, which can be configured to trigger automatically when Newchat is launched. The speaker recommends implementing these commands through skills rather than MD slots for a more professional workflow.