Игорь Зуевич

Игорь Зуевич

YouTube20 episodes summarized

Сравнение Claude Code, Gemini и Codex — тесты на контент, анализ и изображения

May 2, 2026

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.

TechnicalDiscussionComparison of Claude Code, Gemini, and CodexAI agent creation for image generationText-to-image vs image-to-image task handling

Экономия токенов и контекстного окна: настройка памяти нейросети – Compact сжатие контекстного окна

May 1, 2026

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.

TechnicalCompact command for context window compressionAutomatic context management and thresholdsFull session reset vs. compression strategies

HR-агент на Claude Code: создаёт других сотрудников сам по запросу

May 1, 2026

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.

TechnicalTelegram bot creation via BotFatherClaude Code HR agent automationTelegram user ID retrieval

Живые скиллы для Claude Code, Gemini и Codex | Как настроить super skills для ИИ агентов

Apr 30, 2026

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.

TechnicalInsightfulLiving/self-updating AI agent skillsToken consumption optimizationFeedback loops for skill improvement

Планировщик для ИИ агента: 50 идей и готовые файлы для Claude, Codex и Gemini

Apr 30, 2026

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.

TechnicalInsightfulRoutins automation toolN8N integrationAutomated YouTube video curation

Экономия токенов и контекстного окна: настройка памяти нейросети Newchat без потери данных

Apr 30, 2026

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.

TechnicalNewchat command functionalityCheckpoint command integrationImplementation via skills vs MD slots

AI агент по расписанию: Gemini, Claude Code и Codex без ручного управления – Scheduler настройка

Apr 28, 2026

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.

TechnicalInsightfulAutonomous AI agent scheduling and automationOff-peak token optimization for Claude/AnthropicAgent memory configuration and persistent storage

Gemini CLI — бесплатный аналог Claude Code с 2 млн токенов: полная настройка

Apr 28, 2026

The video demonstrates setting up Gemini CLI as a free alternative to Claude Code, featuring a 2 million token context window. The presenter walks through logging into an account, configuring autostart, and managing permissions within the CLI tool. The setup process reveals some quirks, including session-specific permissions and an initially empty process list.

TechnicalGemini CLI setup and configurationAutostart configurationPermission management and session scoping

ИИ для службы поддержки и продаж: как правильно структурировать документы

Apr 28, 2026

The speaker describes a personal knowledge management system using a 'dump' or landfill database where raw ideas, voice messages, and notes are stored. An AI agent then processes and synthesizes these notes weekly to build full-fledged content. The system leverages Telegram as the input interface.

TechnicalInsightfulPersonal knowledge management database structureAI agent for note synthesis and content creationTelegram as a raw input collection tool

Пост Андрея Карпаты: главная ошибка при создании AI Агентов и RAG систем

Apr 27, 2026

The speaker discusses Andrey Karpathy's post about a major problem in AI agent and RAG system design: the difficulty of searching and structuring knowledge bases. The core issue is that notes and knowledge fragments are stored as disconnected elements, making retrieval dependent on remembering exact keywords used during storage.

OpinionTechnicalKnowledge base search and retrieval challengesAndrey Karpathy's critique of RAG systems and AI agentsDisconnected knowledge fragments in personal and enterprise note-taking

Настройка Gemini CLI: агент с многоуровневой памятью и планировщиком задач

Apr 27, 2026

The video covers setting up a Gemini CLI agent with multilevel memory and a task scheduler, specifically demonstrating the integration of Telegram with Gemini. The presenter walks through configuring a Telegram bridge by providing API tokens and bot credentials to the agent interactively.

TechnicalGemini CLI agent setupTelegram and Gemini integrationAPI token management

Как экономить токены и управлять памятью AI агента в 2026 году Команда Convolife

Apr 27, 2026

The Convo Life team presents a tool for tracking AI agent token usage and context window status within Telegram bots. The system provides usage thresholds and recommendations for when to compact or reset sessions to avoid exhausting the context window. It can also be visually customized per bot.

TechnicalInsightfulContext window monitoringToken usage managementAI agent session control

Настройка Codex AI агента: от установки на Ubuntu до команд в Telegram

Apr 26, 2026

The transcript covers the setup of a Codex AI agent with voice message support in Telegram, specifically addressing the limitation of standard ChatGPT subscriptions with Whisper. The speaker walks through obtaining an OpenAI API key to enable Whisper transcription and debugging a file extension error with OGA voice files. By the end, the bot successfully receives and transcribes Telegram voice messages.

TechnicalOpenAI API key setup for WhisperTelegram bot voice message integrationDebugging OGA file extension error

Gemini CLI против Claude Code: почему я перехожу и как всё настроить самому

Apr 26, 2026

The video walks through setting up Gemini CLI, covering tool integrations like Google Workspace and Firecrawl, and explaining how to configure agents for automated task planning. The presenter compares Gemini CLI with Claude Code and explains their reasons for switching. Key advice focuses on customizing tool connections to individual needs rather than copying the presenter's setup.

TechnicalOpinionGemini CLI setup and configurationTool integration (Google Workspace, Firecrawl, N8N)Autonomous agent task planning

7 команд для управления AI агентом: память, токены и автоматизация

Apr 26, 2026

The video explains the 'Dream Team' command for AI agents, which acts as a memory defragmentation and consolidation tool. It is designed to be run periodically (e.g., weekly) to organize accumulated data and notes, helping the agent 'recover' after extended periods of work.

TechnicalInsightfulDream Team command for AI agentsMemory defragmentation and consolidationQuick command menu setup

ClaudeClaw против официального подключения: что выбрать для реальной работы с Claude Code

Apr 2, 2026

The speaker explains that ClaudeClaw creates more than just a simple connection between Claude Code and Telegram, but rather builds a comprehensive AI employee system with memory, tool access, and role-based permissions. This system includes specialized sub-agents for different functions like accounting and copywriting, each with appropriate access controls.

ClaudeClaw vs basic connectionsAI employee system architectureRole-based access control

Как я переехал с Claude на ChatGPT и собрал нового агента в Telegram (Codex Claw )

Apr 2, 2026

The speaker demonstrates creating a Telegram bot by finding the official bot creator, generating an API key, and connecting it to their CloudBot system. The installation process took approximately 16 minutes and provided step-by-step instructions in Russian.

Telegram bot creationAPI key integrationCloudBot system setup

Claude Code и Codex для контента: как настроить систему, чтобы тексты «зашли»

Apr 2, 2026

A speaker explains how to train an AI content creation system by manually correcting initial posts and providing feedback to improve output quality. The process involves iterative refinement where the AI learns the user's brand voice and style preferences over time.

AI content creation trainingBrand voice developmentIterative feedback process

AI агент в Telegram на ChatGPT — голос, файлы, код, картинки (Codex Claw в Telegram)

1mApr 1, 2026

The speaker explains their Telegram-based AI bot system that uses existing subscriptions from services like Claude and ChatGPT. They emphasize cost efficiency and clarify that these aren't open-source bots but subscription-based services accessed through Telegram.

AI bot deployment costsTelegram-based AI interactionSubscription service integration

Как научить ИИ писать в вашем стиле: система контента с Claude и Obsidian

1mApr 1, 2026

The speaker explains how to export content from a Telegram channel using the desktop version of Telegram to gather posts for content analysis. They recommend using the desktop version over mobile apps because it offers more functionality and export capabilities.

Telegram desktop applicationContent export processJSON data format

Get AI summaries like this delivered to your inbox daily