<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agentic-Systems on emsenn.net</title>
    <link>https://emsenn.net/tags/agentic-systems/</link>
    <description>Recent content in Agentic-Systems on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 05 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/agentic-systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RimWorld Colony Management as a Model for Agentic Systems</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/rimworld-colony-management-for-agentic-systems/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/rimworld-colony-management-for-agentic-systems/</guid>
      <description>&lt;p&gt;RimWorld is a colony simulation where the player manages colonists indirectly — setting priorities, schedules, and research directions while colonists autonomously execute work. The player never directly controls a colonist&amp;rsquo;s hands. This constraint produces a management system that maps remarkably well onto multi-agent orchestration, where a harness directs autonomous agents without micromanaging their inference.&lt;/p&gt;&#xA;&lt;h2 id=&#34;work-priorities-the-1-4-dispatch-system&#34;&gt;&lt;a href=&#34;#work-priorities-the-1-4-dispatch-system&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Work Priorities: The 1-4 Dispatch System&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;RimWorld offers two priority modes. In &lt;strong&gt;simple mode&lt;/strong&gt;, each colonist toggles work types on or off. In &lt;strong&gt;manual mode&lt;/strong&gt;, each work type gets a priority from 1 (highest) to 4 (lowest), or blank (disabled). A colonist completes all available priority-1 work before touching priority-2 work. Within the same priority level, work types listed further left take precedence.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tech Messaging Systems as Models for Agentic Coordination</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/tech-messaging-systems-for-agentic-systems/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/tech-messaging-systems-for-agentic-systems/</guid>
      <description>&lt;p&gt;For a distributed heterogeneous agentic system at nation-scale, message-passing is the primary concern: how do agents coordinate when they run in different processes, at different times, under different models, across different sites? Real-world messaging systems have solved slices of this problem. Each brings a pattern the 561 system can adopt.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apache-kafka--log-based-messaging&#34;&gt;&lt;a href=&#34;#apache-kafka--log-based-messaging&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Apache Kafka — log-based messaging&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Kafka stores messages as an &lt;strong&gt;append-only log partitioned across brokers&lt;/strong&gt;. Producers write to topics; consumers read by offset, replay at will. The log IS the state — downstream systems derive their view by consuming the log from offset 0. Retention is time-bounded (hours to forever). Ordering is guaranteed within a partition, not across.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenHands Architecture Analysis</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/openhands-architecture-analysis/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/openhands-architecture-analysis/</guid>
      <description>&lt;p&gt;OpenHands (formerly OpenDevin) is an open-source AI software development platform. This analysis covers the V0 architecture (deprecated April 2026, with V1 migrating to a separate Software Agent SDK). The patterns here remain instructive regardless of version.&lt;/p&gt;&#xA;&lt;h2 id=&#34;runtime-isolation&#34;&gt;&lt;a href=&#34;#runtime-isolation&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Runtime Isolation&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenHands isolates agent execution inside Docker containers. Each agent session gets a dedicated container (&lt;code&gt;openhands-runtime-{session_id}&lt;/code&gt;) with its own filesystem, network, and process namespace. The container runs as a dedicated non-root user (&lt;code&gt;openhands&lt;/code&gt;, UID 42420) to prevent UID conflicts with the host.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
