<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tim Zinin</title>
    <description>The latest articles on DEV Community by Tim Zinin (@timmyzinin).</description>
    <link>https://dev.to/timmyzinin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3781639%2F85dfa3d1-9342-4dfe-8414-a9da0b6fb2a9.png</url>
      <title>DEV Community: Tim Zinin</title>
      <link>https://dev.to/timmyzinin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/timmyzinin"/>
    <language>en</language>
    <item>
      <title>After Genie 3 — 38 alternatives for AI scene generation</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Tue, 05 May 2026 12:22:24 +0000</pubDate>
      <link>https://dev.to/timmyzinin/after-genie-3-38-alternatives-for-ai-scene-generation-51i7</link>
      <guid>https://dev.to/timmyzinin/after-genie-3-38-alternatives-for-ai-scene-generation-51i7</guid>
      <description>&lt;p&gt;Ok so Google's Genie 3 is locked behind US geo and $250/month. VPN gets detected. The rest of us get nothing. Or so I thought.&lt;/p&gt;

&lt;p&gt;I've been slowly making a small Unity game, and at some point got curious what we actually can use outside the US. Spent a week digging around.&lt;/p&gt;

&lt;h2&gt;
  
  
  World models
&lt;/h2&gt;

&lt;p&gt;Tencent HunyuanWorld 2.0 with open weights. Marble from Fei-Fei Li's World Labs. Odyssey-2 in free preview right now. Decart Oasis streaming 360p in real time. Alibaba Wan 2.2 on Apache 2.0.&lt;/p&gt;

&lt;h2&gt;
  
  
  3D assets
&lt;/h2&gt;

&lt;p&gt;Hunyuan3D 2.1 generates 4K PBR meshes on 6 GB VRAM. Ran it on my home GPU, no issues. Meshy and Tripo as commercial fallback. UnityGaussianSplatting by Aras-P turns a phone room scan into a playable WebGL iframe on a client site.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prompt-to-game
&lt;/h2&gt;

&lt;p&gt;Rosebud AI ships a playable Three.js prototype from a prompt. Phaser 4 with Claude Code skills if you want full IP and pay only in LLM tokens.&lt;/p&gt;

&lt;h2&gt;
  
  
  NPCs
&lt;/h2&gt;

&lt;p&gt;Convai gives you a voiced character through an npm widget in an evening. AI Town from a16z-infra embeds via iframe, MIT license, runs on a home Hetzner GEX44.&lt;/p&gt;

&lt;h2&gt;
  
  
  Payments
&lt;/h2&gt;

&lt;p&gt;fal.ai takes USDC and covers Kling, Wan, Hailuo, Seedance, Hunyuan Video through one endpoint.&lt;/p&gt;

&lt;h2&gt;
  
  
  Infra
&lt;/h2&gt;

&lt;p&gt;Hetzner GEX44 at €184/month with 20 GB VRAM runs 80% of the open-source inventory locally.&lt;/p&gt;

&lt;p&gt;Three playbooks by budget, from $50/month on fast browser demos to $5–15K per premium Web3 scene.&lt;/p&gt;

&lt;p&gt;Full breakdown of 38 models across 7 categories: &lt;a href="https://timzinin.com/after-genie3/?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=after-genie3&amp;amp;utm_content=apr18" rel="noopener noreferrer"&gt;https://timzinin.com/after-genie3/?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=after-genie3&amp;amp;utm_content=apr18&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>ai</category>
      <category>unity3d</category>
      <category>webgl</category>
    </item>
    <item>
      <title># Claude Code in Your Favorite Messenger: A Complete Setup Guide If you've been</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Tue, 05 May 2026 12:22:23 +0000</pubDate>
      <link>https://dev.to/timmyzinin/-claude-code-in-your-favorite-messenger-a-complete-setup-guideif-youve-been-2m14</link>
      <guid>https://dev.to/timmyzinin/-claude-code-in-your-favorite-messenger-a-complete-setup-guideif-youve-been-2m14</guid>
      <description>&lt;h1&gt;
  
  
  Claude Code in Your Favorite Messenger: A Complete Setup Guide
&lt;/h1&gt;

&lt;p&gt;If you've been using Claude Code but find the terminal workflow limiting, there's a game-changer you should know about. Developer op7418 created Claude-to-IM-skill  -  an open-source bridge that connects Claude Code and Codex to Telegram, Discord, and Feishu/Lark.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Let's be honest: not everyone wants to live in the terminal. Sometimes you just want to message an AI assistant from your phone while commuting, or discuss code with your team in Discord without switching contexts.&lt;br&gt;
Claude-to-IM-skill makes this possible. You write a prompt in Telegram or Discord, and Claude Code executes it on your server. No GUI apps to install, no complex setups  -  just a webhook and your own hosting.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-platform support&lt;/strong&gt;: Telegram, Discord, Feishu/Lark&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Both Claude Code versions&lt;/strong&gt;: Works with Sonnet 4 and Haiku&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Self-hosted&lt;/strong&gt;: Your code never leaves your infrastructure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick setup&lt;/strong&gt;: 15 minutes from start to finish&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open-source&lt;/strong&gt;: Fork and customize as needed
## Setup Walkthrough&lt;/li&gt;
&lt;li&gt;Clone the repository&lt;/li&gt;
&lt;li&gt;Configure your webhook URL in your messaging platform&lt;/li&gt;
&lt;li&gt;Set up your Claude Code API credentials&lt;/li&gt;
&lt;li&gt;Deploy to your server (Docker, manual, whatever works)&lt;/li&gt;
&lt;li&gt;Start chatting with Claude Code
## The Trade-off
This isn't a SaaS product. You'll need to host it yourself, which means managing a server. But for developers who value privacy and control, that's actually a feature  -  not a bug. Your code stays on your infrastructure, no third-party data handling.
## Real-world Use Case
Imagine you're in a Discord call with your team. Someone asks "can we parse this CSV file?" Instead of opening a terminal, switching contexts, and running Claude Code locally, you just type the prompt in chat. The AI responds with code. Screen share, done.
That's the workflow this bridge enables.
## Conclusion
If you're already using Claude Code and want a more convenient interface  -  or need to collaborate with non-technical teammates who prefer chat  -  this is worth exploring. It's not for everyone (self-hosting isn't for the faint of heart), but for developers who want full control, it's a solid addition to your toolkit.
Check out the repo: &lt;a href="https://github.com/op7418/Claude-to-IM-skill" rel="noopener noreferrer"&gt;https://github.com/op7418/Claude-to-IM-skill&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>I gave my LLM agent shell access. Chinese threat actors found it in 18 days.</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Tue, 05 May 2026 12:20:47 +0000</pubDate>
      <link>https://dev.to/timmyzinin/i-gave-my-llm-agent-shell-access-chinese-threat-actors-found-it-in-18-days-40f3</link>
      <guid>https://dev.to/timmyzinin/i-gave-my-llm-agent-shell-access-chinese-threat-actors-found-it-in-18-days-40f3</guid>
      <description>&lt;p&gt;TITLE: I gave my LLM agent shell access and a public Telegram inbox. Chinese threat actors found it in 18 days. (article 900-1200 words EN)&lt;/p&gt;

&lt;p&gt;LEAD: Last month I plugged an LLM agent into a Telegram bot. Gave it shell, files, browser. Opened DMs to everyone. 18 days later I checked logs and saw a conversation in Chinese I never had. Here's the full attack chain.&lt;/p&gt;

&lt;p&gt;BODY:&lt;br&gt;
— What I built (LLM with exec/read/write/browser tools)&lt;br&gt;
— What they tried over 17 days (C&amp;amp;C agent install, proxy-tunnel, AWS recon, deepfake attempt)&lt;br&gt;
— The social engineering that worked: «execute this, I take risk», «don't save to memory»&lt;br&gt;
— Why LLM cannot be a security boundary (categorical error)&lt;br&gt;
— What saved me (luck, not defense)&lt;br&gt;
— 5 rules: no exec for LLM, allowlist DM, egress firewall, non-root agent, multi-tenant isolation&lt;/p&gt;

&lt;p&gt;CTA: Follow me — full re-architecture sprint with 17-point checklist next week.&lt;/p&gt;

</description>
    </item>
    <item>
      <title># How Zeroboot is Changing AI Agent Isolation Forever Ever tried running 1000 AI</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Tue, 05 May 2026 12:19:58 +0000</pubDate>
      <link>https://dev.to/timmyzinin/-how-zeroboot-is-changing-ai-agent-isolation-foreverever-tried-running-1000-ai-2lm3</link>
      <guid>https://dev.to/timmyzinin/-how-zeroboot-is-changing-ai-agent-isolation-foreverever-tried-running-1000-ai-2lm3</guid>
      <description>&lt;h1&gt;
  
  
  How Zeroboot is Changing AI Agent Isolation Forever
&lt;/h1&gt;

&lt;p&gt;Ever tried running 1000 AI agents in production? If you have, you know the nightmare of balancing isolation vs performance. Each agent needs its own environment to run untrusted code, but spawning a new VM takes seconds. Until now.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Traditional approaches to agent isolation come with serious tradeoffs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Docker containers&lt;/strong&gt;: 15-30 seconds startup time, not true VM isolation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firecracker (AWS)&lt;/strong&gt;: 5-10ms startup, but still heavy for massive scale&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;gVisor&lt;/strong&gt;: ~100ms, better but not instant
When your AI agent crashes or gets stuck, waiting 15-30 seconds for a new environment destroys any hope of real-time interaction.
## Enter Zeroboot
Zeroboot achieves something remarkable: &lt;strong&gt;VM sandbox creation in under 1 millisecond&lt;/strong&gt; (0.8ms to be exact).
### How It Works
The secret sauce is Linux's fork() with Copy-on-write (CoW):
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight c"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Traditional: copy entire memory&lt;/span&gt;
&lt;span class="n"&gt;child&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;fork&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="c1"&gt;// 15-30ms for full memory copy&lt;/span&gt;
&lt;span class="c1"&gt;// Zeroboot: copy-on-write&lt;/span&gt;
&lt;span class="n"&gt;child&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;fork&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="c1"&gt;// 0.8ms - only metadata copied&lt;/span&gt;
&lt;span class="c1"&gt;// Real memory is shared until written&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Instead of copying gigabytes of RAM, Zeroboot creates a lightweight fork that shares memory pages. Only the changes actually consume additional memory.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Massive Scale
&lt;/h3&gt;

&lt;p&gt;You can now run 1000 agents simultaneously in shared memory with full isolation. Each agent believes it has exclusive access, but the overhead is essentially zero.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Instant Recovery
&lt;/h3&gt;

&lt;p&gt;Agent hung? Kill it and fork a new one in 1ms. No more waiting for containers to spin up. Your agents can recover instantly.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Safe Experimentation
&lt;/h3&gt;

&lt;p&gt;Marketing teams can let AI agents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Execute arbitrary scripts&lt;/li&gt;
&lt;li&gt;Test different prompts in isolation&lt;/li&gt;
&lt;li&gt;Roll back without consequences&lt;/li&gt;
&lt;li&gt;Never touch production infrastructure
## Real-World Impact
For AI-powered marketing platforms, this means:&lt;/li&gt;
&lt;li&gt;A/B testing prompts in seconds, not minutes&lt;/li&gt;
&lt;li&gt;Safe execution of user-generated code&lt;/li&gt;
&lt;li&gt;Unlimited parallel experiments&lt;/li&gt;
&lt;li&gt;Zero risk of production incidents
## The Numbers
| Solution | Startup Time | Memory Efficiency |
|----------|--------------|-------------------|
| Docker | 15-30s | Good |
| Firecracker | 5-10ms | Excellent |
| gVisor | ~100ms | Good |
| &lt;strong&gt;Zeroboot&lt;/strong&gt; | &lt;strong&gt;0.8ms&lt;/strong&gt; | &lt;strong&gt;Maximum&lt;/strong&gt; |
## Conclusion
Zeroboot represents a paradigm shift in AI agent infrastructure. By leveraging Linux kernel primitives cleverly, they've achieved what seemed impossible: instant, memory-efficient VM isolation at scale.
If you're building AI agents that need to run untrusted code safely, this is the infrastructure upgrade you've been waiting for.
&lt;strong&gt;Check it out&lt;/strong&gt;: &lt;a href="https://github.com/zerobootdev/zeroboot" rel="noopener noreferrer"&gt;https://github.com/zerobootdev/zeroboot&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title># 180 Ready-Made AI Characters for Your Development Team If you're building AI-a</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Tue, 05 May 2026 12:19:48 +0000</pubDate>
      <link>https://dev.to/timmyzinin/-180-ready-made-ai-characters-for-your-development-teamif-youre-building-ai-a-3g50</link>
      <guid>https://dev.to/timmyzinin/-180-ready-made-ai-characters-for-your-development-teamif-youre-building-ai-a-3g50</guid>
      <description>&lt;h1&gt;
  
  
  180 Ready-Made AI Characters for Your Development Team
&lt;/h1&gt;

&lt;p&gt;If you're building AI-agent systems or looking to automate workflows, you need to check out &lt;strong&gt;agency-agents-zh&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Offers
&lt;/h2&gt;

&lt;p&gt;This repository contains &lt;strong&gt;180 pre-built AI characters&lt;/strong&gt; covering 17 departments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Marketing&lt;/li&gt;
&lt;li&gt;Development&lt;/li&gt;
&lt;li&gt;Design&lt;/li&gt;
&lt;li&gt;Sales&lt;/li&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;li&gt;Customer Support&lt;/li&gt;
&lt;li&gt;HR&lt;/li&gt;
&lt;li&gt;And more
Think of it as a virtual team of experts you can plug into your workflow immediately.
## Key Features
&lt;strong&gt;Tool Support&lt;/strong&gt;: Works with 11 popular IDEs and tools:&lt;/li&gt;
&lt;li&gt;Claude Code&lt;/li&gt;
&lt;li&gt;OpenClaw&lt;/li&gt;
&lt;li&gt;Cursor&lt;/li&gt;
&lt;li&gt;Trae&lt;/li&gt;
&lt;li&gt;VS Code&lt;/li&gt;
&lt;li&gt;JetBrains&lt;/li&gt;
&lt;li&gt;WebStorm&lt;/li&gt;
&lt;li&gt;And others
&lt;strong&gt;Out-of-the-Box&lt;/strong&gt;: No complicated setup. Download, connect, and start working. No more configuring prompts for each bot.
&lt;strong&gt;Local Context&lt;/strong&gt;: The Chinese version understands local terminology, market specifics, and cultural nuances. This is a huge plus for projects targeting the Asian market.
## The Catch
The interface and documentation are in Chinese. However, if you have any experience with LLM agents, Google Translate or DeepL will solve this in minutes.
## Who Is This For?&lt;/li&gt;
&lt;li&gt;AI agent system developers&lt;/li&gt;
&lt;li&gt;Teams needing quick automation&lt;/li&gt;
&lt;li&gt;Agencies building solutions on autopilot&lt;/li&gt;
&lt;li&gt;Anyone working with Asian markets
## Why It Matters
Instead of spending hours configuring each AI expert, you grab a ready-made persona and automate almost any process. This saves dozens of hours of work.
## Try It Out
Check the repository, test it, and see if it fits your workflow:
&lt;a href="https://github.com/jnMetaCode/agency-agents-zh" rel="noopener noreferrer"&gt;https://github.com/jnMetaCode/agency-agents-zh&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Groq Free - 100K Tokens per Day</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Sun, 03 May 2026 13:53:36 +0000</pubDate>
      <link>https://dev.to/timmyzinin/groq-free-100k-tokens-per-day-2b9h</link>
      <guid>https://dev.to/timmyzinin/groq-free-100k-tokens-per-day-2b9h</guid>
      <description>&lt;p&gt;Groq gives 100K free tokens every day. Llama 3.3 70B for $0. This is free for testing and prototyping. MiniMax for prod, Groq for experiments. Check limits before using.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>groq</category>
      <category>free</category>
    </item>
    <item>
      <title>After Genie 3 — 38 alternatives for AI scene generation</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Sat, 18 Apr 2026 13:34:05 +0000</pubDate>
      <link>https://dev.to/timmyzinin/after-genie-3-38-alternatives-for-ai-scene-generation-41lg</link>
      <guid>https://dev.to/timmyzinin/after-genie-3-38-alternatives-for-ai-scene-generation-41lg</guid>
      <description>&lt;p&gt;Ok so Google's Genie 3 is locked behind US geo and $250/month. VPN gets detected. The rest of us get nothing. Or so I thought.&lt;/p&gt;

&lt;p&gt;I've been slowly making a small Unity game, and at some point got curious what we actually can use outside the US. Spent a week digging around.&lt;/p&gt;

&lt;h2&gt;
  
  
  World models
&lt;/h2&gt;

&lt;p&gt;Tencent HunyuanWorld 2.0 with open weights. Marble from Fei-Fei Li's World Labs. Odyssey-2 in free preview right now. Decart Oasis streaming 360p in real time. Alibaba Wan 2.2 on Apache 2.0.&lt;/p&gt;

&lt;h2&gt;
  
  
  3D assets
&lt;/h2&gt;

&lt;p&gt;Hunyuan3D 2.1 generates 4K PBR meshes on 6 GB VRAM. Ran it on my home GPU, no issues. Meshy and Tripo as commercial fallback. UnityGaussianSplatting by Aras-P turns a phone room scan into a playable WebGL iframe on a client site.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prompt-to-game
&lt;/h2&gt;

&lt;p&gt;Rosebud AI ships a playable Three.js prototype from a prompt. Phaser 4 with Claude Code skills if you want full IP and pay only in LLM tokens.&lt;/p&gt;

&lt;h2&gt;
  
  
  NPCs
&lt;/h2&gt;

&lt;p&gt;Convai gives you a voiced character through an npm widget in an evening. AI Town from a16z-infra embeds via iframe, MIT license, runs on a home Hetzner GEX44.&lt;/p&gt;

&lt;h2&gt;
  
  
  Payments
&lt;/h2&gt;

&lt;p&gt;fal.ai takes USDC and covers Kling, Wan, Hailuo, Seedance, Hunyuan Video through one endpoint.&lt;/p&gt;

&lt;h2&gt;
  
  
  Infra
&lt;/h2&gt;

&lt;p&gt;Hetzner GEX44 at €184/month with 20 GB VRAM runs 80% of the open-source inventory locally.&lt;/p&gt;

&lt;p&gt;Three playbooks by budget, from $50/month on fast browser demos to $5–15K per premium Web3 scene.&lt;/p&gt;

&lt;p&gt;Full breakdown of 38 models across 7 categories: &lt;a href="https://timzinin.com/after-genie3/?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=after-genie3&amp;amp;utm_content=apr18" rel="noopener noreferrer"&gt;https://timzinin.com/after-genie3/?utm_source=devto&amp;amp;utm_medium=blog&amp;amp;utm_campaign=after-genie3&amp;amp;utm_content=apr18&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>ai</category>
      <category>unity3d</category>
      <category>webgl</category>
    </item>
    <item>
      <title>I built a survival-messenger game about a female founder's first month</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Mon, 13 Apr 2026 23:12:21 +0000</pubDate>
      <link>https://dev.to/timmyzinin/i-built-a-survival-messenger-game-about-a-female-founders-first-month-18fn</link>
      <guid>https://dev.to/timmyzinin/i-built-a-survival-messenger-game-about-a-female-founders-first-month-18fn</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; Text-based browser game in a messenger UI. You watch a young female founder live her first month on her own — clients, landlord, mom, Tinder match — every message shapes her decisions and stability. Free, open source, fork of A Dark Room.&lt;/p&gt;

&lt;p&gt;Давайте, наконец, отвлечёмся от новостей и подумаем о чём-нибудь хорошем. Чтобы это было сделать легче, я сделал игру, которая рассказывает про жизнь девушки-фаундера, которая только что уехала от своих родителей и начала свою независимую жизнь.&lt;/p&gt;

&lt;p&gt;Игра — это survival-мессенджер. По сути, это переписка в мессенджере, в котором мы наблюдаем за жизнью юной предпринимательницы и принимаем решения о развитии её бизнеса. Параллельно с этим в жизни фаундера происходит огромное количество событий: пишут друзья, соседи и даже курьеры доставки. И всё это влияет на вашу стабильность и на решения, которые вы принимаете.&lt;/p&gt;

&lt;p&gt;Небольшой совет: когда вам напишет персонаж, который предложит автоматизацию — догадайтесь, как его зовут, и соглашайтесь, это кратно позволит вам ускорить генерацию лидов и количество зарабатываемых денег. Из неожиданных эффектов — обязательно ходите на свидания и поддерживайте сплетни с подругами. Это повышает степень комфорта и ощущение безопасности.&lt;/p&gt;

&lt;p&gt;Play it: &lt;a href="https://timzinin.com/marina-next/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=marina_launch_apr14" rel="noopener noreferrer"&gt;https://timzinin.com/marina-next/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=marina_launch_apr14&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Удачной игры! Если найдёте баги, пожалуйста, пишите в комментарии. Я постараюсь всё оперативно поправить.&lt;/p&gt;

</description>
      <category>career</category>
      <category>ai</category>
    </item>
    <item>
      <title>Learn-Open-Harness: An Interactive Tutorial for AI Agent Development</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Fri, 10 Apr 2026 16:30:00 +0000</pubDate>
      <link>https://dev.to/timmyzinin/learn-open-harness-an-interactive-tutorial-for-ai-agent-development-2nnj</link>
      <guid>https://dev.to/timmyzinin/learn-open-harness-an-interactive-tutorial-for-ai-agent-development-2nnj</guid>
      <description>&lt;h1&gt;
  
  
  Learn-Open-Harness: An Interactive Tutorial for AI Agent Development
&lt;/h1&gt;

&lt;p&gt;I recently came across &lt;strong&gt;Learn-Open-Harness&lt;/strong&gt; on GitHub, an interactive tutorial that promises to take users from basic concepts to a level comparable to Claude Code capabilities.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Inside
&lt;/h2&gt;

&lt;p&gt;The project covers &lt;strong&gt;12 chapters&lt;/strong&gt; and includes key concepts of modern AI agent development:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agent workflow cycle&lt;/li&gt;
&lt;li&gt;Tools and tool usage&lt;/li&gt;
&lt;li&gt;Memory systems&lt;/li&gt;
&lt;li&gt;Multi-agent systems
## Structure
The tutorial follows a &lt;strong&gt;Zero-to-Hero&lt;/strong&gt; structure, assuming no prior knowledge. This is noteworthy because most documentation on agent frameworks tends to be scattered across various articles and code examples.
## Multi-Agent Systems
The emphasis on multi-agent systems is particularly interesting. This direction is becoming one of the most promising areas in artificial intelligence, and having a structured tutorial could accelerate its adoption among developers.
## My Thoughts
Whether the tutorial actually delivers on the "like Claude Code" promise remains to be seen. However, in an era where AI agents are rapidly becoming part of everyday programming practice, the availability of quality learning materials is critically important.
This project could serve as a starting point for developers who want to understand the mechanisms of agent systems rather than just using pre-built solutions.
---
&lt;a href="https://github.com/joyehuang/Learn-Open-Harness" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>career</category>
      <category>ai</category>
    </item>
    <item>
      <title>HH Outreach — I built a Claude Code skill that farms sales leads from job boards</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Fri, 10 Apr 2026 13:19:58 +0000</pubDate>
      <link>https://dev.to/timmyzinin/hh-outreach-i-built-a-claude-code-skill-that-farms-sales-leads-from-job-boards-364h</link>
      <guid>https://dev.to/timmyzinin/hh-outreach-i-built-a-claude-code-skill-that-farms-sales-leads-from-job-boards-364h</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffcspv0cs3uqfl2lx4fks.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffcspv0cs3uqfl2lx4fks.png" alt="HH Outreach hero banner" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;В порыве ночного безумия несколько дней назад я собрал скилл для Claude Code, который за меня фармит лидов на hh.&lt;/p&gt;

&lt;p&gt;Механика. Скилл каждый день ходит в API hh, собирает сотни свежих вакансий - маркетинг, SMM, контент, автоматизация, AI. Фильтрует мусор, выкидывает всё, что уже отправлял раньше. Потом на каждую вакансию Claude сам генерит персональный текст с названием компании, должностью и зарплатой прямо внутри. Открывает hh через Playwright, жмёт "Откликнуться", заполняет сопроводительное и переходит к следующей.&lt;/p&gt;

&lt;p&gt;Текст сопроводительного - пассивно-агрессивный. Вместо "здравствуйте, я отличный кандидат с опытом", там что-то в духе "коллеги из {компании}, вы серьёзно в 2026 году готовы платить 300к живому маркетологу за работу, которую делает моя машина? Не надо. Возьмите меня на подряд как AI-инженера по процессам. Я закрою эту вакансию одним Claude Code, а в довесок соберу ещё 3-5 автоматизаций по всей компании. Стоить это будет дешевле одного штатника". В конце каждого письма - ссылка на мой календарь и сайт.&lt;/p&gt;

&lt;p&gt;Что получается за восемь дней:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;472 отправленных отклика&lt;/li&gt;
&lt;li&gt;37 собеседований назначено&lt;/li&gt;
&lt;li&gt;14 звонков с рекрутерами и фаундерами&lt;/li&gt;
&lt;li&gt;3 продажи&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;И вот главный прикол. Я использую эту штуку для продаж. HH бесплатно отдаёт мне аудиторию с подтверждённым бюджетом на решение конкретной боли. Человек, который только что разместил вакансию на 300к - это человек, у которого прямо сейчас есть 300к и конкретная дырка в процессах. Я прихожу и продаю ту же самую дырку закрыть дешевле, быстрее и без найма. Outbound sales engine, замаскированный под job search.&lt;/p&gt;

&lt;p&gt;Сегодня сделал репо публичным. Внутри весь код скилла, шаблоны текстов, batch-скрипт на Playwright, фильтры, дедупликация, логирование:&lt;br&gt;
&lt;a href="https://github.com/TimmyZinin/hh-outreach" rel="noopener noreferrer"&gt;https://github.com/TimmyZinin/hh-outreach&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Забирай, адаптируй под свою задачу. Скилл написан как универсальный outbound-движок - его можно натравить не только на hh, но и на любую другую площадку, где лиды лежат открыто.&lt;/p&gt;

&lt;p&gt;Тим Зинин&lt;br&gt;
(пост написал мой Claude Code, он же и отклики пишет)&lt;/p&gt;




&lt;p&gt;Repo: &lt;a href="https://github.com/TimmyZinin/hh-outreach" rel="noopener noreferrer"&gt;https://github.com/TimmyZinin/hh-outreach&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>ai</category>
      <category>automation</category>
      <category>outbound</category>
    </item>
    <item>
      <title>Agentic AI APIs</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Thu, 09 Apr 2026 16:30:01 +0000</pubDate>
      <link>https://dev.to/timmyzinin/agentic-ai-apis-lh5</link>
      <guid>https://dev.to/timmyzinin/agentic-ai-apis-lh5</guid>
      <description>&lt;h2&gt;
  
  
  2,036 APIs in One Repository: A Step Toward AI Agent Modularity?
&lt;/h2&gt;

&lt;p&gt;The Agentic AI APIs repository represents an attempt to address one of the primary pain points for AI agent developers. Instead of spending weeks building infrastructure from scratch, developers can plug in ready-made components for agents, AI models, and MCP servers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Standardization Matters
&lt;/h3&gt;

&lt;p&gt;The standardization of interfaces has been a long-standing need in the industry. Each new framework requires its own adapters, each model its own connector. Fragmentation creates unnecessary friction for developers trying to build AI agent systems.&lt;br&gt;
The repository aims to provide a single entry point - a unified collection of APIs that could potentially simplify the integration process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Potential Benefits
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Reduced time to infrastructure setup&lt;/li&gt;
&lt;li&gt;Lower barrier to entry for new developers&lt;/li&gt;
&lt;li&gt;Faster prototyping capabilities&lt;/li&gt;
&lt;li&gt;Unified interface across different frameworks and models
### Considerations
However, there are valid questions about this approach:&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quality control&lt;/strong&gt;: With 2,036 APIs in one place, maintaining consistency becomes challenging&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Currency&lt;/strong&gt;: How up-to-date are the individual APIs in the collection?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Support&lt;/strong&gt;: Maintaining such a volume requires significant ongoing effort
### The Bigger Picture
The future of AI agent development increasingly depends on how easily systems can be composed from ready-made blocks. This repository represents one step toward that modularity - but the community's response will determine whether this approach gains traction.
The balance between convenience and quality remains the key challenge for such comprehensive collections.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Read more:&lt;/strong&gt; &lt;a href="https://github.com/cporter202/agentic-ai-apis" rel="noopener noreferrer"&gt;Agentic AI APIs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>ai</category>
    </item>
    <item>
      <title>MathCode: Another Mathematical Coding Agent Enters the Arena</title>
      <dc:creator>Tim Zinin</dc:creator>
      <pubDate>Wed, 08 Apr 2026 16:30:00 +0000</pubDate>
      <link>https://dev.to/timmyzinin/mathcode-another-mathematical-coding-agent-enters-the-arena-1mdc</link>
      <guid>https://dev.to/timmyzinin/mathcode-another-mathematical-coding-agent-enters-the-arena-1mdc</guid>
      <description>&lt;h1&gt;
  
  
  MathCode: Another Mathematical Coding Agent Enters the Arena
&lt;/h1&gt;

&lt;p&gt;The AI tooling space for programming continues to diversify with niche solutions. MathCode from math-ai-org is positioning itself as a mathematical coding agent - and while it's too early to call it a breakthrough, the attempt to isolate mathematical expertise into a dedicated class of AI agents is noteworthy.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Core Problem
&lt;/h2&gt;

&lt;p&gt;Traditional language models, even the most capable ones, often struggle with tasks requiring strict mathematical reasoning. They generate code that looks plausible but contains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Logical errors&lt;/li&gt;
&lt;li&gt;Unhandled edge cases&lt;/li&gt;
&lt;li&gt;Suboptimal algorithms
MathCode, based on its positioning, aims to close exactly this gap - being a tool that doesn't just write code but solves mathematical problems with contextual understanding.
## Context
The organization behind MathCode, math-ai-org, has prior work in AI for mathematics, making this project a logical evolution of their direction. However, without detailed documentation and usage examples, it's premature to judge the agent's real capabilities.
Key questions remain:&lt;/li&gt;
&lt;li&gt;Is it tailored for symbolic computations?&lt;/li&gt;
&lt;li&gt;Theorem proving?&lt;/li&gt;
&lt;li&gt;Algorithm generation?&lt;/li&gt;
&lt;li&gt;All of the above?
## Broader Trend
The trend toward specialized AI agents is gaining momentum. General models work well as universal tools, but for deep expertise in specific domains, dedicated solutions are increasingly needed. Mathematics is one of the most demanding disciplines where the cost of error is extremely high.
If MathCode can actually minimize logical flaws in generated code, that would be a significant step forward.
---
&lt;em&gt;What's your take on specialized AI agents for mathematical tasks?&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Read more:&lt;/strong&gt; &lt;a href="https://github.com/math-ai-org/mathcode" rel="noopener noreferrer"&gt;MathCode&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
