FAQ
What is an "Agentic OS"? It is the orchestration layer that sits between your agents (LangChain, CrewAI, etc.) and the compute models, handling state, memory, and logical governance.
How does the Smart Router work? It analyzes the complexity of an incoming prompt. Routine queries are routed to cost-effective small models; complex multi-hop reasoning triggers calls to frontier models.
Can I connect my own agents? Yes. Analog AI integrates via API with existing agentic frameworks like OpenClaw, Hermes, or your own custom builds.
Is it self-learning? Yes. The system updates its memory graph based on supervised interactions, allowing agents to refine their skills and "knowledge" in real-time.
What are your current benchmarks? We currently hit 60% on the BEAM benchmark for long-term memory, 70.7% on Microsoft State-Bench, and 91% on HotPotQA.