<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Blog — Eugen Soloviov</title><description>Thoughts on development, algorithmic trading, and building products.</description><link>https://suenot.github.io/</link><language>en</language><item><title>graphify in Claude Code: a knowledge graph instead of reading the whole repo, semantics on cheap OpenRouter</title><link>https://suenot.github.io/blog/graphify-claude-code/</link><guid isPermaLink="true">https://suenot.github.io/blog/graphify-claude-code/</guid><description>My ready-to-use graphify setup for Claude Code: a knowledge graph instead of full-repo reads, semantic extraction on cheap OpenRouter (deepseek) instead of Claude tokens, auto-watch via hooks, protection against leaking secrets into the graph. All packaged in the claude-code-token-savers repository.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>graphify</category><category>claude-code</category><category>tokens</category><category>knowledge-graph</category><category>openrouter</category></item><item><title>Gonka Gives $10 Free, No Card: Billions of Kimi K2.6 Tokens for AI Startups</title><link>https://suenot.github.io/blog/gonka-free-tokens/</link><guid isPermaLink="true">https://suenot.github.io/blog/gonka-free-tokens/</guid><description>GonkaGate hands out $10 of free balance with no card and no crypto top-ups. At ~$0.000334 per 1M tokens, that&apos;s enough for billions of Kimi K2.6 tokens — fuel for AI startups that burn through tokens. Inside: TPS tests and step-by-step setup for opencode and Hermes Agent.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>gonka</category><category>llm</category><category>tokens</category><category>kimi</category><category>opencode</category><category>hermes-agent</category></item><item><title>Email on your own domain without a mail server: receive via Cloudflare, send via Resend, and let an AI agent write the emails</title><link>https://suenot.github.io/blog/cloudflare-resend-email/</link><guid isPermaLink="true">https://suenot.github.io/blog/cloudflare-resend-email/</guid><description>How to assemble a working you@yourdomain.com mailbox in one evening with no mail server at all: receive mail through free Cloudflare Email Routing forwarded to Gmail, send through the Resend API on top of Amazon SES, and as a bonus — Claude Code that emails you over the API. Inside: why receiving and sending don&apos;t conflict, real Cloudflare and Resend API calls, and the gotchas I hit.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>cloudflare</category><category>resend</category><category>email</category><category>dns</category><category>claude-code</category><category>automation</category></item><item><title>cctoggle: turn every Claude Code plugin and MCP server off with one command — and back on</title><link>https://suenot.github.io/blog/cctoggle-claude-code/</link><guid isPermaLink="true">https://suenot.github.io/blog/cctoggle-claude-code/</guid><description>A small utility and global /cctoggle slash command that switches off all Claude Code plugins and user-scope MCP servers at once — clearing their tool definitions out of context — and restores exactly what it disabled. No app restart. Inside: apply semantics, selective disable, backups, and limitations.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>cctoggle</category><category>claude-code</category><category>tokens</category><category>mcp</category><category>plugins</category></item><item><title>OpenClaude: one config instead of ten commands</title><link>https://suenot.github.io/blog/openclaude-multi-provider/</link><guid isPermaLink="true">https://suenot.github.io/blog/openclaude-multi-provider/</guid><description>How OpenClaude replaces per-provider wrapper commands (Clother, shell aliases) with a single ~/.openclaude/settings.json config — all models, all providers, one CLI.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>claude-code</category><category>openclaude</category><category>llm</category><category>providers</category><category>tooling</category></item><item><title>How to Make YouTube Videos with NotebookLM: A Complete Guide</title><link>https://suenot.github.io/blog/notebooklm-youtube-guide/</link><guid isPermaLink="true">https://suenot.github.io/blog/notebooklm-youtube-guide/</guid><description>Step-by-step tutorial: use NotebookLM to generate audio and slides, then assemble everything into a ready-to-upload YouTube video with subtitles, chapter timestamps and metadata — no video editors, no editing at all.</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate><category>notebooklm</category><category>youtube</category><category>automation</category><category>video</category><category>ai</category><category>open-source</category><category>tooling</category></item><item><title>Muxy — the terminal that saves your focus when juggling a dozen projects</title><link>https://suenot.github.io/blog/muxy-terminal-focus/</link><guid isPermaLink="true">https://suenot.github.io/blog/muxy-terminal-focus/</guid><description>How Muxy helps vibecoders stay focused with 4–8 open projects. Comparison with Open Agent Manager and why native terminals beat web-based ones.</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>terminal</category><category>muxy</category><category>vibecoding</category><category>productivity</category><category>tooling</category></item><item><title>Clother: clean wrappers around Claude Code without touching your global settings</title><link>https://suenot.github.io/blog/clother-claude-wrappers/</link><guid isPermaLink="true">https://suenot.github.io/blog/clother-claude-wrappers/</guid><description>How to use jolehuit/clother to switch Claude Code between Z.AI, Kimi, MiniMax, OpenRouter, Alibaba, Ollama, LM Studio and custom providers via clother-* commands — without rewriting ~/.claude or global env vars.</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate><category>claude-code</category><category>clother</category><category>llm</category><category>providers</category><category>tooling</category></item><item><title>How to Save Tokens in LLM: A Practical Guide for Claude Code</title><link>https://suenot.github.io/blog/saving-tokens-llm/</link><guid isPermaLink="true">https://suenot.github.io/blog/saving-tokens-llm/</guid><description>Working approaches to saving tokens in Claude Code and Opus 4.7: subagents, skills, hooks, Chinese models, knowledge graphs, RAG, xhigh effort, session management, summarization on a cheap model, input compression (headroom, mcp-compressor). A checklist to cut costs by 10x.</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate><category>llm</category><category>claude-code</category><category>optimization</category><category>tokens</category><category>opus-4.7</category></item></channel></rss>