Matrix Reprogrammed sigil MATRIX REPROGRAMMED
Phase 9 · DuckDB-Wasm · Perspective · zero-cost browser analysis

PUBLIC DATA LABORATORY.

Run reproducible read-only SQL over the public entity, relationship, SEC filing and evidence-network exports. The database, joins, aggregations and visual exploration run locally in the reader's browser.

Evidence boundary: The laboratory lets readers reproduce counts, filters, joins and aggregations over approved public datasets. Query output reflects the selected records and code; it does not prove causation, motive, coordination, identity, present ownership or wrongdoing. Machine-extracted and machine-classified records remain subject to their stated review status and source limitations.

Fail-closed controls

WHAT THE BROWSER MAY—and MAY NOT—DO.

Read-only SQL

Only one SELECT or WITH statement can run. Writes, attachments, extension loading, direct file readers and remote URLs are blocked.

Bounded work

Every result is wrapped in a hard 1,000-row cap, with a 12-second browser timeout and a 6,000-character SQL limit.

Approved files only

The engine receives four same-origin public downloads. Private diagnostics, internal archives, arbitrary URLs and the user's local filesystem are not registered.

Reproducible—not authoritative

Readers can copy SQL, share a query link and download the capped result. The result still inherits every source, review-status and evidence limitation in the underlying records.

Browser-side investigation workbench

QUERY THE PUBLIC RECORDS.

Keyboard: Ctrl/⌘ + Enter. Views: entities, relationships, market_activity, evidence_network.

Loading the browser database engine…

Run a preset or write a read-only SELECT query.

Public files with provenance attached

APPROVED DATASETS.

Approved public dataset4,670 estimated rows

Entity Registry

Structured people, companies, agencies, contracts, cases, findings and other entities with review status and evidence counts.

Boundary: An entity record establishes that the named item appears in the structured registry. It does not establish guilt, ownership, control, identity equivalence or a substantive relationship beyond cited evidence.

SQL view: entities · Format: CSV

Download CSV Open provenance
Approved public dataset5,777 estimated rows

Relationship Registry

Evidence-linked relationships, mentions, filing subjects, source changes and other documented edges.

Boundary: A relationship row records what a cited source states or what a parser observed. Mention, proximity and association do not establish control, coordination, payment, intent or wrongdoing.

SQL view: relationships · Format: CSV

Download CSV Open provenance
Approved public dataset4,239 estimated rows

SEC Market Activity

Official Form 4 transactions and Form 13F position changes collected from SEC EDGAR.

Boundary: SEC filings report transactions or quarter-end positions under specific disclosure rules. They do not establish motive, investment merit, current ownership, coordination or wrongdoing; 13F changes do not reveal exact trade dates or execution prices.

SQL view: market_activity · Format: CSV

Download CSV Open provenance
Approved public dataset5,000 estimated rows

Evidence Network Export

Public network-map export connecting evidence-led nodes and edges used by the visual investigation map.

Boundary: Network position and connectivity describe the exported graph. Centrality, density and proximity do not establish hierarchy, command, conspiracy, motive or unlawful conduct.

SQL view: evidence_network · Format: CSV

Download CSV Open provenance
Start with reproducible questions

QUERY PRESETS.

Reproducible query preset

Entities by type

Count registry records and attached evidence references by entity type.

Uses: entities

Reproducible query preset

Highest evidence-count entities

Surface records with the largest number of attached evidence references without treating volume as proof.

Uses: entities

Reproducible query preset

Relationship types and grades

Compare relationship categories by evidence grade and review status.

Uses: relationships

Reproducible query preset

Most represented relationship sources

Count relationship records by public source while retaining grade and status distinctions.

Uses: relationships

Reproducible query preset

Relationship edges with entity names

Join relationship endpoints to the entity registry for reproducible edge inspection.

Uses: relationships + entities

Reproducible query preset

Market disclosures by issuer and action

Aggregate reported SEC records by issuer and action category.

Uses: market_activity

Reproducible query preset

Largest reported market values

Inspect the largest values reported in the source export with filing links attached.

Uses: market_activity

Reproducible query preset

Market records by month

Group Form 4 and 13F-derived records by the available transaction or period date.

Uses: market_activity

Reproducible query preset

Evidence network rows

Open the public network-map export for filtering and schema inspection.

Uses: evidence_network

OPEN-SOURCE ENGINE NOTES.

DuckDB-Wasm 1.33.0 executes SQL and reads approved CSV files in-browser. Perspective 4.5.2 is an optional local result explorer. When either CDN dependency is unavailable, the page retains direct dataset downloads, schema documentation and its accessible interface rather than sending records to a paid backend.