TchMind AI – Sentinel Core & DataHub Built with DataHub • Built with Paritok Hackathon Project https://github.com/paritok/paritok https://datahub.devpost.com
🏆 Executive Summary Sentinel Core is a metadata-aware autonomous AI agent architecture designed to eliminate hallucinations in data ecosystems. By integrating DataHub’s schemas and lineage with Paritok’s optimization engine, we achieve token savings between 21% and 79% (with potential up to 99%).
🧊 Vector-Embedding Compression Logic To maintain semantic integrity while achieving extreme token efficiency, Sentinel Core utilizes a high-dimensional vector-embedding reduction model. The compression efficiency is defined by the Frobenius norms of the embedding matrices: $$ \text{Compression Ratio} = \frac{|V_{\text{eff}}|F}{|V{\text{raw}}|F} $$ The final percentage of data reduction is calculated as: $$ \text{Efficiency Gain} = \left( 1 - \frac{|V{\text{eff}}|F}{|V{\text{raw}}|F} \right) \times 100% $$ Operational Example: Given a raw matrix $|V{\text{raw}}|F = 1000$ and an optimized matrix $|V{\text{eff}}|_F = 260$: $$ \text{Efficiency Gain} = \left( 1 - \frac{260}{1000} \right) \times 100% = 74% $$ This confirms the system removed 74% of redundant data, while strictly preserving semantic integrity.
🎯 Key Features Sentinel Core (Decision-Maker): Orchestrates token estimates and cache keys. Middleware Dispatcher (Executor): Manages local Paritok proxy and API calls. DataHub MCP Integration: Real-time schema drift and lineage analysis. Lineage-Aware Code Generation: Generates valid Airflow/dbt scripts by consulting DataHub URNs.
🛡 Philosophy of Innovation I am not publishing my AI source code files. This project is a blueprint for intelligence, designed to showcase architecture and technical depth. It is meant to inspire, not to provide ready-made code for duplication. Authentic learning comes from building, not copying.
Built With
- ai-agents
- github
- javascript
- node.js
- paritok
- token-optimization

Log in or sign up for Devpost to join the conversation.