<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ABS on Code Plato</title><link>https://CodePlato3721.github.io/tags/abs/</link><description>Recent content in ABS on Code Plato</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://CodePlato3721.github.io/tags/abs/index.xml" rel="self" type="application/rss+xml"/><item><title>From Code to ABS: A New Development Paradigm for the AI Era</title><link>https://CodePlato3721.github.io/post/from-code-to-abs-a-new-development-paradigm-for-the-ai-era/</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><guid>https://CodePlato3721.github.io/post/from-code-to-abs-a-new-development-paradigm-for-the-ai-era/</guid><description>&lt;img src="https://pub-deacd49348914a49b1254b01f351ef0d.r2.dev/2026/06/from-code-to-abs-a-new-development-paradigm-for-the-ai-era/en/banner.png" alt="Featured image of post From Code to ABS: A New Development Paradigm for the AI Era" /&gt;&lt;p&gt;There are roughly three schools of thought on AI-assisted programming today: distrust AI entirely (use it only as a snippet generator), trust AI completely (pure Vibe Coding, never read the output), or partially trust it (AI writes code, humans handle design and testing). But as models get stronger, the real question becomes: what work is actually left for humans?&lt;/p&gt;
&lt;h2 id="the-core-shift-from-code-to-abs"&gt;The Core Shift: From Code to ABS
&lt;/h2&gt;&lt;p&gt;ABS — &lt;strong&gt;Agent Behavior Specification&lt;/strong&gt; — is the answer. Files like &lt;code&gt;AGENTS.md&lt;/code&gt;, &lt;code&gt;CLAUDE.md&lt;/code&gt;, and &lt;code&gt;MEMORY.md&lt;/code&gt; that appear in modern AI-driven projects are all ABS: structured specifications that tell an Agent how to behave.&lt;/p&gt;
&lt;p&gt;The analogy is circuit design. When integrated circuits arrived, engineers stopped hand-wiring individual transistors and started writing HDL — thinking at a higher level of abstraction. The same shift is happening in software: engineers are moving from writing code to writing ABS.&lt;/p&gt;
&lt;h2 id="how-to-practice-it"&gt;How to Practice It
&lt;/h2&gt;&lt;p&gt;An engineer&amp;rsquo;s job today is not to write code line by line — nor to ignore what the Agent produces. The shift is in &lt;em&gt;why&lt;/em&gt; you review code.&lt;/p&gt;
&lt;p&gt;Before: you reviewed code in order to ship.&lt;br&gt;
Now: you review code in order to &lt;strong&gt;calibrate the Agent&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;After reading, instead of immediately fixing code or config, you ask: Why did the Agent do this? What rule was missing? What lesson deserves to be distilled? Then you let the Agent make the fix, while you write the insight into ABS:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improvement areas → &lt;code&gt;BEST_PRACTICES.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Mistakes to never repeat → &lt;code&gt;NEVER.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Architecture decisions → &lt;code&gt;ARCHITECTURE.md&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;ABS is the new source code. Code is just the compiled output of ABS.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="what-this-looks-like-day-to-day"&gt;What This Looks Like Day-to-Day
&lt;/h2&gt;&lt;p&gt;In the near future, a developer&amp;rsquo;s day revolves around an Agentic Development Workflow panel: checking which Agents are blocked, reviewing overnight PRs, and watching for throughput drops. When an Agent produces brittle, over-mocked tests for a trivial feature, you don&amp;rsquo;t just fix the tests — you add the lesson to &lt;code&gt;BEST_PRACTICES.md&lt;/code&gt; so it doesn&amp;rsquo;t happen again.&lt;/p&gt;
&lt;p&gt;Hard architectural problems — the ones models can&amp;rsquo;t yet handle alone — still require deep human involvement. Everything else runs autonomously.&lt;/p&gt;
&lt;p&gt;The engineer goes home. The Agents keep working.&lt;/p&gt;
&lt;p&gt;Read the full article on Hackernoon: &lt;a class="link" href="https://hackernoon.com/agent-behavior-specification-a-new-development-for-the-ai-era" target="_blank" rel="noopener"
 &gt;https://hackernoon.com/agent-behavior-specification-a-new-development-for-the-ai-era&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>