<?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 Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/ai-agents/</link>
		<description>Recent content in AI Agents on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Thu, 03 Sep 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/ai-agents/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Write a Bounded Task for an AI Coding Agent</title>
				<link>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</link>
				<pubDate>Thu, 03 Sep 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</guid>
				<description>&lt;p&gt;A useful AI coding-agent task names the outcome, relevant starting context, exact targets, constraints, authority, success criteria, and evidence to report. It also states what should remain unchanged and what ambiguity should stop the work.&lt;/p&gt;&#xA;&lt;p&gt;The task does not need to prescribe every keystroke. It needs a boundary strong enough for you to decide whether the result belongs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-vague-requests-expand-risk&#34;&gt;Why vague requests expand risk&lt;/h2&gt;&#xA;&lt;p&gt;Consider this request:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Clean up this project and improve the README.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The agent must infer what “clean up” means. It might reformat code, update dependencies, delete files, rewrite documentation, change repository settings, or make a commit. Even a technically competent result may solve a different problem than the one the student intended.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Choose an AI Agent by Where the Work Runs</title>
				<link>https://workyoucanexplain.com/posts/choose-an-ai-agent-by-where-the-work-runs/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/choose-an-ai-agent-by-where-the-work-runs/</guid>
				<description>&lt;p&gt;An AI agent is a software system that uses a model, instructions, context, and&#xA;possibly tools to pursue a bounded task. Choose one by where the work and&#xA;execution need to live. A local or host-attached agent can reach selected files&#xA;and tools on your computer. A managed cloud agent can continue without your&#xA;computer but requires permitted material to be available in its cloud&#xA;environment or connected services. A messaging application may control either&#xA;kind, so it does not tell you where the work runs.&lt;/p&gt;</description>
			</item>
			<item>
				<title>From Autocomplete to Agents: How AI Coding Methods Are Evolving</title>
				<link>https://workyoucanexplain.com/posts/how-ai-coding-methods-are-evolving/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/how-ai-coding-methods-are-evolving/</guid>
				<description>&lt;p&gt;AI coding methods are moving from local suggestions toward repository-aware,&#xA;tool-using, and delegated work. The important change is not that typing code&#xA;disappears. It is that a person can ask a system to take more actions across a&#xA;larger part of the software process.&lt;/p&gt;&#xA;&lt;p&gt;As the action surface grows, the durable human work becomes more explicit:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;define the behavior;&lt;/li&gt;&#xA;&lt;li&gt;select the context;&lt;/li&gt;&#xA;&lt;li&gt;state permissions and boundaries;&lt;/li&gt;&#xA;&lt;li&gt;create acceptance checks;&lt;/li&gt;&#xA;&lt;li&gt;inspect actions and diffs;&lt;/li&gt;&#xA;&lt;li&gt;integrate the result; and&lt;/li&gt;&#xA;&lt;li&gt;explain why the final software should be trusted.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use the smallest assistance level that fits the task. More autonomy is useful&#xA;only when its saved effort exceeds the cost of context, supervision, review,&#xA;and recovery.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use Notion as a Reusable, AI-Connected Workspace</title>
				<link>https://workyoucanexplain.com/posts/use-notion-as-a-reusable-ai-connected-workspace/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/use-notion-as-a-reusable-ai-connected-workspace/</guid>
				<description>&lt;p&gt;Use Notion as a reusable, AI-connected workspace only after you separate three&#xA;capabilities:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A published page can become a template that another user duplicates.&lt;/li&gt;&#xA;&lt;li&gt;An external AI tool can connect through Notion&amp;rsquo;s hosted MCP server.&lt;/li&gt;&#xA;&lt;li&gt;Notion Agent can work inside the workspace with the user&amp;rsquo;s permissions.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;These capabilities do not share one permission or maintenance model. Build the&#xA;manual workspace first, test each capability separately with synthetic data,&#xA;review every AI change, and export the important content.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use Git Worktrees for Parallel AI Agents</title>
				<link>https://workyoucanexplain.com/posts/git-worktrees-for-parallel-ai-agents/</link>
				<pubDate>Sun, 26 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/git-worktrees-for-parallel-ai-agents/</guid>
				<description>&lt;p&gt;Use Git worktrees for parallel AI agents only when the tasks can be separated&#xA;clearly. Create one branch and linked working directory per task, assign&#xA;exclusive files or responsibilities, inspect each result independently, and&#xA;integrate one commit at a time.&lt;/p&gt;&#xA;&lt;p&gt;Worktrees reduce interference between working directories. They do not make&#xA;overlapping designs, stale assumptions, or conflicting recommendations safe.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understand-what-a-worktree-isolates&#34;&gt;Understand what a worktree isolates&lt;/h2&gt;&#xA;&lt;p&gt;The official &lt;a href=&#34;https://git-scm.com/docs/git-worktree.html&#34;&gt;&lt;code&gt;git worktree&lt;/code&gt;&#xA;documentation&lt;/a&gt; states that one&#xA;repository can support multiple working trees and have more than one branch&#xA;checked out at a time.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use `AGENTS.md` to Teach an AI About a Repository</title>
				<link>https://workyoucanexplain.com/posts/use-agents-md-to-teach-an-ai-about-a-repository/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/use-agents-md-to-teach-an-ai-about-a-repository/</guid>
				<description>&lt;p&gt;Use &lt;code&gt;AGENTS.md&lt;/code&gt; for durable guidance that should apply across many agent tasks in&#xA;a repository. Put project conventions, reliable setup and verification commands,&#xA;scope boundaries, and review expectations there. Keep the current objective,&#xA;temporary context, and one-time preferences in the task prompt.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s current&#xA;&lt;a href=&#34;https://learn.chatgpt.com/docs/agent-configuration/agents-md&#34;&gt;&lt;code&gt;AGENTS.md&lt;/code&gt; documentation&lt;/a&gt;&#xA;explains that Codex reads instruction files before working. Instructions closer&#xA;to the current directory take precedence over broader repository guidance, and&#xA;an &lt;code&gt;AGENTS.override.md&lt;/code&gt; file can replace an &lt;code&gt;AGENTS.md&lt;/code&gt; file at the same level.&#xA;Confirm the files Codex actually loaded before relying on those rules.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
