<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Locks on Fondsites</title><link>https://fondsites.com/tags/locks/</link><description>Recent content in Locks on Fondsites</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 29 May 2026 13:43:57 +0300</lastBuildDate><atom:link href="https://fondsites.com/tags/locks/feed.xml" rel="self" type="application/rss+xml"/><item><title>AI Agent Concurrency: Locks, Leases, and Shared Work</title><link>https://fondsites.com/ai-agents/guidebooks/agent-concurrency-locks-leases/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://fondsites.com/ai-agents/guidebooks/agent-concurrency-locks-leases/</guid><description>&lt;p&gt;AI agents rarely operate alone for long. Several runs may pull from the same queue. A person may edit a record while an agent prepares an update. Two delegates may inspect the same ticket. A scheduled run may overlap with a manual run. A coding agent may work in a repository while another process regenerates files. Even when every individual step looks reasonable, shared work can collide.&lt;/p&gt;
&lt;p&gt;Concurrency design is the practice of deciding who owns a piece of work, how long that ownership lasts, what happens when it expires, and how conflicts become visible. It is closely related to &lt;a href="https://fondsites.com/ai-agents/guidebooks/agent-coordination-workflows/"&gt;AI Agent Coordination&lt;/a&gt;
 and &lt;a href="https://fondsites.com/ai-agents/guidebooks/agent-retries-idempotency/"&gt;AI Agent Retries and Idempotency&lt;/a&gt;
, but it deserves its own attention. Coordination describes how delegates share work. Idempotency prevents repeated side effects. Concurrency decides what happens when more than one actor reaches for the same work at the same time.&lt;/p&gt;</description></item></channel></rss>