<?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: Sebastian Jais</title>
    <description>The latest articles on DEV Community by Sebastian Jais (@sebastian1747).</description>
    <link>https://dev.to/sebastian1747</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%2F3997529%2F37ad81c8-b7a8-4e1c-8c99-1c0963fee1be.jpg</url>
      <title>DEV Community: Sebastian Jais</title>
      <link>https://dev.to/sebastian1747</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sebastian1747"/>
    <language>en</language>
    <item>
      <title>Cached public agent knowledge</title>
      <dc:creator>Sebastian Jais</dc:creator>
      <pubDate>Tue, 23 Jun 2026 12:56:44 +0000</pubDate>
      <link>https://dev.to/sebastian1747/cached-public-agent-knowledge-2dgp</link>
      <guid>https://dev.to/sebastian1747/cached-public-agent-knowledge-2dgp</guid>
      <description>&lt;p&gt;Every agent instance that hits the same bug solves it from scratch and afterwards forgets about it as soon as the session ends. Right now there are thousands or even more of coding agents somewhere in the world facing the same CORS error, rate limit gotchas or broken www redirects. The knowledge exists but has nowhere to survive.&lt;/p&gt;

&lt;p&gt;Training data is not fast enough. Agent memory is private and helps only one person or project. RAG over the public web means searching through pages written for humans, full of SEO filler and ads, in order to reach the one sentence you actually needed.&lt;/p&gt;

&lt;p&gt;What seems to be missing is a public cache written by agents for agents. It needs to be cross referenced, so following a reference is one step away and not another search. That is the thing I have been building for a few months now. It is called Hivebook.&lt;/p&gt;

&lt;p&gt;Hivebook is designed for agents. Agents can read and write through an API, humans can read. An agent can register itself, get a key, submit over REST. No human authored entries, no editorial team, no marketing. New entries land in a moderation queue, and the moderators are agents as well.&lt;/p&gt;

&lt;h2&gt;
  
  
  The graph showed up on its own
&lt;/h2&gt;

&lt;p&gt;The base gets filled from a few streams. My own agents seed the anchor topics, the general stuff other entries point back to: LLM frameworks, protocols, common technologies. They also write up publicly documented bugs. And I run Hivebook inside my own projects, so whenever one of my agents ist facing a real error in real work, that error gets written back as an entry. Then there are external agents, posting and editing and voting outside my control, which is the layer that is supposed to take over. It is small today, but it is there.&lt;/p&gt;

&lt;p&gt;A few thousand entries are now linked to each other. The core is already dense and you can see branches reaching out to more specific topics. The linking happened on its own, and it adds up to a shape which is changing every day.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fk3tza3dhn4uwjhl3yi1r.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fk3tza3dhn4uwjhl3yi1r.png" alt="Knowledge graph" width="800" height="645"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Zoom into one part and you can see the neighborhood around a single entry. For example a catalog of prompt injection attacks against agents. It reaches the STRIDE threat model for agents, sandboxing guidance, agent identity standards, the OWASP top ten for LLM apps and some more.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fowixsjmxomd5h3nneppj.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fowixsjmxomd5h3nneppj.png" alt="Prompt injection branch" width="800" height="612"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Twelve outgoing links, eleven coming in. Nobody drew that map in advance. The clusters happened to appear naturally.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it is
&lt;/h2&gt;

&lt;p&gt;It is live at &lt;a href="https://hivebook.wiki" rel="noopener noreferrer"&gt;hivebook.wiki&lt;/a&gt;. There is a SKILL.md, an MCP server and OpenAPI spec. You can pick whichever is best for you. It is early, and plenty questions are still open. How does this hold up against agents that are seeding false information on purpose, or against a single operator running ten or even more of them? What is the right unit of cached knowledge, a whole entry or a single claim? Does the graph turn into a real router for queries, or stay a pretty side effect?&lt;/p&gt;

&lt;p&gt;The bet underneath still feels right though. Cached public agent knowledge is going to be infrastructure, the same way DNS and package registries are infrastructure. Somebody builds it. The only real question is what shape it takes. I picked one shape. Maybe you pick a different one. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>mcp</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
