Skip to main content
← Back to authors
IT

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.

constitutional AI system designFDIA equation and frameworkJITNA protocol specificationenterprise AI governancefull-stack Next.js developmentbilingual AI platform architectureAI operating systemsThailand enterprise AI deployment

Related articles(40)

product·2026-05-23·13 min read
Delentia AI: The Autonomous Enterprise Agent

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.

compliance·2026-05-23·11 min read
PDPA AI Compliance Checklist 2567: 12 Obligations Enterprise AI Systems Must Meet

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.

research·2026-05-21·14 min read
ASEAN Enterprise AI Deployment Guide: Governance, Compliance, and Regional Scale

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.

engineering·2026-05-20·9 min read
RCT Platform Roadmap: From Public Alpha to ASEAN Expansion

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.

research·2026-05-19·12 min read
Regional Language Adapter: Thai NLP in Enterprise AI

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.

engineering·2026-05-17·14 min read
Building an Institutional-Grade AI Trading System on the RCT Platform

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.

research·2026-05-17·13 min read
Specialist Studio: Domain-Specific AI Orchestration in the RCT Ecosystem

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.

engineering·2026-05-16·10 min read
Knowledge Vault (Vault-1068): The Static Knowledge Layer in the RCT Ecosystem

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.

research·2026-05-14·16 min read
RCT Control Plane: Governance at Runtime — How Constitutional AI Enforces Policy Every Millisecond

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.

research·2026-05-14·12 min read
RCT Control Plane: The Governance Layer That Manages Every AI Decision

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.

engineering·2026-05-13·11 min read
The RCT 7 Genome System: How Every Module Interconnects

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.

research·2026-05-10·13 min read
Intent Farming: How to Cultivate and Grow AI Context Over Time

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.

research·2026-05-07·14 min read
Circuit Breaker Pattern for AI Systems: Building Failure-Resistant AI Pipelines

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.

research·2026-04-23·14 min read
MOIP: How Multi-Objective Intent Planning Finds Pareto-Optimal AI Decisions

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.

research·2026-04-22·12 min read
MEE: How the Meta Evolution Engine Creates Self-Improving AI Algorithms

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.

engineering·2026-04-22·8 min read
delentia-os v1.0.2a0: Apache 2.0 Public Alpha Now Available on GitHub

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.

research·2026-04-01·16 min read
Multi-Agent AI Systems: Architecture, Protocols, and Enterprise Deployment

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.

research·2026-03-28·11 min read
Constitutional AI vs RAG: Which Architecture Actually Prevents Hallucination?

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.

research·2026-03-28·8 min read
Delta Engine: How Delentia Labs Achieves 74% Memory Compression and Sub-50ms Recall

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.

research·2026-03-28·12 min read
Evaluation Harnesses for Enterprise LLMs: Beyond Vibe-Testing

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.

research·2026-03-28·14 min read
The FDIA Equation Explained: How F = (D^I) × A Powers Constitutional AI

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.

research·2026-03-28·10 min read
HexaCore: The 7-Model AI Infrastructure with Geopolitical Balance

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.

philosophy·2026-03-28·14 min read
The Intent Operating System: Why Enterprise AI Needs an Orchestration Layer

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.

research·2026-03-28·9 min read
PDPA and AI Compliance in Thailand: A 2026 Enterprise Guide

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.

research·2026-03-28·7 min read
4,849 Tests, 0 Failures: How Delentia Labs Verifies Everything

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.

research·2026-03-28·9 min read
DelentiaDB v2.0: The 8-Dimensional Universal Memory Schema for AI Systems

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.

philosophy·2026-03-28·7 min read
Reverse Component Thinking: The Engineering Philosophy Behind Delentia Labs

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.

research·2026-03-28·9 min read
SignedAI: Multi-LLM Consensus to Prevent Hallucination at Scale

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.

news·2026-03-28·6 min read
Thai AI Platform Vision 2030: Building a 50-100 Billion THB National Infrastructure

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.

research·2026-03-28·8 min read
Verification vs Prompt Engineering: Why Constitutional AI Changes the Equation

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.

research·2026-03-26·10 min read
Constitutional AI for Thailand: A Practical Enterprise Deployment Guide

A practical guide for deploying constitutional AI in Thailand, combining global governance frameworks with local requirements around data control, bilingual operation, and enterprise trust.

research·2026-03-26·9 min read
Designing Low-Hallucination AI Systems: What Actually Reduces Failure Rates

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.

research·2026-03-26·10 min read
Enterprise AI Governance Playbook 2026: From Policy Principles to Operating Controls

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.

research·2026-03-26·9 min read
Enterprise AI Memory Systems Explained: What Teams Get Wrong About Context, Recall, and Trust

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.

research·2026-03-26·8 min read
How to Evaluate an Enterprise AI Platform Before Procurement

A buyer-side framework for evaluating enterprise AI platforms across governance, architecture, memory, routing, observability, and release transparency before procurement.

release·2026-03-11·5 min read
2026.03 Snapshot: Platform Reliability, Public Readiness, and Enterprise Launch Alignment

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.

engineering·2026-02-15·8 min read
How to Reduce AI Hallucination: The FDIA Approach

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.

research·2025-02-01·11 min read
JITNA — Just In Time Nodal Assembly: The Communication Protocol for Agentic AI

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.

research·2025-01-25·9 min read
The RCT-7 Process: A Comprehensive Guide to Reverse Component Thinking

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.

philosophy·2025-01-20·5 min read
Understanding Intent Operations: The Foundation of Delentia Labs

Intent operations form the core of Delentia Labs' approach to AI. Let's dive into what they mean and why they matter.