Wend.
ProductPricing
Sign inGet access
Glossary/Write arbitration

Write arbitration

Write arbitration is the set of rules a data store applies when something wants to change it: who may write, where a write lands, who settles conflicts.

In single-writer software the question is nearly invisible. One person uses the application, that person is the authority, and a write is simply a write. Arbitration becomes a real design problem the moment automated writers are added, because an AI agent calling a tool is a writer with no accountability of its own and can be wrong in a way that reads exactly like being right. Arbitration is the answer to what that tool call is permitted to do.

A complete model has four parts. Authority: whether a given client may write at all, and whether its write commits or lands pending. Evidence: what each write carries about its origin, so the resulting fact can be checked later rather than trusted. Review: whether a person confirms before the write takes effect, and whether the credential that proposes is separate from the credential that approves, since a client able to do both is reviewing itself. Conflict: what happens when two writers make incompatible claims, which in practice means either silently picking a winner or keeping both and surfacing the disagreement.

The order in which these can be adopted is not free. Provenance especially is a property of the write path rather than a feature layered on top: a row stored without a source is a row whose source is gone. Adding it later yields a store where recent facts can be checked and older ones cannot, and a reader then has to know which is which, which is a harder position than having no provenance at all.

None of this is exotic infrastructure. Version control has had it for decades under different names: a commit carries an author, a branch holds work that has not landed, and a merge conflict is shown rather than guessed at. What is new is applying the same discipline to a record about people, written by a model, at conversational speed.

Why it matters

Agent access to software is now ordinary, so it has stopped separating products. What still separates them is what an agent's call is allowed to do unsupervised. In most tools it commits, and the cost surfaces months later as a record you cannot tell apart from one a person entered. Arbitration is also the practical answer to prompt injection: if the credential an agent holds can only propose, an instruction hidden inside a web page or an email has nothing to write to, and the attack terminates at a review screen instead of at your data.

How Wend relates

Wend was built around this from the first row rather than after the fact. Agent writes land in a proposal queue and never in the graph, every proposal records the agent that made it and the source it came from, conflicting claims are both kept and shown, and no connected agent can approve its own proposal.

Get access

Related terms

Human in the loopProvenancePrompt injectionCross-agent memory
PreviousWarm introduction
All terms

Wend.

Wend.

Wend knows everyone you know, notices who you talk to, and plugs your whole network into the AI you already use. Every fact has a source, and you approved it.

Product

  • Get access
  • Wend for Mac
  • Planner
  • Manifesto
  • Pricing
  • Wend for Chrome
  • Open source (wend-core)
  • Sign in

Compare

  • Best personal CRMs 2026
  • Wend vs Dex
  • Wend vs Mesh (Clay)
  • Dex alternatives
  • Mesh (formerly Clay) alternatives
  • Monica HQ alternatives
  • Assistant memory alternatives
  • All alternatives
  • All head-to-heads

Use cases

  • For founders
  • For investors
  • For chiefs of staff
  • For job-seekers
  • All audiences

Free tools

  • Warm-intro response rate
  • Who do I know at…
  • Intro request template
  • Follow-up cadence
  • All free tools

Resources

  • Blog
  • Glossary
  • Security & privacy
  • About

Company

  • Your account
  • Contact
  • Privacy
  • Terms
  • Subprocessors
  • DPA
Encrypted at rest·Never sold·Never used to train AI·Open core (AGPLv3)·GDPR transfers via SCCs·Sitemap

© 2026 Wend Labs Inc. · trywend.io

Built by Ansh Vasani and Ava Yu.

Ask AI about Wend

PerplexityChatGPTGoogle