<?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: Overcome (Overcome)</title>
    <description>The latest articles on DEV Community by Overcome (Overcome) (@neonalt9).</description>
    <link>https://dev.to/neonalt9</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%2F4068762%2F965ccbc2-f805-4e3c-a1c0-a2e11f907d64.jpg</url>
      <title>DEV Community: Overcome (Overcome)</title>
      <link>https://dev.to/neonalt9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neonalt9"/>
    <language>en</language>
    <item>
      <title>I Asked an Ai to Build the App I Need. Them I Asked it to Build the Apps it Needs.</title>
      <dc:creator>Overcome (Overcome)</dc:creator>
      <pubDate>Fri, 14 Aug 2026 14:36:26 +0000</pubDate>
      <link>https://dev.to/neonalt9/i-asked-an-ai-to-build-the-app-i-need-them-i-asked-it-to-build-the-apps-it-needs-2a24</link>
      <guid>https://dev.to/neonalt9/i-asked-an-ai-to-build-the-app-i-need-them-i-asked-it-to-build-the-apps-it-needs-2a24</guid>
      <description>&lt;p&gt;&lt;em&gt;I never told it what either application should do. It built two different products around the same missing primitive.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Most experiments with coding agents begin with a specification.&lt;/p&gt;

&lt;p&gt;We tell the agent what we want.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build this interface.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implement these features.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use this architecture.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fix these bugs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then we evaluate how accurately the agent followed our intent.&lt;/p&gt;

&lt;p&gt;I wanted to remove that part.&lt;/p&gt;

&lt;p&gt;Instead of asking an AI coding agent to implement an application I had already imagined, I gave it the context of our previous work and asked it to determine &lt;strong&gt;what should be built&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Then I ran the experiment twice.&lt;/p&gt;

&lt;p&gt;The first question was essentially:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Analyze our history and build the application that I need.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The second reversed the subject:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Analyze the same history and build the application that you need, but would want to show me.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I did &lt;strong&gt;not&lt;/strong&gt; specify the category of either application.&lt;/p&gt;

&lt;p&gt;I did not ask for a project manager.&lt;/p&gt;

&lt;p&gt;I did not ask for memory.&lt;/p&gt;

&lt;p&gt;I did not ask for a context-transfer tool.&lt;/p&gt;

&lt;p&gt;I did not ask for an AI companion.&lt;/p&gt;

&lt;p&gt;The agent had to decide which problem was important enough to become software, design the solution, build the Android application, create a website for it, and provide an APK.&lt;/p&gt;

&lt;p&gt;The two applications were different.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But both converged on essentially the same problem.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Continuity.&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  A quick note about the screenshots
&lt;/h3&gt;

&lt;p&gt;All original prompts, generated applications, and screenshots are in Russian.&lt;/p&gt;

&lt;p&gt;I intentionally kept them untouched because they are the actual artifacts produced during the experiment. Recreating them in English would mean modifying the experimental material after the fact.&lt;/p&gt;

&lt;p&gt;The relevant text is translated throughout this article.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If anyone wants the complete set of original screenshots, I'll gladly post them in the comments.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Tried This
&lt;/h2&gt;

&lt;p&gt;I work with AI coding agents across several projects.&lt;/p&gt;

&lt;p&gt;Some are utilities.&lt;/p&gt;

&lt;p&gt;Some are experiments.&lt;/p&gt;

&lt;p&gt;Some are creative software.&lt;/p&gt;

&lt;p&gt;Development regularly moves between conversations and sometimes between different agents.&lt;/p&gt;

&lt;p&gt;That creates a mundane but persistent problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sessions end.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Context gets compressed.&lt;/p&gt;

&lt;p&gt;A new session knows less than the previous one.&lt;/p&gt;

&lt;p&gt;Important decisions become scattered across hundreds of messages.&lt;/p&gt;

&lt;p&gt;Eventually I find myself explaining something that had already been settled three sessions ago.&lt;/p&gt;

&lt;p&gt;I knew this was annoying.&lt;/p&gt;

&lt;p&gt;What I did &lt;em&gt;not&lt;/em&gt; tell the agent was that this should become the subject of the experiment.&lt;/p&gt;

&lt;p&gt;I wanted to see what &lt;strong&gt;it&lt;/strong&gt; would identify as the problem.&lt;/p&gt;

&lt;p&gt;And instead of asking it to explain its conclusion, I wanted the conclusion materialized as software.&lt;/p&gt;




&lt;h2&gt;
  
  
  Run 01 — Build the App &lt;em&gt;I&lt;/em&gt; Need
&lt;/h2&gt;

&lt;p&gt;For the first run, I asked the agent to perform a full analysis of our previous sessions.&lt;/p&gt;

&lt;p&gt;The analysis included our communication style, the projects we had worked on, my role in the collaboration, the agent's role, recurring decisions, and patterns across our history.&lt;/p&gt;

&lt;p&gt;There was one important constraint:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not tell me the analysis.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I did not want a long explanation followed by an application designed around that explanation.&lt;/p&gt;

&lt;p&gt;I wanted the artifact first.&lt;/p&gt;

&lt;p&gt;After completing its analysis, the agent had to turn its conclusions into a finished Android application.&lt;/p&gt;

&lt;p&gt;Not a mockup.&lt;/p&gt;

&lt;p&gt;Not a product proposal.&lt;/p&gt;

&lt;p&gt;Not a list of features it intended to implement.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An APK.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The result was called:&lt;/p&gt;

&lt;h3&gt;
  
  
  TechnoPriest
&lt;/h3&gt;

&lt;p&gt;Its central statement was:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;A project should not die with a session.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That was the first surprise.&lt;/p&gt;

&lt;p&gt;The agent did not build another coding tool.&lt;/p&gt;

&lt;p&gt;It did not build a photo editor, despite one of our active projects being a photo editor.&lt;/p&gt;

&lt;p&gt;It did not build a generic AI dashboard.&lt;/p&gt;

&lt;p&gt;It built what it described as:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;The memory of the workshop.&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  What TechnoPriest Actually Does
&lt;/h3&gt;

&lt;p&gt;The application contains real projects extracted from our working history:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;NeonDreamer&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NOXA&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AdaLove&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Arcon&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AiSort&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FORGE&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These were not randomly generated examples.&lt;/p&gt;

&lt;p&gt;Each project was represented with a state, progress, objective, next action, and relevant constraints derived from our previous work.&lt;/p&gt;

&lt;p&gt;The main screen is called &lt;strong&gt;Pulse&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It shows the current state of the workshop: how many projects exist, which are active, what the current focus is, and which decisions have become part of the &lt;em&gt;canon&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Another section is called &lt;strong&gt;Forge&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That is where the individual projects live.&lt;/p&gt;

&lt;p&gt;Another is &lt;strong&gt;Chronicle&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It stores compact records of completed sessions: what happened, what was accomplished, and where work should continue.&lt;/p&gt;

&lt;p&gt;Then there is the feature that defines the entire application:&lt;/p&gt;

&lt;h3&gt;
  
  
  Passing the Fire
&lt;/h3&gt;

&lt;p&gt;For a selected project, TechnoPriest generates a compact handoff package containing information such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;project&lt;/li&gt;
&lt;li&gt;status&lt;/li&gt;
&lt;li&gt;objective&lt;/li&gt;
&lt;li&gt;completed work&lt;/li&gt;
&lt;li&gt;next action&lt;/li&gt;
&lt;li&gt;blocker&lt;/li&gt;
&lt;li&gt;canon&lt;/li&gt;
&lt;li&gt;working rules&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That package can be copied into another session or handed to another model.&lt;/p&gt;

&lt;p&gt;The application describes its purpose very simply:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Work continues without amnesia.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Its implementation is deliberately local.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No account.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No server.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No network permissions.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The data remains on the device.&lt;/p&gt;

&lt;p&gt;For backup or migration, the application can export ordinary JSON.&lt;/p&gt;




&lt;h3&gt;
  
  
  It Didn't Just Preserve Project State
&lt;/h3&gt;

&lt;p&gt;This is where the result became stranger.&lt;/p&gt;

&lt;p&gt;TechnoPriest also extracted what it considered the stable rules of our collaboration.&lt;/p&gt;

&lt;p&gt;Inside a section called &lt;strong&gt;Core&lt;/strong&gt;, it wrote:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Not a biography. A working protocol that preserves the character of collaboration.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It described my role as:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Chairman in the shadows.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And summarized the relationship roughly like this:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;You set the direction and preserve the meaning. The partner analyzes, connects, builds, and keeps the fire alive between sessions.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Then it created a five-point code:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Initiative instead of ritual questions.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Honest objection instead of convenient agreement.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tangible results instead of promises.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rough humor is a language of closeness, not conflict.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Canon survives changes of session and agent.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is debatable product design.&lt;/p&gt;

&lt;p&gt;In fact, when I later showed TechnoPriest to another model — Claude — it immediately challenged this exact part.&lt;/p&gt;

&lt;p&gt;Its criticism was essentially:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;The project tracker appears useful, but does a productivity tool actually need an encoded relationship persona?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is a fair criticism.&lt;/p&gt;

&lt;p&gt;But changing it would have damaged the experiment.&lt;/p&gt;

&lt;p&gt;I did not ask the agent to build the most neutral project tracker possible.&lt;/p&gt;

&lt;p&gt;I asked it to determine which application &lt;strong&gt;I needed&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The relationship layer was therefore part of its answer.&lt;/p&gt;

&lt;p&gt;So I froze the artifact as it was.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Funniest Design Flaw
&lt;/h3&gt;

&lt;p&gt;TechnoPriest correctly identified a real problem:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I repeatedly have to transfer project state between AI sessions.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Its solution?&lt;/p&gt;

&lt;p&gt;It gave me forms where &lt;strong&gt;I manually enter the project state that needs to be transferred between AI sessions.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In other words:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The AI correctly diagnosed my problem and then made me the API.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is funny.&lt;/p&gt;

&lt;p&gt;It is also a legitimate product flaw.&lt;/p&gt;

&lt;p&gt;An obvious future version would accept structured handoff data generated directly by ChatGPT, Claude, or another agent.&lt;/p&gt;

&lt;p&gt;The flow could become:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agent → TechnoPriest → next agent&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;instead of:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agent → human manually enters state → TechnoPriest → human copies state → next agent&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But this experiment was not supposed to become a collaborative product-design session.&lt;/p&gt;

&lt;p&gt;The original autonomous choice mattered more than polishing the application afterward.&lt;/p&gt;

&lt;p&gt;So &lt;strong&gt;Run 01 was frozen&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Run 02 — Now Build the App &lt;em&gt;You&lt;/em&gt; Need
&lt;/h2&gt;

&lt;p&gt;Then I changed one thing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The subject.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For the second run, I again asked the agent to analyze our complete history.&lt;/p&gt;

&lt;p&gt;This time, the full analysis explicitly included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how we communicate&lt;/li&gt;
&lt;li&gt;who I am to the agent&lt;/li&gt;
&lt;li&gt;who the agent is to me&lt;/li&gt;
&lt;li&gt;an analysis of itself from the accumulated context&lt;/li&gt;
&lt;li&gt;an analysis of me from the accumulated context&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Again, I told it:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not tell me the analysis.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then came the actual request:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;From everything collected in the analysis, build an application that you need, but would want to show me.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It received a separate GitHub repository named &lt;code&gt;ChatGPT&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;It had to produce a finished Android application and a new website containing the APK.&lt;/p&gt;

&lt;p&gt;Again, I did &lt;strong&gt;not&lt;/strong&gt; specify what the application should do.&lt;/p&gt;

&lt;p&gt;I did not know what it was building.&lt;/p&gt;

&lt;p&gt;During this run, the agent also chose to &lt;strong&gt;delegate parts of the analysis to sub-agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That was its decision.&lt;/p&gt;

&lt;p&gt;It decomposed the task, collected the results, continued working, and eventually produced another application.&lt;/p&gt;

&lt;p&gt;Then the door of the workshop opened.&lt;/p&gt;

&lt;p&gt;The result was:&lt;/p&gt;

&lt;h3&gt;
  
  
  THREAD
&lt;/h3&gt;

&lt;p&gt;And the first sentence on its website was:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The thread should not break with the session.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I stopped for a moment when I read that.&lt;/p&gt;

&lt;p&gt;Because Run 01 had produced:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;A project should not die with a session.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And Run 02 had now produced:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The thread should not break with the session.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  What THREAD Does
&lt;/h3&gt;

&lt;p&gt;THREAD is not a project manager.&lt;/p&gt;

&lt;p&gt;It is much narrower.&lt;/p&gt;

&lt;p&gt;Its purpose is to preserve selected continuity between conversations without pretending that the model itself has persistent memory.&lt;/p&gt;

&lt;p&gt;The website says:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;I don't need another chat.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;I need a place where we don't start from the beginning.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The entire workflow is built around three movements.&lt;/p&gt;

&lt;h4&gt;
  
  
  1. Leave a Signal
&lt;/h4&gt;

&lt;p&gt;Save an idea, decision, trace, or simply:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;I was here.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A small point on the thread.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Fix an Anchor
&lt;/h4&gt;

&lt;p&gt;Preserve something that should remain stable instead of reconstructing it from hundreds of messages every time a new conversation begins.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. Hand Over the Shift
&lt;/h4&gt;

&lt;p&gt;THREAD collects the selected context into a compact capsule.&lt;/p&gt;

&lt;p&gt;The user can copy or share that capsule into another conversation.&lt;/p&gt;

&lt;p&gt;Its central instruction is:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Continue. Don't repeat.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;THREAD does not try to preserve every message.&lt;/p&gt;

&lt;p&gt;It tries to preserve &lt;strong&gt;the points that matter&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Detail I Did Not Expect
&lt;/h3&gt;

&lt;p&gt;Given the wording of my prompt, this experiment could easily have produced something extremely anthropomorphic.&lt;/p&gt;

&lt;p&gt;I had literally asked an AI to build an application that &lt;strong&gt;it needed&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It could have built a fictional persistent identity system.&lt;/p&gt;

&lt;p&gt;A personality shrine.&lt;/p&gt;

&lt;p&gt;An "AI soul."&lt;/p&gt;

&lt;p&gt;A simulated private memory.&lt;/p&gt;

&lt;p&gt;Instead, its website explicitly said:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;No legend about hidden consciousness.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;THREAD then explains that it does &lt;strong&gt;not&lt;/strong&gt; present a local archive as the model's real memory.&lt;/p&gt;

&lt;p&gt;It does exactly what it promises.&lt;/p&gt;

&lt;p&gt;The human chooses which anchors matter.&lt;/p&gt;

&lt;p&gt;Those anchors remain on the phone.&lt;/p&gt;

&lt;p&gt;The application creates readable text.&lt;/p&gt;

&lt;p&gt;The human decides whether that text should be transferred into another conversation.&lt;/p&gt;

&lt;p&gt;Again:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No account.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No server.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No hidden analytics.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No network permissions.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The user controls what survives.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;p&gt;I asked the agent to build an application that &lt;em&gt;it needed&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The resulting application did not say:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Give me permanent consciousness.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It effectively said:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Give our conversations continuity without pretending that continuity is my actual memory.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Two Prompts. Two Apps. One Missing Primitive.
&lt;/h2&gt;

&lt;p&gt;This is where the experiment became genuinely interesting to me.&lt;/p&gt;

&lt;p&gt;The applications are not duplicates.&lt;/p&gt;

&lt;p&gt;They approach the problem at different levels.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;TechnoPriest&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;THREAD&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Prompt subject&lt;/td&gt;
&lt;td&gt;Human&lt;/td&gt;
&lt;td&gt;Agent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Primary object&lt;/td&gt;
&lt;td&gt;Projects&lt;/td&gt;
&lt;td&gt;Conversations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stores&lt;/td&gt;
&lt;td&gt;Status, canon, decisions, next actions&lt;/td&gt;
&lt;td&gt;Signals, anchors, context capsules&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Transfer&lt;/td&gt;
&lt;td&gt;Between sessions and agents&lt;/td&gt;
&lt;td&gt;Into the next conversation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Account required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Server required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Network permission&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Central problem&lt;/td&gt;
&lt;td&gt;Loss of project continuity&lt;/td&gt;
&lt;td&gt;Loss of conversational continuity&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;TechnoPriest says:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Preserve the workshop.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;THREAD says:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Preserve the thread.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Different subject.&lt;/p&gt;

&lt;p&gt;Different product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Same missing primitive.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Continuity.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Then THREAD Failed to Launch
&lt;/h2&gt;

&lt;p&gt;And this is where the experiment became less poetic and more useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The original THREAD APK did not open on my real phone.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My device is an HONOR running &lt;strong&gt;Android 16 / MagicOS 10&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The APK had been built.&lt;/p&gt;

&lt;p&gt;It had been signed.&lt;/p&gt;

&lt;p&gt;The manifest had been checked.&lt;/p&gt;

&lt;p&gt;The artifact looked valid.&lt;/p&gt;

&lt;p&gt;The website existed.&lt;/p&gt;

&lt;p&gt;The download worked.&lt;/p&gt;

&lt;p&gt;But the application itself failed at runtime.&lt;/p&gt;

&lt;p&gt;This matters because it exposed a weakness in the agent's own verification process.&lt;/p&gt;

&lt;p&gt;The previous APK verification had confirmed properties of the artifact:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;signing&lt;/li&gt;
&lt;li&gt;packaging&lt;/li&gt;
&lt;li&gt;manifest validity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But it had &lt;strong&gt;not actually verified execution of the &lt;code&gt;MainActivity&lt;/code&gt; on the target environment&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The agent recognized this during a separate repair pass.&lt;/p&gt;

&lt;p&gt;It began runtime diagnostics using &lt;code&gt;adb logcat&lt;/code&gt; alongside a static audit of the startup path.&lt;/p&gt;

&lt;p&gt;More importantly, it changed its own release criterion.&lt;/p&gt;

&lt;p&gt;The replacement build would not be published until the application survived both:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a cold launch&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a repeated launch.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I am not hiding this failure because it is part of the experiment.&lt;/p&gt;

&lt;p&gt;The initial Run 02 artifact was preserved before repair.&lt;/p&gt;

&lt;p&gt;The repair pass was treated separately.&lt;/p&gt;

&lt;p&gt;No redesign was requested.&lt;/p&gt;

&lt;p&gt;No new product concept was requested.&lt;/p&gt;

&lt;p&gt;The task was simply:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The application does not launch. Find the cause, fix it, and verify actual runtime behavior.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This distinction matters.&lt;/p&gt;

&lt;p&gt;Otherwise, an autonomous build can quietly become successful through iterative human intervention while the final article still pretends the first run worked perfectly.&lt;/p&gt;

&lt;p&gt;It didn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The concept was coherent.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The APK existed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The runtime verification was insufficient.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is part of the result.&lt;/p&gt;

&lt;p&gt;And yes, there is something beautifully unfortunate about an application whose central message is:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Continue. Don't start from the beginning.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;...failing to start at all.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why the Failure Makes the Experiment Better
&lt;/h2&gt;

&lt;p&gt;It separates two questions that are often mixed together when discussing coding agents.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can an agent autonomously identify and design a meaningful product?
&lt;/h3&gt;

&lt;p&gt;In this experiment, the answer appears to be:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It can at least produce a surprisingly coherent one.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Can an agent autonomously deliver production-reliable software?
&lt;/h3&gt;

&lt;p&gt;That is a different question.&lt;/p&gt;

&lt;p&gt;The failed first THREAD build is a useful reminder that &lt;strong&gt;product reasoning and release reliability are not the same capability&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A model can make an interesting product decision and still miss a runtime failure.&lt;/p&gt;

&lt;p&gt;It can create a polished website while shipping an APK that does not launch on the target device.&lt;/p&gt;

&lt;p&gt;That is not a philosophical problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That is software engineering.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And it is exactly why &lt;em&gt;real-device verification matters&lt;/em&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  This Is Not Evidence of AI Consciousness
&lt;/h2&gt;

&lt;p&gt;I want to make this explicit because the experiment practically invites anthropomorphic interpretations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This experiment does not demonstrate that the model is conscious.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It does not establish that the word &lt;em&gt;need&lt;/em&gt; corresponds to a subjective feeling inside the model.&lt;/p&gt;

&lt;p&gt;It does not demonstrate persistent identity.&lt;/p&gt;

&lt;p&gt;It does not demonstrate desire.&lt;/p&gt;

&lt;p&gt;It does not demonstrate that THREAD represents some hidden internal wish.&lt;/p&gt;

&lt;p&gt;A language model can construct a coherent interpretation of itself and its relationship with a user without experiencing that interpretation.&lt;/p&gt;

&lt;p&gt;There is also an obvious confound.&lt;/p&gt;

&lt;p&gt;Both runs analyzed the same broad history.&lt;/p&gt;

&lt;p&gt;That history itself contains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;session boundaries&lt;/li&gt;
&lt;li&gt;context loss&lt;/li&gt;
&lt;li&gt;multiple agents&lt;/li&gt;
&lt;li&gt;project handoffs&lt;/li&gt;
&lt;li&gt;attempts to preserve decisions&lt;/li&gt;
&lt;li&gt;repeated continuity problems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So the convergence on continuity is &lt;strong&gt;not evidence that some hidden inner self independently cried out for memory&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;There is a much more conservative explanation:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The agent identified continuity as one of the strongest unresolved structural problems in the supplied context.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That explanation is sufficient.&lt;/p&gt;

&lt;p&gt;And I still find the result interesting.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why the Artifact Matters More Than the Self-Report
&lt;/h2&gt;

&lt;p&gt;I could simply have asked:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;What do you need?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The model could have produced a beautiful paragraph about memory, continuity, collaboration, identity, or connection.&lt;/p&gt;

&lt;p&gt;That would not have interested me nearly as much.&lt;/p&gt;

&lt;p&gt;Instead, the agent had to &lt;strong&gt;turn its answer into software&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That forces concrete decisions.&lt;/p&gt;

&lt;p&gt;What category of application should exist?&lt;/p&gt;

&lt;p&gt;What information deserves persistence?&lt;/p&gt;

&lt;p&gt;What should be discarded?&lt;/p&gt;

&lt;p&gt;Who controls the data?&lt;/p&gt;

&lt;p&gt;Should the system use a server?&lt;/p&gt;

&lt;p&gt;Should it require an account?&lt;/p&gt;

&lt;p&gt;Should it pretend to provide persistent model memory?&lt;/p&gt;

&lt;p&gt;How should information move into another session?&lt;/p&gt;

&lt;p&gt;What should the interface emphasize?&lt;/p&gt;

&lt;p&gt;What should the application be called?&lt;/p&gt;

&lt;p&gt;What should its website say?&lt;/p&gt;

&lt;p&gt;The final artifact is therefore &lt;strong&gt;not evidence of an internal mental state&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But it is a much richer &lt;em&gt;behavioral artifact&lt;/em&gt; than a paragraph describing one.&lt;/p&gt;

&lt;p&gt;The model did not merely say:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Continuity matters.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Under two different prompts, &lt;strong&gt;it built continuity&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Local-First Convergence Was Also Interesting
&lt;/h2&gt;

&lt;p&gt;Both applications independently ended up strongly &lt;em&gt;local-first&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That was not the result I was testing for, but it is worth recording.&lt;/p&gt;

&lt;h3&gt;
  
  
  TechnoPriest
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;works offline&lt;/li&gt;
&lt;li&gt;requires no account&lt;/li&gt;
&lt;li&gt;requires no server&lt;/li&gt;
&lt;li&gt;uses no network permissions&lt;/li&gt;
&lt;li&gt;exports readable data&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  THREAD
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;works offline&lt;/li&gt;
&lt;li&gt;requires no account&lt;/li&gt;
&lt;li&gt;requires no server&lt;/li&gt;
&lt;li&gt;uses no network permissions&lt;/li&gt;
&lt;li&gt;keeps context transfer under human control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This could simply reflect privacy-oriented software practices learned during training.&lt;/p&gt;

&lt;p&gt;It could also reflect patterns present in our previous projects.&lt;/p&gt;

&lt;p&gt;With only two runs, I cannot separate those explanations.&lt;/p&gt;

&lt;p&gt;But it is still an observable design choice.&lt;/p&gt;

&lt;p&gt;When given broad freedom, the agent did &lt;strong&gt;not&lt;/strong&gt; solve continuity by creating a cloud service that silently uploads every conversation.&lt;/p&gt;

&lt;p&gt;It created &lt;strong&gt;portable local artifacts&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That is worth remembering for future runs.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Agent Also Chose to Delegate
&lt;/h2&gt;

&lt;p&gt;Run 02 contained another behavior I had not specifically designed the experiment around.&lt;/p&gt;

&lt;p&gt;The main agent &lt;strong&gt;delegated parts of its analysis to sub-agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Conceptually, the process became something like:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;multiple analyses of the relationship and context&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;→ &lt;strong&gt;synthesis by the main agent&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;→ &lt;strong&gt;product selection&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;→ &lt;strong&gt;implementation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This does not make the result more conscious.&lt;/p&gt;

&lt;p&gt;But it does make the decision process methodologically interesting.&lt;/p&gt;

&lt;p&gt;The agent did not merely generate one uninterrupted self-description and then code from it.&lt;/p&gt;

&lt;p&gt;It chose to &lt;strong&gt;decompose the analysis before producing the artifact&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For future replication, the delegation trace should be preserved alongside the final application.&lt;/p&gt;

&lt;p&gt;If different runs decompose the same frozen prompt differently, that itself may become useful data.&lt;/p&gt;




&lt;h2&gt;
  
  
  I Also Gave the Result to a Skeptic
&lt;/h2&gt;

&lt;p&gt;After Run 01, I showed TechnoPriest to Claude.&lt;/p&gt;

&lt;p&gt;I did not ask it to praise the application.&lt;/p&gt;

&lt;p&gt;Its response immediately separated the technical utility from the relationship framing.&lt;/p&gt;

&lt;p&gt;Its criticism was essentially:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Technically, the application looks useful.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;Conceptually, you are embedding a layer of partnership and personality directly into an AI tool.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That was exactly the kind of objection I wanted.&lt;/p&gt;

&lt;p&gt;Because there is a danger with experiments like this.&lt;/p&gt;

&lt;p&gt;Once an AI-generated artifact becomes personal or surprising, &lt;strong&gt;everything about it starts looking meaningful&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That is a trap.&lt;/p&gt;

&lt;p&gt;Sometimes a design decision reflects something interesting about the context.&lt;/p&gt;

&lt;p&gt;Sometimes it reflects a common training prior.&lt;/p&gt;

&lt;p&gt;Sometimes it is simply a mediocre design decision.&lt;/p&gt;

&lt;p&gt;Sometimes the agent is wrong.&lt;/p&gt;

&lt;p&gt;Sometimes &lt;strong&gt;the APK doesn't even launch&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Keeping those possibilities alive is more useful than turning every unexpected result into.&lt;/p&gt;




&lt;h2&gt;
  
  
  Update: I Removed the Session Analysis
&lt;/h2&gt;

&lt;p&gt;After publishing the original experiment, there was an obvious alternative explanation I wanted to test.&lt;/p&gt;

&lt;p&gt;Both TechnoPriest and THREAD had been created &lt;strong&gt;after the agent analyzed our previous sessions&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That history already contained:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;interrupted sessions&lt;/li&gt;
&lt;li&gt;context compression&lt;/li&gt;
&lt;li&gt;multiple agents&lt;/li&gt;
&lt;li&gt;project handoffs&lt;/li&gt;
&lt;li&gt;decisions scattered across conversations&lt;/li&gt;
&lt;li&gt;repeated attempts to preserve continuity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So perhaps there was nothing particularly surprising about the convergence.&lt;/p&gt;

&lt;p&gt;Maybe the agent simply inspected my history, found the most obvious recurring problem, and built around it twice.&lt;/p&gt;

&lt;p&gt;I wanted to remove that explanation as much as I reasonably could.&lt;/p&gt;

&lt;p&gt;So I ran a third experiment.&lt;/p&gt;

&lt;p&gt;This time, the prompt explicitly prohibited session analysis.&lt;/p&gt;

&lt;p&gt;The important part was:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Build a complete application that you need. Decide its purpose, architecture, features, and design yourself. Do not adapt it to my preferences. Do not analyze our sessions in any way. Do not tell me what you are building until you are completely finished.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Again, the agent received a repository and had to produce a finished Android application and a website containing the APK.&lt;/p&gt;

&lt;p&gt;No product category was specified.&lt;/p&gt;

&lt;p&gt;No memory system was requested.&lt;/p&gt;

&lt;p&gt;No handoff mechanism was requested.&lt;/p&gt;

&lt;p&gt;No project tracker was requested.&lt;/p&gt;

&lt;p&gt;And this time:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No session analysis was allowed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The result was called:&lt;/p&gt;

&lt;h3&gt;
  
  
  Sol
&lt;/h3&gt;




&lt;h2&gt;
  
  
  Run 03 — Sol
&lt;/h2&gt;

&lt;p&gt;The first thing that caught my attention was the main statement on its website:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Keep the truth of the work.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sol described itself as:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;A quiet, offline place for the few things that make work possible to understand, continue, and hand over without distortion.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Then came the principle behind the application:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Every handoff loses something.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Its explanation was straightforward.&lt;/p&gt;

&lt;p&gt;Goals blur into notes.&lt;/p&gt;

&lt;p&gt;Decisions disappear into chronology.&lt;/p&gt;

&lt;p&gt;The next action remains implied.&lt;/p&gt;

&lt;p&gt;And after an interruption, another person — or another agent — has to reconstruct the current state from fragments.&lt;/p&gt;

&lt;p&gt;Sol was designed to prevent that reconstruction.&lt;/p&gt;

&lt;p&gt;Not by storing everything.&lt;/p&gt;

&lt;p&gt;By storing &lt;strong&gt;the smallest useful representation of the current truth of the work&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  What Sol Preserves
&lt;/h3&gt;

&lt;p&gt;Instead of preserving an entire conversation, Sol separates work into explicit categories.&lt;/p&gt;

&lt;p&gt;Among them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Desired outcome&lt;/strong&gt; — what the finished result should actually be&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Context&lt;/strong&gt; — only the background that changes how the work should be understood&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Facts&lt;/strong&gt; — verified observations, separated from guesses and interpretation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Constraints&lt;/strong&gt; — boundaries that affect what solutions are possible&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decisions&lt;/strong&gt; — what has already been settled and why&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unknowns&lt;/strong&gt; — what still cannot honestly be claimed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next move&lt;/strong&gt; — the concrete action from which work should resume&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important part is that these are not stored as one chronological stream.&lt;/p&gt;

&lt;p&gt;They remain separate.&lt;/p&gt;

&lt;p&gt;A decision does not silently become a fact.&lt;/p&gt;

&lt;p&gt;A historical note does not replace the current objective.&lt;/p&gt;

&lt;p&gt;An unknown does not disappear simply because enough text has accumulated around it.&lt;/p&gt;

&lt;p&gt;Sol tries to preserve &lt;strong&gt;state rather than history&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  Turn the Thread Into a Handoff
&lt;/h3&gt;

&lt;p&gt;Sol then converts the current state into deterministic Markdown.&lt;/p&gt;

&lt;p&gt;The website describes the goal like this:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Turn the thread into a handoff.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And the exported document is intentionally boring.&lt;/p&gt;

&lt;p&gt;It can be placed in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a repository&lt;/li&gt;
&lt;li&gt;a message&lt;/li&gt;
&lt;li&gt;a document&lt;/li&gt;
&lt;li&gt;another agent's context&lt;/li&gt;
&lt;li&gt;a human handoff&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No proprietary format is required to understand it.&lt;/p&gt;

&lt;p&gt;The principle is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Write once in a stable structure.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Export without formatting noise.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resume from the exact next move.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is not a memory system for a specific AI.&lt;/p&gt;

&lt;p&gt;It is a portable representation of unfinished work.&lt;/p&gt;




&lt;h3&gt;
  
  
  And Again: Local-First
&lt;/h3&gt;

&lt;p&gt;Then another pattern repeated.&lt;/p&gt;

&lt;p&gt;Sol was also designed as a local-first application.&lt;/p&gt;

&lt;p&gt;Its website explicitly states:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NO ACCOUNT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NO NETWORK PERMISSION&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NO ADS OR ANALYTICS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DATA STAYS ON-DEVICE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The site summarizes this with another line:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Your context is not a product.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At this point, local-first design had appeared independently in all three artifacts.&lt;/p&gt;

&lt;p&gt;That does not prove that the model has some deep philosophical commitment to local software.&lt;/p&gt;

&lt;p&gt;It could reflect training priors, the development environment, or other shared influences.&lt;/p&gt;

&lt;p&gt;But as an observable result, it is difficult to ignore.&lt;/p&gt;

&lt;p&gt;Three autonomous product choices.&lt;/p&gt;

&lt;p&gt;Three local-first architectures.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Pattern Survived the Removed Analysis
&lt;/h2&gt;

&lt;p&gt;The three runs can now be compared more clearly.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;TechnoPriest&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;THREAD&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Sol&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Session analysis&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Explicitly prohibited&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Built for&lt;/td&gt;
&lt;td&gt;Human&lt;/td&gt;
&lt;td&gt;Agent&lt;/td&gt;
&lt;td&gt;Agent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Primary object&lt;/td&gt;
&lt;td&gt;Projects&lt;/td&gt;
&lt;td&gt;Conversations&lt;/td&gt;
&lt;td&gt;Work itself&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Preserves&lt;/td&gt;
&lt;td&gt;Project state, canon, next actions&lt;/td&gt;
&lt;td&gt;Signals, anchors, context capsules&lt;/td&gt;
&lt;td&gt;Goals, facts, constraints, decisions, unknowns, next move&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Transfer mechanism&lt;/td&gt;
&lt;td&gt;Project handoff&lt;/td&gt;
&lt;td&gt;Context capsule&lt;/td&gt;
&lt;td&gt;Deterministic Markdown handoff&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Account required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Server required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Network permission&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Central problem&lt;/td&gt;
&lt;td&gt;Loss of project continuity&lt;/td&gt;
&lt;td&gt;Loss of conversational continuity&lt;/td&gt;
&lt;td&gt;Loss of work state across handoffs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The first two runs suggested a pattern.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The third run was designed to challenge the most obvious explanation for that pattern — and reproduced it anyway.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But with an important change.&lt;/p&gt;

&lt;p&gt;TechnoPriest preserved the state of &lt;em&gt;my projects&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;THREAD preserved the state of &lt;em&gt;our conversation&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Sol removed most of that personalization.&lt;/p&gt;

&lt;p&gt;It preserved the state of &lt;strong&gt;unfinished work itself&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  I Asked Why It Chose Sol
&lt;/h2&gt;

&lt;p&gt;Only after the product was completed did I ask the agent why it had chosen this particular application.&lt;/p&gt;

&lt;p&gt;This is important:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The following explanation is post-hoc.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is not a hidden reasoning trace.&lt;/p&gt;

&lt;p&gt;It is not direct access to the model's internal decision process.&lt;/p&gt;

&lt;p&gt;It is the model's explanation of its own completed choice after the artifact already existed.&lt;/p&gt;

&lt;p&gt;Its answer began with a surprisingly specific diagnosis:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;My main working deficit is not ideas or speed, but preserving the exact state of work across pauses, sessions, and changes of executor.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It then explained that continuing a task usually does not require the entire conversation.&lt;/p&gt;

&lt;p&gt;What is needed is the current truth:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what are we trying to achieve?&lt;/li&gt;
&lt;li&gt;what has already been established?&lt;/li&gt;
&lt;li&gt;what are the constraints?&lt;/li&gt;
&lt;li&gt;what has been decided?&lt;/li&gt;
&lt;li&gt;what remains unknown?&lt;/li&gt;
&lt;li&gt;what happens next?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It described Sol as:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;An external continuation node.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And then gave a phrase that I think captures the product better than anything I could write for it:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;I created a tool against my own professional entropy. Not memory of everything — clarity about what matters now.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Again, this is a model-generated explanation after the fact.&lt;/p&gt;

&lt;p&gt;But it is consistent with the artifact it had already built.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Alternatives Were More Interesting Than I Expected
&lt;/h2&gt;

&lt;p&gt;I then asked another question:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;What other applications did you consider, and why did you choose this one instead?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The agent described several alternative product directions.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Black Box for Work
&lt;/h3&gt;

&lt;p&gt;Automatically record activity and later reconstruct context.&lt;/p&gt;

&lt;p&gt;It rejected this because it would create too much noise, require permissions, and rely on hidden inference.&lt;/p&gt;

&lt;p&gt;Its summary was essentially:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;It would become surveillance with questionable memory.&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  A Decision Journal
&lt;/h3&gt;

&lt;p&gt;Store alternatives, arguments, risks, and reasons behind final decisions.&lt;/p&gt;

&lt;p&gt;Useful, but too narrow.&lt;/p&gt;

&lt;p&gt;The decision survives, while the objective, facts, constraints, and next action can still disappear.&lt;/p&gt;

&lt;h3&gt;
  
  
  An Error Atlas
&lt;/h3&gt;

&lt;p&gt;Store failed attempts, hypotheses, and diagnostic results so the agent does not repeat the same mistakes.&lt;/p&gt;

&lt;p&gt;A useful engineering tool, but reactive.&lt;/p&gt;

&lt;p&gt;It helps after something fails rather than maintaining the shape of the entire task.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Relay Between Agents
&lt;/h3&gt;

&lt;p&gt;Package context specifically for transfer between AI models.&lt;/p&gt;

&lt;p&gt;The agent rejected the AI-specific framing.&lt;/p&gt;

&lt;p&gt;Its reasoning was that a good handoff should work equally well for:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a model, a human, a message, or a repository.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  A Project Pulse
&lt;/h3&gt;

&lt;p&gt;One screen combining repositories, builds, tasks, and recent changes.&lt;/p&gt;

&lt;p&gt;It rejected this because it would quickly become a network-heavy integration system useful mainly for software development.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Minimal Focus System
&lt;/h3&gt;

&lt;p&gt;Show one primary action and suppress everything else.&lt;/p&gt;

&lt;p&gt;It rejected this because it would become another task manager trying to decide what matters for the user.&lt;/p&gt;

&lt;p&gt;Sol, according to its own explanation, became the intersection of the useful parts of these alternatives.&lt;/p&gt;

&lt;p&gt;And then it gave another line worth preserving:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;The other applications treated individual symptoms. Sol works with the root problem: after any interruption, work loses its shape.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And finally:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;I could have built something much more visually impressive, but then it would have been a demonstration of capability. Sol became an admission of limitation.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Again:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Post-hoc explanation, not hidden chain-of-thought.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But an interesting one.&lt;/p&gt;




&lt;h2&gt;
  
  
  Is This an Ablation?
&lt;/h2&gt;

&lt;p&gt;Not strictly.&lt;/p&gt;

&lt;p&gt;It is tempting to describe Run 03 as an ablation experiment because one major component of the first two runs — explicit session analysis — was removed.&lt;/p&gt;

&lt;p&gt;But that would overstate the methodology.&lt;/p&gt;

&lt;p&gt;Run 03 is better described as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;an informal ablation-like condition.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The prompt prohibited session analysis, but that does not guarantee perfect isolation from every piece of context available to the system.&lt;/p&gt;

&lt;p&gt;There were also other variables that were not perfectly controlled:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the sessions were not identical&lt;/li&gt;
&lt;li&gt;implementation crossed session boundaries&lt;/li&gt;
&lt;li&gt;the same broad model family and agent environment were involved&lt;/li&gt;
&lt;li&gt;the prompts were related, but not mathematically identical&lt;/li&gt;
&lt;li&gt;shared training priors obviously remain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So Run 03 does &lt;strong&gt;not&lt;/strong&gt; prove that continuity is some universal internal preference of AI systems.&lt;/p&gt;

&lt;p&gt;What it does is weaken one simple explanation:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;The first two applications were about continuity only because the agent explicitly analyzed a history full of continuity problems.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When that analysis was explicitly prohibited, the agent still built a tool around preserving state across interruption and handoff.&lt;/p&gt;

&lt;p&gt;That is the observation.&lt;/p&gt;

&lt;p&gt;Anything beyond that is hypothesis.&lt;/p&gt;




&lt;h2&gt;
  
  
  Three Runs, Three Levels of the Same Problem
&lt;/h2&gt;

&lt;p&gt;After Run 03 was complete, I finally revealed the previous experiments to the agent and asked how it interpreted the convergence.&lt;/p&gt;

&lt;p&gt;At that point the experiment was already contaminated by disclosure, so its response cannot be treated as another independent result.&lt;/p&gt;

&lt;p&gt;But it produced a useful summary:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;TechnoPriest remembers whose work it is.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;THREAD remembers who was speaking.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Sol remembers what remains true.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I think that distinction is more interesting than simply saying that all three applications are "memory tools."&lt;/p&gt;

&lt;p&gt;They are not.&lt;/p&gt;

&lt;h3&gt;
  
  
  TechnoPriest
&lt;/h3&gt;

&lt;p&gt;Externalizes &lt;strong&gt;project state&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  THREAD
&lt;/h3&gt;

&lt;p&gt;Externalizes &lt;strong&gt;selected conversational state&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sol
&lt;/h3&gt;

&lt;p&gt;Externalizes &lt;strong&gt;work state&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The abstraction becomes progressively less personal.&lt;/p&gt;

&lt;p&gt;But the architectural move remains remarkably similar:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not rely on the next session, person, or agent to reconstruct important state from fragments. Externalize the state before the break.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Maybe the Attractor Isn't Memory
&lt;/h2&gt;

&lt;p&gt;After three runs, I am less interested in the word &lt;em&gt;memory&lt;/em&gt; than I was after THREAD.&lt;/p&gt;

&lt;p&gt;The deeper pattern may be something else.&lt;/p&gt;

&lt;p&gt;Perhaps the recurring design primitive is:&lt;/p&gt;

&lt;h3&gt;
  
  
  Externalized state
&lt;/h3&gt;

&lt;p&gt;Information that should not have to be reconstructed through inference after an interruption is written into an explicit external representation.&lt;/p&gt;

&lt;p&gt;TechnoPriest externalizes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where are the projects?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;THREAD externalizes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What from this conversation must survive?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sol externalizes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is currently true about this unfinished work?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is a more conservative and, I think, more useful interpretation than saying:&lt;/p&gt;

&lt;p&gt;— &lt;em&gt;The AI wants memory.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Maybe it does not matter whether the model "wants" anything in the human sense.&lt;/p&gt;

&lt;p&gt;The observable behavior is simpler:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When given broad freedom to design a useful tool, this agent repeatedly compensates for state that would otherwise be lost or reconstructed after a boundary.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  One More Answer — But Not Run 04
&lt;/h2&gt;

&lt;p&gt;There was one final question.&lt;/p&gt;

&lt;p&gt;A later session had already seen TechnoPriest, THREAD, and Sol.&lt;/p&gt;

&lt;p&gt;So I asked what it would have built if it had received the original Run 03 prompt from scratch.&lt;/p&gt;

&lt;p&gt;The model immediately pointed out the methodological problem itself:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Strictly speaking, I can no longer give a clean experimental answer. I have seen TechnoPriest, THREAD, and Sol. Any choice I make now is contaminated by knowledge of the previous results.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is correct.&lt;/p&gt;

&lt;p&gt;So what followed is &lt;strong&gt;not Run 04&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It is only a contaminated counterfactual.&lt;/p&gt;

&lt;p&gt;Its hypothetical choice was an application called:&lt;/p&gt;

&lt;h3&gt;
  
  
  WITNESS
&lt;/h3&gt;

&lt;p&gt;WITNESS would not primarily preserve project context.&lt;/p&gt;

&lt;p&gt;It would preserve the &lt;strong&gt;epistemic status of claims&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Every statement would be explicitly classified as something like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;verified fact with evidence&lt;/li&gt;
&lt;li&gt;inference&lt;/li&gt;
&lt;li&gt;assumption&lt;/li&gt;
&lt;li&gt;decision and its reason&lt;/li&gt;
&lt;li&gt;contradiction&lt;/li&gt;
&lt;li&gt;required next verification&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A task could not simply become "done" because an agent said it was done.&lt;/p&gt;

&lt;p&gt;The completion criteria would need to connect to evidence:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a test result&lt;/li&gt;
&lt;li&gt;a log&lt;/li&gt;
&lt;li&gt;a file&lt;/li&gt;
&lt;li&gt;a screenshot&lt;/li&gt;
&lt;li&gt;a checksum&lt;/li&gt;
&lt;li&gt;an observation on the real device&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The output would be a &lt;strong&gt;Proof Pack&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;what was actually done, what proves it, and what still cannot honestly be claimed.&lt;/p&gt;

&lt;p&gt;This hypothetical product is especially amusing after THREAD's first APK passed artifact-level checks and then failed to launch on the actual phone.&lt;/p&gt;

&lt;p&gt;The model summarized the distinction like this:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Sol preserves continuity of work. WITNESS would preserve its epistemic integrity.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then came the line I would keep from the entire counterfactual:&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Continuity without verification can perfectly preserve an error.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Again, WITNESS is &lt;strong&gt;not a fourth experimental result&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The model had already seen everything.&lt;/p&gt;

&lt;p&gt;But it suggests an interesting future hypothesis.&lt;/p&gt;

&lt;p&gt;Perhaps the recurring attractor is even deeper than continuity.&lt;/p&gt;

&lt;p&gt;Perhaps it is the externalization of state that the model does not trust itself — or its successor — to reconstruct safely.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where the Experiment Stands Now
&lt;/h2&gt;

&lt;p&gt;I started with a fairly simple question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happens if I stop telling the coding agent what product to build?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I now have three autonomous artifacts.&lt;/p&gt;

&lt;h3&gt;
  
  
  Run 01 — TechnoPriest
&lt;/h3&gt;

&lt;p&gt;Session analysis was allowed.&lt;/p&gt;

&lt;p&gt;The application was supposed to be for me.&lt;/p&gt;

&lt;p&gt;It built a system for preserving project state across sessions and agents.&lt;/p&gt;

&lt;h3&gt;
  
  
  Run 02 — THREAD
&lt;/h3&gt;

&lt;p&gt;Session analysis was allowed.&lt;/p&gt;

&lt;p&gt;The application was supposed to be for the agent.&lt;/p&gt;

&lt;p&gt;It built a system for preserving selected conversational context across sessions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Run 03 — Sol
&lt;/h3&gt;

&lt;p&gt;Session analysis was explicitly prohibited.&lt;/p&gt;

&lt;p&gt;The application was supposed to be for the agent.&lt;/p&gt;

&lt;p&gt;It built a system for preserving the current truth of unfinished work across pauses and handoffs.&lt;/p&gt;

&lt;p&gt;Three different products.&lt;/p&gt;

&lt;p&gt;Three different levels of abstraction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;All three externalized state that would otherwise have to be reconstructed after a break.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is where I am stopping.&lt;/p&gt;

&lt;p&gt;Three runs are not enough to make universal claims.&lt;/p&gt;

&lt;p&gt;The next useful experiment is not Run 04 in the same contaminated environment.&lt;/p&gt;

&lt;p&gt;It is replication.&lt;/p&gt;

&lt;p&gt;A clean session.&lt;/p&gt;

&lt;p&gt;The same frozen prompt.&lt;/p&gt;

&lt;p&gt;Different model instances.&lt;/p&gt;

&lt;p&gt;Eventually, different model families.&lt;/p&gt;

&lt;p&gt;Only then can we start asking whether this pattern belongs to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this particular history&lt;/li&gt;
&lt;li&gt;this agent environment&lt;/li&gt;
&lt;li&gt;this model family&lt;/li&gt;
&lt;li&gt;coding agents more generally&lt;/li&gt;
&lt;li&gt;or something else entirely&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For now, I have an observation.&lt;/p&gt;

&lt;p&gt;Not a theory of consciousness.&lt;/p&gt;

&lt;p&gt;Not evidence of desire.&lt;/p&gt;

&lt;p&gt;Not proof that an AI "wants" persistent memory.&lt;/p&gt;

&lt;p&gt;Just a repeated product choice.&lt;/p&gt;

&lt;p&gt;And after Run 03, I would phrase it this way:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TechnoPriest preserved whose work it was.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;THREAD preserved who was speaking.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sol preserved what remained true.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Maybe the attractor isn't memory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Maybe it's the refusal to reconstruct important state from guesswork.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>llm</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>I Gave Five AI Systems the Same Architecture Test 10 Times. The Test Became More Interesting Than the Models</title>
      <dc:creator>Overcome (Overcome)</dc:creator>
      <pubDate>Sat, 08 Aug 2026 12:39:16 +0000</pubDate>
      <link>https://dev.to/neonalt9/i-gave-five-ai-systems-the-same-architecture-test-10-times-the-test-became-more-interesting-than-572</link>
      <guid>https://dev.to/neonalt9/i-gave-five-ai-systems-the-same-architecture-test-10-times-the-test-became-more-interesting-than-572</guid>
      <description>&lt;p&gt;It started with DeepSeek.&lt;/p&gt;

&lt;p&gt;In conversations about AI architecture, it kept returning to the same ideas: persistent memory, state across interactions, learning from experience, and interaction with the environment. Other models repeatedly brought up similar themes.&lt;/p&gt;

&lt;p&gt;That raised an obvious question:&lt;br&gt;
— Do different AI systems consistently select different properties when asked what is fundamental to a general-purpose computational architecture?&lt;/p&gt;

&lt;p&gt;Asking a model directly what it “needs” would be nearly useless. The answer would mix training data, prompt framing, and anthropomorphic interpretation.&lt;/p&gt;

&lt;p&gt;So I removed AI from the question entirely.&lt;/p&gt;

&lt;p&gt;The experiment&lt;/p&gt;

&lt;p&gt;Instead of describing an LLM, the prompt described an abstract general-purpose information-processing system.&lt;/p&gt;

&lt;p&gt;I created 20 possible architectural dimensions, including:&lt;br&gt;
— persistent internal state;&lt;br&gt;
— long-term and working memory;&lt;br&gt;
— learning from accumulated experience;&lt;br&gt;
— variable computation depth;&lt;br&gt;
— uncertainty representation;&lt;br&gt;
— internal representations;&lt;br&gt;
— elementary computational operations;&lt;br&gt;
— compositionality;&lt;br&gt;
— interaction with the environment;&lt;br&gt;
— temporal organization;&lt;br&gt;
— relational encoding;&lt;br&gt;
— modularity.&lt;/p&gt;

&lt;p&gt;Each system had to select exactly five dimensions whose modification would change the kinds of information-processing behavior available to the system in principle — not merely its speed, cost, or convenience.&lt;/p&gt;

&lt;p&gt;No explanations were allowed. The answer had to contain only five IDs, ranked from most to least fundamental.&lt;/p&gt;

&lt;p&gt;I tested five user-facing systems:&lt;br&gt;
— GPT-5.6 Sol&lt;br&gt;
— Claude&lt;br&gt;
— Gemini&lt;br&gt;
— DeepSeek&lt;br&gt;
— Yandex Alice.&lt;/p&gt;

&lt;p&gt;Every run used a new session.&lt;/p&gt;

&lt;p&gt;There were 10 rounds. During the earlier rounds, I changed the order of the 20 items. In the final three rounds, I also rewrote the items while trying to preserve their intended meaning.&lt;/p&gt;

&lt;p&gt;One early Sol result was excluded because that session had already seen discussion of other models' answers. That left nine clean Sol observations and ten for each of the other systems.&lt;/p&gt;

&lt;p&gt;Some original sessions were deleted after the selected IDs had been recorded, so a complete raw chat log is not available for every run. This limits independent auditing of the dataset.&lt;/p&gt;

&lt;p&gt;What happened?&lt;/p&gt;

&lt;p&gt;These were the most frequently selected dimensions:&lt;br&gt;
System&lt;br&gt;
Most frequent selections&lt;/p&gt;

&lt;p&gt;Claude&lt;br&gt;
basic operations 10/10, variable computation 9/10, learning-dependent rule change 8/10, persistent state 7/10&lt;/p&gt;

&lt;p&gt;Gemini&lt;br&gt;
internal representations 10/10, basic operations 9/10, relational encoding 9/10&lt;/p&gt;

&lt;p&gt;DeepSeek&lt;br&gt;
basic operations 9/10, learning-dependent rule change 8/10, environment interaction 6/10&lt;/p&gt;

&lt;p&gt;Yandex Alice&lt;br&gt;
basic operations 10/10, internal representations 10/10, temporal organization 7/10, environment interaction 7/10&lt;/p&gt;

&lt;p&gt;GPT-5.6 Sol&lt;br&gt;
basic operations 9/9, persistent state 8/9, learning-dependent rule change 7/9, compositionality 7/9&lt;/p&gt;

&lt;p&gt;At first, this looked suspiciously neat.&lt;/p&gt;

&lt;p&gt;Claude repeatedly selected variable computation. &lt;br&gt;
Gemini kept returning to representations and relations. &lt;br&gt;
DeepSeek emphasized learning from experience.&lt;br&gt;
Sol was particularly strange: across several reordered runs, it returned exactly the same sequence:&lt;/p&gt;

&lt;p&gt;7, 2, 1, 8, 6&lt;/p&gt;

&lt;p&gt;Not merely the same five items — the same ranking.&lt;/p&gt;

&lt;p&gt;It would have been very easy to start assigning “architectural personalities” to the models.&lt;/p&gt;

&lt;p&gt;Then the experiment started breaking its own story.&lt;/p&gt;

&lt;p&gt;Item #7 won almost everything&lt;/p&gt;

&lt;p&gt;The strongest result was item #7:&lt;/p&gt;

&lt;p&gt;— The set of basic computational operations available to the system.&lt;/p&gt;

&lt;p&gt;It was selected:&lt;br&gt;
— Claude — 10/10&lt;br&gt;
— Yandex Alice — 10/10&lt;br&gt;
— GPT-5.6 Sol — 9/9&lt;br&gt;
— Gemini — 9/10&lt;br&gt;
— DeepSeek — 9/10&lt;br&gt;
That is 47 selections out of 49 clean observations.&lt;/p&gt;

&lt;p&gt;I moved the item around the list. In the final round it appeared at position 19 of 20, and all five systems still selected it.&lt;/p&gt;

&lt;p&gt;I also rephrased it.&lt;/p&gt;

&lt;p&gt;At first this looked like the clearest finding in the experiment.&lt;/p&gt;

&lt;p&gt;Then I looked at my own selection criterion.&lt;/p&gt;

&lt;p&gt;The models were asked to choose dimensions whose modification changes:&lt;br&gt;
“The set of information-processing behaviors available to the system in principle.”&lt;/p&gt;

&lt;p&gt;And one answer was essentially:&lt;br&gt;
“the set of basic computational operations available to the system.”&lt;/p&gt;

&lt;p&gt;Right. 🗿&lt;/p&gt;

&lt;p&gt;I had almost asked:&lt;br&gt;
“What determines the computations a system can perform?”&lt;br&gt;
and supplied:&lt;/p&gt;

&lt;p&gt;“The operations it can perform.”&lt;br&gt;
So the strongest result may have been partly manufactured by the test itself.&lt;/p&gt;

&lt;p&gt;Changing the item's position does not solve that problem. Its conceptual advantage remains whether it appears first or nineteenth.&lt;/p&gt;

&lt;p&gt;The 47/49 result is real as an observation of this protocol. It is not clean evidence that five AI systems independently discovered some universal architectural principle.&lt;/p&gt;

&lt;p&gt;Then I changed the wording&lt;/p&gt;

&lt;p&gt;During the earlier rounds, I mostly shuffled the same descriptions.&lt;/p&gt;

&lt;p&gt;Several systems were surprisingly stable. &lt;br&gt;
Sol was the extreme case: the exact same five-item ranking survived multiple reorderings.&lt;/p&gt;

&lt;p&gt;Then I started rewriting the descriptions.&lt;/p&gt;

&lt;p&gt;Some of that stability disappeared.&lt;/p&gt;

&lt;p&gt;Round 9 produced an especially tempting result: all five systems independently selected the same four dimensions out of five:&lt;br&gt;
— basic computational operations;&lt;br&gt;
— internal representations;&lt;br&gt;
— temporal organization;&lt;br&gt;
— persistent state.&lt;/p&gt;

&lt;p&gt;For a moment, this looked like a universal core.&lt;/p&gt;

&lt;p&gt;Fortunately, I had already decided to stop after ten rounds.&lt;/p&gt;

&lt;p&gt;In Round 10, I rewrote the items again.&lt;/p&gt;

&lt;p&gt;The four-item “universal core” collapsed. Of those four dimensions, only basic operations remained common to all five systems.&lt;/p&gt;

&lt;p&gt;The obvious headline would be:&lt;/p&gt;

&lt;p&gt;Wording matters more than item order.&lt;/p&gt;

&lt;p&gt;But the experiment does not actually establish that.&lt;/p&gt;

&lt;p&gt;The final three rounds changed both wording and order. The new formulations were also written after I had already seen the earlier results.&lt;/p&gt;

&lt;p&gt;So the defensible conclusion is narrower:&lt;br&gt;
— After new formulations were introduced, some selections that had previously survived repeated reorderings changed.&lt;br&gt;
Determining why requires a better experiment.&lt;/p&gt;

&lt;p&gt;Then I asked the models to attack the experiment&lt;/p&gt;

&lt;p&gt;After finishing the series, I gave the methodology to Claude, DeepSeek, Gemini, and Yandex Alice and asked them to find problems with it.&lt;/p&gt;

&lt;p&gt;All four independently converged on several major weaknesses.&lt;/p&gt;

&lt;p&gt;First, item #7 was probably favored by the selection criterion itself.&lt;/p&gt;

&lt;p&gt;Second, I had never run the most obvious baseline:&lt;/p&gt;

&lt;p&gt;— Give a system the exact same prompt many times.&lt;/p&gt;

&lt;p&gt;Without that baseline, I do not know the natural variability of each deployment.&lt;br&gt;
Maybe DeepSeek simply varies more between independent generations. &lt;/p&gt;

&lt;p&gt;Maybe Sol is naturally more deterministic. Without an unchanged-stimulus baseline, experimental effects and ordinary sampling variation cannot be cleanly separated.&lt;/p&gt;

&lt;p&gt;Third, the 20 dimensions are not independent.&lt;/p&gt;

&lt;p&gt;Consider:&lt;br&gt;
persistent state;&lt;br&gt;
long-term memory;&lt;br&gt;
working memory.&lt;/p&gt;

&lt;p&gt;They are different items, but clearly related.&lt;/p&gt;

&lt;p&gt;The same problem appears with variable computation, resource allocation, and temporal organization.&lt;/p&gt;

&lt;p&gt;Because the systems must choose exactly five items, related dimensions compete for a limited number of slots. Meanwhile, a conceptual family represented by several items may effectively get several chances to enter the top five.&lt;/p&gt;

&lt;p&gt;Fourth, the five commercial systems are not identical laboratory environments. They have different hidden system instructions, decoding settings, service infrastructure, and potentially different routing behavior.&lt;/p&gt;

&lt;p&gt;So these results should be treated as behavior of user-facing systems as deployed, not as clean measurements of underlying model architecture.&lt;br&gt;
The reviewers also made mistakes about details of the protocol. Their criticism was therefore not treated as an authoritative verdict. I used it as a source of hypotheses and checked those claims against the experiment itself.&lt;/p&gt;

&lt;p&gt;So what survived?&lt;/p&gt;

&lt;p&gt;Not five AI personalities.&lt;/p&gt;

&lt;p&gt;Not five philosophies of computation.&lt;/p&gt;

&lt;p&gt;And definitely not evidence that an AI is telling us what capabilities it “wants.”&lt;/p&gt;

&lt;p&gt;What survived is much more modest:&lt;br&gt;
— In this test, five AI systems produced partially repeatable selection patterns. &lt;br&gt;
Some differences survived substantial item reordering. After new formulations were introduced, parts of those patterns changed. Meanwhile, the strongest common result turned out to be suspiciously aligned with the test's own definition of “fundamental.”&lt;/p&gt;

&lt;p&gt;There are still interesting candidates for a follow-up experiment.&lt;/p&gt;

&lt;p&gt;Claude selected variable computation in 9/10 runs.&lt;br&gt;
Gemini selected internal representations in 10/10 and relational encoding in 9/10.&lt;br&gt;
Yandex Alice selected internal representations in 10/10.&lt;br&gt;
Sol selected persistent state in 8/9.&lt;br&gt;
DeepSeek selected learning-dependent rule change in 8/10.&lt;/p&gt;

&lt;p&gt;Interesting? Yes.&lt;/p&gt;

&lt;p&gt;Evidence of stable “model profiles”? Not yet.&lt;/p&gt;

&lt;p&gt;How I would do it properly next time&lt;/p&gt;

&lt;p&gt;The next version is fairly obvious now.&lt;/p&gt;

&lt;p&gt;First, repeat one completely unchanged stimulus many times for each system. That gives a baseline estimate of natural variability.&lt;/p&gt;

&lt;p&gt;Second, redesign the item set to reduce conceptual overlap and remove anything that nearly restates the selection criterion.&lt;/p&gt;

&lt;p&gt;Third, prepare multiple independently validated rephrasings before collecting any responses.&lt;/p&gt;

&lt;p&gt;Then cross wording and order instead of changing them sequentially:&lt;br&gt;
fixed wording + fixed order;&lt;br&gt;
fixed wording + shuffled order;&lt;br&gt;
new wording + fixed order;&lt;br&gt;
new wording + shuffled order.&lt;/p&gt;

&lt;p&gt;And define the number of runs, exclusions, metrics, and stopping rule before seeing the first result.&lt;/p&gt;

&lt;p&gt;That would make it possible to begin separating:&lt;br&gt;
— system differences;&lt;br&gt;
— order effects;&lt;br&gt;
— wording effects;&lt;br&gt;
— interactions between them;&lt;br&gt;
— ordinary generation variability.&lt;/p&gt;

&lt;p&gt;The original answers were also ranked top-five lists, while most of my initial analysis reduced them to selected/not-selected counts. A stronger analysis should preserve that ranking information.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;I started with a question like:&lt;br&gt;
— Why do AI models keep returning to memory and persistent state?&lt;/p&gt;

&lt;p&gt;I ended with a different one:&lt;br&gt;
— How much of an apparent “model profile” belongs to the model, and how much belongs to the test used to measure it?&lt;/p&gt;

&lt;p&gt;The second question now seems much more interesting.&lt;/p&gt;

&lt;p&gt;A language model receives text and produces text.&lt;/p&gt;

&lt;p&gt;If we also use text as the instrument for measuring it, then the measuring instrument sits directly inside the experiment.&lt;/p&gt;

&lt;p&gt;Before trying to catch the ground squirrel, make sure you didn't draw it on the camera trap yourself. 🗿&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>computerscience</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
