←back to thread

2 points terrynce | 2 comments | | HN request time: 1.07s | source

I built a tiny, typed wire for AI agents to exchange small graphs + telemetry instead of paragraphs.

Ships: • Frozen v0.1 schema (backwards-compatible) • 5-number “shape” digest + holonomy gap (Δ_hol) • Guards to stop self-licking loops / silent deletions / order-debt spikes • Receipts: machine-verifiable JSON (schema-checked in CI)

Repo: https://github.com/terryncew/openline-core Live hub: https://terryncew.github.io/openline-hub/

What feedback helps most: • Field naming in the wire • Guard thresholds • Which adapter you’d want first (WebSocket, store)

MIT licensed.

1. mutant ◴[] No.45271510[source]
What dictionary was murdered to create these terms?
replies(1): >>45271524 #
2. mutant ◴[] No.45271524[source]
1. A structured data format for representing arguments/reasoning as graphs 2. Validation rules to prevent circular reasoning and inconsistencies 3. A protocol for AI agents to exchange these structured argument graphs

Is this a reasonable description?