AI агент по расписанию: Gemini, Claude Code и Codex без ручного управления – Scheduler настройка
The video demonstrates how to configure AI agents (Gemini, Claude Code, Codex) to work autonomously on scheduled timers without manual interaction. The creator shows a step-by-step process of training agents to perform recurring tasks like content creation and architecture audits, then automating them to run at specific times. Materials and handout files are provided to help viewers replicate this setup.
Summary
The video opens with the creator's philosophy that the ideal AI agent, like the ideal employee, completes tasks independently without constant supervision. He argues that manually chatting with AI tools like ChatGPT, Gemini, or Claude to get work done is inefficient, and that the better approach is configuring agents to operate autonomously on a schedule.
He showcases two existing autonomous agents as examples. The first is a Codex-based agent that runs every Monday at 5 AM, audits its own architecture and documentation, and sends a report on what changed during the week. The second is a Gemini-based agent that generates social media content for Threads every Monday at 7 AM — producing three versions of each post, based on an analysis of previously approved content patterns, hooks, and endings. The creator's role is reduced to reviewing drafts, selecting what he likes, and deleting what he doesn't.
A practical reason for scheduling agents to run at off-peak hours is discussed: Anthropic's Claude has peak load hours (roughly 1 PM to 7 PM) during which token consumption increases faster, making it economically unwise to run heavy tasks at those times. Shifting tasks to night hours avoids this problem.
The creator explains his methodology for setting up a scheduled task. First, he performs the task together with the agent and refines the output through 3–5 iterations until the agent consistently delivers satisfactory results. Only then does he instruct the agent to place the task on a timer. He emphasizes that memory is a prerequisite — agents must be configured with persistent memory (e.g., linked to Obsidian or Telegram) before scheduling can work reliably.
A live demonstration is shown using his Codex agent. He sends it handout files (8 files available via Telegram) and a custom prompt to automate the creation of Instagram Reels scripts from his YouTube video content. The agent pulls the last 3 video notes, analyzes the last 15 Reels for stylistic patterns, and outputs 9 separate Reels scripts into an ideas folder. The agent also reports token usage, the number of files created, and self-validates that all output files exist and are non-empty.
The creator also describes a pre-automation testing phase where the agent runs the task manually and checks against a list of known failure modes — such as the agent starting but going silent, running tasks multiple times in a row, burning excessive tokens overnight, producing incorrectly formatted output, or breaking after running for a week. Once these are verified and corrected, the automation is finalized. The video concludes with a reminder to download the provided materials and a call to action for likes and comments.
Key Insights
- The creator argues that Anthropic deliberately increases token consumption during peak hours (1 PM to 7 PM), causing weekly token limits to burn faster — which is a core reason he migrated recurring tasks to scheduled, off-peak autonomous execution.
- The creator describes a Gemini-based agent that, before generating new Threads posts, analyzes previously approved posts to identify patterns, hooks, and endings — using the creator's own editorial choices as training signal for next week's content.
- The creator's methodology requires repeating a task with the agent 3–5 times until it consistently delivers correct results before placing it on a timer, framing this as a quality threshold rather than a one-shot setup.
- The creator asks agents to self-report token consumption per task run so he can evaluate the economic efficiency of each automation — comparing cost to satisfaction with output quality before committing to a recurring schedule.
- The creator describes a dedicated pre-launch test against a known list of failure modes — including agents running silently, executing tasks multiple times, burning 20–30% of the weekly token budget overnight, and tasks breaking after running for a week — before finalizing any automation.
Topics
Transcript
[0:00] In my understanding, the ideal employee is the one who is able to complete the task without you, that is, without bothering you, but exactly as you need. I try to use this approach for my AI Agents as well. That is, I try to make sure that my AI Agents complete the task themselves without my participation. That is, I try not to sit in these ChatGPT in Gemini in Claude to complete some tasks. That is, I am not interested in corresponding with them so that they complete this task because they will of course do it, perhaps, and do it better than me. [0:31] But I would prefer to make sure that they complete this task…
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.
Планировщик для ИИ агента: 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.