1. Application Control Plane
NomadPM

NomadPM is the coordination layer between humans, AI agents, and enterprise systems. Think of it as Jira for humans and autonomous agents.

It manages tasks, intent, system state, approvals, and execution boundaries— ensuring that AI operates as a governed participant, not an uncontrolled actor.

Agent Coordination & Governance

- Humans define goals and constraints
- AI agents decompose and execute tasks
- All actions are tracked, auditable, and reversible
- Execution is isolated from production state

2. Operational Plane
HDS (HTTP Data Services)

SQL is the application.

SQL Stored Procedure APIs

HDS exposes SQL Server stored procedures directly as secure REST APIs through a high-performance C# service layer.

Business logic, validation, and transactions live where they belong: inside the database transaction scope.

Python & AI Integration Layer

A Python-based API caller layer interfaces with AI models, agents, and external systems—without embedding AI logic into application code.

AI models are fully interchangeable and treated as pluggable components, not architectural dependencies.

Real Smart Ledger Architecture

3. Trust & Integrity Layer
Real Smart Ledger

Real Smart Ledger is the blockchain-native foundation of the platform, implemented directly inside SQL Server.

Authentication & Security

Identity, access control, and authorization are enforced at the data layer.

Immutable Audit Trail

Transactions are hashed, chained, and verified inside SQL—no external ledger required.

Blockchain-Native SQL

Consensus, validation, and smart-contract-style enforcement are implemented using stored procedures and transactional logic.