<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Running on Agents on Start AI Tools - Presented by Intent Solutions</title><link>https://startaitools.com/features/running-on-agents/</link><description>Recent content in Running on Agents on Start AI Tools - Presented by Intent Solutions</description><generator>Hugo</generator><language>en-US</language><copyright>Intent Solutions. All rights reserved.</copyright><lastBuildDate>Thu, 13 Aug 2026 11:00:00 -0500</lastBuildDate><atom:link href="https://startaitools.com/features/running-on-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>The Cockpit Is a Folder of Markdown</title><link>https://startaitools.com/features/running-on-agents/the-cockpit-is-a-folder-of-markdown/</link><pubDate>Thu, 13 Aug 2026 08:00:00 -0500</pubDate><guid>https://startaitools.com/features/running-on-agents/the-cockpit-is-a-folder-of-markdown/</guid><description>&lt;p&gt;Ask anyone to picture the control plane for 191 repositories, 46 running containers and 254
service entities, and they will describe a web application. Sidebar of services. Traffic lights.
A time-series chart nobody reads. Probably a login page.&lt;/p&gt;
&lt;p&gt;Intent OS has none of that. Mission Control is a directory of Markdown files in a git repository.
Nine of them regenerate under a single command. There is no server, no database, no UI, and no
API. You read it with &lt;code&gt;cat&lt;/code&gt;, or on GitHub, or by asking an agent to read it, which is the case
that actually matters.&lt;/p&gt;</description></item><item><title>Dictated From a Phone</title><link>https://startaitools.com/features/running-on-agents/dictated-from-a-phone/</link><pubDate>Thu, 13 Aug 2026 09:00:00 -0500</pubDate><guid>https://startaitools.com/features/running-on-agents/dictated-from-a-phone/</guid><description>&lt;p&gt;The most common question about this setup is where the desk is. Frequently there isn&amp;rsquo;t one. A
large share of the work that produced 598 commits was dictated by voice from a phone, over a
private network, to a machine that then ran the actual build.&lt;/p&gt;
&lt;p&gt;The tailnet on 2026-08-13 shows the shape of it. Alongside the dev box, the production VPS and
the relay host sit an iPad, active on a New York relay with 11.5 MB sent and 2.5 MB received, and
an iPhone. Those two are not spare screens. On a lot of days they are the office.&lt;/p&gt;</description></item><item><title>The Status Page That Refuses to Lie</title><link>https://startaitools.com/features/running-on-agents/the-status-page-that-refuses-to-lie/</link><pubDate>Thu, 13 Aug 2026 10:00:00 -0500</pubDate><guid>https://startaitools.com/features/running-on-agents/the-status-page-that-refuses-to-lie/</guid><description>&lt;p&gt;Most status pages are a rendering of what a collector last managed to fetch. When the collector
fails, the page shows the previous value, and the previous value was green. This is the default
behavior of nearly every dashboard, and it is the single most dangerous property a status page
can have, because the failure it hides best is its own.&lt;/p&gt;
&lt;p&gt;The Intent OS projections are built so that cannot happen, and the enforcement is not a code
review convention. It is JSON Schema, with negative fixtures that prove each rule rejects the
specific lie it was written to catch.&lt;/p&gt;</description></item><item><title>Two Months, 598 Commits</title><link>https://startaitools.com/features/running-on-agents/two-months-598-commits/</link><pubDate>Thu, 13 Aug 2026 11:00:00 -0500</pubDate><guid>https://startaitools.com/features/running-on-agents/two-months-598-commits/</guid><description>&lt;p&gt;Intent OS was created on 2026-06-13. This chapter was written on 2026-08-13. Everything below was
re-derived from a command on that second date, because a number copied from an earlier draft is a
claim, not evidence.&lt;/p&gt;
&lt;h2 id="the-count"&gt;The count&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ git log --since=2026-06-13 --oneline | wc -l
598
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Five hundred and ninety-eight commits in two months, of a repository that did not exist before
the first one.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;What&lt;/th&gt;
 &lt;th&gt;Count&lt;/th&gt;
 &lt;th&gt;Where it comes from&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Commits&lt;/td&gt;
 &lt;td&gt;598&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;git log --since=2026-06-13&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Dated CHANGELOG entries&lt;/td&gt;
 &lt;td&gt;239&lt;/td&gt;
 &lt;td&gt;across 44 distinct working days&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Beads in this repository&lt;/td&gt;
 &lt;td&gt;497&lt;/td&gt;
 &lt;td&gt;210 open, 3 in progress, 63 blocked, 280 closed&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Beads estate-wide&lt;/td&gt;
 &lt;td&gt;1,125 open&lt;/td&gt;
 &lt;td&gt;across 49 databases&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Filed documents&lt;/td&gt;
 &lt;td&gt;173&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;000-docs/&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Decision records&lt;/td&gt;
 &lt;td&gt;60&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;decision-log/&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Evidence bundles&lt;/td&gt;
 &lt;td&gt;36&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;evidence/&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;JSON Schemas&lt;/td&gt;
 &lt;td&gt;35&lt;/td&gt;
 &lt;td&gt;with 154 fixtures, 80 of them negative&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Repository records&lt;/td&gt;
 &lt;td&gt;191&lt;/td&gt;
 &lt;td&gt;schema-valid, 0 duplicate rejects&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Service entities&lt;/td&gt;
 &lt;td&gt;254&lt;/td&gt;
 &lt;td&gt;4 hosts, 4 environments, 246 services&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Containers&lt;/td&gt;
 &lt;td&gt;46&lt;/td&gt;
 &lt;td&gt;all healthy on the 2026-08-12 snapshot&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Declared capabilities&lt;/td&gt;
 &lt;td&gt;16&lt;/td&gt;
 &lt;td&gt;8 healthy, 1 degraded, 6 unknown, 1 planned&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;239 entries across 44 days works out to about 5.4 discrete pieces of recorded work per active
day. Not 44 days of steady output either: the entries cluster, because the work clusters.&lt;/p&gt;</description></item></channel></rss>