o8vm
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Hibana: Protocol Choreography for Rust (crates.io)
-
Hi HN — Today's AI agent guardrails are almost entirely post-hoc. The model proposes an action, then a policy layer tries to reject it. Prompt injection, jailbreaks, and edge cases mean the dangerous action is always…
- Show HN: Hibana – choreography-first protocol safety for Rust (hibanaworks.dev)
Hi HN — I just open-sourced Hibana and hibana-agent. Hibana is an Affine MultiParty Session Types (MPST) runtime for Rust. It targets protocol drift in distributed systems. Instead of maintaining separate hand-written…
- Protocol Validation with Affine MPST in Rust (hibanaworks.dev)
- Show HN: Hibana – An Affine MPST Runtime for Rust (hibanaworks.dev)
Hi HN — I just open-sourced Hibana and hibana-agent. Hibana is an Affine MPST runtime for Rust: - global choreography -> compile-time projection -> role-local execution - core is no_std / no_alloc-oriented -…
- Writing a Unix-Like OS in Rust (vmm.dev)
- Octox: Unix-like OS in Rust inspired by xv6-riscv (github.com)