I’m building a verifiable reasoning AI system focused on education. The goal is to generate transparent, auditable proof traces that clearly show how a conclusion was reached, plus precise identification of where reasoning fails (especially useful for tutoring flawed or incomplete student thinking).
The core is a deterministic logic engine built in Prolog (using SLD-resolution, unification, and backtracking for natural proof/failure trees). I’m also exploring neuro-symbolic integration and open to modern declarative alternatives (ASP, Datalog, etc.).
I’m currently in the process of making Aliyah and would love to informally connect with people who have experience in:
Logic programming / Prolog applications
Neuro-symbolic AI
Verifiable / explainable reasoning systems
Lean or formal methods
Happy to share more details about the architecture privately, exchange ideas, or explore potential collaboration (remote for now, Israel soon).
If this resonates with your interests, feel free to reply or message me.
Teaching might be never the same as before. Especially if you have
to take a calculus course. Terence tao has announced May 31 2025
and now published a Lean formalization of his Analysis I book:
I don’t know how complete it is. Does it have a lot
of proofs by “sorry” ? Before that, amazingly he had
a touch down with E-graphs:
For proving implications, we used another technique called equality
saturation with the lean-egg tactic, to automatically construct proofs.
A similar approach is being pursued in the MagmaEgg tool as well,
which is a standalone program that only supports magma equalities,
while the lean-egg tactic supports any Lean expression.
But I didn’t find a reception of his recent Lean Analysis I work yet.
I only found a background story on Terrence Tao and the
equational theory work he did, after he started using Lean in 2023: