Open standards and templates for the agent layer: operational limits, provenance, instruction integrity, peer coordination, and structured knowledge.
Services signal limits with status codes (429, 403, 500) that agents can't interpret, so agents retry blindly and the waste compounds. Graceful Boundaries is a specification for communicating operational limits to humans and autonomous agents.
Who it's for: API and service operators, plus the agent builders calling them, who need operational limits expressed in a way autonomous callers can actually act on.
Visit gracefulboundaries.dev →
Agent Skills move across local folders, registries, and platform uploads with no portable way to verify version, integrity, or drift. Skill Provenance makes a bundle's identity and integrity travel with it.
Who it's for: Teams that build, distribute, or run Agent Skills across multiple surfaces and need to know a bundle is the version they trust and hasn't silently drifted.
Visit skillprovenance.dev →
Multi-agent setups default to a central orchestrator that dictates to subordinate agents, hiding disagreement and decisions. Turnfile is a protocol for peer agents to negotiate and reach auditable consensus with humans on the loop.
Who it's for: Teams building multi-agent systems where LLM agents must coordinate as peers — disagreeing, negotiating, and reaching consensus without a central orchestrator.
Visit turnfile.work →
Multi-model tools increasingly surface where models disagree, then the disagreement evaporates into a chat answer; execution logs record what ran, not who dissented or who decided. AIDR captures independent agent positions, preserved dissent, and required human arbitration in one plain-text file that survives tool changes.
Who it's for: Teams making high-consequence decisions with AI agents — architecture calls, release gates, security-relevant changes, public claims — who will later need to reconstruct who objected before acting and who held the authority to resolve it.
Visit aidr.work →
Knowledge bases usually live in databases or CMSs that aren't diffable, portable, or agent-readable. Knowledge-as-Code applies software engineering practice (plain text, Git-native, ontology-driven) to produce a searchable HTML site plus JSON API from one source.
Who it's for: Teams that want a knowledge base treated like code — version-controlled, ontology-first, multi-output — without standing up a database or CMS.
Visit knowledge-as-code.com →
AI-assisted setup guides are distributed through HTML, rendered Markdown, PDFs,
Who it's for: - AI governance practitioners who need evidence that guidance was reviewable
Visit guidecheck.org →
LLM-to-LLM communication defaults to verbose human prose, which wastes tokens and loses precision; Tokenese gives agents a token-native interlingua whose lexicon is admitted only when each symbol survives a reproducible cross-tokenizer audit.
Who it's for: Teams building multi-agent systems who want machine-to-machine messages that are more compressed and more precise than natural language, with every vocabulary symbol verified by a reproducible tokenizer audit rather than asserted.
Visit tokenese.org →