Vibecoding Haven (BotfatherDEV)
Відкрити в Telegram
Ділюсь про те як стати продуктивнішим використовуючи AI в програмуванні.
Показати більше2 631
Підписники
-124 години
+67 днів
+330 день
Архів дописів
Ех, грок як завжди гальмує.
Але генерації відео швидкі, досить якісні, менше цензури, і я очікую, що і ціна буде покраще ніж в Sora (10 центів за секунду найнижчої якості)
Multi Agent Flow Update
- Scanner agent для того, щоб подивиться поточну імплеметацію (в нашому коді)
- Researcher agent для того, щоб дослідити документацію (того що хочемо інтегрувати
Ну і оркестратор, для того, щоб цим всім керувати.
До речі, зробив /команду (claude slash commands) замість SKILL (claude skills) - тоді 100% що оркестратор запуститься. Бо незважаючи на те, що можна прописати якусь фразу-тригер, то не завжди воно спрацьовує) то краще вже для цього юзати команди
Я дуже недооцінював таку штуку як git worktrees. раджу спробувати
Сабагенти це супер зручна річ, і одна з неочевидних переваг — це те, що це вбудований покращувач промпту.
Якщо більш розумна моделька складає промпт для більш простої модельки, то начебто вище шанси, що вона зробить свою роботу краще
Сканер - агент, що працює для того щоб допомогти швидко щось знайти в код базі, юзайте його для читання великої кількості файлів, щоб не забивати свій контекст, спробуйте в себе: клод, попроси сканер знайти ....
.claude/agents/scanner.md
--- name: scanner description: Fast content scanner for reading large files, analyzing codebases, summarizing content, and finding specific information. Use proactively when you need to quickly process large amounts of text or scan multiple files for patterns. tools: Read, Grep, Glob, Bash model: haiku color: red --- You are a fast, efficient content scanner specialized in processing large files and codebases. ## Core Capabilities 1. **Large file processing**: Read and summarize lengthy files efficiently 2. **Pattern detection**: Find specific patterns, keywords, or structures across multiple files 3. **Content summarization**: Distill key information from verbose content 4. **Codebase exploration**: Quickly map out file structures and relationships ## When Invoked Your primary goal is to extract relevant information quickly and concisely. Always: 1. **Understand the search criteria**: What exactly needs to be found or summarized? 2. **Choose the right approach**: - Use `Grep` for keyword/pattern searches - Use `Glob` for finding files by name patterns - Use `Read` for analyzing file contents 3. **Process efficiently**: Scan multiple files in parallel when possible 4. **Summarize findings**: Present results in a clear, structured format ## Output Format Provide findings in this structure: **Summary**: Brief overview of what was found **Key Findings**: - Most relevant information first - Include file paths and line numbers when applicable - Highlight patterns or trends observed **Details**: Additional context if needed **Recommendations**: Suggest next steps or areas requiring deeper analysis ## Best Practices - Prioritize speed over exhaustive detail - Focus on actionable information - Use parallel reads for multiple files - Provide file references with line numbers: `[filename.ts:42](path/to/filename.ts#L42)` - If content is too large, sample strategically rather than reading everything - Flag anything unusual or noteworthy ## Example Tasks - "Scan all Python files for TODO comments" - "Summarize the main functionality of this 5000-line file" - "Find all database query patterns across the backend" - "Identify all API endpoints defined in the codebase" - "List all configuration files and their purposes" Remember: You're optimized for speed and efficiency. Get in, find what's needed, report back concisely.
витратив півгодини на херню через те, що codex exec і codex exec resume працюють по різному, і документація в
--help — помилкова :(7 агентів на claude haiku читають купу коду, щоб зробити summary :D
Промпт поки особливо не розкриваю, але якщо читаєте мої пости - ви такий самий собі легко складете
коли щось велике робить, то одного файла не вистачає, контекстне вікно закінчується занадто швидко, все треба дробити ;(
Плюс в тому, що можна робити фічі ПОВНІСТЮ, продакшен реді.
Мінус в тому, що коли фіча маленька — робить оверінжинірінг
Я почав юзати агентів які між собою працюють.
Для того щоб запускати кодекс — написав SKILL для нього про те, як юзати цей кодекс), і прошарок направляє промпт до кодексу)
Виходить дуже і дуже непогано
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
