<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI Agents on Joe Bollen Security</title><link>https://joe-b-security.github.io/tags/ai-agents/</link><description>Recent content in AI Agents on Joe Bollen Security</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Yes, it's a real three-body problem simulation</copyright><lastBuildDate>Tue, 07 Apr 2026 10:00:00 +0000</lastBuildDate><atom:link href="https://joe-b-security.github.io/tags/ai-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Improving a Coding Agent Harness: Part 1.5, Securely Reading Code</title><link>https://joe-b-security.github.io/posts/2026-04-07-improving-coding-agent-harness-part1-5/</link><pubDate>Tue, 07 Apr 2026 10:00:00 +0000</pubDate><guid>https://joe-b-security.github.io/posts/2026-04-07-improving-coding-agent-harness-part1-5/</guid><description>&lt;p&gt;In &lt;a
href="https://joe-b-security.github.io/posts/2026-04-07-improving-coding-agent-harness-part1/"&gt;Part 1&lt;/a&gt;, I added tree-sitter-based code understanding tools to &lt;a
href="https://github.com/rasbt/mini-coding-agent"
target="_blank"
&gt;mini-coding-agent&lt;/a&gt;, an open-source coding agent harness. The tools let the agent find definitions, trace references, and read specific functions by name instead of relying on grep and line-range reads. The code reading tools had no boundary enforcement, so the agent could read files outside the current directory and access sensitive files without restriction.&lt;/p&gt;</description></item><item><title>Improving a Coding Agent Harness: Part 1, Reading Code</title><link>https://joe-b-security.github.io/posts/2026-04-07-improving-coding-agent-harness-part1/</link><pubDate>Tue, 07 Apr 2026 09:00:00 +0000</pubDate><guid>https://joe-b-security.github.io/posts/2026-04-07-improving-coding-agent-harness-part1/</guid><description>&lt;p&gt;Sebastian Raschka&amp;rsquo;s &lt;a
href="https://magazine.sebastianraschka.com/p/components-of-a-coding-agent"
target="_blank"
&gt;article on coding agent harnesses&lt;/a&gt; is a good reference for concepts that are easy to take for granted once you work with them daily. He breaks a coding agent into six components (live repo context, prompt shape and cache reuse, structured tools, context reduction, session memory, and delegation) and walks through each one with his &lt;a
href="https://github.com/rasbt/mini-coding-agent"
target="_blank"
&gt;mini-coding-agent&lt;/a&gt;, a clean, minimal implementation in about 1,000 lines of Python.&lt;/p&gt;</description></item></channel></rss>