<?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: Gabriel Salera</title>
    <description>The latest articles on DEV Community by Gabriel Salera (@gabriel_salera_8f21f3260a).</description>
    <link>https://dev.to/gabriel_salera_8f21f3260a</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%2F4083787%2F4d7ac5a9-4ea9-4bfb-b620-45e44e5d91e4.jpg</url>
      <title>DEV Community: Gabriel Salera</title>
      <link>https://dev.to/gabriel_salera_8f21f3260a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gabriel_salera_8f21f3260a"/>
    <language>en</language>
    <item>
      <title>I built TookEffect to verify what AI agents actually did</title>
      <dc:creator>Gabriel Salera</dc:creator>
      <pubDate>Tue, 18 Aug 2026 18:35:00 +0000</pubDate>
      <link>https://dev.to/gabriel_salera_8f21f3260a/i-built-tookeffect-to-verify-what-ai-agents-actually-did-38dn</link>
      <guid>https://dev.to/gabriel_salera_8f21f3260a/i-built-tookeffect-to-verify-what-ai-agents-actually-did-38dn</guid>
      <description>&lt;p&gt;AI coding agents are getting very good at taking real actions: merging pull requests, deploying applications, and changing production systems.&lt;/p&gt;

&lt;p&gt;But there is a problem I kept running into:&lt;/p&gt;

&lt;p&gt;An agent saying "done" is not proof that the intended change actually happened.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;TookEffect&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;TookEffect independently checks the real external system after an AI agent performs an action, verifies the expected outcome, and keeps evidence of what actually happened.&lt;/p&gt;

&lt;h2&gt;
  
  
  A simple example
&lt;/h2&gt;

&lt;p&gt;An AI agent says:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The pull request was merged."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;TookEffect doesn't trust that response.&lt;/p&gt;

&lt;p&gt;It reads GitHub independently, checks the expected repository, PR, branch and resulting state, and produces a verdict:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;APPLIED&lt;/code&gt; — the expected effect is proven&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;NOT_APPLIED&lt;/code&gt; — the expected effect did not happen&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;AMBIGUOUS&lt;/code&gt; — there isn't enough evidence to prove either outcome&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The same idea applies to deployments.&lt;/p&gt;

&lt;p&gt;An agent says:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Production was deployed."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;TookEffect checks the real deployment platform instead of trusting the agent's own tool response.&lt;/p&gt;

&lt;h2&gt;
  
  
  What works today
&lt;/h2&gt;

&lt;p&gt;Right now TookEffect supports verified actions across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;Vercel&lt;/li&gt;
&lt;li&gt;Cloudflare&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It can be used through an API or MCP, so the verification layer is independent of the AI model or coding agent you're using.&lt;/p&gt;

&lt;p&gt;The principle behind the project is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI says done. TookEffect proves it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I built this because I think AI agents will increasingly be allowed to perform consequential actions on real systems, and we need something outside the agent itself to verify the resulting state.&lt;/p&gt;

&lt;p&gt;It's still early, and I'm especially interested in feedback from developers already using AI agents in real repositories or deployment workflows.&lt;/p&gt;

&lt;p&gt;Would independent verification like this be useful in your workflow?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tookeffect.com" rel="noopener noreferrer"&gt;https://tookeffect.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>devtools</category>
      <category>github</category>
    </item>
  </channel>
</rss>
