Skip to content
View drferdii's full-sized avatar
💭
sanity: 0.5 (floating point error possible) sleep_schedule: undefined coffee_ins
💭
sanity: 0.5 (floating point error possible) sleep_schedule: undefined coffee_ins

Block or report drferdii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
drferdii/README.md
dr. Ferdi Iskandar
dr. Ferdi Iskandar
Lead Architect
Official website
Kediri Indonesia UTC+7

SENTRA / THE ORIGIN

Technology terbaik adalah yang bekerja dalam diam.

Operational signal: Kediri, Indonesia · UTC+7 · clinical intelligence under active construction

Sentra Artificial Intelligence
Twenty-two systems. One foundation. One governing boundary: human authority.

GitHub   ferdiiskandar.com   Sentra Artificial Intelligence   Medium   ORCID   X   Substack   Kaggle   Reddit   LinkedIn   Hugging Face   Instagram

CLINICAL SIGNAL → REASONING → VERIFICATION → HUMAN AUTHORITY → ACTION


01 / ORIGIN SIGNAL

I'm a physician. By circumstance I ended up running a hospital. Then I started noticing where the system leaks — the referral that vanishes, the lab value nobody escalates, the patient who disappears after discharge.

Sentra Artificial Intelligence is my answer. Not a startup pitch. A working ecosystem of clinical reasoning engines, workflow automation, and hospital infrastructure — built quietly, tested against real wards, and designed to outlast the hype cycle.

Most of what runs here is not visible from the surface. That's intentional.

Referral leakage Lab escalation Continuity loss

LAYER I · JUDGMENT

Differential reasoning, triage logic, guideline-aware workflows, and the safety gates that keep machine output subordinate to human decision.

LAYER II · SUBSTRATE

RAG, persistent memory, orchestration, voice agents, autonomous workflows, observability. The machinery beneath the interface.

LAYER III · GROUND TRUTH

Hospital dashboards, EMR bridges, coding audit, admission flow, bed management, telemedicine. Where theory meets a 2 AM emergency ward.

The objective is precise: convert fragmented healthcare workflows into intelligent, auditable systems that a clinician would stake their license on.


02 / DOCTRINE

Important

AI in medicine should not perform. It should hold. Useful, humble, explainable, safe — or it doesn't ship.

THE HUMAN HOLDS THE KEY

Every system here terminates at a human reviewer. The machine proposes, structures, retrieves. It never signs. Final authority is not a feature — it's a boundary.

GATED REASONING

No clinical output crosses the boundary without passing deterministic checks: red-flag detection, contraindication review, uncertainty handling, escalation triggers.

BUILT FOR THIS TERRAIN

Indonesian healthcare has its own physics: BPJS complexity, EMR friction, broken referral pathways, fragmented patient journeys. Systems here are shaped by that terrain, not imported over it.

SEPARABLE BY DESIGN

Diagnosis, retrieval, memory, EMR automation, telemedicine, security — each module can be inspected, audited, and replaced without the others noticing. Independent now, unified later.

ONE PROBLEM, THEN DEPTH

No fantasy platforms. Each system started as one specific pain, observed firsthand, solved narrowly. Expansion happens after proof, never before.

NO MAGIC WITHOUT AUDIT

If a system can't show its inputs, its reasoning boundaries, its confidence, and its escalation logic — it doesn't belong near a patient.


03 / SYSTEM CONSTELLATION

Reasoning Memory Orchestration Observability Safety

Animated Sentra system constellation

LIVE TOPOLOGY // SYSTEM RELATION MAP
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "11px"}}}%%
flowchart TB
  REASON["CLINICAL REASONING"]
  ASSIST["ASSISTIVE INTELLIGENCE"]
  OPS["HOSPITAL OPERATIONS"]
  NET["CONTINUITY / NETWORK"]
  SAFE["SAFETY / SECURITY"]

  AADI["01 · AADI"]
  TRIAGE["12 / 21 · TRIAGE"]
  POGS["19 · POGS"]
  CDOS["20 · CDOS"]
  PRED["22 · PREDICTION"]

  AUDREY["02 · AUDREY"]
  MEDCOG["07 · MED-COGNITIVE"]
  MELLY["08 · MELLY"]
  SCRIBE["14 · AMBIENT SCRIBE"]

  INTEL["03 · INTELLIGENCEBOARD"]
  MELINDA["09 · MELINDA DASHBOARD"]
  ADMIT["11 · AUTONOMOUS ADMISSION"]
  BED["16 · BED MANAGEMENT"]
  ORX["18 · OR ORCHESTRATOR"]

  TELE["05 · TELEMEDICINE"]
  REF["06 · REFERRALINK"]
  CARE["13 · CARE NAVIGATOR"]

  SHIELD["10 · MELINDA SHIELD"]
  ALERT["15 · CRITICAL ALERT"]
  AUDIT["17 · AI CODING AUDITOR"]

  REASON --> AADI
  REASON --> TRIAGE
  REASON --> POGS
  REASON --> CDOS
  REASON --> PRED

  ASSIST --> AUDREY
  ASSIST --> MEDCOG
  ASSIST --> MELLY
  ASSIST --> SCRIBE

  OPS --> INTEL
  OPS --> MELINDA
  OPS --> ADMIT
  OPS --> BED
  OPS --> ORX

  NET --> TELE
  NET --> REF
  NET --> CARE

  SAFE --> SHIELD
  SAFE --> ALERT
  SAFE --> AUDIT

  ASSIST --> REASON
  NET --> REASON
  REASON --> OPS
  REASON --> SAFE
  SAFE --> OPS
  OPS --> NET
  MEDCOG --> AADI
  AADI --> INTEL
  ALERT --> INTEL
  REF --> CARE

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class REASON core;
  class ASSIST agent;
  class OPS surface;
  class NET shared;
  class SAFE authority;
  class AADI,TRIAGE,POGS,CDOS,PRED core;
  class AUDREY,MEDCOG,MELLY,SCRIBE agent;
  class INTEL,MELINDA,ADMIT,BED,ORX surface;
  class TELE,REF,CARE shared;
  class SHIELD,ALERT,AUDIT authority;
Loading

01 · AADI Autonomous Artificial Diagnostic Intelligence

A layered diagnostic reasoning engine: structured differentials, safety checks, ICD mapping, hard clinician-review boundaries.

Function
diagnostic support. Never final diagnosis.

02 · AUDREY Voice-First Clinical Intelligence

A real-time voice presence in the consultation room. Captures clinical context, surfaces structured insight, dissolves documentation friction.

Function
ambient assistance. Listens so the doctor can look at the patient.

03 · INTELLIGENCE DASHBOARD Unified Clinical Operations Platform

One command surface for EMR workflows, ICD support, reporting, patient monitoring, telemedicine, and clinical intelligence.

Function
single pane over the entire operation.

04 · ASISTE MEDIS (SENTRA ASSIST) Clinical Workflow Automation Extension

A browser extension embedded inside the clinician's existing workflow: structured data transfer into EMR, decision-support surfaces where the work actually happens.

Function
erase repetitive EMR friction.

05 · TELEMEDICINE Remote Consultation Infrastructure

WebRTC consultation with clinical notes, scheduling, patient-room flow, and continuity — distance care that behaves like care, not like a video call.

Function
clinical-grade remote consultation.

06 · REFERRALINK Referral & Awareness-Intelligence Protocol

Referral routing and claim awareness engineered around regulatory fluctuation, BPJS complexity, semantic cache, contextual decision assistance.

Status
scaffold live. Awaiting final verification, refactor decision, and security audit before promotion.

07 · MED-COGNITIVE Persistent Clinical Memory Layer

Memory architecture for agents: semantic retrieval, persistent context, structured recall across sessions.

Function
context-aware agents with zero hidden assumptions.

08 · MELLY Maternal & Pediatric Personal Virtual Agent

A personal agent that walks with the patient — pre-conception, pregnancy, postpartum, pediatric continuity.

Function
proactive companionship across the maternal-child journey.

09 · MELINDA DASHBOARD Hospital Interoperability Dashboard

Cross-unit interoperability for RSIA Melinda: fragmented departmental data made visible on one operational surface.

Function
collapse the silos.

10 · MELINDA SHIELD Predictive Cybersecurity Architecture

Layered defense over clinical data: monitoring, encryption, behavioral analysis, access governance, rapid containment.

Function
harden the perimeter of the clinical AI environment.

11 · AUTONOMOUS ADMISSION Admission & Patient Journey Automation

Referral extraction, schedule validation, journey tracking. The queue becomes a flow.

Function
admission without the waiting-room entropy.

12 · SMART TRIAGE Structured Early Risk Detection

Structured symptom capture and emergency flagging before the face-to-face — the clinician arrives already briefed.

Function
detect risk before it announces itself.

13 · PROACTIVE CARE NAVIGATOR Post-Discharge Continuity Engine

Post-discharge monitoring, complication prevention, immunization reminders, continuity workflows.

Function
no patient vanishes after discharge.

14 · AMBIENT SCRIBE Voice-to-EMR Documentation Engine

Consultation speech into structured medical notes, mapped straight into EMR fields.

Function
doctors watch patients, not cursors.

15 · CRITICAL ALERT SYSTEM Early Warning & Escalation Layer

Constant watch over labs, telemetry, and high-risk signals — with a direct line to the right team.

Function
deterioration never goes unnoticed.

16 · PREDICTIVE BED MANAGEMENT Discharge & Bed Readiness Orchestration

Discharge readiness, bed turnover, housekeeping, pharmacy, billing — one orchestration layer over patient flow.

Function
beds move at the speed of the hospital, not the paperwork.

17 · AI CODING AUDITOR Clinical Coding & Claim Defense

Automated audit of coding consistency against documentation. Claims defended by cleaner clinical evidence.

Function
reduce dispute risk at the source.

18 · OR ORCHESTRATOR Operating Room Logistics Intelligence

Real-time coordination of priority cases, team readiness, blood product logistics, room allocation.

Function
high-stakes logistics, zero improvisation.

19 · POGS Pregnancy Observation & Guidance System

Maternal-fetal monitoring, risk detection, structured antenatal context, escalation support.

Function
safer surveillance for two lives at once.

20 · CDOS Clinical Decision Orchestration System

Guidelines translated into living diagnostic and operational workflows — clinician oversight preserved end to end.

Function
guidelines that execute, not gather dust.

21 · TRIAGE Algorithmic Emergency Prioritization

Severity-score prioritization, risk stratification, structured routing.

Function
priority by risk, not by noise.

22 · PREDICTION Clinical Risk Forecasting Engine

Deterioration, complications, readmission risk, trajectory shifts — estimated before they arrive.

Function
care that moves from reactive to anticipatory.


04 / THE ENGINE ROOM

REASONING

  • Differential diagnosis support
  • Deterministic safety gates
  • ICD & guideline mapping
  • Red-flag escalation
  • Confidence & uncertainty handling

RETRIEVAL & MEMORY

  • Medical RAG
  • Document ingestion
  • Semantic search
  • Persistent agent memory
  • Local-first knowledge workflows

OPERATIONS

  • EMR automation
  • Voice-to-EMR
  • Telemedicine flow
  • Dashboard intelligence
  • Hospital workflow orchestration
RUNTIME TOPOLOGY // CONTROL & DATA PLANE
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "12px"}}}%%
flowchart TB
  HUMAN["CLINICIAN / OPERATOR"]
  UI["CLINICAL SURFACE"]
  API["TYPED API / CONTRACTS"]
  RUNTIME["AI RUNTIME"]
  DATA["CLINICAL DATA"]
  DOCS["DOCUMENTS / VOICE"]
  MEM["RAG / MEMORY"]
  GATE["SAFETY GATE"]
  OUT["CLINICIAN-FACING OUTPUT"]
  OPS["EMR / WORKFLOW / OPERATIONS"]
  OBS["OBSERVABILITY / AUDIT"]
  ESC["ESCALATION"]

  HUMAN -->|uses| UI
  UI --> API
  API --> RUNTIME
  DATA --> RUNTIME
  DOCS --> RUNTIME
  RUNTIME --> MEM
  MEM --> RUNTIME
  RUNTIME --> GATE
  GATE -->|approved for review| OUT
  GATE -. red flag / uncertainty .-> ESC
  OUT -->|review + approval| HUMAN
  HUMAN -->|final action| OPS
  OPS -. outcome / telemetry .-> OBS
  OBS -. trace / feedback .-> API
  OBS -. audit / signal .-> RUNTIME

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class HUMAN authority;
  class RUNTIME,MEM agent;
  class GATE,OBS,ESC control;
  class UI,API core;
  class DATA,DOCS shared;
  class OUT,OPS surface;
Loading

Sentra instrumentation icons


05 / SIGNAL PATH

%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "11px"}}}%%
flowchart TB
  HUMAN["  CLINICIAN  "]
  INPUT["  CLINICAL INPUT  "]
  NORM["  NORMALIZATION  "]
  REASON["  REASONING / RAG / MEMORY  "]
  GATE["  SAFETY GATE  "]
  OUTPUT["  CLINICIAN-FACING OUTPUT  "]
  ESC["  ESCALATE / EXPOSE UNCERTAINTY  "]
  REVIEW["  TERMINAL HUMAN AUTHORITY  "]

  HUMAN -->|complaints · vitals · labs · history · documents · voice| INPUT
  INPUT -->|structured capture| NORM
  NORM -->|terminology · units · ICD · FHIR-aware structures| REASON
  REASON -->|evidence + reasoning + persistent context| GATE
  GATE -->|bounded output| OUTPUT
  GATE -. red flag / contraindication / uncertainty .-> ESC
  OUTPUT -->|review required| REVIEW

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class HUMAN,REVIEW authority;
  class REASON agent;
  class GATE,ESC control;
  class INPUT,NORM core;
  class OUTPUT surface;
Loading

The architecture is deliberately conservative. The machine proposes, structures, retrieves, assists. The clinician decides. Always.


06 / BUILD PROTOCOL

FRONTEND

React, Next.js, Tailwind. Calm enterprise surfaces, strict hierarchy, readable data — interfaces that stay quiet under pressure.

BACKEND

TypeScript-first services, modular APIs, auditable contracts, clean package boundaries, explicit integration layers.

AI RUNTIME

RAG, orchestration, agent memory. Local-first where possible, model-agnostic by design, safety-aware at the output boundary.

VOICE & DOCUMENTS

Real-time clinical voice capture, voice-to-EMR, OCR ingestion, structured note generation. Automation is review-first — nothing writes itself into the record unseen.

DATA & SECURITY

Structured contracts, retrieval-ready documents, PHI/PII boundaries, least privilege, full audit trail. No unsafe logging. Ever.

DEPLOYMENT

Hard wall between prototype and production. Verification before promotion, rollback before courage, operational realism over demos.

PROMOTION STATE // PROTOTYPE → PRODUCTION
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "12px"}}}%%
flowchart TB
  PROTO["PROTOTYPE"]
  VERIFY["VERIFIED"]
  SEC["SECURITY REVIEW"]
  CLIN["CLINICAL REVIEW"]
  PROD["PRODUCTION"]
  ROLL["ROLLBACK"]

  PROTO -->|build + typecheck + test| VERIFY
  VERIFY -->|boundaries + audit| SEC
  SEC -->|clinical systems only| CLIN
  CLIN -->|explicit promotion| PROD
  SEC -->|non-clinical path| PROD
  PROD -. failure / unsafe signal .-> ROLL
  ROLL -->|investigate + repair| PROTO

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class CLIN authority;
  class SEC control;
  class PROTO,VERIFY core;
  class PROD surface;
  class ROLL agent;
Loading

07 / THE SENTRA OPERATING STANDARD

No magic without audit.
No diagnosis without clinician review.
No automation without rollback.
No clinical data without security boundaries.
No expansion without one solved problem first.

Caution

Human authority is a terminal boundary. Any clinical path that cannot expose its inputs, uncertainty, failure mode, and escalation route is not promotion-ready.

Every system answers five questions before it earns a repository:

Interrogation Required answer
What clinical problem does this solve? A specific workflow pain. Not an ambition.
Who is the human reviewer? Named role: doctor, nurse, admin, verifier, operator.
What is outside the scope? Non-scope is the fence against unsafe expansion.
What can fail? Failure modes documented before deployment, not after.
How is it verified? Build, typecheck, test, audit — clinical review where lives are involved.

08 / MONOREPO ABYSS · AGENT-FIRST FOUNDATION

Monorepo Abyss is the foundational engineering substrate of Sentra Artificial Intelligence — the canonical environment that unifies shared packages, clinical applications, typed contracts, RAG and memory systems, orchestration, governance, safety controls, and infrastructure.

An Agent-First Repository is the operating model applied to that foundation: a human-governed software environment designed so AI agents can execute engineering work efficiently while deterministic controls constrain their authority, verify their output, and preserve human accountability.

SAFRS — the Sentra Agent-First Repository Standard — formalizes how Monorepo Abyss operates under that model: Human-Governed · Agent-Executed · Machine-Enforced.

↗ SAFRS reference implementation · drferdii/Monorepo-safrs

Monorepo Abyss Foundation SAFRS v1.1 Human Governed Agent Executed Machine Enforced Risk R0 to R3

MONOREPO ABYSS TOPOLOGY // AUTHORITY ↔ EXECUTION ↔ CONTROL
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "10px"}}}%%
flowchart TB
  HUMAN["HUMAN AUTHORITY · L5"]
  AGENTS["AI AGENTS · BOUNDED EXECUTION"]
  CTRL["DETERMINISTIC CONTROLS · CI / POLICY / SAFETY"]
  ABYSS["MONOREPO ABYSS · FOUNDATIONAL AGENT-FIRST REPOSITORY"]
  PACK["SHARED PACKAGES / CONTRACTS"]
  MEM["RAG / MEMORY / ORCHESTRATION"]
  INTEL["INTELLIGENCEBOARD"]
  ASSIST["SENTRA ASSIST"]
  REF["REFERRALINK"]

  HUMAN -->|intent / approval| ABYSS
  AGENTS -->|scoped engineering work| ABYSS
  CTRL -. constrain / verify .-> AGENTS
  CTRL -. enforce .-> ABYSS

  ABYSS --> PACK
  ABYSS --> MEM
  PACK --> INTEL
  PACK --> ASSIST
  PACK --> REF
  MEM --> INTEL
  MEM --> ASSIST
  MEM --> REF

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class HUMAN authority;
  class AGENTS agent;
  class CTRL control;
  class ABYSS core;
  class PACK,MEM shared;
  class INTEL,ASSIST,REF surface;
Loading
SAFRS CONTROL STACK // SIX LAYERS
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "12px"}}}%%
flowchart TB
  L0["L0 · TRUST BOUNDARY"]
  L1["L1 · CONSTITUTION"]
  L2["L2 · CONTEXT & NAVIGATION"]
  L3["L3 · EXECUTION ISOLATION"]
  L4["L4 · EXECUTABLE GOVERNANCE"]
  L5["L5 · HUMAN AUTHORITY"]

  L0 --> L1
  L1 --> L2
  L2 --> L3
  L3 --> L4
  L4 --> L5

  classDef authority fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;
  classDef agent fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef control fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef core fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef shared fill:#0D1117,stroke:#64748B,color:#ffffff,stroke-width:1.5px;
  classDef surface fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:1.5px;

  class L5 authority;
  class L3 agent;
  class L4 control;
  class L0 core;
  class L2 shared;
  class L1 surface;
Loading

CONSTRAINT DESCENDS · AUTHORITY ASCENDS · CAPABILITY ≠ TRUST

MONOREPO ABYSS // FOUNDATIONAL AGENT-FIRST REPOSITORY

The foundational engineering environment for Sentra Artificial Intelligence. Monorepo Abyss is the shared substrate from which Sentra systems are built: packages, healthcare applications, typed contracts, RAG and memory, orchestration, governance, safety controls, and clinical infrastructure — operated as an Agent-First Repository under deterministic verification and non-delegable human authority.

SAFRS reference implementation ↗

INTELLIGENCEBOARD

Clinical dashboard and operational command surface: CDSS, telemedicine, EMR bridge workflows, trajectory analytics, reporting.

SENTRA ASSIST

Clinical browser-assistance surface — emergency detection, diagnosis support, structured workflow automation, side-panel intelligence.

REFERRALINK

Referral and routing surface with diagnosis endpoint concepts, semantic cache, memory-service helpers.


09 / SENTRA DIVISIONAL ARCHITECTURE

Sentra Artificial Intelligence operates across four primary divisions — one healthcare-facing, one academic, one design-and-build, and one finance/operations-focused. Together, they form the outward operating structure built on top of the Monorepo Abyss foundation.

Four divisions Healthcare Academic Design Finance

SENTRA DIVISIONAL MAP // BUSINESS SURFACES
%%{init: {"flowchart": {"htmlLabels": false, "padding": 20}, "themeVariables": {"fontFamily": "monospace", "fontSize": "11px"}}}%%
flowchart TB
  SAI["SENTRA ARTIFICIAL INTELLIGENCE"]
  SHAI["SENTRA HEALTHCARE
ARTIFICIAL INTELLIGENCE"]
  SAS["SENTRA ACADEMIC
SOLUTIONS"]
  SMD["SENTRA MITRA
DESIGN"]
  SDFM["SENTRA DIGITAL
FINANCE MANAGEMENT"]

  SAI -->|clinical systems| SHAI
  SAI -->|academic software| SAS
  SAI -->|web / app / design build| SMD
  SAI -->|business / finance operations| SDFM

  classDef root fill:#0D1117,stroke:#5B8CFF,color:#ffffff,stroke-width:2px;
  classDef healthcare fill:#0D1117,stroke:#22D3EE,color:#ffffff,stroke-width:2px;
  classDef academic fill:#0D1117,stroke:#8B5CF6,color:#ffffff,stroke-width:2px;
  classDef design fill:#0D1117,stroke:#14B8A6,color:#ffffff,stroke-width:2px;
  classDef finance fill:#0D1117,stroke:#F59E0B,color:#ffffff,stroke-width:2px;

  class SAI root;
  class SHAI healthcare;
  class SAS academic;
  class SMD design;
  class SDFM finance;
Loading
Healthcare AI

SENTRA HEALTHCARE ARTIFICIAL INTELLIGENCE
The clinical and health-systems division. Focused on software, intelligence surfaces, and workflow tools for care delivery — including CDSS, diagnostic support, telemedicine, EMR-adjacent tooling, hospital operations, and patient-journey orchestration.

Academic Solutions

SENTRA ACADEMIC SOLUTIONS
The academic software division. Focused on building digital products for academic workflows — such as research tooling, publication systems, knowledge-management tools, education platforms, and institutional academic support software.

Mitra Design

SENTRA MITRA DESIGN
The design-and-build division. Focused on website design, application interface design, product presentation, and digital experience development for partners, clients, and ecosystem projects.

Digital Finance Management

SENTRA DIGITAL FINANCE MANAGEMENT
The finance and operational systems division. Focused on digital finance management, internal business operations, financial visibility, reporting, and future tooling for budgeting, administration, and management workflows.


10 / OFFICIAL SPONSOR

RSIA Melinda DHAI

Hospital Maternal and Child
RSIA Melinda DHAI
Strategic healthcare collaboration and institutional support for applied clinical intelligence, operational interoperability, and bedside-first AI workflows.
MedLab

Diagnostics Lab Ecosystem
MedLab
Supporting ecosystem for medical and diagnostic innovation, aligned with workflow modernization, health data intelligence, and practical AI deployment.
Q Sehat Group

Pharmaceutical Supply Continuity
Q Sehat Group
A pharmaceutical group supporting the healthcare ecosystem through medicine supply continuity, distribution infrastructure, and practical collaboration in clinical intelligence deployment.
---

11 / OPEN CHANNEL

Discord LinkedIn Medium Quora Reddit TikTok X Email


12 / ACTIVE STACK

Cursor
Editor Daily Driver
Cursor
AI-first code editor for repo-aware editing, fast iteration, and day-to-day agentic development workflows.
cursor.com ↗
Google Antigravity
Agent Platform Orchestration
Google Antigravity
Agent-first development platform for orchestrating multiple agents, artifacts, and verification flows across IDE, CLI, and SDK surfaces.
antigravity.google ↗
Anthropic Claude Code
Coding Agent Deep Reasoning
Anthropic · Claude Code
Terminal- and IDE-native coding agent for deep reasoning, codebase analysis, implementation, and verification-heavy engineering tasks.
claude.com/product/claude-code ↗
OpenAI Codex
Software Agent Task Execution
OpenAI · Codex
Software-engineering agent for structured task execution, refactors, reviews, and background coding work across projects.
openai.com/codex ↗
OpenRouter
Model Router Multi Provider
OpenRouter
Unified routing layer providing one consistent API surface across multiple frontier and open-model providers.
openrouter.ai ↗
Google AI Environment
Model Environment Gemini Access
Google AI Environment
Gemini and Google AI developer environment for model access, experimentation, and broader agentic tooling.
ai.google.dev ↗
Bullet Coding
Method Short Loops
Bullet Coding
Constraint-driven coding discipline centered on concise execution loops, bounded scope, explicit prompts, and fast ship-first iteration.
codewithbullet.com ↗
Grok
Reasoning Model Alt Perspective
Grok
Additional frontier reasoning layer for fast ideation, synthesis, and alternate model perspective.
grok.com ↗
Space AI
Auxiliary Platform Workflow Support
Space AI
AI-native platform used as an auxiliary experimentation surface for automated content, workflow support, and adjacent operational exploration.
spaceai.so ↗
Stack Posture
Editor Agents Routing Verification
STACK POSTURE
Model-agnostic where useful, agent-first by design, audit-first in operation, and always governed by terminal human authority.
---

13 / INSTRUMENTATION

ACTUAL TECHNOLOGY SURFACE · 10 ENGINEERING PILLARS · MONOREPO ABYSS

Languages & Runtimes

LANGUAGES & RUNTIMES
TypeScript 5.9 · Python 3.12+ · Node.js 22+ · PowerShell (pwsh) · SQL · Bash · HTML5 / CSS3

Frontend & UI Engine

FRONTEND & UI ENGINE
Next.js (App Router) · React 18/19 · Vue 3 · Vite · Tailwind CSS · Framer Motion · Three.js (SentraVerse) · Radix UI · Sentra Design Tokens (OKLCH) · Sentra UI · Lucide · Recharts · ApexCharts · WXT (WebExtension) · Storybook · TanStack Query · Zustand

Backend & API

BACKEND & API
FastAPI · Uvicorn / Starlette · Express.js · Flask · Frappe Framework / ERPNext · Pydantic v2 · Zod

AI ML NLP Vision

AI · ML · NLP · VISION
TensorFlow / Keras · PyTorch · Hugging Face Transformers · LangChain · LlamaIndex · OpenAI GPT-4o · Anthropic Claude · Google Gemini · Mistral AI · Tesseract.js / PyTesseract OCR · Model Context Protocol (MCP) · Assistant UI · Pandas · NumPy · BioPython · SpaCy

Database & Storage

DATABASE & STORAGE
PostgreSQL 16+ · Prisma ORM · MongoDB & Motor · MariaDB · SQLite / LibSQL · Redis · SQLAlchemy & Alembic · Supabase · AWS S3 / Cloudflare R2 · XLSX Engine

DevOps Cloud Infra

DEVOPS · CLOUD · INFRA
Docker & Docker Compose · Kubernetes (K8s) · ArgoCD (GitOps) · Terraform (IaC) · Vercel · Cloudflare Workers / Sandbox · Nginx · Git · GitHub Actions · Dependabot

Monorepo & Build Tools

MONOREPO & BUILD TOOLS
Turborepo 2.9 · pnpm Workspaces 9.15 · Changesets · tsx & esbuild · Rollup · SWC

Testing & QA

TESTING & QA
Vitest & Vitest UI · Playwright (E2E) · Jest · React Testing Library · Pytest · Supertest · Axe Core A11y

Security & Governance

SECURITY & GOVERNANCE
Husky 9 · lint-staged · ESLint 9 (Flat Config) · Prettier 3 · Stylelint 17 · CodeQL SAST · Indonesian PHI Gate Scanner · Secret Scan Gate · App Independence Validator · CRP Healthcheck

Medical & Harvester

MEDICAL & HARVESTER
JATS XML Parser Engine · SHA-256 Source Hasher · PDF Extraction Engine · PubMed / Europe PMC Harvester · Clinical Knowledge Registry

---

Dedicated to Aldebaran, Aimee, Audrey, and Del — & the Indonesia Healthcare Ecosystem.
Sentra Artificial Intelligence · Built in the depth, deployed at the bedside.
// the surface is documentation. the depth is running.

Popular repositories Loading

  1. drferdii drferdii Public

    A physician, legal professional, and artificial intelligence enthusiast based in Indonesia. Research interests sit at the intersection of clinical medicine, computational neuroscience, and AI-augme…

    HTML 7

  2. OhMyPosh OhMyPosh Public

    Your terminal deserves to look good — just for today, or just for this session. No commits, no config files, no regrets. Copy, paste, and enjoy a beautiful prompt immediately.

    PowerShell 7

  3. MyMindMemory MyMindMemory Public

    This repository is designed as a living knowledge foundation that captures Dr. Ferdi Iskandar’s way of thinking, decision-making process, lessons learned, vision, and values across leadership, heal…

    7

  4. sidelab-previous sidelab-previous Public

    Clinical decision support for the terminal. Fast. Offline. Evidence-backed. No browsers. No context switching. Differential diagnosis, ranked by guideline and evidence, in the environment where you…

    Python 7 4

  5. assistverse assistverse Public

    Assistverse is the public-facing product environment for Sentra's clinical-intelligence work. This repository contains the product site, capability narrative, ACARS intelligence surface, manifesto,…

    TypeScript 7 2

  6. myprompt myprompt Public

    A minimalist yet powerful prompt engine crafted for seamless AI execution. Engineered to bridge the gap between simple inputs and sophisticated AI outputs, unlocking maximum performance with minima…

    TypeScript 7 5