Yeah. You would definitely like to know what this project is and does, mm?
agi
ai
artificial-general-intelligence
combinatorial-logic
comparability
concepts
epistemology
ethics
goals
induction
intrinsic-valency
metaphysics
robotics
similarity
volition
Updated 2026-06-21 20:18:38 +00:00
An asynchronous C++ continuation library built atop Boost. Has a custom locking system that doesn't use mutexes. Individual requests' continuations are blocked instead of the underlying thread. This ensures that the underlying thread never sleeps unless it has no pending requests to handle. Comes with a whole ecosystem for async app development.
Updated 2026-06-13 22:47:44 +00:00
CPPBESSOT (C++ BackEnd Single Source of Truth): a framework that uses OpenAI to maintain a single source of truth for the data model of a software project. It generates C++ headers, JSON serdes, ODB-based ORM headers, DB migrations, Typescript types and Zod schemas. I.e: a type-safe backend-to-frontend data model manager.
Updated 2026-06-11 23:41:49 +00:00