Native GenAI: Amazon Bedrock & Google Gemini
Psyclone modules can now drive Amazon Bedrock and Google Gemini directly — bringing native, low-latency generative-AI inference into the real-time pub/sub fabric for building sub-second AI applications.
Psyclone modules can now drive Amazon Bedrock and Google Gemini directly — bringing native, low-latency generative-AI inference into the real-time pub/sub fabric for building sub-second AI applications.
Eliminated a class of silent data races: std::map::operator[] on read paths was inserting empty entries under a shared read lock (routing races + unbounded map growth). Fixed across SubscriptionEngine, Node, Monitoring, ServiceManager, InterSystemManager and the Catalogs, plus mutex-leak fixes and a NetworkChannel shutdown deadlock.
The psytest suite was rebuilt into a context-chained set of stages exercising context switching, time sync, guaranteed & best-effort messaging, signals, and catalog retrieval — each stage emitting a PASS/FAIL + perf line with a final aggregated verdict. It now reports full p50/p90/p95/p99/p99.9 tail-latency percentiles, not just averages.
We’re excited to release Psyclone AIOS 2.1.1 — the most significant update to Psyclone since the 2.0 line. If you build real-time, distributed, publish/subscribe systems, this release makes Psyclone faster, more portable, and far easier to drive from the language you already use. Here’s what’s new since our last release (2.0.3). Psyclone now runs natively…
We have today released the final version of the Psyclone platform, now officially out of Beta. Please visit the download page and grab either the source code or the binary release. Work will continue on Psyclone beyond the end of the project and we will keep this page updated with new versions.
Root-caused a heap-corrupting bug affecting the whole product: a destructive pthread_join was being used as a liveness probe, reaping threads so a later authoritative join operated on freed handles. Replaced with non-destructive pthread_kill(h,0) probing — eliminating intermittent shutdown hangs.
The SSL build now links OpenSSL 3 and ships a network_https unit test that performs a real TLS handshake and encrypted HTTP round-trips over loopback with a runtime-generated certificate — with a clear certificate-verification hardening path on the roadmap.