{"id":3895,"date":"2026-07-15T20:58:26","date_gmt":"2026-07-15T18:58:26","guid":{"rendered":"https:\/\/isla-stud.io\/?p=3895"},"modified":"2026-08-10T14:55:26","modified_gmt":"2026-08-10T12:55:26","slug":"openclaw-was-discontinued-what-remained-of-the-ki-team","status":"publish","type":"post","link":"https:\/\/isla-stud.io\/en\/ki-b2b\/openclaw-abgeschafft-was-vom-ki-team-blieb\/","title":{"rendered":"I've called it quits with OpenClaw. What's left of my AI team."},"content":{"rendered":"<p class=\"wp-block-paragraph\"><strong>What you'll take away from this:<\/strong> You'll see why a deliberately planned transition away from a tool still comes at the cost of context\u2014and how that led to the creation of my file-based Agents Brain.<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\">On February 10, 2026, I set up Nox: my AI orchestrator for a team of fifteen specialized agents. At the end of March, I discontinued the tool that had been used to organize this team.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This wasn't an unplanned outage. OpenClaw had repeatedly caused me problems with updates. The updates often ran in the early morning hours. On some days, it would take me half a workday afterward just to get OpenClaw and my setup running smoothly again. Eventually, the math was clear: I was spending too much time fixing the infrastructure and not enough time doing what it was meant for. So I made a conscious decision to stop using it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The decision was the right one. Its consequences were nonetheless revealing.<\/p>\n\n\n\n<h2 id=\"ich-dachte-ich-tausche-ein-werkzeug-aus\" class=\"wp-block-heading\">I thought I was just replacing a tool<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Back in February and March, the team already had a clear division of labor. One agent did research, another wrote, and a third reviewed. Nox, as the orchestrator, kept track of tasks, their order, and hand-offs. This setup wasn\u2019t just theoretical\u2014it had been working effectively for six weeks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When the tool was discontinued, this collaboration could not simply be exported. The ongoing orchestration, channels, and automations were part of the system\u2019s state at that time. They could not be transferred to the next tool as a functioning unit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, one part did survive: the Markdown files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Personas, long-term knowledge, and daily logs were readable even though the original tool was no longer in use. I didn't need an export function or a special interface for these files. A text editor was enough.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This made the decisive boundary visible: <strong>I had to rebuild everything that existed only in the tool environment. I was able to reuse whatever was available as a file.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The model is rarely the problem. It's almost always the context.<\/p>\n\n\n\n<h2 id=\"von-ende-marz-bis-mitte-mai-war-konzeptzeit\" class=\"wp-block-heading\">From late March to mid-May was the concept development phase<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After the phase-out, I didn't just install the next agent framework. From April through mid-May, I worked on three issues.<\/p>\n\n\n\n<h3 id=\"wie-wird-ein-ki-team-wirklich-portabel\" class=\"wp-block-heading\">How can (my) AI team truly become portable?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A folder full of files isn't a system. I wanted a structure from which I could reliably load an agent into a new tool: with the same role, the same boundaries, and the same relevant knowledge.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To do this, it had to be clear which pieces of information were part of an agent's identity\u2014and which were simply characteristics of the current tool.<\/p>\n\n\n\n<h3 id=\"wie-lasst-sich-der-orchestrator-wechseln\" class=\"wp-block-heading\">How do I change the orchestrator?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As a team lead, Nox was closely tied to his work environment at the time. I wanted to break that connection. The Orchestrator should be able to take on a different technical form without me having to reinvent its persona, craftsmanship, and approval rules.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This meant that identity could no longer be tied to the system prompt of a single tool. The tool should only load what had already been defined in an independent location.<\/p>\n\n\n\n<h3 id=\"wie-wird-aus-sessions-belastbares-gedachtnis\" class=\"wp-block-heading\">How do sessions turn into long-term memory?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Session histories are convenient, but they are not a reliable long-term storage solution. They are truncated, disappear from the visible context, or can only be used within a specific product (e.g., Claude Code, ChatGPT Codex, OpenClaw, etc.).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That's why I needed a writing routine: daily logs of my experiences, curated long-term knowledge of what matters most, and lessons learned from mistakes I don't want to repeat.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These three questions\u2014portability, body-swapping, and memory\u2014became the core of my concept.<\/p>\n\n\n\n<h2 id=\"am-16-mai-wurde-aus-skizzen-ein-repo\" class=\"wp-block-heading\">On May 16, the sketches were turned into a report<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">On May 16, 2026, I made the first commit to the new repository. The commit message read: <code>feat: initial shared brain skeleton<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The name was fitting. The system was a skeleton, not a finished product. But the fundamental decision had been made: Markdown is the source of truth. Git keeps track of changes. Each agent gets its own folder. Shared knowledge is referenced rather than copied. Tools are equipped with lightweight adapters that point to this source.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I call my system <strong>Agents Brain<\/strong>. Similar file-based approaches also exist elsewhere, because, logically, I\u2019m not the only one struggling with the \u201eteething problems\u201c of agent-based AI, which is still in its infancy. Here is my workshop report: a live multi-agent system with roles, memory rules, and explicit approval gates.<\/p>\n\n\n\n<h2 id=\"was-dateien-losen-und-was-nicht\" class=\"wp-block-heading\">What Files Can Solve\u2014and What They Can't<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Files make context readable, versionable, and portable. However, they do not automatically solve the memory problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a week in March is missing from the old daily logs. This gap is real. It didn't occur when we switched tools, but before that: What nobody writes down cannot be reconstructed later by any repository.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is precisely why architecture is more than just a storage location. It requires rules governing what is read at the beginning of a session and what is written at the end. It requires a boundary for sensitive content. And it requires the discipline to curate long-term knowledge rather than permanently storing every transaction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So my deliberate decision to stop using OpenClaw didn't show me that a particular tool is bad. It showed me that my agent identity must not be tied to any one tool.<\/p>\n\n\n\n<h2 id=\"die-entscheidung-hinter-dem-system\" class=\"wp-block-heading\">The Decision Behind the System<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">My most important design goal can be stated without any grandstanding:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">If a tool were to disappear tomorrow, the Markdown files would remain readable and the agent could still be reconstructed from them. Engines and interfaces are add-ons, not prerequisites.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I continued to refine the system from May through June. On July 6, the practical test run began: Nox was moved to Hermes, while its Brain remained in the repository.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether this distinction holds up in everyday life is not something that can be answered by looking at an architectural drawing. It has to stand up to the realities of actual work. That is exactly what I have been testing ever since.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the next section, I'll outline the seven hard rules that emerged from this conceptual phase\u2014and explain why my Agents Brain is intentionally a Git repo rather than a new database.<\/p>\n\n\n\n<h2 id=\"quellen\" class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Project History:<\/strong> agents-brain specification and Git history, as of July 15, 2026 (private primary sources)<\/li>\n\n\n\n<li><a href=\"https:\/\/git-scm.com\/book\/en\/v2\/Getting-Started-About-Version-Control\" target=\"_blank\" rel=\"noopener\">Pro Git: About Version Control<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/help.obsidian.md\/Files-and-folders\/How-Obsidian-stores-data\" target=\"_blank\" rel=\"noopener\">Obsidian Help: How Obsidian Stores Data<\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-group agents-brain-series-nav is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-54d22900 wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\" id=\"agents-brain-serie\"><strong>Agents Brain Series<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/isla-stud.io\/en\/ki-b2b\/my-agents-brain-git-repo\/\">Part 2: My Agents' Brains Are a Git Repo \u2192<\/a><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>A deliberate move away from tools became the starting point for a portable memory for my AI agents: Markdown, Git, and three months of conceptual work.<\/p>","protected":false},"author":1,"featured_media":3930,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_isla_series_order":10,"_isla_series_term_id":824,"footnotes":""},"categories":[754,13],"tags":[769,771,770,772],"isla_series":[824],"class_list":["post-3895","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ki-b2b","category-ratgeber","tag-agents-brain","tag-context-engineering","tag-ki-agenten","tag-multi-agenten-systeme","isla_series-agents-brain-werkstattserie"],"acf":[],"_links":{"self":[{"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/posts\/3895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/comments?post=3895"}],"version-history":[{"count":5,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/posts\/3895\/revisions"}],"predecessor-version":[{"id":4225,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/posts\/3895\/revisions\/4225"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/media\/3930"}],"wp:attachment":[{"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/media?parent=3895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/categories?post=3895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/tags?post=3895"},{"taxonomy":"isla_series","embeddable":true,"href":"https:\/\/isla-stud.io\/en\/wp-json\/wp\/v2\/isla_series?post=3895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}