Экономия токенов и контекстного окна: настройка памяти нейросети 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.
Summary
The transcript provides a brief tutorial on the Newchat command, a feature designed to start a new session while retaining relevant data from previous sessions. This is particularly useful for maintaining continuity across conversations without manually re-entering context.
The speaker explains that Newchat is typically used together with the checkpoint command. The checkpoint can be configured to automatically trigger when Newchat is launched, streamlining the process of loading prior session data into the new chat. This automation ensures that necessary information from previous sessions is seamlessly carried over.
In terms of implementation, the speaker outlines two options: using an MD slot or using skills. The speaker strongly recommends choosing the skills-based approach, describing it as the more professional and effective method. The transcript also briefly mentions that usage examples are available to help users understand when it is appropriate to include these commands in their workflow.
Key Insights
- The speaker states that the Newchat command opens a new session while simultaneously pulling in data from previous sessions, preserving continuity.
- The speaker explains that Newchat is typically used in conjunction with the checkpoint command to manage session data transitions.
- The speaker claims that the checkpoint can be configured to trigger automatically when the Newchat command is pressed, eliminating manual steps.
- The speaker describes that upon launching a new chat, data from the checkpoint and previous sessions is automatically loaded into the new session.
- The speaker recommends using skills over MD slots for implementing these commands, characterizing the skills-based approach as the professional-level option.
Topics
Transcript
[0:00] The next command is the Newcat command. Newchat allows us to open a new session, but at the same time pull in data from previous sessions. How is it done? Usually the New command is done in conjunction with the checkpoint command. Or you can even set up a checkpoint so that when you press the New Chat command, it will automatically trigger and, accordingly, perform the task. The same. We have a quick command menu. We select New Chat, and a new chat and a new session are launched, and [0:30] the data from the checkpoint and the information from previous sessions that we need to work with it are automatically loaded. So, how to implement it? It…
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.