Ontology
Defines entities, relationships, constraints, types, and reusable decision templates.
The semantic learning control plane
T2K turns source-backed claims and operational facts into governed knowledge. It preserves the state, reasoning, authority, execution receipt, measured outcome, and policy version so every improvement can be inspected, evaluated, deployed, and rolled back.
Facts need meaning. Decisions need context. Learning needs receipts.
Facts without an ontology are ambiguous. An ontology without facts cannot guide action. T2K joins both with an explicit objective and policies, then preserves the full episode instead of hiding it in a prompt.
The operating model
The same facts can lead to different choices when the objective or policy changes. T2K makes those differences visible and versioned.
Defines entities, relationships, constraints, types, and reusable decision templates.
Captures graph-local claims with source evidence, time, modality, confidence, and review state.
States what the decision should optimize, including tradeoffs, alternatives, and uncertainty.
Applies laws, company rules, safety limits, authority, and required review before action.
The governed closed loop
T2K turns each consequential decision into a replayable episode. Candidate behavior is computed over disjoint held-out episodes, checked for action coverage and guardrails, then promoted by an independent human reviewer.
What Studio provides
Ontology Studio is a managed multi-workspace semantic and decision control plane with seven deliberately separate planes. Signed cross-instance federation remains roadmap work.
Compile immutable ontology packs, dependencies, business contexts, canonical definitions, and reusable decision templates.
Private graphs contain local entities, temporal claims, attestations, disputes, and provenance.
Immutable snapshots preserve inputs, alternatives, recommendations, authority, actions, and outcomes.
Track idempotent connector attempts, external transactions, receipts, reconciliation, and reversal.
Keep sourced observations, baselines, windows, units, and attribution confidence explicit.
Evaluate reward vectors, replay candidates, activate one immutable policy version, monitor, and roll back.
Publish exact, redacted, or aggregate knowledge and promote reusable semantics through review.
The reusable framework boundary
@t2kai/core gives agents and applications the same
contracts Studio uses: ontology manifests, deterministic pack
compilation, graph and claim records, Decision Contexts, episodes,
policies, rewards, and a typed control-plane client. The runtime
and ontology-pack standard are now public under Apache-2.0 with
conformance fixtures, deterministic reward evaluation, a local
Postgres lifecycle, a tested create-t2k scaffold, and
the safe local @t2kai/mcp adapter. All three public
packages have clean-install coverage and Node 20/22 CI.
import { T2kClient } from "@t2kai/core";
import { compileOntologyPackSet }
from "@t2kai/core/compiler";
const semantics = compileOntologyPackSet({
manifests: [kernel, smb, vertical],
roots: [{
ontologyId: "field-service",
version: "^1.0.0"
}],
contextValues: businessContext
});
if (semantics.status !== "valid") {
throw semantics.diagnostics;
}
From source packet to a better next decision
T2K creates a chain of custody for meaning. Each step produces a reviewable object instead of silently rewriting the previous one.
Keep the original document and its source metadata.
Map supported sources into proposed entities and claims against accepted definitions.
Bind facts, objective, policies, uncertainty, and freshness.
Separate recommendation from human authorization and action.
Require idempotency, rollback, and a receipt for external effects.
Measure declared outcomes without confusing sequence with causality.
Replay candidates and promote only reviewed policy or ontology versions.
Three ways in
Capture what owners, employees, advisors, and records know. See unresolved risks, make repeatable decisions, and learn from measured results without giving up human authority.
Run the guided SMB tutorialUse ontology manifests, canonical definition refs, graph ownership, rich claims, Decision Episodes, versioned policies, REST, TypeScript, and MCP.
Open the developer platformKeep customer identity and facts local. Exchange approved knowledge, return execution receipts and observations, then promote evaluated behavior or reusable definitions through separate review gates.
Inspect decision learningA concrete implementation
TransferOS uses the shared semantic infrastructure for business transitions while retaining its own workflows, records, and project ontology.
Reusable SMB concepts can move upward only through evidence-backed promotion. Private company records never become universal entity IDs.
Ontology Studio is live
Start with a plain-language walkthrough. Build one small workspace. Then govern packs in the semantic control room and inspect policy, episode, reward, and promotion state in Decision Learning.
FAQ
The boundaries matter as much as the capabilities.
A semantic control plane for turning source material into governed ontologies, evidenced claims, knowledge graphs, and reviewable decision contexts.
A summary compresses evidence into prose. T2K keeps definitions, facts, sources, objectives, policies, recommendations, and decisions separate.
Yes. The Apache-2.0 standard, compiler, evaluator, client, safe local @t2kai/mcp adapter, and tested create-t2k scaffold are public in t2k-core. The @t2kai/core, @t2kai/mcp, and create-t2k packages are published on npm; core and create-t2k carry registry provenance. Approved integrations can also bind private graphs and use hosted REST or MCP operations without moving their runtime into Studio.
No. It is a project-specific system using the T2K kernel and layered SMB packs. Its private records remain graph-local.
No. It can assemble evidence and recommendations, but those remain separate from human authorization, action, rollback, and outcome tracking.
No. T2K supports audit-only, supervised-feedback, contextual-bandit, sequential-RL, and optimization modes. Consequential SMB workflows start with supervised feedback and offline evaluation.
No. The built-in extractor is deterministic and template-oriented. External extractors can be tested in shadow mode, but general schema-guided LLM extraction remains roadmap work.
No. Studio provides controlled publication, lineage, redaction, and revocation inside one managed multi-workspace control plane. Signed cross-instance exchange and receiver-side acceptance are not yet implemented.
The public guides require no account. Start with the 15-minute workspace guide or the closed-loop tutorial, then inspect semantic governance or live Decision Episodes.
Built for consequential knowledge
Text2Knowledge is the ontology and decision infrastructure layer from sig.ai, built on 25 years of work in NLP, machine learning, bioinformatics, healthcare, and applied data systems.
LLMs made language fluid. T2K makes the resulting knowledge explicit, governed, and usable by people and software that need more than a plausible answer.
Start with one decision
Bring a source packet, a question, and the constraints that matter.
Explore the closed loop