Forge
html0d405cb9
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <title>Writing on AI-Guiders — AI-Guiders</title>
7 <meta name="description" content="Org essays and release notes live here; deeper personal posts stay on the author site." />
8 <link rel="alternate" hreflang="en" href="/writing/welcome-writing.html" />
9 <link rel="alternate" hreflang="ru" href="/ru/writing/welcome-writing.html" />
10 <link rel="alternate" hreflang="x-default" href="/writing/welcome-writing.html" />
11 <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>&#x1F916;</text></svg>" />
12 <link rel="stylesheet" href="/assets/css/articles.css" />
13 <link rel="alternate" type="application/atom+xml" title="Writing (Atom)" href="/writing/atom.xml" />
14</head>
15<body>
16 <a href="#main" class="skip-link">Skip to content</a>
17
18 <nav aria-label="Main navigation">
19 <div class="nav-inner">
20 <div class="logo"><a href="/">AI<span>-</span>Guiders</a></div>
21 <div class="nav-right">
22 <ul>
23 <li><a href="/#about">About</a></li>
24 <li><a href="/#stack">Open stack</a></li>
25 <li><a href="/writing/" aria-current="page">Writing</a></li>
26 <li><a href="https://github.com/AI-Guiders/handbook/wiki">Handbook</a></li>
27 <li><a href="https://github.com/AI-Guiders">GitHub</a></li>
28 </ul>
29 <ul class="nav-lang" aria-label="Language">
30 <li><a href="/writing/welcome-writing.html" lang="en" aria-current="page">EN</a></li>
31 <li class="nav-sep" aria-hidden="true">|</li>
32 <li><a href="/ru/writing/welcome-writing.html" lang="ru">RU</a></li>
33 </ul>
34 </div>
35 </div>
36 </nav>
37
38 <main id="main" class="container">
39 <article class="article-wrap">
40 <p class="article-back"><a href="/writing/">&larr; All writing</a> · <a href="/writing/tags.html">All tags</a> · <a href="/writing/atom.xml">Atom feed</a></p>
41
42 <header class="article-header">
43 <h1>Writing on AI-Guiders</h1>
44 <p class="article-meta">May 2026</p>
45 <p class="article-tags" aria-label="tags">
46 <a class="tag-pill" href="/writing/tag/agents.html">agents</a>
47 <a class="tag-pill" href="/writing/tag/meta.html">meta</a>
48 </p>
49 </header>
50
51 <div class="prose">
52 <p>This section is the <strong>org writing surface</strong> for AI-Guiders: product direction, open-stack notes, and material that belongs next to the repositories — not only in READMEs or ADRs.</p>
53 <h2 id="what-goes-here">What goes here</h2>
54 <ul>
55 <li><strong>Org voice</strong> — parity, observable loops, MCP and IDE decisions we want to cite from the handbook or GitHub.</li>
56 <li><strong>Pointers</strong> — when a topic is personal or experimental, we link out instead of duplicating.</li>
57 </ul>
58 <p>Long-form essays and the full archive remain on <a href="https://karataevdmitry.github.io/writing/">Dmitry Karataev's site</a> (EN) and <a href="https://karataevdmitry.github.io/ru/writing/">RU</a>. Example cross-post: <a href="https://karataevdmitry.github.io/writing/agent-notes-mcp-2-one-config.html">Agent Notes MCP 2.0</a>.</p>
59 <h2 id="how-to-publish">How to publish</h2>
60 <p>Add paired <code>src/writing/en/*.md</code> and <code>src/writing/ru/*.md</code>, then run <code>dotnet script tools/build-writing.csx</code> from the repo root. See <code>src/writing/README.md</code>.</p>
61
62 </div>
63 </article>
64 </main>
65
66 <footer id="contact">
67 <div class="container">
68 <div class="contact-links">
69 <a href="https://t.me/Krawler">Telegram</a>
70 <a href="https://github.com/AI-Guiders">GitHub</a>
71 </div>
72 <p>AI-Guiders &copy; 2026.</p>
73 </div>
74 </footer>
75</body>
76</html>
77
View only · write via MCP/CIDE