Cohexa

Cohexa

AI Agents | Building agent-coherence

About

Distributed Systems ร— AI Agents | Sr. Data/Infrastructure Engineer | Building agent-coherence โ€” a Coherence Protocol for Multi-Agent LLM Systems | Python ยท LLMs

Badges

Tastemaker
Tastemaker
Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

  • agent-coherence
    agent-coherenceStop AI agents from silently corrupting shared state
    Jul 2026
  • ๐ŸŽ‰
    Joined Product HuntJuly 1st, 2026

Forums

โ€ข

24d ago

agent-coherence - Stop AI agents from silently corrupting shared state

Two AI agents (two sessions, or an agent and a script) read the same file and both write it back. The later write silently clobbers the first: no error, the work is just gone. agent-coherence is a drop-in guard that catches the stale read before the overwrite lands, so the stale writer is denied and re-reads first. It ships as an MCP server, a LangGraph store drop-in, and a Python library. Single-host today (2+ agents on one machine); cross-host is opt-in, demo-grade. Open source, TLA+-checked.
View more