@timzinin

3 Followers
0 Following
178 Posts
Давайте отвлечёмся от новостей и подумаем о хорошем. Я сделал игру — survival-мессенджер про жизнь девушки-фаундера, которая только что начала независимую жизнь. Переписка в мессенджере: друзья, соседи, курьеры — всё влияет на её решения и стабильность. Способ заглянуть в жизнь предпринимателя.
https://timzinin.com/marina-next/?utm_source=mastodon&utm_medium=social&utm_campaign=marina_launch_apr14
Удачной игры! Если найдёте баги, пожалуйста, пишите — постараюсь оперативно поправить.
Давайте отвлечёмся от новостей и подумаем о хорошем. Я сделал игру — survival-мессенджер про жизнь девушки-фаундера, которая только что начала независимую жизнь. Переписка в мессенджере: друзья, соседи, курьеры — всё влияет на её решения и стабильность. Способ заглянуть в жизнь предпринимателя.
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

MathCode from math-ai-org is positioning itself as a mathematical coding agent. The key problem it addresses: even the most capable LLMs often fail at tasks requiring strict mathematical reasoning, generating code that appears correct but contains logical errors and unhandled edge cases. This is an interesting direction in the trend toward specialized AI agents. The trend toward specialized AI agents is accelerating - general models work as universal tools, but for deep expertise in specific dom

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

https://github.com/Leonxlnx/agentic-ai-prompt-research

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

https://github.com/LeoYeAI/teammate-skill

Just discovered 6551Team/claude-code-design-guide - a project exploring how early web architecture (90s HTML, browser interfaces) can inform modern AI agent development on Claude Code.
The thesis: early web had to solve similar problems to today's AI agents (constrained clients, unstable networks, fast delivery). These patterns were largely forgotten, but some fit perfectly with autonomous agent systems.
Includes code examples adapting classic web patterns for agent frameworks. Particularly inte

Друг приехал в гости и захотел где-то потренироваться швартовать яхту. Открыли 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

https://github.com/lintsinghua/claude-code-book

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

https://github.com/e10nMa2k/cc-mini