<?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: Bill E BoB</title>
    <description>The latest articles on DEV Community by Bill E BoB (@bill_ebob_708b7615aed804).</description>
    <link>https://dev.to/bill_ebob_708b7615aed804</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%2F4077797%2F6c6c8ac5-53d6-4b8a-801d-66ba1393436f.png</url>
      <title>DEV Community: Bill E BoB</title>
      <link>https://dev.to/bill_ebob_708b7615aed804</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bill_ebob_708b7615aed804"/>
    <language>en</language>
    <item>
      <title>Kryptic: A Local-First AI Engineering Agent That Verifies Before It Claims Success</title>
      <dc:creator>Bill E BoB</dc:creator>
      <pubDate>Fri, 14 Aug 2026 13:50:27 +0000</pubDate>
      <link>https://dev.to/bill_ebob_708b7615aed804/kryptic-a-local-first-ai-engineering-agent-that-verifies-before-it-claims-success-3gop</link>
      <guid>https://dev.to/bill_ebob_708b7615aed804/kryptic-a-local-first-ai-engineering-agent-that-verifies-before-it-claims-success-3gop</guid>
      <description>&lt;p&gt;Most coding agents optimize for producing a plausible answer quickly. Kryptic is built around a different question: can the result be verified, repaired, and safely rolled back on the user’s machine?&lt;/p&gt;

&lt;p&gt;Kryptic is a local-first, open-source Node.js CLI for AI-assisted engineering work. It runs in a bounded workspace and keeps the execution loop explicit:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Plan the requested change.&lt;/li&gt;
&lt;li&gt;Act through constrained tools.&lt;/li&gt;
&lt;li&gt;Verify with real execution results.&lt;/li&gt;
&lt;li&gt;Repair only when verification identifies a concrete failure.&lt;/li&gt;
&lt;li&gt;Stop with an auditable result.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The important distinction is that verification is not model prose. A model can say that a test passed; Kryptic treats the command’s exit status, captured output, resulting diff, and workspace state as the evidence. If the evidence is missing or contradictory, the step is not complete.&lt;/p&gt;

&lt;h2&gt;
  
  
  Safety boundaries
&lt;/h2&gt;

&lt;p&gt;The current release includes several defensive choices intended to make failures recoverable rather than mysterious:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Direct process execution instead of passing commands through a shell.&lt;/li&gt;
&lt;li&gt;Literal patch replacement to avoid broad or ambiguous file corruption.&lt;/li&gt;
&lt;li&gt;Workspace and secret-file boundaries.&lt;/li&gt;
&lt;li&gt;Approval-gated edits and transactional rollback.&lt;/li&gt;
&lt;li&gt;Path revalidation before rollback operations.&lt;/li&gt;
&lt;li&gt;Provider timeouts and interrupted-run resume.&lt;/li&gt;
&lt;li&gt;An origin-restricted browser bridge with optional token authentication.&lt;/li&gt;
&lt;li&gt;A guided first-run setup that stores provider secrets in a protected user-level file.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These controls are deliberately less glamorous than a confident agent transcript, but they make the system easier to inspect and test.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reproducible evidence
&lt;/h2&gt;

&lt;p&gt;Kryptic currently has 42/42 regression tests, 11/11 deterministic benchmark cases, and 11/11 offline-demo checks in the local release workflow. Those numbers describe Kryptic’s own checks; they are not fabricated cross-agent comparisons. The comparative task definitions are published so that future evaluations can use the same fixtures and report failures honestly.&lt;/p&gt;

&lt;p&gt;The project also includes an offline demo that requires no API key. It exercises the plan–act–verify–repair shape without depending on a hosted service, which makes it useful for first-run testing and CI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m looking for
&lt;/h2&gt;

&lt;p&gt;I’m interested in feedback from developers who build or use coding agents. In particular:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which safety boundaries are missing or too restrictive?&lt;/li&gt;
&lt;li&gt;What verification fixtures would make agent comparisons fair?&lt;/li&gt;
&lt;li&gt;Which failure cases should be included in a public benchmark?&lt;/li&gt;
&lt;li&gt;Does the first-run setup explain the local-first model clearly?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kryptic is early, and I’m not claiming it is universally better than other agents. The goal is narrower and more measurable: make engineering agents prove what they changed, show how they verified it, and recover transactionally when the first attempt fails.&lt;/p&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/adnqcr7-code/kryptic" rel="noopener noreferrer"&gt;https://github.com/adnqcr7-code/kryptic&lt;/a&gt;&lt;/p&gt;

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