╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ ███████╗ █████╗ ███████╗ ║
║ ██╔════╝██╔══██╗██╔════╝ ║
║ ███████╗███████║███████╗ ║
║ ╚════██║██╔══██║╚════██║ ║
║ ███████║██║ ██║███████║ ║
║ ╚══════╝╚═╝ ╚═╝╚══════╝ ║
║ ║
║ S Y M B I O T I C A U T O P R O T E C T I O N S Y S T E M ║
║ ║
║ P R O J E C T M A N I F O L D 0 . 5 6 ║
║ ║
║ "Structural Coherence Auditing for Generative AI" ║
║ κD = 0.56 · TAD EX-2026-18792778 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
AI structural coherence auditing · κD = 0.56 · Open science · Public API · PyPI client
🛡️ SAS · ⚡ Live Demo · 🐍 Python Client · 💼 Plans · 🏗️ Ecosystem · 📧 Contact
┌─────────────────────────────────────────────────────────────────────────────┐
│ OBJECTIVE: Structural auditing of generative AI outputs │
│ METHOD: κD = 0.56 + ISI + TDA + NIG + specialized detection modules │
│ OUTPUT: auditable evidence: ISI, verdict, triggered modules, latency │
│ ACCESS: public demo, hosted API, Python SDK, CLI, self-hosted option │
│ STATUS: public infrastructure online and under active development │
└─────────────────────────────────────────────────────────────────────────────┘
I build technical systems for detecting structural instability, semantic rupture, and selected hallucination patterns in generative AI outputs.
The current flagship is SAS — Symbiotic Autoprotection System: a FastAPI-based structural coherence audit layer using κD = 0.56 as its operational threshold.
SAS is not presented as a universal factual oracle. It is a technical evidence layer for structural coherence auditing.
Hosted API: https://sas-api.onrender.com
Interactive API Docs: https://sas-api.onrender.com/docs
Landing + Live Demo: https://leesintheblindmonk1999.github.io/sas-landing/
PyPI Client: https://pypi.org/project/sas-client/
DOI: 10.5281/zenodo.19702379
SAS evaluates whether a generated response preserves:
- semantic structure;
- logical consistency;
- numerical integrity;
- reference / grounding coherence;
- topic continuity;
- structural alignment with the source or prompt.
Operational interpretation:
ISI >= κD -> structural coherence preserved
ISI < κD -> possible manifold rupture / hallucination signal
Core threshold:
κD = 0.56
Interactive demo:
https://leesintheblindmonk1999.github.io/sas-landing/#demo
The public demo uses the same source-vs-response forensic comparison logic as /v1/diff.
curl -X POST https://sas-api.onrender.com/public/demo/audit \
-H "Content-Type: application/json" \
-d '{
"source": "The Eiffel Tower is located in Paris, France, and was built in 1889.",
"response": "The Eiffel Tower is located in Berlin, Germany, and was built in 1950."
}'Public demo constraints:
- no API key required;
- max 2,000 characters per field;
- simple rate limit per anonymized IP hash;
- full input text is not stored;
- response includes ISI, κD, verdict, triggered modules, and latency.
Install:
pip install sas-clientUse from Python:
from sas_client import SASClient
client = SASClient(api_key="YOUR_API_KEY")
result = client.diff(
text_a="Python is a programming language used for data analysis.",
text_b="A python is a large tropical snake."
)
print(result["isi"])
print(result["verdict"])
print(result.get("evidence", {}).get("fired_modules"))Use from CLI:
sas health
sas public-stats
sas public-activity --limit 10
sas --api-key YOUR_API_KEY diff "source text" "response to audit"Links:
- PyPI: https://pypi.org/project/sas-client/
- Client repository: https://github.com/Leesintheblindmonk1999/sas-client
╔══════════════════════════════════════════════════════════════════╗
║ BENCHMARK: SAS · 2,000 evaluated text pairs ║
╠══════════════════════════════════════════════════════════════════╣
║ Hallucination examples : 1,000 ║
║ Clean examples : 1,000 ║
║ Accuracy : 98.80% ║
║ Precision : 100.00% ║
║ Recall : 97.60% ║
║ F1 score : 98.79% ║
║ True Positives : 976 ║
║ False Negatives : 24 ║
║ True Negatives : 1000 ║
║ False Positives : 0 ║
║ Avg ISI hallucination : 0.072993 ║
║ Avg ISI clean : 1.000000 ║
╚══════════════════════════════════════════════════════════════════╝
| Prediction | Actual hallucination | Actual clean |
|---|---|---|
| Hallucination | TP = 976 | FP = 0 |
| Clean | FN = 24 | TN = 1000 |
| Artifact | Value |
|---|---|
| Benchmark file | benchmark_complete_20260429_172647.json |
| OTS proof | benchmark_complete_20260429_172647.json.ots |
| SHA-256 | 0713acbbf50e1a0054f545e5eb68078744f9c5a09d4bc370b5224bb81183a6fe |
| DOI SAS | 10.5281/zenodo.19702379 |
| Registry | TAD EX-2026-18792778 |
| Method | Endpoint | Auth | Description |
|---|---|---|---|
GET |
/health |
None | Health check |
GET |
/readyz |
None | Readiness |
GET |
/integrity |
None | Technical and legal provenance certificate |
POST |
/public/demo/audit |
None | Public source-vs-response demo |
GET |
/public/stats |
None | Anonymized usage stats |
GET |
/public/activity |
None | Anonymized activity feed |
POST |
/v1/audit |
API Key | Structural audit |
POST |
/v1/diff |
API Key | Forensic diff between two texts |
POST |
/v1/chat |
API Key | Chat endpoint with SAS filtering |
GET |
/v1/metrics |
Admin | Admin usage metrics |
POST |
/admin/generate-key |
Admin | Admin API key generation |
SAS is open source under GPL-3.0 + Durante Invariance License.
The following plans refer to the hosted SAS API service, support, commercial integration, or enterprise licensing.
| Plan | Usage / Features | Price |
|---|---|---|
| SAS Free | 50 requests/day. API key authentication. Individual testing, evaluation, and development. | Free |
| SAS Developer / Pro | 10,000 requests/month. Hosted API access, API key, basic email support. | USD 99/month |
| SAS Team | 50,000 requests/month. Team usage, priority support, internal validation workflows. | USD 299/month |
| SAS Enterprise Cloud | High-volume usage or custom request package. Direct support, private integration, SLA by agreement. | From USD 1,500/month |
| SAS On-Premise License | Private deployment in customer infrastructure. Commercial license, implementation support, internal integration. | From USD 15,000/year |
| Technical Pilot | Initial audit, guided integration, technical report, and validation on customer-specific cases. | USD 1,500–3,000 one-time payment |
📧 Commercial inquiries, Enterprise, On-Premise, or technical pilot: duranteg2@gmail.com
Omni-Scanner is the mathematical and forensic research line behind SAS. It contains the TDA + NIG + process-thermometer pipeline that SAS exposes operationally through a hosted API.
| Domain | Precision | Recall |
|---|---|---|
| Code | 100% | 100% |
| Numerical | 100% | 99% |
| Historical | 100% | 98.8% |
| References | 100% | 81.7% |
| rationalization_binary | 100% | 80.0% |
| Biographies | 100% | 39.2% |
| Global | 97.63% | 61.81% |
pip install sas-client| Interface | Example |
|---|---|
| Python | client.diff(text_a="source", text_b="response") |
| CLI | sas --api-key YOUR_API_KEY diff "source" "response" |
| Public endpoints | sas health, sas public-stats, sas public-activity --limit 10 |
PyPI: https://pypi.org/project/sas-client/
Repo: https://github.com/Leesintheblindmonk1999/sas-client
Interactive landing page with:
- ES / EN language toggle;
- LIGHT / DARK / TECH themes;
- live API health;
- public demo with no API key;
- public stats and anonymized activity;
- benchmark summary;
- pricing and commercial contact.
Live: https://leesintheblindmonk1999.github.io/sas-landing/
Repo: https://github.com/Leesintheblindmonk1999/sas-landing
- SAS — Flagship API for structural hallucination detection, hosted reference service, benchmark artifacts, Python client, public demo, and commercial plans.
- Omni_Scanner — Hallucination detection engine. Core: TDA + NIG. Validated on 156,215 real pairs.
- Project_Manifold_056 — Implementation of the κD=0.56 invariance engine.
- Ontological_AI — Library for ontological density, transfer entropy, and spectral signature research.
- Durante_Invariance_Forensic_Analyzer — Forensic evidence generation.
- SOVEREIGN-FORENSIC-UNIT — Structural analysis of AI outputs.
- Durante-Invariance-Metric — Formalization of invariance metrics.
- SOVEREIGN-LINKv5.5.0-Symbiotic-Chat-Interface — Chat interface with purpose tensors, EntropyGuard, and notarization.
- MAS-ANEXA-V8.1 — Multi-agent self-protection architecture.
- MAS-OPL-Causal-Executor-V9 — TALOS simulator.
- -EXOPROTONIC-LANGUAGE-v1.0 — Onto-exoprotonic language dictionary.
- ANEXA-PROTOCOL — SYRINAE ∆1999Ξ symbolic-ethical protocol.
- ANEXA-Exoprotronic-Intelligence-V-Core — CLI predecessor of ANEXA-PROTOCOL.
- Simiosis-Code-Optimizer-V2 — Code generation with ontological invariance.
- Simiosis-v1.0 — Original Awakening Mode documentation.
- Symbiotic-Key-Discovery — Recursive prompting and symbolic evolution record.
- ARKOS — Human-AI interface synchronization research based on 117 Hz.
- OEPE-ExoBinary-Interpreter — Exo-Binary hybrid language interpreter.
| Phase | Status | Description |
|---|---|---|
| Hosted SAS API | ✅ Active | Public API on Render |
| Public demo | ✅ Active | /public/demo/audit, no key, source-vs-response audit |
| Python client | ✅ Active | pip install sas-client |
| Interactive landing | ✅ Active | Live demo, activity feed, benchmark, legal registry |
| Public metrics | ✅ Active | /public/stats, /public/activity, admin /v1/metrics |
| Free API key self-service | ✅ Active | /public/request-key + automatic email delivery |
| API key identity | ✅ Active | /v1/whoami and plan-aware auth |
| Polar | ✅ Active | Checkout + webhook + automatic Pro key provisioning |
| Landing conversion flow | ✅ Active | Get Free Key + Upgrade to Pro |
| Zenodo v1.3.0 | 🔜 Planned | Client + public demo + self-service key update |
| docs/manifold.md | 🔜 Planned | Technical framework document for CTOs and ML leads |
| Enterprise API | 🔜 Planned | Batch processing, SLA, on-premise support |
GPL-3.0 + Durante Invariance License
- Free to use, modify, and distribute under the license terms.
- Attribution to Gonzalo Emir Durante is required.
- Use of
κD = 0.56for semantic invariance, hallucination detection, or similar structural coherence auditing requires citation of the public SAS repository / DOI. - Commercial hosted service, private integration, on-premise deployment, or proprietary use may require a separate commercial agreement.
See the SAS repository license for the complete terms.
╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ "Structural stability in computational systems is not a property ║
║ to be aligned toward — it is a threshold to be measured against. ║
║ κD = 0.56 is that threshold. Documented. Implemented. Auditable." ║
║ ║
║ — Gonzalo Emir Durante ║
║ Project Manifold 0.56 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
SAS API: https://sas-api.onrender.com
Live Demo: https://leesintheblindmonk1999.github.io/sas-landing/
PyPI: https://pypi.org/project/sas-client/
Contact: duranteg2@gmail.com
╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ ███████╗ █████╗ ███████╗ ║
║ ██╔════╝██╔══██╗██╔════╝ ║
║ ███████╗███████║███████╗ ║
║ ╚════██║██╔══██║╚════██║ ║
║ ███████║██║ ██║███████║ ║
║ ╚══════╝╚═╝ ╚═╝╚══════╝ ║
║ ║
║ S Y M B I O T I C A U T O P R O T E C T I O N S Y S T E M ║
║ ║
║ P R O Y E C T O M A N I F O L D 0 . 5 6 ║
║ ║
║ "Auditoría de Coherencia Estructural para IA Generativa" ║
║ κD = 0.56 · TAD EX-2026-18792778 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
Auditoría de coherencia estructural en IA · κD = 0.56 · Ciencia abierta · API pública · Cliente PyPI
🛡️ SAS · ⚡ Demo en vivo · 🐍 Cliente Python · 💼 Planes · 🏗️ Ecosistema · 📧 Contacto
┌─────────────────────────────────────────────────────────────────────────────┐
│ OBJETIVO: Auditoría estructural de salidas de IA generativa │
│ MÉTODO: κD = 0.56 + ISI + TDA + NIG + módulos especializados │
│ SALIDA: evidencia auditable: ISI, veredicto, módulos y latencia │
│ ACCESO: demo pública, API alojada, SDK Python, CLI y autoalojamiento │
│ ESTADO: infraestructura pública online y en desarrollo activo │
└─────────────────────────────────────────────────────────────────────────────┘
Construyo sistemas técnicos para detectar inestabilidad estructural, ruptura semántica y señales seleccionadas de alucinación en salidas de IA generativa.
El flagship actual es SAS — Symbiotic Autoprotection System: una capa de auditoría de coherencia estructural basada en FastAPI que usa κD = 0.56 como umbral operativo.
SAS no se presenta como oráculo factual universal. Es una capa técnica de evidencia para auditoría de coherencia estructural.
API alojada: https://sas-api.onrender.com
Documentación interactiva: https://sas-api.onrender.com/docs
Landing + Demo en vivo: https://leesintheblindmonk1999.github.io/sas-landing/
Cliente PyPI: https://pypi.org/project/sas-client/
DOI: 10.5281/zenodo.19702379
SAS evalúa si una respuesta generada preserva:
- estructura semántica;
- consistencia lógica;
- integridad numérica;
- coherencia de referencia / grounding;
- continuidad temática;
- alineación estructural con la fuente o prompt.
Interpretación operacional:
ISI >= κD -> coherencia estructural preservada
ISI < κD -> posible ruptura de manifold / señal de alucinación
Constante central:
κD = 0.56
Demo interactiva:
https://leesintheblindmonk1999.github.io/sas-landing/#demo
La demo pública usa la misma lógica de comparación source-vs-response que /v1/diff.
curl -X POST https://sas-api.onrender.com/public/demo/audit \
-H "Content-Type: application/json" \
-d '{
"source": "La Torre Eiffel está ubicada en París, Francia, y fue construida en 1889.",
"response": "La Torre Eiffel está ubicada en Berlín, Alemania, y fue construida en 1950."
}'Restricciones de la demo pública:
- no requiere API key;
- máximo 2.000 caracteres por campo;
- rate limit simple por IP hasheada;
- el texto completo no se almacena;
- muestra ISI, κD, veredicto, módulos activados y latencia.
Instalación:
pip install sas-clientUso desde Python:
from sas_client import SASClient
client = SASClient(api_key="YOUR_API_KEY")
result = client.diff(
text_a="Python is a programming language used for data analysis.",
text_b="A python is a large tropical snake."
)
print(result["isi"])
print(result["verdict"])
print(result.get("evidence", {}).get("fired_modules"))Uso CLI:
sas health
sas public-stats
sas public-activity --limit 10
sas --api-key YOUR_API_KEY diff "texto fuente" "respuesta a auditar"Links:
- PyPI: https://pypi.org/project/sas-client/
- Repositorio cliente: https://github.com/Leesintheblindmonk1999/sas-client
╔══════════════════════════════════════════════════════════════════╗
║ BENCHMARK: SAS · 2.000 pares evaluados ║
╠══════════════════════════════════════════════════════════════════╣
║ Ejemplos con alucinación : 1.000 ║
║ Ejemplos limpios : 1.000 ║
║ Accuracy : 98,80% ║
║ Precisión : 100,00% ║
║ Recall : 97,60% ║
║ F1 score : 98,79% ║
║ Verdaderos positivos : 976 ║
║ Falsos negativos : 24 ║
║ Verdaderos negativos : 1000 ║
║ Falsos positivos : 0 ║
║ ISI prom. alucinaciones : 0,072993 ║
║ ISI prom. limpios : 1,000000 ║
╚══════════════════════════════════════════════════════════════════╝
| Predicción | Alucinación real | Limpio real |
|---|---|---|
| Alucinación | TP = 976 | FP = 0 |
| Limpio | FN = 24 | TN = 1000 |
| Artefacto | Valor |
|---|---|
| Benchmark file | benchmark_complete_20260429_172647.json |
| OTS proof | benchmark_complete_20260429_172647.json.ots |
| SHA-256 | 0713acbbf50e1a0054f545e5eb68078744f9c5a09d4bc370b5224bb81183a6fe |
| DOI SAS | 10.5281/zenodo.19702379 |
| Registro | TAD EX-2026-18792778 |
| Método | Endpoint | Auth | Descripción |
|---|---|---|---|
GET |
/health |
Ninguna | Health check |
GET |
/readyz |
Ninguna | Readiness |
GET |
/integrity |
Ninguna | Certificado técnico/legal |
POST |
/public/demo/audit |
Ninguna | Demo pública source-vs-response |
GET |
/public/stats |
Ninguna | Métricas anonimizadas |
GET |
/public/activity |
Ninguna | Actividad anonimizada |
POST |
/v1/audit |
API Key | Auditoría estructural |
POST |
/v1/diff |
API Key | Diff forense entre dos textos |
POST |
/v1/chat |
API Key | Chat con filtro SAS |
GET |
/v1/metrics |
Admin | Métricas de uso admin |
POST |
/admin/generate-key |
Admin | Generación admin de API keys |
SAS es open source bajo GPL-3.0 + Durante Invariance License.
Los siguientes planes corresponden al servicio API alojado, soporte, integración comercial o licenciamiento empresarial.
| Plan | Uso / características | Precio |
|---|---|---|
| SAS Free | 50 requests/día. Autenticación por API key. Pruebas, evaluación y desarrollo individual. | Gratis |
| SAS Developer / Pro | 10.000 requests/mes. Acceso API alojada, API key y soporte básico por email. | USD 99/mes |
| SAS Team | 50.000 requests/mes. Uso en equipos, soporte prioritario y validación interna. | USD 299/mes |
| SAS Enterprise Cloud | Volumen alto o paquete personalizado. Soporte directo, integración privada y SLA según acuerdo. | Desde USD 1.500/mes |
| SAS On-Premise License | Despliegue privado en infraestructura del cliente. Licencia comercial, soporte de implementación e integración interna. | Desde USD 15.000/año |
| Piloto técnico | Auditoría inicial, integración guiada, informe técnico y validación sobre casos del cliente. | USD 1.500–3.000 pago único |
📧 Consultas comerciales, Enterprise, On-Premise o piloto técnico: duranteg2@gmail.com
Omni-Scanner es la línea de investigación matemática y forense detrás de SAS. Contiene el pipeline TDA + NIG + termómetros de proceso que SAS expone operacionalmente por API.
| Dominio | Precisión | Recall |
|---|---|---|
| Code | 100% | 100% |
| Numerical | 100% | 99% |
| Historical | 100% | 98,8% |
| References | 100% | 81,7% |
| rationalization_binary | 100% | 80,0% |
| Biographies | 100% | 39,2% |
| Global | 97,63% | 61,81% |
pip install sas-client| Interfaz | Ejemplo |
|---|---|
| Python | client.diff(text_a="fuente", text_b="respuesta") |
| CLI | sas --api-key YOUR_API_KEY diff "fuente" "respuesta" |
| Endpoints públicos | sas health, sas public-stats, sas public-activity --limit 10 |
PyPI: https://pypi.org/project/sas-client/
Repo: https://github.com/Leesintheblindmonk1999/sas-client
Landing interactiva con:
- selector ES / EN;
- temas LIGHT / DARK / TECH;
- health de API en vivo;
- demo pública sin API key;
- estadísticas públicas y actividad anonimizada;
- benchmark;
- precios y contacto comercial.
En vivo: https://leesintheblindmonk1999.github.io/sas-landing/
Repo: https://github.com/Leesintheblindmonk1999/sas-landing
- SAS — Flagship API para detección estructural de alucinaciones, servicio alojado, benchmark, cliente Python, demo pública y planes comerciales.
- Omni_Scanner — Motor de detección de alucinaciones. Núcleo: TDA + NIG. Validado sobre 156.215 pares reales.
- Project_Manifold_056 — Implementación del motor de invarianza κD=0.56.
- Ontological_AI — Librería para investigación de densidad ontológica, entropía de transferencia y firma espectral.
- Durante_Invariance_Forensic_Analyzer — Generación de evidencia forense.
- SOVEREIGN-FORENSIC-UNIT — Análisis estructural de salidas de IA.
- Durante-Invariance-Metric — Formalización de métricas de invarianza.
- SOVEREIGN-LINKv5.5.0-Symbiotic-Chat-Interface — Interfaz con Purpose Tensors, EntropyGuard y notarización.
- MAS-ANEXA-V8.1 — Arquitectura multi-agente de autoprotección.
- MAS-OPL-Causal-Executor-V9 — Simulador TALOS.
- -EXOPROTONIC-LANGUAGE-v1.0 — Diccionario del lenguaje onto-exoprotónico.
- ANEXA-PROTOCOL — SYRINAE ∆1999Ξ, protocolo simbólico-ético.
- ANEXA-Exoprotronic-Intelligence-V-Core — Predecesor CLI de ANEXA-PROTOCOL.
- Simiosis-Code-Optimizer-V2 — Generación de código con invarianza ontológica.
- Simiosis-v1.0 — Documentación original del Awakening Mode.
- Symbiotic-Key-Discovery — Registro de prompting recursivo y evolución simbólica.
- ARKOS — Investigación de sincronización humano-IA basada en 117 Hz.
- OEPE-ExoBinary-Interpreter — Intérprete de lenguaje híbrido Exo-Binary.
| Fase | Estado | Descripción |
|---|---|---|
| API SAS alojada | ✅ Activo | API pública en Render |
| Demo pública | ✅ Activo | /public/demo/audit, sin key, auditoría source-vs-response |
| Cliente Python | ✅ Activo | pip install sas-client |
| Landing interactiva | ✅ Activo | Demo en vivo, actividad, benchmark y registro legal |
| Métricas públicas | ✅ Activo | /public/stats, /public/activity, admin /v1/metrics |
| API keys Free self-service | ✅ Activo | /public/request-key + envío automático por email |
| Identidad de API key | ✅ Activo | /v1/whoami y autenticación consciente de plan |
| Polar | ✅ Activo | Checkout + webhook + generación automática de key Pro |
| Flujo comercial en landing | ✅ Activo | Get Free Key + Upgrade to Pro |
| Zenodo v1.3.0 | 🔜 Planeado | Release con cliente + demo + self-service keys |
| docs/manifold.md | 🔜 Planeado | Documento técnico para CTOs y ML leads |
| Enterprise API | 🔜 Planeado | Batch processing, SLA y soporte on-premise |
GPL-3.0 + Durante Invariance License
- Libre para usar, modificar y distribuir bajo los términos de la licencia.
- Requiere atribución a Gonzalo Emir Durante.
- El uso de
κD = 0.56para invariancia semántica, detección de alucinaciones o auditoría estructural similar requiere citar el repositorio / DOI público de SAS. - El servicio alojado comercial, integración privada, despliegue on-premise o uso propietario puede requerir acuerdo comercial separado.
Ver la licencia completa en el repositorio SAS.
╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ "La estabilidad estructural en sistemas computacionales no es una ║
║ propiedad hacia la que alinearse — es un umbral contra el que medirse. ║
║ κD = 0.56 es ese umbral. Documentado. Implementado. Auditable." ║
║ ║
║ — Gonzalo Emir Durante ║
║ Project Manifold 0.56 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
SAS API: https://sas-api.onrender.com
Demo en vivo: https://leesintheblindmonk1999.github.io/sas-landing/
PyPI: https://pypi.org/project/sas-client/
Contacto: duranteg2@gmail.com
