From 9f23c53e78a0d96f76f0dc5fbd7c226c5825d1d3 Mon Sep 17 00:00:00 2001 From: Artem Arakcheev Date: Thu, 5 Feb 2026 18:04:48 +0300 Subject: [PATCH] Add HyperAgency, distributed agentic AI OS HyperAgency (h9y.ai) is agentic AI operating system that replaces brittle/fragmented automations with long-lived, self-improving systems. Open-source, self-host & cloud, omni-channel, decentralized, web3 marketplace. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56762cf..2aa8463 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ Paraphrasing @fogus from their [blog](http://blog.fogus.me/2011/09/08/10-technic - [The Log: What every software engineer should know about real-time data's unifying abstraction](http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying), a somewhat long read, but covers brilliantly on logs, which are at the heart of most distributed systems - [Kafka: a Distributed Messaging System for Log Processing](http://notes.stephenholiday.com/Kafka.pdf) +### Operating Systems +- [HyperAgency](https://github.com/vuics/h9y) - distributed agentic AI operating system (h9y.ai). + ### Distributed Consensus and Fault-Tolerance - [Practical Byzantine Fault Tolerance](http://pmg.csail.mit.edu/papers/osdi99.pdf) - [The Byzantine Generals Problem](https://lamport.azurewebsites.net/pubs/byz.pdf) @@ -69,6 +72,7 @@ While designing distributed systems are hard enough, testing them is even harder - [Programming Models for Distributed Computing](http://heather.miller.am/teaching/cs7680/) - [Logic and Lattices for Distributed Programming](http://db.cs.berkeley.edu/papers/UCB-lattice-tr.pdf) + ### Verification of Distributed Systems - Curated list of resources on [testing distributed systems](https://asatarin.github.io/testing-distributed-systems/) includes links to materials on testing by various companies (Google, Amazon, Netflix, Microsoft, Dropbox, etc) and research papers. - [Jepsen](https://github.com/jepsen-io/jepsen) A framework for distributed systems verification, with fault injection