Skip to main content

GoDezk DIP — Deep Tech Docs v3.0

GoDezk is an Indian deep tech company building the Device Intelligence Platform (DIP) — a purpose-built AI runtime that connects physical devices to intelligent automation workflows in real time. DIP is not a camera management system, not a cloud vision API wrapper, and not a generic workflow tool. It is a three-layer platform where physical devices stream raw data into a proprietary AI perception layer, which drives a programmable multi-tenant automation engine — with biometric data protection, role-based access control, and a proprietary device communication protocol built in from day one.

Framing: GoDezk (Company) → GoDezk DIP (Platform) → MedOps / Digital Surveillance / IndustrialOps (Products)


Platform Architecture


Named Component Registry

Every major subsystem in GoDezk DIP has a named identity — following the convention established by TILP and AAIF.

ComponentFull NameLayerStatus
DCMDevice Connection ManagerDevice Layer✅ Production
PRISMProtocol-Routing Ingestion & Standardisation MiddlewareDevice Layer🔧 In Development
NEXUSNormalized Device Exchange ProtocolDevice Layer🔬 R&D
TILPTemporal Identity Locking ProtocolAI Layer✅ Production
AAIFAdaptive AI Inference FrameworkAI Layer✅ Production
ARIAAdaptive Reactive Inference ArchitectureAI Layer🔬 R&D
PEVAPostural Event & Velocity AnalyserARIA Lane 1 (MedOps)🔬 R&D
KINEXKinematic Inertial Event ExtractorARIA Lane 2 (IMU)🔬 R&D
HERAHeart Rate Event AnalyserARIA Lane 3 (PPG)🔬 R&D
STASISPost-Fall Stillness MonitorARIA Fusion input🔬 R&D
Backdoor BackendMulti-Tenant Workflow RuntimeAutomation Layer✅ Production
VEILVerified Encrypted Identity LayerSecurity / Privacy📐 Architecture
AGCDAdaptive Git-Commit DeployerDevOps / Deployment✅ Production

Device Protocol Coverage (PRISM)

PRISM abstracts every device class into a uniform NexusEvent stream before it reaches the AI layer. AI pipelines and workflow engines are fully protocol-blind.

CategoryProtocolsDevice Examples
VisualRTSP H.264/H.265IP cameras, PTZ, dome, thermal, ANPR
Industrial PLC / RTUModbus TCP, Modbus RTU (RS-485), EtherNet/IP, ProfibusSiemens S7, Allen-Bradley, Schneider M340
SCADA / DCSOPC-UA (subscription + polling)Ignition, WinCC, Wonderware, GE iFIX
Network / ITSNMP v1, v2c, v3 (AuthPriv)Switches, routers, UPS, PDU, meters
Building / FacilityBACnet/IP, BACnet MSTPHVAC controllers, fire panels, lighting
IoT / EdgeMQTT, HTTP webhook, LoRaWAN, ZigbeeSensors, gateways, smart meters
MedicalHL7 v2.x MLLP, DICOM C-STOREPatient monitors, imaging, lab analysers
WearablesBLE GATT (MQTT gateway)Smartwatches, IMU tags, PPG sensors
Grid / UtilityDNP3, IEC 61850, M-Bus, DLMS/COSEMSubstations, grid devices, smart meters

Product Verticals

VerticalPrimary Use CasesKey Devices
MedOpsStaff attendance, fire safety, patient fall detection (PEVA + KINEX + ARIA), zone monitoring, NABH audit trailIP cameras, BACnet HVAC, HL7 patient monitors, RTLS tags, wearables
Digital SurveillanceMulti-site camera operations, ANPR, crowd analytics, perimeter intrusion, incident chain of custodyIP cameras, ANPR, RTLS, access control panels
IndustrialOpsFire/smoke detection (AAIF), worker access control, OPC-UA machinery health, OT security monitoring, PPE complianceCameras, Modbus PLCs, OPC-UA SCADA, SNMP devices, vibration sensors

Data Protection — VEIL

VEIL is GoDezk DIP's proprietary data protection standard. Every piece of sensitive data captured from or about a person or enrolled object is governed by VEIL.

Protection LayerWhat It Does
Capture MinimisationRaw frames discarded after inference unless a TILP threshold event is met. Nothing stored by default.
Vector EncryptionFace vectors and custom object embeddings encrypted AES-256-GCM with org-scoped keys before writing to Qdrant. Plaintext never touches disk.
Tenant IsolationEvery Qdrant point, PostgreSQL row, and MinIO object is bound to org_id. Cross-tenant access is architecturally impossible — not just policy-enforced.
Consent-Gated InferenceEach enrolled identity carries consent_status: GRANTED | PENDING | REVOKED. TILP blocks inference in real time if status is REVOKED.
Right to ErasureFive-step hard-delete chain: Qdrant vectors → PostgreSQL rows → MinIO media → audit mark → confirmation record. DPDP Act 2023 compliant.
Tamper-Evident Audit ChainEvery biometric read, write, search, or delete logged to an append-only, hash-chained audit table.
Device DID (R&D)Future: W3C Decentralised Identifiers for physical devices — hardware-level proof of identity during NEXUS BIND phase.
Subject DID (R&D)Future: Self-sovereign consent via Verifiable Credentials — patient presents their own DID at enrollment, not re-enrolled per hospital.

Role-Based Access Control (RBAC)

GoDezk DIP is a multi-tenant platform. Every user action is scoped by org_id and constrained by their assigned role.

RoleWho Uses ItPermissions
Platform AdminGoDezk engineering teamFull access across all orgs. Manage platform infrastructure, org creation, billing.
Org AdminCustomer's IT head / operations managerFull access within their org. Register devices, create workflows, manage users and roles, view all audit logs.
Workflow DesignerOperations analyst / integratorCreate, edit, and deploy workflows. Cannot manage devices or users. Cannot access other org's data.
Device ManagerSite engineer / IT technicianRegister and configure devices, view device health and heartbeat. Cannot modify workflows or view inference data.
OperatorFrontline staff / security supervisorView live dashboards and active alerts. Acknowledge and close incidents. Cannot modify any configuration.
Auditor / Read-OnlyCompliance officer / auditorView-only access to dashboards, execution history, and audit logs. Cannot trigger any action.

RBAC enforcement: Every API request is validated against the user's org_id and role before execution. Role checks are enforced at the Backdoor Backend executor context — not only at the API gateway layer.


Document Index

#DocumentWhat It Covers
Q1System ArchitectureThree-layer platform design, all components, device ecosystem tables, fall detection use case (PEVA + KINEX + ARIA)
Q2R&D IntensityEngineering evolution history, TILP/AAIF/PRISM/NEXUS/VEIL R&D iterations, failure-driven development evidence
Q3Proprietary IPAll named IP assets: TILP, AAIF, Backdoor Backend, Vector Registry, AGCD, Semantic Intelligence, PRISM, NEXUS, VEIL — with patent basis
Q4Technical Uncertainty10+ open engineering research questions across device scale, AI accuracy, protocol reliability, security, and ARIA fusion
Q5Technology IndispensabilityWhat breaks if each layer is removed, replacement cost analysis, competitive differentiation matrix
Q6National MissionsAlignment with Digital India, Make in India, Smart Cities, National Healthcare Mission, Industrial Safety, India AI Mission