Anvesha Systems builds on-device intelligence infrastructure where search, AI models, and agentic tasks run entirely on the user's machine. We focus on systems-level correctness: custom protocols, deterministic execution, and explicit control over data and computation.
๐ก Core Philosophy: If it can't work offline, it doesn't ship.
|
Modern AI systems assume that:
|
These assumptions are fundamentally flawed. We build local, inspectable, and controllable intelligence, enforced by architecture โ not by policy or promises. |
graph LR
A[๐ Browser] -->|NERVE| B[๐ง Core]
C[๐ Search Engine] -->|NERVE| B
D[๐ค Local LLM] -->|NERVE| B
E[โ๏ธ Agent Workers] -->|NERVE| B
B --> F[Single Nervous System]
style B fill:#4CAF50,stroke:#333,stroke-width:3px,color:#fff
style F fill:#2196F3,stroke:#333,stroke-width:2px,color:#fff
A binary, ultra-low-latency IPC protocol that connects local components as if they were part of a single nervous system.
- ๐ Unix domain sockets (local-only)
- ๐ก Streaming-first semantics (tokens, events)
- โน๏ธ Immediate cancellation
- ๐ฒ Deterministic performance
- ๐ด Zero network dependency
| Feature | Description |
|---|---|
| ๐ฅ๏ธ On-Device | AI runs on your machine, not remote servers |
| ๐ Streaming | Token-level streaming for real-time responses |
| โก Hard Limits | Execution limits and resource controls |
| ๐ Kill Switches | Cooperative cancellation on demand |
| ๐ Zero Telemetry | No silent uploads, no tracking |
๐ Your data never leaves your machine โ by design.
We are building primitives for controlled agentic systems:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ START โ ๐ STREAM โ โ
DONE โ
โ โ
โ โข Observable execution โ
โ โข Deterministic behavior โ
โ โข Immediate cancellation โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ๏ธ Agents should be tools โ not autonomous black boxes.
| Component | Status | Description |
|---|---|---|
| NERVE Core Protocol v0.1 | โ | Binary frame-based IPC with streaming |
| SEARCH Worker Routing | โ | End-to-end tested routing |
| AI Worker Routing | โ | Skeleton implementation ready |
| Cooperative CANCEL | โ | Proper cancellation semantics |
| Unix Socket Tests | โ | Real integration tests |
| Connection Lifecycle | โ | Clean ownership model |
| Agent Task Scaffolding | โ | Lifecycle management framework |
๐ This foundation is stable and production-grade.
|
Core IPC Engine Core IPC engine, routing, cancellation, and streaming semantics |
Protocol Definitions Protocol definitions, framing, message types, and limits |
AI Worker Local AI worker for streaming LLM inference via NERVE |
|
|
|
| Principle | Description |
|---|---|
| ๐ Local-first | Offline by default |
| ๐ Privacy by architecture | Not policy |
| โก Low-latency by design | Systems-level optimization |
| ๐ฎ Explicit control | User-driven cancellation |
| ๐๏ธ Systems correctness | Over hype |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ We are engineers focused on: โ
โ โ
โ โ๏ธ Systems programming โ
โ โก Low-latency infrastructure โ
โ ๐ Security-aware design โ
โ ๐ฏ Long-term reliability โ
โ โ
โ We build foundations first, products second โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
| โจ Clarity | ๐ฏ Correctness |
| ๐ง Long-term thinking | ๐ง Systems focus |
This organization focuses on systems and infrastructure.
Collaboration is welcome with those who share our values.