惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
人人都是产品经理
人人都是产品经理
H
Help Net Security
Y
Y Combinator Blog
B
Blog
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
D
Docker
博客园 - 聂微东
B
Blog RSS Feed
G
Google Developers Blog

博客园 - lightsong

LoRA unsloth比transformer库本身的微调有什么优点? offline-llms +++ transformer + peft 微调 Train and Fine-Tune Sentence Transformers Models Symmetric vs. Asymmetric Semantic Search Hierarchical Navigable Small Worlds (HNSW) Vision Transformer + BentoML ML Serving/编排工具 Introducing Gemma 3 270M: The compact model for hyper-efficient AI Utopia -- 企业世界模型 trustgraph semantica vs graphti Industrial-Strength Natural Language Processing seata reference with springboot and other valuable demo outbox pattern with springboot Saga pattern with springboot 基于 Sentence Transformers 的具体应用案例 Vault with Keycloak as workload IAM Ontology Reasoning System ADR Claude Code的hook The AI-Native SDLC playbook Introduction to Dapper Introduction to FluentValidation Introduction to AutoFixture Introduction to FluentAssertions Understanding Return Types: IEnumerable, IReadOnlyCollection, and List Introduction to Refit Introduction to Carter Introduction to Minimal APIs
semantica
lightsong · 2026-09-06 · via 博客园 - lightsong

semantica

https://docs.getsemantica.ai/

https://github.com/semantica-agi/semantica/tree/main

https://github.com/meiyoutou/semantica-explorer-demo/tree/main

DEMO

https://github.com/fanqingsong/accountable-lending

Welcome to Semantica

The Context and Semantic Layer for AI in High-Stakes Domains: Context Graphs · Decision Intelligence · Full Provenance

Most AI agents run on embeddings, not meaning. A similarity score has no structure, no relationships, and no way to explain why a result came back.Semantica is the semantic and context layer underneath your LLM, vector store, and agent framework: deterministic infrastructure, not a model. Graph construction, reasoning, and provenance all run without an LLM in the loop. It turns fragmented enterprise data into a structured, queryable context graph and knowledge graph, governed by ontologies, taxonomies, and controlled vocabularies (OWL, SHACL, SKOS), so your data’s meaning is explicit rather than approximated by an embedding.Provenance and audit trails aren’t a bolt-on. They fall out naturally once your data has that structure, so the same graph that powers retrieval and reasoning also gives you a straight answer when a regulator asks why.

What you get

  • Context graphs: a persistent, queryable graph of everything your agent knows, decides, and reasons about
  • Decision intelligence: record_decision() captures the full lifecycle and causal chain of every decision
  • Full provenance: every fact links back to its source, W3C PROV-O compliant and audit-ready for HIPAA, SOX, and GDPR
  • Explainable reasoning: forward chaining, Datalog, and SPARQL, each with a derivation path you can inspect
  • Temporal intelligence: Allen interval algebra and point-in-time snapshots, so the graph knows not just what but when

https://docs.getsemantica.ai/guides/decision-intelligence/

Decision Intelligence

How Semantica records, stores, traces, and queries AI agent decisions as first-class knowledge graph objects — with causal chains, precedent search, policy enforcement, and full explainability.

AgentContext.record_decision() stores every AI decision as a node in the knowledge graph, linked by causal edges to the decisions that preceded it and the outcomes that followed. Use it to build an auditable reasoning trail — one that lets you reconstruct, six months later, exactly which classification caused which escalation, and which policy was checked before it was recorded.

What Is Decision Intelligence?

Decision Intelligence records and analyzes an agent’s own decisions as structured data that can be queried, analyzed, and reused. Instead of decisions disappearing after execution, they become persistent graph nodes with searchable metadata, reasoning chains, and causal relationships.Decision Intelligence records decisions by capturing the scenario, reasoning, outcome, confidence, and decision maker for each choice the agent makes. These decisions become queryable nodes in your knowledge graph.Decisions become graph nodes that can be linked causally (Decision A caused Decision B), searched by similarity (find decisions like this scenario), and analyzed statistically (confidence trends, common outcomes).The goal is auditability, explainability, precedent search, and causal tracing. You can trace why decisions were made, find similar past decisions for consistency, and understand the full causal chain from initial detection to final action.Decision Intelligence vs. Agent Memory: Agent Memory stores external knowledge (documents, facts, observations). Decision Intelligence stores internal decisions (classifications, approvals, actions the agent itself made).Decision Intelligence vs. Reasoning: Reasoning derives new facts from existing data using logical rules. Decision Intelligence records the choices and judgments the agent made during problem-solving.Decision Intelligence vs. Graph Analytics: Graph Analytics analyzes the structural properties of your knowledge graph. Decision Intelligence focuses specifically on the decision-making process and its audit trail.

Why Use Decision Intelligence?

Auditable AI actions. Every decision is recorded with reasoning, confidence, and timestamp, creating a complete audit trail for AI behavior in production systems.Explainability. When stakeholders ask “why did the system do X?”, you can trace the exact decision chain that led to that action, including intermediate reasoning steps.Precedent reuse. Before making new decisions, agents can search for similar past scenarios and their outcomes, promoting consistency and learning from previous experience.Causal analysis. Understand how early decisions cascade into later outcomes by following causal relationships between linked decision nodes.Governance and compliance. Policy engines can gate decisions against compliance rules, and all policy applications are recorded for regulatory audit.

When To Use / When Not To Use

Use Decision Intelligence when:

  • Building autonomous agents that make consequential choices
  • Implementing decision workflows requiring audit trails
  • Operating under compliance requirements (financial services, healthcare, defense)
  • Building approval systems with multiple decision points
  • Working in risk-sensitive environments where decisions must be explainable

Do not use when:

  • Building stateless chatbots that only retrieve information
  • Implementing simple RAG systems without decision-making
  • Creating read-only information retrieval applications
  • Building applications that never make actionable decisions requiring audit trails

出处:http://www.cnblogs.com/lightsong/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。