https://timzinin.com/marina-next/?utm_source=mastodon&utm_medium=social&utm_campaign=marina_launch_apr14
Удачной игры! Если найдёте баги, пожалуйста, пишите — постараюсь оперативно поправить.
В порыве ночного безумия собрал скилл для Claude Code, который за меня фармит лидов на hh.
За 8 дней: 472 отклика → 37 собеседований → 14 звонков → 3 продажи.
Я использую это не для работы, а для продаж. HH бесплатно отдаёт мне аудиторию с бюджетом.
Outbound sales engine, замаскированный под job search.
Репо открыт:
https://github.com/TimmyZinin/hh-outreach
AI assistants write code better than most developers. How they coordinate and process tasks remains opaque. A GitHub researcher reconstructed prompt patterns, analyzed agent coordination, and built security classification. Now we can understand the logic instead of guessing. Who knows these patterns can optimize them. #AI #Development
LeoYeAI published teammate-skill on GitHub: collects work artifacts from Slack, Teams, GitHub → 5-layer AI persona. Formalizes tacit knowledge (know-how) into a model that keeps evolving after creation. Compatible with Claude Code and OpenClaw. Questions remain about business trust for digital "clones" of employees. #AI #KnowHow #Agents
Друг приехал в гости и захотел где-то потренироваться швартовать яхту. Открыли Claude Code, за вечер собрали браузерный 8-бит тренажёр швартовки. NES pixel-art, Web Audio chiptune, шесть типов швартовки, ветер по Бофорту и орущая чайка которая пробегает через экран раз в 15 секунд.
One-shot. 2100 строк ванильного JS, Canvas 2D, ноль билд-шагов, GitHub Pages.
https://timzinin.com/yacht-sim/?utm_source=mastodon&utm_medium=social&utm_campaign=yachtsim
Tsinghua University researchers published a comprehensive analysis of Claude Code's Agent Harness architecture. ~420k characters, 15 chapters covering the framework that connects LLMs to tools and external systems. Topics include: dialogue cycle, state transfer, memory management, task decomposition, parallel coordination. Includes Python examples for key components. #AI #Agents #ClaudeCode
cc-mini is a lightweight AI agent framework (~200 LOC) offering minimal harness architecture. It's not competing with Claude Code or LangChain - more like a primitive set for understanding agent internals. Simplification trend in AI tooling is growing. #AI #agents #development