Documentation Hub
Go deeper on Pod-OS
Explainers, evidence papers, perspectives, and public SDKs for teams evaluating the platform or building on it. Start with a video walkthrough, install a client, or explore how AI infrastructure needs to change.
Energy Whitepaper
Learn how PointOfData.ai's Actor Computing Platform reduces AI energy consumption by up to 75%.
Up to 75% less energy
vs. conventional SQL/noSQL engines on comparable workloads
Explainers
Visual walkthroughs of core concepts, architecture, and use cases.
Evolutionary Neural Memory
Visual walkthrough of Evolutionary Neural Memory — PointOfData.ai's hypergraph database for high-fidelity AI context.
Read more →
The Query Revolution
Visual explainer on programmable compound search and the query revolution in Evolutionary Neural Memory.
Read more →
The Actor Model Explained
Visual introduction to the Actor model of concurrent computation and PointOfData.ai's native Actor platform.
Read more →Evidence
Benchmarks, whitepapers, and measured results.
Perspectives
Analysis and forward-looking views from our team.
Developer Tools
Public SDKs and CLI
Open-source clients for the Pod-OS Actor Network and Evolutionary Neural Memory. Install from GitHub and start sending AIP messages against a live gateway.
Python Client
Async AIP client for Actor registration, messaging, and Evolutionary Neural Memory operations.
pip install pod-os-py-client
View on GitHub →
Rust Client
High-performance Rust crate for Pod-OS Actor networks, with GenAI development prompts.
pod-os-client = { git = "https://github.com/PointOfData/pod-os-rust-client" }
View on GitHub →
Go Client
Go module for AIP messaging and Neural Memory intents against live Actor gateways.
go get github.com/PointOfData/pod-os-go-client
View on GitHub →
Java Client
Java library for performant access to the Pod-OS Actor Network and ENM operations.
com.pointofdata:pod-os-java-client (see GitHub for Maven setup)
View on GitHub →
podos CLI
Command-line client for exercising live Gateways and Actors over raw AIP TCP sockets.
cargo install --git https://github.com/PointOfData/podos-cli --tag v0.1.0
View on GitHub →
Coming soon
More documentation is on the way
API Reference
Intent-level Actor, Neural Memory, Search, and Security docs.
Knowledge Engineering
Domain modeling, Actor system design, and memory architecture.