<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ChaseInTech</title>
    <description>The latest articles on DEV Community by ChaseInTech (@chaseintech).</description>
    <link>https://dev.to/chaseintech</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4077854%2Fae08e954-0b79-48ae-a9ac-b0aacf338454.png</url>
      <title>DEV Community: ChaseInTech</title>
      <link>https://dev.to/chaseintech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chaseintech"/>
    <language>en</language>
    <item>
      <title>Why our agents ask permission - and still run unattended</title>
      <dc:creator>ChaseInTech</dc:creator>
      <pubDate>Fri, 14 Aug 2026 14:47:27 +0000</pubDate>
      <link>https://dev.to/chaseintech/why-our-agents-ask-permission-and-still-run-unattended-gff</link>
      <guid>https://dev.to/chaseintech/why-our-agents-ask-permission-and-still-run-unattended-gff</guid>
      <description>&lt;p&gt;Every agent product is sold on how little you have to supervise it. That is exactly backwards.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwd317zgxlgost16haxss.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwd317zgxlgost16haxss.webp" alt="ChaseOS Studio home showing projects, agents, approvals, and graph state" width="799" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are two kinds of AI tool on the market right now, and neither of them is usable for work that matters.&lt;/p&gt;

&lt;p&gt;The first kind makes you supervise every step. You paste context into a chat, it produces something, you paste the result somewhere else, and tomorrow you explain your own project from scratch again. Nothing accumulates. Nothing runs while you sleep.&lt;/p&gt;

&lt;p&gt;The second kind promises to do everything for you. It is given broad tool access and told to go. It usually works impressively for a demo, and then does something you cannot inspect, to a system you cannot easily roll back, for reasons you cannot reconstruct.&lt;/p&gt;

&lt;p&gt;We wanted the thing in the middle, and the middle turns out to be a governance problem rather than a model problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  The constraint that makes autonomy usable
&lt;/h2&gt;

&lt;p&gt;Ask yourself what actually stops you leaving an agent running against your real work. It is almost never capability. It is that you cannot answer three questions afterwards: what did it read, what did it change, and what did it try to do that it should not have.&lt;/p&gt;

&lt;p&gt;So in ChaseOS every run is bounded before it starts, not judged after it finishes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A runtime profile declares what a lane may read, draft, run and escalate.&lt;/li&gt;
&lt;li&gt;A scoped task packet carries only the graph context relevant to that one job, not your whole workspace.&lt;/li&gt;
&lt;li&gt;Sensitive actions — publishing, external sends, protected writes, changes to approved state — stop at an approval gate.&lt;/li&gt;
&lt;li&gt;Every run writes an audit record: what it used, what it produced, and what it was blocked from doing.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Governance is not the limit on autonomy. It is the precondition for it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Once those four things exist, leaving an agent running stops being a gamble. That is the point at which unattended work becomes reasonable rather than reckless.&lt;/p&gt;

&lt;h2&gt;
  
  
  What unattended actually means here
&lt;/h2&gt;

&lt;p&gt;This is the part people assume is marketing, so to be specific: agents in ChaseOS tool-call and move across a project, and they run on a schedule you set. OpenClaw runs natively on Windows with its own cron plane. Hermes Agent runs in WSL, and Studio can start Ubuntu for you with your approval. Scheduled work is live on the Pro tier today.&lt;/p&gt;

&lt;p&gt;They run on your machine. Not on our servers.&lt;/p&gt;

&lt;p&gt;That last sentence is usually treated as a limitation to apologise for. We think it is the feature. Your project context is the most sensitive thing you own as a builder, and the default should not be shipping it somewhere else so that someone can bill you for compute.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What is not built:&lt;/strong&gt; agent fleets, hosted runtimes, encrypted sync and GPU compute are on the roadmap, not in the product. The &lt;a href="https://chaseos.ai/status" rel="noopener noreferrer"&gt;status page&lt;/a&gt; lists them as planned.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The uncomfortable trade
&lt;/h2&gt;

&lt;p&gt;Approval gates cost you moments of friction. A fully autonomous agent that never asks is genuinely faster, right up until the first time it is wrong in a way you cannot see.&lt;/p&gt;

&lt;p&gt;We took the friction. Not because autonomy is dangerous in the abstract, but because unaccountable autonomy is unusable in practice, and an agent you cannot audit is an agent you will eventually stop trusting with anything important.&lt;/p&gt;

&lt;p&gt;The measure of a system like this is not how little you supervise it. It is how much you can safely let it do while still being able to prove what happened.&lt;/p&gt;




&lt;p&gt;ChaseOS Studio is available now for Windows 10 and 11. The Community tier is free, fully local, and the whole local product rather than a trial.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Explore the workspace, see how approval-gated agents work, and download the signed Windows app:&lt;/strong&gt; &lt;a href="https://chaseos.ai/?utm_source=devto&amp;amp;utm_medium=syndication&amp;amp;utm_campaign=studio-v1" rel="noopener noreferrer"&gt;Start using ChaseOS Studio&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>security</category>
    </item>
  </channel>
</rss>
