Cri-One
🔓 Everything Pass · unlock every paragraph + the whole catalog for $29Get the Pass →

Back to the reading room

41-alchemy-data-three

This is the technical specification. The deliverable it describes is the full 41-alchemy-data-three blueprint package.

Enterprise blueprint packages settle by wire transfer — their value is above any card ceiling. Request the package below and a reference number is emailed to you straight away. The package ships to you on a Blu-ray disc once the wire clears, so include the address it should be mailed to.

Prefer the store page? Open the full product page.

Read the whole thing. Unlock all 26 locked sections of this description in one purchase.

Buy the whole description for $49.40
Alchemy Data Three is the third generation of Christopher Gabriel Brown's compound-mechanism analysis system — the computational substrate that powers the disease-discovery research behind the Alzheimer's, Parkinson's, and 300-disease-database patent applications. It builds on Project 07 (Alchemy Probability Data V2), wrapping that engine in a new layer and adding the 41-41-41 subtree: a complete nonprovisional patent filing package that gives the system its legal backbone. A buyer who acquires this package gets the machine that produces the discoveries, not just one disease's worth of output.
Alchemy Data Three is not a rewrite. It is a superset. The directory tree mirrors the entire Alchemy Probability Data project (Project 07, the v2 substrate) inside a 07-alchemy-probability-data/ subtree, then adds the 41-41-41/ folder of new third-generation content on top. At the code level, the v2 engine's AlchemyDataV2 class imports and wraps three subsystems — the ElementTransformationDatabase, the FormulaSynthesisMapper, and the original v1 probability libraries (ProbabilityCalculator, MultiplierCalculator, MultiDegreeProbabilityEngine) — into a single compound-discovery pipeline. V3 preserves this full architecture and layers the patent-filing record on top, establishing the legal filing for the combined inventions and connecting the substrate to the disease-discovery applications.
Every script lives inside the blueprints/ directory of the mirrored v2 engine. Together they form the complete analysis, generation, and access stack.
Read section 3 for $1.90
Three additional .py files (totalling 18) are present in the assembled package's data-access, core-systems, or utility handoff directories; they provide the original v1 probability library (alchemy_probability_library), the multi-degree probability engine (alchemy_multi_degree_probability), and supporting helpers that alchemy_data_v2.py imports.
Read section 4 for $1.90
The CSV tables are the distilled, human-readable output of the analysis engine. Each row represents one element combination scored across nine dimensions (see "Probability matrices" below). The tables are organised into four compound categories — metals (alloys and intermetallics), solvents (organic, protic, and ammoniacal), gases (single-phase mixtures and noble-gas blends), and functional objects (exotic multi-element compounds) — and four scoring slices.
Read section 5 for $1.90
Four additional CSVs — value_metals.csv, value_solvents.csv, value_gass.csv, value_objects.csv — rank every combination by composite value score, segmented into top, middle, and bottom slices. Each row carries the full nine-column property vector. For example, value_metals.csv shows that AlFeSi (ternary intermetallic, value 17.66, Mohs 7.0, $1/kg, availability 9.75) leads the metals, while quaternary intermetallics like AlFeMgSi (value 17.15) and FeMgSi (value 16.82) follow.
Read section 6 for $1.90
The remaining 18 CSVs in the full package are generated outputs, including the 96-333-fixed.csv master table and additional per-chunk exports that the find_novel_outputs.py script produces during full data sweeps.
Read section 7 for $1.90
The bluray_data/ directory is the heart of the system — a self-contained probability database designed to fill a 25 GB Blu-ray disc. It contains 2,609 files (2,605 gzip-compressed JSON archives plus four plain-text/JSON metadata files).
Read section 8 for $1.90
The SVG collection breaks down into seven functional categories.
Read section 9 for $1.90
The remaining SVGs in the full 195-file count are additional generated compound diagrams and patent-figure variants produced during extended data sweeps.
Read section 10 for $1.90
A WordPress export file (alchemy-blog-posts.wxr.xml, WXR format, 20 KB) contains four long-form articles intended as companion documentation for the system:
Read section 11 for $1.90
The 41-41-41/ folder is the third-generation layer that transforms the v2 data engine into a legally filed invention. It contains four files totalling approximately 5.8 MB:
Read section 12 for $1.90
At the package root, N417.pdf provides the USPTO N-417 filing receipt — legal evidence that the application was received and docketed. A compressed copy of the subtree is also provided as 41-41-41.zip.
Read section 13 for $1.90
In short, v2 is the engine; the 41-41-41 subtree is the patent filing that turns the engine into filed intellectual property.
Read section 14 for $1.90
The Alchemy Data substrate underlies three disease-discovery patent applications in the inventor's portfolio:
Read section 15 for $1.90
All three applications depend on the compound-discovery pipeline, the probability matrices, and the transformation database that ship with this package. Acquiring Alchemy Data Three means acquiring the substrate that powers these filings.
Read section 16 for $1.90
The system's analysis pipeline operates in five stages:
Read section 17 for $1.90
Every compound combination in the system is scored across nine dimensions, each computed from per-element property tables built into the find_novel_outputs.py script:
Read section 18 for $1.90
The ElementTransformationDatabase stores transformations as structured records. Each transformation has:
Read section 19 for $1.90
The FormulaSynthesisMapper extends this with complete invention recipes: given a formula, it outputs named synthesis methods with temperature, equipment, multi-step instructions, and success probabilities. The system currently maps nine physics/chemistry formulas (E = mc², E = hf, PV = nRT, F = ma, and others) to concrete synthesis routes. The method_catalog_analyzer enumerates 257,500+ base known methods (772,500 with condition variations) across categories: enzymatic reactions (100,000), named organic reactions (50,000), catalytic reactions (30,000), inorganic reactions (20,000), materials synthesis (15,000), polymerisation (10,000), electrochemical (8,000), and more.
Read section 20 for $1.90
The 5,210 .gz files are gzip-compressed JSON documents. Each preserves a complete, self-describing data snapshot:
Read section 21 for $1.90
All archives use Python's gzip and json modules for read/write. The BluRayDataReader class handles transparent decompression and caching when querying the corpus.
Read section 22 for $1.90
Run python bluray_data_api.py (or double-click START_WEB_INTERFACE.bat) to start the Flask REST API on localhost. Then open bluray_data_web.html in a browser. The tabbed interface provides compound search, transformation lookup, synthesis method retrieval, compound discovery, invention recipe generation, and dataset statistics. Additional web pages include formula_synthesis_web.html (formula-to-synthesis explorer with success probability display) and how_to_transformation_web.html (transformation browser).
Read section 23 for $1.90
The BluRayDataReader class handles gzip decompression, caching (configurable cache size, default 1,000 entries), and index lookups transparently. For deeper analysis, import the core engine directly: from alchemy_data_v2 import AlchemyDataV2.
Read section 24 for $1.90
Run USE_DATA.bat or python bluray_data_reader.py interactive to enter a menu-driven command-line session. The menu offers compound search, transformation lookup, synthesis methods, compound discovery, recipe generation, and statistics display — the same capabilities as the web interface, without a browser.
Read section 25 for $1.90
RUN_BLURAY_GENERATOR.bat launches large-scale data generation. CHECK_PROGRESS.bat monitors the run. CREATE_BURNABLE_DISCS.ps1 (PowerShell) prepares the generated data for Blu-ray burning. These tools target 25–50 GB datasets for archival distribution.
Read section 26 for $1.90
This package ships on a single Blu-ray disc, posted to the delivery address on your order. The archive on the disc is AES-256 encrypted; the passphrase is sent separately, by email, once the disc is despatched — so the disc alone is of no use to anyone who intercepts it.
Read section 27 for $1.90
Discs are despatched by tracked, signed-for post. Allow 5 business days for mastering and verification before despatch.
Read section 28 for $1.90