🔓 Everything Pass · unlock every paragraph + the whole catalog for $29Get the Pass →
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.40Alchemy 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
Read section 3 for $1.90blueprints/ directory of the mirrored v2 engine. Together they form the complete analysis, generation, and access stack.Three additional
Read section 4 for $1.90.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.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.90Four additional CSVs —
Read section 6 for $1.90value_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.The remaining 18 CSVs in the full package are generated outputs, including the
Read section 7 for $1.9096-333-fixed.csv master table and additional per-chunk exports that the find_novel_outputs.py script produces during full data sweeps.The
Read section 8 for $1.90bluray_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).The SVG collection breaks down into seven functional categories.
Read section 9 for $1.90The 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.90A WordPress export file (
Read section 11 for $1.90alchemy-blog-posts.wxr.xml, WXR format, 20Â KB) contains four long-form articles intended as companion documentation for the system:The
Read section 12 for $1.9041-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:At the package root,
Read section 13 for $1.90N417.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.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.90The Alchemy Data substrate underlies three disease-discovery patent applications in the inventor's portfolio:
Read section 15 for $1.90All 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.90The system's analysis pipeline operates in five stages:
Read section 17 for $1.90Every compound combination in the system is scored across nine dimensions, each computed from per-element property tables built into the
Read section 18 for $1.90find_novel_outputs.py script:The
Read section 19 for $1.90ElementTransformationDatabase stores transformations as structured records. Each transformation has:The
Read section 20 for $1.90FormulaSynthesisMapper 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.The 5,210
Read section 21 for $1.90.gz files are gzip-compressed JSON documents. Each preserves a complete, self-describing data snapshot:All archives use Python's
Read section 22 for $1.90gzip and json modules for read/write. The BluRayDataReader class handles transparent decompression and caching when querying the corpus.Run
Read section 23 for $1.90python 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).The
Read section 24 for $1.90BluRayDataReader 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.Run
Read section 25 for $1.90USE_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.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.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.90Discs are despatched by tracked, signed-for post. Allow 5 business days for mastering and verification before despatch.
Read section 28 for $1.90