TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The IDP Knowledge Base System

71 点作者 this_was_posted超过 1 年前

5 条评论

ansible超过 1 年前
I&#x27;m glad to see the design of the knowledge base language is aware of context (here called a domain). This is better than other systems, like what is used to parse &#x2F; dump data from Wikipedia, where the context is basically &quot;the real world right now&quot;. However, it doesn&#x27;t seem like they wanted systems to be able to use and switch between domains easily, nor be able to backtrack (where you have inferred some knowledge, and you are trying to figure out what domain(s) you should be operating inside).<p>Contextual reasoning is very important for many situations, because time is one of the most important contexts. You can have a fact like &quot;the iPhone is the best selling phone&quot;. This fact is true or false based on the context. It is definitely false in the real world year 2006 and before, because the first iPhone was not released yet. While the fact may be true right now in a global context, if we are talking about a specific country or region, it may be false. For example, I would expect that satellite-capable phones may be more popular in a highly remote (non-urban) country or region.
评论 #38363004 未加载
marginalia_nu超过 1 年前
I&#x27;ve read the entire landing page and I&#x27;m still not sure what IDP is or does. Which, to be fair, is a common failure pattern with many landing pages.
评论 #38362099 未加载
YoshiRulz超过 1 年前
I read through the syntax tutorial, and based on that alone I&#x27;m guessing this thing would be a huge pain to work with. The operators `=&lt;`, `&lt;=`, `&gt;=`, and `=&gt;` are easily confusable&#x2F;typo-able, and I have to imagine the for-all operator is `!` only because someone had already decided to use `?` for there-exists, since who in their right mind would use a `!` prefix to mean anything other than boolean negation?
lucifer153超过 1 年前
It seems it has a lot in common with Lamport&#x27;s TLA+, can someone compare?
评论 #38362167 未加载
melagonster超过 1 年前
This looks beautiful. hope I have chances to try it.