01releases
ГлавноеMust read
Meetily — локальный AI-ассистент встреч на RustMeetily - local AI meeting assistant in Rust
Open-source тулза для записи и суммаризации встреч, которая работает полностью локально. Whisper transcription с 4x ускорением, speaker diarization, суммаризация через Ollama — всё без облака. macOS и Windows, ставится прямо сейчас.An open-source tool for recording and summarizing meetings that works entirely locally. Whisper transcription with 4x acceleration, speaker diarization, summarization via Ollama - all without the cloud. macOS and Windows, installed right now.
Takeawayесли нужна запись встреч без отправки данных в облако — готовый вариант для корпоративной сети.if you need to record meetings without sending data to the cloud, this is a ready-made option for the corporate network.
02research
ГлавноеMust read
Чем умнее модель — тем хуже tool callsThe smarter the model, the worse the tool calls
Simon Willison разобрал проблему: Claude Opus 4.8 регулярно генерирует malformed tool calls — придумывает поля в nested arrays, ломает схему, вынуждает retry. Haiku и старые версии работают нормально. Классический regression: масштабирование модели ломает structured output.Simon Willison analyzed the problem: Claude Opus 4.8 regularly generates malformed tool calls - it invents fields in nested arrays, breaks the scheme, forces a retry. Haiku and older versions work fine. Classic regression: scaling the model breaks the structured output.
Takeawayстроите агентов на свежих моделях — обязательна строгая валидация tool call параметров до исполнения.build agents on fresh models - strict validation of tool call parameters before execution is required.
03community
СигналSignal
awesome-harness-engineering — справочник по инфраструктуре AI-агентовawesome-harness-engineering - guide to AI agent infrastructure
Куратированный список паттернов для надёжных агентов: context delivery, tool interfaces, planning, verification loops, memory, sandboxing, MCP, permissions, observability. Не очередной awesome-list, а именно инженерная часть — как сделать так, чтобы агент не разваливался в production.A curated list of patterns for trusted agents: context delivery, tool interfaces, planning, verification loops, memory, sandboxing, MCP, permissions, observability. Not another awesome-list, but the engineering part - how to make sure that the agent does not fall apart in production.
Takeawayиспользуй как reference architecture при проектировании собственной агентной системы.use it as a reference architecture when designing your own agent system.
04community
СигналSignal
claude-skills — 330+ готовых skills для coding agentsclaude-skills — 330+ ready-made skills for coding agents
354 production-ready skills для Claude Code, Codex, Gemini CLI, Cursor и ещё 8 агентов. Покрывает инженерию, маркетинг, продукт, compliance, research. 30+ агентов, 70+ custom команд — бери готовое вместо написания с нуля.354 production-ready skills for Claude Code, Codex, Gemini CLI, Cursor and 8 more agents. Covers engineering, marketing, product, compliance, research. 30+ agents, 70+ custom teams - use something ready-made instead of writing it from scratch.
Takeawayпрежде чем писать skill с нуля — загляни сюда, нужный паттерн скорее всего уже есть.Before writing a skill from scratch, take a look here, the required pattern most likely already exists.
05community
ГлавноеMust read
Утекли системные промпты Claude, ChatGPT, Gemini и GrokClaude, ChatGPT, Gemini and Grok system prompts leaked
На GitHub выложили репо с извлечёнными system prompts из всех крупных моделей: Anthropic (Fable 5, Opus 4.8, Claude Code), OpenAI (ChatGPT 5.5, Codex), Google (Gemini 3.5), xAI (Grok). Обновляется регулярно, добрался до Washington Post.A repo with extracted system prompts from all major models has been posted on GitHub: Anthropic (Fable 5, Opus 4.8, Claude Code), OpenAI (ChatGPT 5.5, Codex), Google (Gemini 3.5), xAI (Grok). Updated regularly, reached the Washington Post.
Takeawayсистемные промпты больше не секрет — reverse engineering поведения моделей теперь доступен каждому, меняет подход к prompt engineering.system prompts are no longer a secret - reverse engineering of model behavior is now available to everyone, changing the approach to prompt engineering.
06research
ГлавноеMust read
11 LLM рефакторят god node — Fable побеждает11 LLMs refactor god node - Fable wins
Сравнение 11 моделей (5 американских, 6 китайских) на рефакторинге god node из реального LangGraph-агента. Модели предложили варианты и оценили друг друга тремя способами. Fable выдал лучший результат по качеству и применимости рефакторинга.Comparison of 11 models (5 American, 6 Chinese) using god node refactoring from a real LangGraph agent. The models offered options and rated each other in three ways. Fable gave the best result in terms of quality and applicability of refactorings.
Takeawayпрактический benchmark для выбора модели под автоматизацию рефакторинга — Fable обходит GPT-5.5 и китайские модели на задачах со сложной архитектурой.a practical benchmark for choosing a model for refactoring automation - Fable bypasses GPT-5.5 and Chinese models on tasks with complex architecture.
07releases
СигналSignal
Harvard ML Systems — открытый учебник по production AIHarvard ML Systems - open tutorial on production AI
Harvard выложил двухтомник «ML Systems: Principles and Practices», выходит в MIT Press в 2026. Внутри TinyTorch, практические лабы, курс Stanford. Покрывает эффективность, надёжность, безопасность и robustness — всё, что обычно собираешь по крупицам из блогов.Harvard has published a two-volume book “ML Systems: Principles and Practices”, published by MIT Press in 2026. Inside TinyTorch, practical labs, Stanford course. Covers efficiency, reliability, safety and robustness - everything that you usually gather bit by bit from blogs.
Takeawayсистемный источник для проектирования production AI-систем вместо гугления по частям — особенно для ограничений памяти, latency, надёжности.a system source for designing production AI systems instead of googling piecemeal - especially for memory limitations, latency, and reliability.
08companies
СигналSignal
8 дней в китайском AI: ByteDance, Z.ai, MiniMax изнутри8 days in Chinese AI: ByteDance, Z.ai, MiniMax from the inside
Репортаж со встреч с SiliconFlow, ByteDance, MiniMax и Z.ai (создатели GLM). ByteDance выкатывает флагманскую модель 10 июля. Z.ai уходят с NVIDIA на Huawei. Модели дешевеют, скорость разработки в Китае впечатляет.Report from meetings with SiliconFlow, ByteDance, MiniMax and Z.ai (creators of GLM). ByteDance is rolling out the flagship model on July 10th. Z.ai is leaving NVIDIA for Huawei. Models are becoming cheaper, and the speed of development in China is impressive.
Takeawayкитайский AI диверсифицирует от NVIDIA, цены на модели падают — влияет на выбор провайдера и ценовые ожидания на рынке.Chinese AI is diversifying from NVIDIA, prices for models are falling - affecting the choice of provider and price expectations in the market.