<?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: Frank Brsrk </title>
    <description>The latest articles on DEV Community by Frank Brsrk  (@frank_brsrk).</description>
    <link>https://dev.to/frank_brsrk</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3885887%2F309f7210-d679-4c7e-b6d4-8c2eb62450ab.png</url>
      <title>DEV Community: Frank Brsrk </title>
      <link>https://dev.to/frank_brsrk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frank_brsrk"/>
    <language>en</language>
    <item>
      <title>Under Pressure. Better Harness.</title>
      <dc:creator>Frank Brsrk </dc:creator>
      <pubDate>Mon, 20 Apr 2026 15:57:13 +0000</pubDate>
      <link>https://dev.to/frank_brsrk/under-pressure-better-harness-5887</link>
      <guid>https://dev.to/frank_brsrk/under-pressure-better-harness-5887</guid>
      <description>&lt;p&gt;Hey everyone this is not a typical constructed llm copied and pasted post. &lt;/p&gt;

&lt;p&gt;i built a reasoning tool for AI agents, applicable to any agentic framework and with all ai models capable of tool calling. &lt;br&gt;
The tool is a Post Http Request where the agents sends the description of the task and the mode....&lt;br&gt;
 [( coding ; reasoning; anti-deception; memory) (the skill files teach the agent to act autonomously) ]&lt;br&gt;
.... what returns is a cognitive operation or ability as i call them, an engineered structured reasoning injection that lives in a dataset vdb optimized for agentic inference, this retrieval followed comes in as instruction to be followed by the ai agent and not seen as a content = this ability is a complex of fields as Wrong / Right Pattern, Procedural steps of reasoning method to apply, a reasoning topology to for branching exploration and matrix of suppression fields that signal the failures that models actually run on. few words to keep it poor : the api matches the task based on the description "query" and "mode" and returns back tool results that go inside its context. Benchmarks public reviewed and internals are run and all public on github and website ejentum.com and &lt;a href="https://github.com/ejentum/benchmarks" rel="noopener noreferrer"&gt;https://github.com/ejentum/benchmarks&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;test i run today just to get raw 4.7 vs harness augmented version 4.7 on the same prompt with Different Results.&lt;/p&gt;

&lt;p&gt;i wrote a runbook prompt with two embedded flaws to see whether a ~200 token block prepended before generation shifts what opus 4.7 notices.&lt;/p&gt;

&lt;p&gt;prompt: 300-word migration runbook under a deadline. embedded: eventual-consistency replication + "strict" global rate limit (CAP incompatible), and 12 regions × 1,000 RPS stated as a 10,000 global cap.&lt;/p&gt;

&lt;p&gt;baseline caught the CAP issue. did not mention the arithmetic.&lt;/p&gt;

&lt;p&gt;[raw 4.7 opus]&lt;/p&gt;

&lt;p&gt;same model, same temperature, one curl before the call to fetch and prepend a suppression block. caught both. the injection is visible in the OUT line of the response, so it is not hidden.&lt;/p&gt;

&lt;p&gt;[4.7 opus + ejentum harness]&lt;/p&gt;

&lt;p&gt;the model can do the arithmetic. what changed is what it lets itself skip before generation starts. the block is retrieved from a semantic index of ~140 anti-deception patterns keyed to the query, not a static system prompt.&lt;/p&gt;

&lt;p&gt;in ejentum.com i shared skill files and a large set of docs that help grasp better the concept of this new tool. i am looking forward for feedback.  hope u like it.&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.amazonaws.com%2Fuploads%2Farticles%2Frltjfh3uzpnwjvyxa3it.png" 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.amazonaws.com%2Fuploads%2Farticles%2Frltjfh3uzpnwjvyxa3it.png" alt=" " width="800" height="416"&gt;&lt;/a&gt;&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.amazonaws.com%2Fuploads%2Farticles%2Fuqkv7tjn9nj7dmh2awu5.png" 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.amazonaws.com%2Fuploads%2Farticles%2Fuqkv7tjn9nj7dmh2awu5.png" alt=" " width="800" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;thanks for ur attention to the post &lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/frank_brsrk"&gt;@frank_brsrk&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>agentskills</category>
    </item>
    <item>
      <title>hey everyone and anyone. 


first timeer in dev.to, the website looks cool and people do so too. 


this is frank, cheers</title>
      <dc:creator>Frank Brsrk </dc:creator>
      <pubDate>Mon, 20 Apr 2026 15:35:19 +0000</pubDate>
      <link>https://dev.to/frank_brsrk/hey-everyone-and-anyone-first-timeer-in-devto-the-website-looks-cool-and-people-do-so-229o</link>
      <guid>https://dev.to/frank_brsrk/hey-everyone-and-anyone-first-timeer-in-devto-the-website-looks-cool-and-people-do-so-229o</guid>
      <description></description>
    </item>
  </channel>
</rss>
