Relay: A ledger-based middleware for reliable agent handoffs (Zero-dependency)
Summary
Relay is a ledger-based middleware for secure and auditable agent handoffs in multi-agent systems, featuring append-only context, snapshot recovery, and hard-cap budgeting to prevent context corruption and data leaks.
Similar Articles
@dzhng: you should try /relay of duet agent:
duet-agent is a harness for persistent AI agent jobs that outlive a single chat session, enabling long-running, resumable tasks with cross-session memory and observable state through relay turns.
Relay
Relay is a tool that allows users to interact with multiple AI models without repeating themselves, streamlining AI interactions.
relaydeck agent orchestrator is now in public beta (v0.1.0)
Relaydeck, a local-first fleet OS for CLI coding agents, is now in public beta (v0.1.0). It wraps vendor CLIs like Claude Code and Codex, runs them unattended, and provides centralized monitoring and automation.
Learned Relay Representations for Forward-Thinking Discrete Diffusion Models
This paper introduces Learned Relay Representations (Relay), a method that allows masked diffusion models to propagate latent information across denoising steps, overcoming the hard reset problem and improving performance-latency trade-offs. The method is shown to outperform standard supervised finetuning on coding tasks while reducing inference latency by up to 32%.
Just had to rewrite my entire agent infrastructure for reliability, anyone else doing the same?
The author describes rewriting their AI agent infrastructure for reliability using DBOS durable execution after facing cascading failures, and asks the community about similar experiences, tool choices, and build-vs-buy decisions.