<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Make your own event-sourced agent harness using stream processors — Jonas Templestein, Iterate</title>
        <link>https://video.ut0pia.org/videos/watch/cd640abd-4d20-4f50-9ca2-dd2782f59d26</link>
        <description>The abstraction is three things: state, a synchronous reducer that derives state from events, and an after-append hook for side effects. The split matters: when your program restarts after 100 events, you want to catch up state without replaying LLM requests. Everything that happens (streaming chunks, tool calls, errors, circuit breaker triggers) is an event in the log. The interesting part is deployment. Jonas demos "dynamic worker configured," an event whose payload is a JavaScript string containing a processor. Append it to any stream and that stream becomes an AI agent without server or dependencies. The broader implication: processors from different authors on different servers can compose against the same stream, and a safety checker can inject context in a 200ms window before an LLM request without blocking the agent if it doesn't make it. Speaker info: https://x.com/jonas, https://www.linkedin.com/in/jonashuckestein, https://github.com/jonastemplestein</description>
        <lastBuildDate>Fri, 15 May 2026 19:02:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.ut0pia.org</generator>
        <image>
            <title>Make your own event-sourced agent harness using stream processors — Jonas Templestein, Iterate</title>
            <url>https://video.ut0pia.org/lazy-static/avatars/0287a09a-aae7-4840-9843-b416426e7046.webp</url>
            <link>https://video.ut0pia.org/videos/watch/cd640abd-4d20-4f50-9ca2-dd2782f59d26</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.ut0pia.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.ut0pia.org/feeds/video-comments.xml?videoId=cd640abd-4d20-4f50-9ca2-dd2782f59d26" rel="self" type="application/rss+xml"/>
    </channel>
</rss>