<?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: Berkant</title>
    <description>The latest articles on DEV Community by Berkant (@berkantay).</description>
    <link>https://dev.to/berkantay</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%2F1446787%2Fa8b35218-e1d5-4f18-9c31-ce2338f85f54.jpeg</url>
      <title>DEV Community: Berkant</title>
      <link>https://dev.to/berkantay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/berkantay"/>
    <language>en</language>
    <item>
      <title>I built Lucius to make coding-agent sessions easier to understand</title>
      <dc:creator>Berkant</dc:creator>
      <pubDate>Wed, 29 Jul 2026 20:17:17 +0000</pubDate>
      <link>https://dev.to/berkantay/i-built-lucius-to-make-coding-agent-sessions-easier-to-understand-4677</link>
      <guid>https://dev.to/berkantay/i-built-lucius-to-make-coding-agent-sessions-easier-to-understand-4677</guid>
      <description>&lt;p&gt;Claude Code and Codex are powerful, but longer sessions can become surprisingly difficult to follow.&lt;/p&gt;

&lt;p&gt;The terminal quickly fills with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tool calls&lt;/li&gt;
&lt;li&gt;shell commands&lt;/li&gt;
&lt;li&gt;retries&lt;/li&gt;
&lt;li&gt;errors&lt;/li&gt;
&lt;li&gt;test output&lt;/li&gt;
&lt;li&gt;file changes&lt;/li&gt;
&lt;li&gt;long explanations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By the end of a session, the important questions are often still unclear:&lt;/p&gt;

&lt;p&gt;What actually changed? Why did it change? What failed? What should I review?&lt;/p&gt;

&lt;p&gt;That is why I built Lucius.&lt;/p&gt;

&lt;p&gt;Lucius is an open-source tool for exploring coding-agent sessions in a clearer, more structured way. Instead of scrolling through a long terminal transcript, you can inspect the session and understand the agent’s work more quickly.&lt;/p&gt;

&lt;p&gt;The goal is not to hide the raw output or blindly summarize everything. It is to make it easier to move between the high-level result and the underlying details.&lt;/p&gt;

&lt;p&gt;I am especially interested in improving the experience around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;understanding the sequence of actions&lt;/li&gt;
&lt;li&gt;seeing which files were touched&lt;/li&gt;
&lt;li&gt;spotting failures and retries&lt;/li&gt;
&lt;li&gt;reviewing important decisions&lt;/li&gt;
&lt;li&gt;identifying what still needs human attention&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Lucius is still early, so feedback from people who regularly use Claude Code, Codex, or similar coding agents would be genuinely useful.&lt;/p&gt;

&lt;p&gt;How do you review longer agent sessions today? Do you read the full terminal output, inspect only the final diff, or use another tool?&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/berkantay/lucius" rel="noopener noreferrer"&gt;https://github.com/berkantay/lucius&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback, issues, contributions, and stars are appreciated.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
