Ittirit Saengow
Solo Founder & Developerอิทธิฤทธิ์ แซ่โง้ว
Founder and Architect, Delentia Labs
Ittirit Saengow (อิทธิฤทธิ์ แซ่โง้ว) is the founder, sole developer, and primary author of Delentia Labs — a constitutional AI operating system platform built independently from architecture through publication. He conceived and developed the FDIA equation (F = (D^I) × A), the JITNA protocol specification (RFC-001), the 10-layer architecture, the 7-Genome system, and the RCT-7 process framework. Public-facing proof uses public sdk verification lane at 1,791 tests, while the broader runtime footprint is disclosed separately as an enterprise runtime snapshot.
Related articles(40)
Delentia AI is not a chatbot with an agentic wrapper. It is an enterprise-grade autonomous agent built on FDIA-gated intent routing, JITNA-bounded execution, and SignedAI-verified decision chains — designed to operate in production without requiring human approval for every step while remaining auditable, stoppable, and constitutionally governed at all times.
Thailand's PDPA entered full enforcement in June 2022. Three years later, most enterprise AI systems operating in Thailand remain non-compliant in ways that create measurable legal risk. This checklist covers 12 obligations most commonly missed in AI deployments, with specific technical controls required for each.
Deploying enterprise AI across ASEAN means operating under 10 different data protection regimes, 8 primary languages, 6 distinct cloud sovereignty requirements, and one shared expectation: that your AI system is explainable, auditable, and compliant at every step. This guide maps the ASEAN AI governance landscape onto practical deployment architecture.
delentia-os v1.0.2a0 is live. Here is what was shipped, what is in progress, and what is coming in v1.0.3a0, v1.0.0 stable, v1.1.0 Observability, and v1.2.0 ASEAN Expansion — and what we are explicitly not building in the open-source tier.
Thai is not a simplified version of a language — it has no spaces between words, stacked tone markers, 44 consonants with positional meaning, and PDPA-sensitive personal data patterns embedded in everyday syntax. The RCT Regional Language Adapter solves this at the enterprise layer without compromising governance boundaries.
An architectural blueprint for applying delentia-os's FDIA, SignedAI, and Delta Engine to institutional trading. This article maps the 7-state IntentLoop to a complete news-driven trading pipeline — from data ingestion through multi-model risk gating and DelentiaDB trade outcome logging.
Most enterprise AI deployments fail at the domain boundary — where general-purpose LLMs meet specialized professional knowledge. The RCT Specialist Studio solves this with domain-specific orchestration that routes every query to the right genome, model, and verification tier automatically.
Dynamic AI memory gets most of the attention, but enterprise AI deployments fail most often on static knowledge — facts that don't change, rules that must always apply, and institutional knowledge that needs to be consistent across all agents. Vault-1068 is the RCT Ecosystem's answer: a constitutional access-controlled static knowledge layer.
Most AI governance happens at deployment time: you write a system prompt, define usage policies, and hope the model stays within bounds. RCT's Control Plane enforces governance at runtime — every token, every agent call, every tool use — through 15 DSL modules that make 100% policy enforcement mathematically verifiable rather than probabilistically hoped for.
Every enterprise AI deployment has the same hidden problem: who controls which AI can do what, under which conditions, with which data, and with what level of authority? The RCT Control Plane is the answer — a constitutional governance layer that sits above every LLM and enforces policy, routing, authorization, and audit at the system level.
Most AI systems are a collection of loosely coupled components. The RCT 7 Genome System is different — it is a closed biological loop where each genome feeds the next, the last feeds the first, and the system never stops evolving. This article explains how G1 through G7 interconnect and why the circular architecture matters.
Intent farming is the systematic practice of accumulating, organizing, and enriching AI context over time — converting one-shot queries into progressively smarter sessions. This article explains the architecture, the DelentiaDB memory layer, and how intent farming changes the economics of enterprise AI.
The circuit breaker pattern — borrowed from electrical engineering — is the missing reliability layer in most enterprise AI pipelines. This guide explains how to apply it to AI systems, what RCT Platform implements natively, and how it prevents cascading failures in multi-agent architectures.
MOIP (Multi-Objective Intent Planning) solves the problem every enterprise faces: multiple conflicting goals that cannot all be maximised simultaneously. Using Pareto frontier analysis, MOIP identifies decisions that are mathematically optimal — no alternative is better on all dimensions at once.
MEE (Meta Evolution Engine) is the self-learning core of the RCT Ecosystem. It automatically spawns, adapts, and improves algorithms through a constitutional evolution loop — without manual retraining cycles.
delentia-os v1.0.2a0 is now publicly available on GitHub under Apache 2.0. The SDK ships 723 passing tests, 89% coverage, five reference microservices, and the full FDIA + JITNA reference implementation — no API keys required to get started.
Multi-agent AI systems coordinate multiple specialized models through communication protocols to solve complex tasks no single model can handle reliably. This guide covers architecture patterns, the JITNA communication protocol, consensus verification, and enterprise deployment considerations.
RAG (Retrieval-Augmented Generation) reduces hallucination by grounding responses in retrieved documents. Constitutional AI prevents hallucination through architectural constraints. This comparison explains the fundamental difference, performance data, and when to use each approach — or both.
The Delta Engine is the memory compression and recall system at the core of the RCT Ecosystem. By storing only state changes (deltas) rather than full state snapshots, it achieves 74% lossless compression and enables warm recall in under 50 milliseconds — reducing per-request cost to near zero for repeated patterns.
Most AI teams evaluate their LLM deployments by looking at outputs and deciding if they seem right. This is vibe-testing. Here is a rigorous alternative — how the RCT Ecosystem runs 4,849 automated tests across 8 evaluation levels to produce verifiable enterprise trust signals.
FDIA is the mathematical foundation of Delentia Labs — a four-variable equation that governs how AI systems produce trustworthy output. This article explains every component, why Intent acts as an exponent, and how FDIA achieves 0.92 accuracy vs the industry baseline of ~0.65.
HexaCore is the multi-model AI routing infrastructure at the heart of the RCT Ecosystem. This article explains how 7 AI models (3 Western + 3 Eastern + 1 Regional Thai) are selected, balanced, and verified to achieve 0.3% hallucination and 30-40% cost savings vs single-model deployments.
An LLM is not an operating system. It is an application. Enterprise AI needs what every enterprise software system needs: an orchestration layer that manages resources, enforces policies, routes tasks, and maintains state. This is what an Intent OS provides — and why the RCT Ecosystem is built as one.
Thailand's PDPA (Personal Data Protection Act) imposes strict requirements on AI systems that process personal data. This guide explains the key obligations, common compliance gaps, and how a Constitutional AI framework like Delentia Labs addresses PDPA requirements architecturally.
This article documents the methodology behind the RCT Ecosystem's enterprise-private 4,849-test snapshot. It should be read as architecture and evidence-process documentation, not as the public proof lane for the open SDK.
DelentiaDB is the universal memory architecture of the RCT Ecosystem — an 8-dimensional schema designed for structured AI memory, full provenance tracking, and PDPA-compliant right-to-erasure. This article explains the schema, three storage zones, and why traditional vector databases fall short for enterprise AI.
Reverse Component Thinking (RCT) is the engineering methodology at the core of Delentia Labs. Instead of building forward from features, RCT starts from the desired outcome and decomposes backwards to find the smallest verifiable parts. This article explains why this inversion changes what you build — and why it matters for AI safety.
SignedAI is the multi-model consensus verification system of the RCT Ecosystem. Instead of trusting a single AI model's output, SignedAI routes critical queries through 4-8 models simultaneously and requires formal agreement before any result is released — reducing hallucination by 95% vs single-model systems.
Delentia Labs was built with a specific long-term vision: become the constitutional AI operating standard for 1,000+ Thai enterprises by 2030, generating 50-100 billion THB in national economic value. This article explains the vision, the technical foundation that makes it credible, and the role of open standards in achieving it.
Prompt engineering tells the model what to do. Constitutional AI verification ensures the system can only do what it is authorized to do. This article explains the fundamental difference — why verification is deterministic and prompt engineering is probabilistic — and what this means for enterprise AI deployments.
A practical guide for deploying constitutional AI in Thailand, combining global governance frameworks with local requirements around data control, bilingual operation, and enterprise trust.
Low-hallucination AI is not the result of one prompt trick. It comes from system design choices across retrieval, memory, verification, routing, evaluation, and operator review.
A practical governance playbook for enterprise AI teams translating NIST AI RMF, OECD AI Principles, and the EU AI Act into operating controls, review loops, and deployment gates.
Enterprise AI memory is not just storing more tokens. It is about preserving relevant context, separating durable facts from temporary state, and making long-running AI behavior auditable.
A buyer-side framework for evaluating enterprise AI platforms across governance, architecture, memory, routing, observability, and release transparency before procurement.
Delentia Labs 2026.03 Snapshot aligns the public platform with the current benchmark baseline, strengthens enterprise readiness, and improves launch-critical SEO and content governance.
Step-by-step guide to reducing AI hallucination in production LLMs using the FDIA equation. Learn practical strategies for risk assessment, memory architecture, and continuous benchmark validation.
JITNA (Just In Time Nodal Assembly) is the open agent-to-agent communication protocol of the RCT Ecosystem — think of it as the HTTP of Agentic AI. This article explains the RFC-001 specification, negotiation flow, and how JITNA differs from tool-calling APIs.
RCT-7 is the seven-step continuous improvement process at the heart of Reverse Component Thinking. This guide explains each step in detail — from decomposition through constitutional verification — and how it achieves systematic quality improvement across the entire AI platform.
Intent operations form the core of Delentia Labs' approach to AI. Let's dive into what they mean and why they matter.