The world is being quietly rearranged by people who write very long documents.


The title they went with DriftScript: A Domain-Specific Language for Programming Non-Axiomatic Reasoning Agents Noisy translates that to

Researchers build a more readable programming language for AI reasoning agents — but it's still a lab tool


A computer scientist has created DriftScript, a new programming language that makes it easier to write code for a particular type of AI reasoning system (Non-Axiomatic Reasoning Systems, or NARS) that's designed to work with incomplete information. Instead of using NARS's existing dense symbolic notation, DriftScript uses more readable keyword-based syntax that compiles down to the underlying system, similar to how higher-level programming languages work.
This is fundamentally a usability improvement for researchers and developers working on one specific reasoning framework — it makes the code easier to write and read, which matters when building complex systems. The signal here is structural but narrow: DriftScript doesn't change what NARS can do, it just removes friction from the development process. The real question is whether this matters outside academic research contexts — whether DriftScript and NARS eventually get used to build systems that companies or institutions actually deploy.
Whether DriftScript adoption extends beyond the original research group within 18 months — look for use in published experiments outside the authors' lab, or adoption by other NARS implementations. If it stays within a single team's ecosystem, it's a nice developer tool but not a structural shift.

If you insist
Read the original →