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

推荐订阅源

B
Blog
D
Docker
J
Java Code Geeks
腾讯CDC
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
博客园 - Franky
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Legal Ontologies for AI
alansaber · 2026-05-24 · via Hacker News - Newest: "AI"

Legal practice revolves around documents, yet the substance of law exists beneath them: entities, rights, obligations, ownership, control, legal status, and evolving relationships over time. Documents are only snapshots of that structure. Our systems read, summarise, and answer questions around documents, but do not maintain a clear model of the underlying scenario.

In particular, agents reconstruct context at runtime. They search documents, retrieve chunks, build temporary summaries, and infer meaning on demand. The same question produces different answers depending on what was retrieved, how it was ranked, and what the model inferred in the moment. This is fundamentally unstable over time.

Legal work doesn't lend itself to moving fast and breaking things. Legal interpretations depend on a variety of living relationships, not all of which can be codified. So if you can't just throw more incomplete information at the problem, what can you do?

An ontology is a formal model of a domain. It defines the entities, relationships, states, and constraints that matter, such as obligations. It also defines how those things relate to each other, such as which obligation applies to which party, and how those facts change over time, such as whether it has been transferred.

An ontology-based knowledge graph solves problems by curating durable context. It absorbs changes from source material such as contracts, emails, drafts, filings, executed agreements, user actions, and case law. New information is reconciled against the existing structure rather than treated as isolated event.

A prominent issue this solves for is an AI system getting stuck on a misinterpretation (ie. thinking an email was sent today, when it was not). Using an ontology-based system, we reconcile this information when ingested, ironing out a major failure mode.

Years ago, building legal ontologies often meant brittle systems: rigid rule engines or regex-heavy extraction. We can now parse unstructured documents, classify entities, and identify relationships. Individual processing steps are no longer the frontier. It has shifted to reconciliation, governance and management.

If a system says that a party has an obligation, a lawyer should be able to trace that conclusion through the relevant agreement, clause, amendment, event, and interpretation. If a risk score changes, the system should show what changed and why. If an AI agent proposes an action, that action should be validated against the current state of the legal graph. This creates a shared source of truth for both humans and AI.

If the system is not easy to audit and understand, the premise of the ontological system instantly crumbles. It's absolutely key that this system has human intervention. Where a change affects legal interpretation, obligations, risk, or conclusions, it should be surfaced for professional review rather than applied silently. When a lawyer accepts, rejects, or modifies an AI suggestion, that interaction can update the knowledge graph or create a governance signal. Over time, the system becomes better aligned with the firm's reasoning, preferences, and risk tolerance.

Ontologies are the foundation for accountable legal AI, and will become increasingly prevalent as we continue to iron out technical kinks in agentic systems.