Collected molecules will appear here. Add from search or explore.
The reusable building blocks distilled from the corpus — each a mechanism stated as takes X → produces Y, with the real sources it was found in. The pieces you compose into a working capability.
SearchQuery -> RankedList<DocChunk>
Combine BM25 full-text queries via SQLite FTS5 with cosine similarity scores from sqlite-vec to retrieve and rank matching document chunks.
Found in 2 sources
Commit -> List<ReleaseTask>
Analyze Git history at a milestone commit to identify which monorepo sub-packages had semver version bumps, and skip release workflows for unchanged components.
DepositRecord<Asset> * CumulativeDebtIndex -> CurrentDebtValue<USD>
Track individual debt allocations in a fluctuating global pool by recording a staker's deposit relative to a cumulative debt factor index.
IncomingMessage -> TransactionState
Match incoming asynchronous network responses to pending request contexts using keys parsed from protocol headers.
FilePath<Arrow> -> MemoryMappedTable
Load structured tables from disk using memory-mapping to enable random access and queries without copying data into RAM.