High-performance neuro-symbolic verification layer for AI validation and logic-based guardrails.
Project description
LNT: Logic Neutrality Tensor
Deterministic Validation Layer for AI-Generated Intents
⚖️ Overview (Proprietary Software)
LNT is a high-performance neuro-symbolic engine designed to enforce deterministic symbolic constraints on probabilistic AI outputs. It provides sub-millisecond scaling and formal Z3 consistency verification for mission-critical validation in FinTech, HealthTech, and automated infrastructure.
License Notice: LNT is proprietary software. This distribution contains the core engine and public example manifests. Industrial Rule Registries require a commercial license.
🚀 Key Technical Specifications
- Vectorized Kernel (BELM): SIMD-accelerated logic manifold ($O(n)$ complexity).
- Latency: 2.54 ms for 10,000 concurrent constraints (Intel i7 benchmark).
- Formal Security: SMT-based (Z3) manifest consistency verification.
- Audit Integrity: SHA-256 signature-chained decision ledger for regulatory compliance.
🛠️ Quick Start
Installation
pip install lnt-sovereign
Minimal Working Example
from lnt_sovereign.client import LNTClient
# Initialize the Validation Client (Toolbox Mode)
client = LNTClient()
# Define a structured proposal
proposal = {"funding": 15000, "context": {"age_days": 10}}
# Audit against a public logic manifest
result = client.audit(manifest_id="visa_application", proposal=proposal)
if result.status == "PASS":
print(f"Validation Certified: Score {result.score}")
else:
print(f"Policy Violations: {result.violations}")
📜 Technical Documentation
For detailed architecture, API reference, and the full whitepaper, visit the LNT Documentation Portal.
- Technical Whitepaper: Mathematical foundations and benchmark distributions.
- API Reference: Complete parameter registry and error codes.
- Integration Patterns: Deployment guidelines for high-concurrency systems.
Maintained for high-reliability AI system development.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lnt_sovereign-1.0.2.tar.gz.
File metadata
- Download URL: lnt_sovereign-1.0.2.tar.gz
- Upload date:
- Size: 32.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e4a9581dc60ecfeb5120ab7ee21c8d6a2cdd61fd27e4932d2ba47f704e5636
|
|
| MD5 |
3a6b5ff3171d4ad96c6223c2cab8ae7c
|
|
| BLAKE2b-256 |
8f07240d6610af88075c3b3424c25e37b9f10fcaac928f82b4cc5fb88eda57c2
|
File details
Details for the file lnt_sovereign-1.0.2-py3-none-any.whl.
File metadata
- Download URL: lnt_sovereign-1.0.2-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
565ff98cae7bbc729bb1263a213847677d97e6c822f0e3d1a16ced1d33f5c522
|
|
| MD5 |
7915bc56a39ead978f0c70beb5c58ec1
|
|
| BLAKE2b-256 |
5ab013ec99a791d8c573226b267342959a9f277e02084e8330935a99fdb73791
|