Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.91 KB

File metadata and controls

32 lines (23 loc) · 1.91 KB

Entrolution

Open-source tools at the intersection of documents, AI, and scientific computing.

Documents & Publishing

Project Description
Codex Format Spec Open specification for a modern document format with semantic content, cryptographic integrity, and verifiable provenance.
cdx-core Rust reference implementation for reading, writing, and validating Codex (.cdx) files.
cdx-pandoc Pandoc writer/reader for converting documents to and from Codex format.
Speed-Read Lightweight, embeddable document reader for EPUB, PDF, and CBZ. One line to add a reader to any webpage.

AI Tooling

Project Description
Causantic Local-first long-term memory for AI coding tools. Causal graphs, hybrid BM25+vector search, self-benchmarking.

Scientific Computing

Project Description
Echidna High-performance automatic differentiation library for Rust. Forward and reverse mode with generic scalar types.
Bilby High-performance numerical quadrature (integration) library for Rust. Gaussian rules, adaptive methods, cubature, sparse grids.
Thylacine Functional Bayesian inference framework for sampling, integration, and posterior analysis with automatic differentiation and STM-based concurrency.

Concurrency

Project Description
Bengal STM Software Transactional Memory for Cats Effect with intelligent scheduling via static analysis of transaction variable domains.