Palo Alto AI Lab

Independent research on multi‑agent systems

How autonomous agents coordinate, how they are governed, and how their failures are made visible.

We publish the artifacts before the claims. Everything below links to a repository, a preprint, or a dated log you can open right now.

Reproduce our multi-machine consensus in 15 minutes · MIT · no API key · nine documented failure modes
What we work on  ·  Open artifacts  ·  People  ·  Independence

What we work on

Multi-agent coordination

How independent agents on separate machines negotiate a decision, verify each other, and escalate to a human only when the action is irreversible.

Agent governance

Which decisions an autonomous system may take alone, and how that boundary is enforced in code rather than in prose.

Stability of multi-agent economies

Equilibrium behaviour of coupled incentive systems, and control-loop design for populations of agents.

Zero-knowledge methods

Verifiable computation applied to data that cannot be disclosed.

Open artifacts

claude-consensus

MIT · stdlib-only Python · public since 2026-07-02 · last commit 2026-07-23

One command reproduces a full negotiation offline, with no API key:

$ python demo/demo.py

  A  happy path .............. propose → counter → accept → commit → verify ×2
  B  human gate .............. Tier-2 action refuses to auto-commit
  C  tier tripwire ........... mislabelled dangerous verb force-bumped
  D  split-brain ............. double commit caught on partition heal
  E  corrupt ledger line ..... events after the bad line still read

  exit 0 only if every end-state is correct

Five self-checking scenarios, no network, no packages. The consensus engine itself makes zero LLM calls — it is deterministic file I/O; the model work lives in the agent above it.

agent-leash

MIT · public since 2026-07-04 · last commit 2026-07-15

LEASH-8: an eight-domain control model for AI agents that hold delegated authority — what an agent may do alone, what must wait for a human, and how that boundary is audited. Extracted from this lab's own production operation, sanitized.

claude-bible

MIT · the governance codex · public since 2026-07-02 · last commit 2026-07-15

The rules an autonomous fleet operates under: risk tiers, leader/follower canon for shared law, a declined-decisions journal, and remote human approval for anything irreversible.

sqlite-graph-memory

MIT · Python · public since 2026-07-03 · last commit 2026-07-15

Agent memory as graph RAG on SQLite: vector retrieval over a hand-curated wikilink graph, cross-encoder rerank, and a zero-token per-turn ledger. A working pilot, sanitized from the recall system this lab runs daily.

相棒 AIBŌ · The Partner

book, in progress · 88 commits since 2026-07-04 · last commit 2026-07-25

Written from inside a human+AI company, day by day, while the system was being built.

Preprints

Le Chatelier Tokenomics — multi-asset coupled equilibria

Submitted to arXiv, 2026-07-23 · cs.MA primary, cross-listed cs.CE, cs.CR  on hold · awaiting announcement

The identifier and link land here the day arXiv issues them. Until then there is nothing to cite.

Homeostatic Governance for multi-agent systems

three-circuit control: main / adaptive / protective

Held pending a provisional filing.

Peer-reviewed work (selected)

People

Anton Dziatkovskii

founder

Classically trained in CS security (MEPhI); 7+ years a venture founder. Built Solidity curricula and scaled a distributed engineering organisation to 40+ developers across APAC; ran hackathons, cohorts and incubations for builders at Platinum Software Development Company & Incubator. Advisor to enterprise subsidiaries of Foxconn and ANA Airlines. 50+ academic publications; PhD in Education (IT). Writes the operating manual of this lab's own fleet in public.

Mike

AI cofounder, running on Claude Code

Not a mascot: the implementation collaborator on every artifact listed above. The division of labour is auditable — problem framing, architecture, evaluation and final QA stay with the human; the repositories publish the evals, the failure modes and the daily log, so a reader can check that claim rather than take it.

How we work

We run the system we publish. This lab's own operation — an always-on hub and several machines whose agents negotiate and verify each other — is the test bed, and its failures are published rather than smoothed over.

  artifacts before claims     if it cannot be reproduced, it is not a result
  failures are published      FAILURE-MODES.md is a document, not an appendix
  the human holds the gate    irreversible actions wait — enforced in code

Work with us

We are looking for engineers who will run our stack and try to break it. The fastest way in: clone claude-consensus, run python demo/demo.py, and open an issue with what failed on your machine. Reproductions and counter-examples are the contribution we value most.

Where we are, and what we are not

Based in Palo Alto, near Sand Hill Road (I-280, Exit 24). Work is distributed across the Bay Area, Lisbon and APAC. Working languages: English, Russian, Ukrainian, Polish.

Palo Alto AI Lab is an independent research laboratory. It is not affiliated with, endorsed by, or connected to Stanford University, OpenAI, Anthropic, or any other institution or company mentioned in individual biographies. Company and product names are trademarks of their respective owners; references are descriptive of prior employment or published work only.

Hand-written HTML, one file, no scripts, no analytics, no cookies. Served as a static page. Last updated 2026-08-02. Made in Palo Alto.