Jev, Prolog, Pi, and the dream of probabilistic logic programming A developer has added support for Jev, Typesafe's probabilistic inference engine, to the DeepClause SDK and its Pi extension, allowing logical predicates in DML/Prolog to call Jev or fall back to an LLM for judgments such as multiple-choice selection, scoring, and yes/no verification. The integration is aimed at use cases where a pure LLM or agent approach would be too expensive or nondeterministic, including SOP2AGENT-style applications that turn standard operating procedures into executable policies. The author frames the work as a possible revival of probabilistic logic programming. tldr; Jev https://typesafe.ai/ is causing quite a stir and the latest versions of DeepClause https://github.com/deepclause/deepclause-sdk and its extension for Pi https://github.com/deepclause/deepclause-pi now also support Jev. Jev is a natural match for DeepClause and its core concepts map nicely onto logical predicates in DML/Prolog. This gives us more speed and determinism for those use cases where a pure LLM/Agent approach would be either too expensive or too inderministic and it should greatly help for SOP2AGENT https://deepclause.substack.com/p/make-sops-executable-policies-as -style applications. Will it revive the older notion of probabilistic logic programming? In case your maximum attention span is already below a 15s threshold, here is the quick summary: 1. Get a Typesafe API key 2. Install the Pi extension and let it use Jev to build things for you export TYPESAFE API KEY=... pi install npm:deepclause-pi Use Jev to build a DML Skill that can route incoming user messages... If everything works out, this gives you a DML code like this: agent main :- answer "Usage: /dc-run judge triage