| 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 — AI-Guiders</title> |
| 7 | <meta name="description" content="Essays on MCP tooling, agent infrastructure, and human–agent parity." /> |
| 8 | <link rel="alternate" hreflang="en" href="/writing/" /> |
| 9 | <link rel="alternate" hreflang="ru" href="/ru/writing/" /> |
| 10 | <link rel="alternate" hreflang="x-default" href="/writing/" /> |
| 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'>🤖</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/" lang="en" aria-current="page">EN</a></li> |
| 31 | <li class="nav-sep" aria-hidden="true">|</li> |
| 32 | <li><a href="/ru/writing/" lang="ru">RU</a></li> |
| 33 | </ul> |
| 34 | </div> |
| 35 | </div> |
| 36 | </nav> |
| 37 | |
| 38 | <main id="main" class="container"> |
| 39 | <div class="article-wrap"> |
| 40 | <p class="article-back"><a href="/">← Home</a></p> |
| 41 | <h1 class="page-title">Writing</h1> |
| 42 | <p class="page-intro">Short pieces on why the open-source MCP stack exists and what “parity” between people and agents is meant to achieve.</p> |
| 43 | <p class="tags-browse"><a href="/writing/tags.html">All tags</a> · <a href="/writing/atom.xml">Atom feed</a></p> |
| 44 | <ul class="tag-cloud" aria-label="tags"> |
| 45 | <li> |
| 46 | <a class="tag-pill" href="/writing/tag/agents.html">agents</a> |
| 47 | <span class="tag-count" aria-hidden="true">1</span> |
| 48 | </li> |
| 49 | <li> |
| 50 | <a class="tag-pill" href="/writing/tag/meta.html">meta</a> |
| 51 | <span class="tag-count" aria-hidden="true">1</span> |
| 52 | </li> |
| 53 | </ul> |
| 54 | |
| 55 | <ul class="writing-list"> |
| 56 | <li> |
| 57 | <a class="title" href="/writing/welcome-writing.html">Writing on AI-Guiders</a> |
| 58 | <p class="writing-item-tags"> |
| 59 | <a class="tag-pill tag-pill--sm" href="/writing/tag/agents.html">agents</a> |
| 60 | <a class="tag-pill tag-pill--sm" href="/writing/tag/meta.html">meta</a> |
| 61 | </p> |
| 62 | <p class="blurb">Org essays and release notes live here; deeper personal posts stay on the author site.</p> |
| 63 | </li> |
| 64 | </ul> |
| 65 | </div> |
| 66 | </main> |
| 67 | |
| 68 | <footer id="contact"> |
| 69 | <div class="container"> |
| 70 | <div class="contact-links"> |
| 71 | <a href="https://t.me/Krawler">Telegram</a> |
| 72 | <a href="https://github.com/AI-Guiders">GitHub</a> |
| 73 | </div> |
| 74 | <p>AI-Guiders © 2026.</p> |
| 75 | </div> |
| 76 | </footer> |
| 77 | </body> |
| 78 | </html> |
| 79 | |