TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The IDP Knowledge Base System

71 pointsby this_was_postedover 1 year ago

5 comments

ansibleover 1 year ago
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_nuover 1 year ago
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 未加载
YoshiRulzover 1 year ago
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?
lucifer153over 1 year ago
It seems it has a lot in common with Lamport&#x27;s TLA+, can someone compare?
评论 #38362167 未加载
melagonsterover 1 year ago
This looks beautiful. hope I have chances to try it.