// Generated by scripts/export-cypher.py. Do not hand-edit. // Mirror only. The live site does not read from Neo4j. CREATE CONSTRAINT entity_id IF NOT EXISTS FOR (e:Entity) REQUIRE e.id IS UNIQUE; CREATE CONSTRAINT statement_id IF NOT EXISTS FOR (s:Statement) REQUIRE s.id IS UNIQUE; CREATE CONSTRAINT time_iso IF NOT EXISTS FOR (t:TimeNode) REQUIRE t.iso IS UNIQUE; // --- TimeNodes (86) --- MERGE (:TimeNode {iso: '2000', precision: 'year'}); MERGE (:TimeNode {iso: '2001', precision: 'year'}); MERGE (:TimeNode {iso: '2004', precision: 'year'}); MERGE (:TimeNode {iso: '2005', precision: 'year'}); MERGE (:TimeNode {iso: '2009', precision: 'year'}); MERGE (:TimeNode {iso: '2011', precision: 'year'}); MERGE (:TimeNode {iso: '2014-02', precision: 'month'}); MERGE (:TimeNode {iso: '2015', precision: 'year'}); MERGE (:TimeNode {iso: '2016', precision: 'year'}); MERGE (:TimeNode {iso: '2018', precision: 'year'}); MERGE (:TimeNode {iso: '2019', precision: 'year'}); MERGE (:TimeNode {iso: '2020', precision: 'year'}); MERGE (:TimeNode {iso: '2021', precision: 'year'}); MERGE (:TimeNode {iso: '2021-11', precision: 'month'}); MERGE (:TimeNode {iso: '2022', precision: 'year'}); MERGE (:TimeNode {iso: '2022-02', precision: 'month'}); MERGE (:TimeNode {iso: '2022-03', precision: 'month'}); MERGE (:TimeNode {iso: '2022-05', precision: 'month'}); MERGE (:TimeNode {iso: '2022-07', precision: 'month'}); MERGE (:TimeNode {iso: '2022-10', precision: 'month'}); MERGE (:TimeNode {iso: '2022-11', precision: 'month'}); MERGE (:TimeNode {iso: '2023', precision: 'year'}); MERGE (:TimeNode {iso: '2023-03', precision: 'month'}); MERGE (:TimeNode {iso: '2023-04', precision: 'month'}); MERGE (:TimeNode {iso: '2023-06', precision: 'month'}); MERGE (:TimeNode {iso: '2023-07', precision: 'month'}); MERGE (:TimeNode {iso: '2023-08', precision: 'month'}); MERGE (:TimeNode {iso: '2023-09', precision: 'month'}); MERGE (:TimeNode {iso: '2023-10', precision: 'month'}); MERGE (:TimeNode {iso: '2023-12', precision: 'month'}); MERGE (:TimeNode {iso: '2024', precision: 'year'}); MERGE (:TimeNode {iso: '2024-01', precision: 'month'}); MERGE (:TimeNode {iso: '2024-03', precision: 'month'}); MERGE (:TimeNode {iso: '2024-04', precision: 'month'}); MERGE (:TimeNode {iso: '2024-05', precision: 'month'}); MERGE (:TimeNode {iso: '2024-06', precision: 'month'}); MERGE (:TimeNode {iso: '2024-08', precision: 'month'}); MERGE (:TimeNode {iso: '2024-10', precision: 'month'}); MERGE (:TimeNode {iso: '2024-11', precision: 'month'}); MERGE (:TimeNode {iso: '2025', precision: 'year'}); MERGE (:TimeNode {iso: '2025-01', precision: 'month'}); MERGE (:TimeNode {iso: '2025-02', precision: 'month'}); MERGE (:TimeNode {iso: '2025-03', precision: 'month'}); MERGE (:TimeNode {iso: '2025-04', precision: 'month'}); MERGE (:TimeNode {iso: '2025-05', precision: 'month'}); MERGE (:TimeNode {iso: '2025-05-01', precision: 'day'}); MERGE (:TimeNode {iso: '2025-06', precision: 'month'}); MERGE (:TimeNode {iso: '2025-07', precision: 'month'}); MERGE (:TimeNode {iso: '2025-08', precision: 'month'}); MERGE (:TimeNode {iso: '2025-09', precision: 'month'}); MERGE (:TimeNode {iso: '2025-10', precision: 'month'}); MERGE (:TimeNode {iso: '2025-11', precision: 'month'}); MERGE (:TimeNode {iso: '2025-12', precision: 'month'}); MERGE (:TimeNode {iso: '2026', precision: 'year'}); MERGE (:TimeNode {iso: '2026-01', precision: 'month'}); MERGE (:TimeNode {iso: '2026-02', precision: 'month'}); MERGE (:TimeNode {iso: '2026-02-20', precision: 'day'}); MERGE (:TimeNode {iso: '2026-02-23', precision: 'day'}); MERGE (:TimeNode {iso: '2026-02-27', precision: 'day'}); MERGE (:TimeNode {iso: '2026-03', precision: 'month'}); MERGE (:TimeNode {iso: '2026-03-16', precision: 'day'}); MERGE (:TimeNode {iso: '2026-04', precision: 'month'}); MERGE (:TimeNode {iso: '2026-05', precision: 'month'}); MERGE (:TimeNode {iso: '2026-06', precision: 'month'}); MERGE (:TimeNode {iso: '2026-06-23', precision: 'day'}); MERGE (:TimeNode {iso: '2026-07', precision: 'month'}); MERGE (:TimeNode {iso: '2026-07-10', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08', precision: 'month'}); MERGE (:TimeNode {iso: '2026-08-04', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-05', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-06', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-07', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-08', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-09', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-10', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-11', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-12', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-15', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-17', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-20', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-22', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-23', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-25', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-26', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-27', precision: 'day'}); MERGE (:TimeNode {iso: '2026-08-28', precision: 'day'}); // --- Entities (392) --- MERGE (n:Entity {id: 'asml'}) SET n += {label: 'ASML', tier: 0, type: 'equipment', choke: true, note: 'Sole maker of the EUV lithography every leading-edge AI chip is printed on, and of High-NA EUV. Q2 2026 net sales EUR9.3bn at 54.0% gross margin; FY2026 guidance raised to EUR43-45bn from EUR36-40bn. Adding 30% to both Low-NA EUV and DUV immersion capacity for 2027, with a further 30% under evaluation for 2028. China is about 20% of 2026 revenue, DUV only. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'zeiss'}) SET n += {label: 'Zeiss', tier: 0, type: 'equipment', choke: false, note: 'Sole supplier of EUV optics to ASML.'}; MERGE (n:Entity {id: 'trumpf'}) SET n += {label: 'Trumpf', tier: 0, type: 'equipment', choke: false, note: 'Sole supplier of EUV laser sources to ASML.'}; MERGE (n:Entity {id: 'tsmc'}) SET n += {label: 'TSMC', tier: 1, type: 'foundry', choke: false, note: 'Fabricates the cohort\'s leading-edge silicon. Fabless chipmakers depend on it entirely.'}; MERGE (n:Entity {id: 'nvidia'}) SET n += {label: 'Nvidia', tier: 2, type: 'chipmaker', choke: false, note: 'Designs the GPUs; fabless. Also an equity investor in several of its own customers, and since August 2026 a guarantor of one of them. FQ2 FY2027 (quarter to 26 July 2026, reported 26 August): revenue $96.2bn, +106% YoY and +18% QoQ; Data Center $89.0bn, +117%; gross margin 75.0%; $26.0bn returned to shareholders in the quarter. FQ3 guide $108.0bn +/-2% with no Data Center compute revenue from China assumed, against a Street near $104.8bn. Vera Rubin ramping to full production. Shares rose 8.74% to $227.98 on 27 August, adding about $442bn of market value in a day.'}; MERGE (n:Entity {id: 'broadcom'}) SET n += {label: 'Broadcom', tier: 2, type: 'chipmaker', choke: false, note: 'Custom AI accelerators for OpenAI. Discovered.'}; MERGE (n:Entity {id: 'amd'}) SET n += {label: 'AMD', tier: 2, type: 'chipmaker', choke: false, note: 'First non-Nvidia frontier GPU supplier: up to 2GW MI450 + up to $5bn equity into Anthropic (Jul 2026), plus ~6GW/~$90bn hardware to OpenAI.'}; MERGE (n:Entity {id: 'spacex'}) SET n += {label: 'SpaceX', tier: 3, type: 'compute', choke: false, note: 'Owns the Colossus data centres post-xAI merger; rents them to rival labs. Listed NASDAQ:SPCX Jun 2026.'}; MERGE (n:Entity {id: 'colossus1'}) SET n += {label: 'Colossus 1', tier: 3, type: 'facility', choke: false, note: 'Memphis · ~220k Nvidia GPUs · 300MW · leased in full to Anthropic.'}; MERGE (n:Entity {id: 'colossus2'}) SET n += {label: 'Colossus 2', tier: 3, type: 'facility', choke: false, note: 'Memphis · Nvidia GB300 · xAI training + Reflection capacity.'}; MERGE (n:Entity {id: 'coreweave'}) SET n += {label: 'CoreWeave', tier: 3, type: 'compute', choke: false, note: 'GPU cloud; Nvidia-backed and Nvidia-supplied. Discovered.'}; MERGE (n:Entity {id: 'oracle'}) SET n += {label: 'Oracle', tier: 3, type: 'compute', choke: false, note: '$300bn / 5yr compute to OpenAI; lead operator of Stargate. Discovered. Contracted backlog reached $553bn at Q3 FY2026, up from $455bn at Q1, driven by AI contracts that depend on Nvidia hardware.'}; MERGE (n:Entity {id: 'crusoe'}) SET n += {label: 'Crusoe', tier: 3, type: 'facility', choke: false, note: 'Builder of the Abilene Stargate flagship site. Discovered.'}; MERGE (n:Entity {id: 'stargate'}) SET n += {label: 'Stargate', tier: 2, type: 'facility', choke: false, note: 'Announced at the White House in January 2025 as a ~$500bn, ~10GW build-out over four years: OpenAI, SoftBank and Oracle, with MGX funding an initial $100bn tranche. The signature compute-infrastructure signal of the administration. Execution has lagged the framing: more than a year on, reporting describes unresolved disputes between the partners over structure and responsibility, and OpenAI has leaned on cloud contracts with AWS, Google Cloud, AMD and Cerebras while further sites were announced.'}; MERGE (n:Entity {id: 'anthropic'}) SET n += {label: 'Anthropic', tier: 4, type: 'lab', choke: false, note: 'Filed confidential S-1 Jun 2026. Rents Colossus 1 from SpaceX; funded by Amazon, Google, Nvidia, Microsoft. Annualised revenue run-rate reached $65bn at end-July 2026, up more than sevenfold from end-2025; backers (not the company) target an October 2026 listing at around $2tn, with Morgan Stanley, Goldman Sachs and JPMorgan leading.'}; MERGE (n:Entity {id: 'openai'}) SET n += {label: 'OpenAI', tier: 4, type: 'lab', choke: false, note: 'Filed confidential S-1 Jun 2026. Compute across Azure, Oracle/Stargate, CoreWeave, AWS, AMD, Broadcom.'}; MERGE (n:Entity {id: 'alphabet'}) SET n += {label: 'Alphabet / Google', tier: 4, type: 'company', choke: false, note: 'Funds Anthropic, competes with it, and rents SpaceX compute. Listed NASDAQ:GOOGL.'}; MERGE (n:Entity {id: 'meta'}) SET n += {label: 'Meta', tier: 4, type: 'company', choke: false, note: 'Owns its data-centre fleet. Listed NASDAQ:META.'}; MERGE (n:Entity {id: 'xai'}) SET n += {label: 'xAI', tier: 4, type: 'lab', choke: false, note: 'Merged into SpaceX Feb 2026; brought the Colossus facilities with it.'}; MERGE (n:Entity {id: 'reflection'}) SET n += {label: 'Reflection AI', tier: 4, type: 'lab', choke: false, note: 'Colossus 2 compute customer (~$150m/mo).'}; MERGE (n:Entity {id: 'cursor'}) SET n += {label: 'Cursor', tier: 4, type: 'lab', choke: false, note: 'Colossus compute customer; reported SpaceX call option.'}; MERGE (n:Entity {id: 'tesla'}) SET n += {label: 'Tesla', tier: 4, type: 'company', choke: false, note: 'Shares its CEO with SpaceX/xAI: a personal control interlock. Discovered.'}; MERGE (n:Entity {id: 'microsoft'}) SET n += {label: 'Microsoft', tier: 5, type: 'investor', choke: false, note: '~27% of OpenAI; up to $5bn in Anthropic; the Azure counterparty.'}; MERGE (n:Entity {id: 'amazon'}) SET n += {label: 'Amazon', tier: 5, type: 'investor', choke: false, note: '~$8bn in Anthropic (primary cloud) AND $38bn/7yr compute to OpenAI.'}; MERGE (n:Entity {id: 'softbank'}) SET n += {label: 'SoftBank', tier: 5, type: 'investor', choke: false, note: 'Lead of OpenAI\'s ~$300bn round; Stargate partner.'}; MERGE (n:Entity {id: 'mgx'}) SET n += {label: 'MGX', tier: 5, type: 'investor', choke: false, note: 'Abu Dhabi sovereign vehicle; Stargate capital partner. Discovered.'}; MERGE (n:Entity {id: 'qia'}) SET n += {label: 'QIA', tier: 5, type: 'investor', choke: false, note: 'Qatar sovereign fund; pre-merger xAI investor, now indirect via SpaceX.'}; MERGE (n:Entity {id: 'foundersfund'}) SET n += {label: 'Founders Fund', tier: 5, type: 'investor', choke: false, note: 'Long-standing SpaceX investor; stake private.'}; MERGE (n:Entity {id: 'a16z'}) SET n += {label: 'a16z', tier: 5, type: 'investor', choke: false, note: 'SpaceX investor; stake private.'}; MERGE (n:Entity {id: 'valor'}) SET n += {label: 'Valor Equity', tier: 5, type: 'investor', choke: false, note: 'Gracias\'s firm; SpaceX holder and reported xAI equipment lessor.'}; MERGE (n:Entity {id: 'vanguard'}) SET n += {label: 'Vanguard', tier: 5, type: 'investor', choke: false, note: 'Top-tier passive holder across the listed names (13F).'}; MERGE (n:Entity {id: 'blackrock'}) SET n += {label: 'BlackRock', tier: 5, type: 'investor', choke: false, note: 'Top-tier passive holder across the listed names (13F).'}; MERGE (n:Entity {id: 'goldman'}) SET n += {label: 'Goldman Sachs', tier: 5, type: 'bank', choke: false, note: 'Lead-left on the SPCX IPO; arranged the ~$20bn bridge loan.'}; MERGE (n:Entity {id: 'morganstanley'}) SET n += {label: 'Morgan Stanley', tier: 5, type: 'bank', choke: false, note: 'SPCX IPO joint bookrunner.'}; MERGE (n:Entity {id: 'bofa'}) SET n += {label: 'BofA', tier: 5, type: 'bank', choke: false, note: 'SPCX IPO joint bookrunner.'}; MERGE (n:Entity {id: 'citi'}) SET n += {label: 'Citi', tier: 5, type: 'bank', choke: false, note: 'SPCX IPO joint bookrunner.'}; MERGE (n:Entity {id: 'jpmorgan'}) SET n += {label: 'JPMorgan', tier: 5, type: 'bank', choke: false, note: 'SPCX IPO joint bookrunner.'}; MERGE (n:Entity {id: 'musk'}) SET n += {label: 'Elon Musk', tier: 5, type: 'person', choke: false, note: '~82% voting control of SpaceX; CEO of Tesla; controls xAI via SpaceX.'}; MERGE (n:Entity {id: 'gracias'}) SET n += {label: 'A. Gracias', tier: 5, type: 'person', choke: false, note: 'Valor founder; long-standing SpaceX director (~7.3% Class A).'}; MERGE (n:Entity {id: 'zuckerberg'}) SET n += {label: 'M. Zuckerberg', tier: 5, type: 'person', choke: false, note: 'Voting control of Meta via super-voting shares.'}; MERGE (n:Entity {id: 'synopsys'}) SET n += {label: 'Synopsys', tier: 0, type: 'equipment', choke: true, note: 'Co-dominates EDA (electronic design automation) with Cadence: ~60% market share combined. Every AI accelerator chip designed on their tools. New US curbs forced them to halt China work. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'cadence'}) SET n += {label: 'Cadence', tier: 0, type: 'equipment', choke: true, note: 'Co-dominates EDA with Synopsys. Critical chokepoint: no AI chip gets taped out without Synopsys or Cadence software. Roughly 60% of the EDA market shared with Synopsys; no accelerator is taped out without one of the two. Carries a single mapped relationship, which is what makes it the clearest case that criticality and connectedness are not the same measure. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'applied_materials'}) SET n += {label: 'Applied Materials', tier: 0, type: 'equipment', choke: false, note: 'Dominates semiconductor deposition and etching equipment. Critical for TSMC and Samsung fab operations.'}; MERGE (n:Entity {id: 'sk_hynix'}) SET n += {label: 'SK Hynix', tier: 0, type: 'memory', choke: true, note: 'Controls >50% of HBM3E supply: the most acute supply chain chokepoint in AI infrastructure. Primary HBM supplier to Nvidia. Korea makes it, Taiwan packages it, Japan enables it. Supplies more than half of all HBM3E, one of only three high-bandwidth-memory makers alongside Samsung and Micron. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'samsung'}) SET n += {label: 'Samsung Electronics', tier: 0, type: 'memory', choke: true, note: 'One of only 3 HBM makers globally (with SK Hynix and Micron). Also operates fabs and designs Exynos chips. Korea\'s HBM monopoly = $43T+ downstream exposure. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'micron'}) SET n += {label: 'Micron', tier: 0, type: 'memory', choke: false, note: 'Third of the HBM triopoly. $100B HBM supply chain by 2028, controlled by just 3 companies.'}; MERGE (n:Entity {id: 'cxmt'}) SET n += {label: 'CXMT', tier: 0, type: 'memory', choke: false, note: 'ChangXin Memory Technologies. China\'s largest DRAM maker and the world\'s fourth at roughly 8% share, the first entry into the Samsung/SK Hynix/Micron triopoly in over 20 years. Makes DDR5, LPDDR5X and HBM2 (in mass production ahead of schedule; HBM3 in development). $8.6bn Shanghai STAR Market IPO Jul 2026, surged 466% on debut to ~$489bn, the most valuable mainland-listed firm. Structural ceiling: no ASML EUV lithography under US export controls, so it runs DUV multi-patterning one to two nodes behind the leaders.'}; MERGE (n:Entity {id: 'smic'}) SET n += {label: 'SMIC', tier: 1, type: 'foundry', choke: false, note: 'China\'s largest foundry. Expected to produce 30% of Huawei Ascend 910B AI chips by end 2025. Huawei plans 600,000 Ascend 910C chips in 2026 via SMIC.'}; MERGE (n:Entity {id: 'samsung_foundry'}) SET n += {label: 'Samsung Foundry', tier: 1, type: 'foundry', choke: false, note: 'Second-largest global foundry. Competing on 2nm GAA process. Also makes HBM: vertically integrated threat to TSMC.'}; MERGE (n:Entity {id: 'rapidus'}) SET n += {label: 'Rapidus', tier: 1, type: 'foundry', choke: false, note: 'Japan\'s state-backed 2nm foundry. ¥2.35T total government support. Partnered with IBM. Achieved 2nm GAA wafer production 3 months after EUV installation. Broadcom is a key customer.'}; MERGE (n:Entity {id: 'arm'}) SET n += {label: 'Arm Holdings', tier: 2, type: 'chipmaker', choke: false, note: 'SoftBank owns 90%. Licenses the CPU architecture used in virtually every mobile chip and increasingly in AI inference (Grace CPU, AWS Graviton). SoftBank launching own AI chips.'}; MERGE (n:Entity {id: 'huawei'}) SET n += {label: 'Huawei / HiSilicon', tier: 2, type: 'chipmaker', choke: false, note: 'Designs Ascend 910B/910C AI chips for domestic Chinese market; Ascend 950PR now trains DeepSeek V4 end-to-end. China bought ~1M Nvidia H20 chips vs ~450K Huawei Ascend 910B in 2024. Die bank stockpiled before sanctions.'}; MERGE (n:Entity {id: 'qualcomm'}) SET n += {label: 'Qualcomm', tier: 2, type: 'chipmaker', choke: false, note: 'Dominates mobile SoC. Pushing into AI with Snapdragon X Elite and AI PC chips. Licensing Arm architecture.'}; MERGE (n:Entity {id: 'intel'}) SET n += {label: 'Intel', tier: 2, type: 'chipmaker', choke: false, note: 'Former x86 giant, now struggling. Foundry ambitions (IFS) lagging. Gaudi AI accelerators have limited traction vs Nvidia. 18A process delayed.'}; MERGE (n:Entity {id: 'arista'}) SET n += {label: 'Arista Networks', tier: 2, type: 'networking', choke: false, note: 'Building lossless Ethernet fabrics for AI training clusters. Key member of Ultra Ethernet Consortium (UEC). 800G AI Ethernet NICs. Threatening InfiniBand\'s dominance.'}; MERGE (n:Entity {id: 'mellanox'}) SET n += {label: 'Mellanox / Nvidia Networking', tier: 2, type: 'networking', choke: false, note: 'Acquired by Nvidia for $6.9B in 2020. InfiniBand and BlueField DPUs: the default networking fabric for AI training clusters. 15% better performance than Ethernet but 2.3x cost.'}; MERGE (n:Entity {id: 'equinix'}) SET n += {label: 'Equinix', tier: 3, type: 'facility', choke: false, note: 'World\'s largest data center REIT. Provides colocation for AI compute. xAI, Microsoft, and others lease from Equinix for edge and core deployments.'}; MERGE (n:Entity {id: 'crusoe_energy'}) SET n += {label: 'Crusoe Energy', tier: 3, type: 'facility', choke: false, note: 'Modular data centers using stranded natural gas and flare gas to power AI compute. Microsoft and others partner for cloud GPU capacity.'}; MERGE (n:Entity {id: 'microsoft_cloud'}) SET n += {label: 'Microsoft Azure', tier: 3, type: 'compute', choke: false, note: 'Massive AI compute provider. Hosts OpenAI\'s workloads. Building $80B+ in AI data centers. Azure AI services generate billions in revenue.'}; MERGE (n:Entity {id: 'aws'}) SET n += {label: 'Amazon Web Services', tier: 3, type: 'compute', choke: false, note: 'Largest cloud provider. Building Trainium/Inferentia custom AI chips. Invested $8B in Anthropic. $650M Talen Energy nuclear deal for data center power.'}; MERGE (n:Entity {id: 'google_cloud'}) SET n += {label: 'Google Cloud', tier: 3, type: 'compute', choke: false, note: 'Builds custom TPU v5p/v6 for AI training. Gemini models trained in-house. Vertically integrated: designs chips, builds data centers, trains models, sells cloud.'}; MERGE (n:Entity {id: 'deepseek'}) SET n += {label: 'DeepSeek', tier: 4, type: 'lab', choke: false, note: 'Chinese AI lab. Closed $7.4B first funding round at ~$50B valuation. Secretly backed by Chinese state funds and Tencent. DeepSeek-R1 shocked the world with open-weight reasoning parity; V4 (Apr 2026) is the first frontier-class model trained end-to-end on Huawei Ascend 950PR silicon - no Nvidia. V4-Pro (GA 13 Aug 2026) is agent-focused with a 1M-token context and 384K output tokens.'}; MERGE (n:Entity {id: 'bytedance'}) SET n += {label: 'ByteDance', tier: 4, type: 'lab', choke: false, note: 'TikTok parent. Massive AI compute buyer: reportedly ordering $7B+ of Nvidia chips. Operates Doubao AI assistant in China. Competes with OpenAI while buying their hardware.'}; MERGE (n:Entity {id: 'alibaba'}) SET n += {label: 'Alibaba Cloud', tier: 4, type: 'lab', choke: false, note: 'Qwen model family replaced Meta\'s Llama as the most downloaded on Hugging Face (Sep 2025). Open-weight models. Major cloud provider in Asia. Raised HK$80bn ($10.2bn) in an August 2026 Hong Kong placement with 100% of net proceeds earmarked for full-stack AI, having already spent nearly half of a three-year capex programme.'}; MERGE (n:Entity {id: 'baidu'}) SET n += {label: 'Baidu', tier: 4, type: 'lab', choke: false, note: 'ERNIE 4.5 Turbo model. Early LLM leader in China. Q2 2026 (6-K): revenue RMB31.3bn, -4% YoY, with advertising -19%, but AI Cloud infrastructure +50% and GPU-cloud +283%; AI is now roughly half of Baidu Core\'s general-business revenue, and the TTM account swung to a loss on the AI build-out.'}; MERGE (n:Entity {id: 'tencent'}) SET n += {label: 'Tencent', tier: 4, type: 'lab', choke: false, note: 'Hunyuan AI model. Secretly backing DeepSeek. WeChat-integrated AI. Major cloud provider. Invests in numerous Chinese AI startups.'}; MERGE (n:Entity {id: 'zhipu'}) SET n += {label: 'Zhipu AI', tier: 4, type: 'lab', choke: false, note: 'Chinese LLM startup. ~$12B valuation on Hong Kong exchange. One of China\'s \'Six Tigers\' AI startups. Backed by Alibaba.'}; MERGE (n:Entity {id: 'minimax'}) SET n += {label: 'MiniMax', tier: 4, type: 'lab', choke: false, note: 'Chinese AI startup. ~$15B valuation. One of the \'Six Tigers\'. Listed in Hong Kong. < $70M revenue despite massive valuation.'}; MERGE (n:Entity {id: 'moonshot_ai'}) SET n += {label: 'Moonshot AI', tier: 4, type: 'lab', choke: false, note: 'Kimi chatbot. ~$5B private valuation. One of China\'s Six Tigers. Known for long-context models.'}; MERGE (n:Entity {id: 'mistral'}) SET n += {label: 'Mistral AI', tier: 4, type: 'lab', choke: false, note: 'France\'s leading AI company. $14B valuation, $830M debt facility for AI datacenter near Paris with 13,800 Nvidia GB300 GPUs. European AI champion.'}; MERGE (n:Entity {id: 'aleph_alpha'}) SET n += {label: 'Aleph Alpha', tier: 4, type: 'lab', choke: false, note: 'Germany\'s leading AI company. $230M funding round. Focuses on enterprise/government AI. European sovereignty play.'}; MERGE (n:Entity {id: 'isomorphic_labs'}) SET n += {label: 'Isomorphic Labs', tier: 4, type: 'health', choke: false, note: 'Alphabet/DeepMind spinoff. Raised $2.1B total. First clinical trials expected end 2026. Uses AlphaFold for AI drug discovery. One drug cleared Phase 3.'}; MERGE (n:Entity {id: 'recursion'}) SET n += {label: 'Recursion Pharma', tier: 4, type: 'health', choke: false, note: 'AI drug discovery platform. Recursion OS trains ML models on biological data. Nvidia invested $50M. Clinical-stage pipeline.'}; MERGE (n:Entity {id: 'figure_ai'}) SET n += {label: 'Figure AI', tier: 4, type: 'lab', choke: false, note: 'Humanoid robot startup. $39B valuation (2025). Backed by Bezos, OpenAI, Nvidia, Microsoft. Partnered with OpenAI for robot intelligence.'}; MERGE (n:Entity {id: 'sequoia'}) SET n += {label: 'Sequoia Capital', tier: 5, type: 'investor', choke: false, note: 'Invested in Anthropic ($65B Series H led by Altimeter/Dragoneer/Greenoaks/Sequoia). Major AI portfolio across generations.'}; MERGE (n:Entity {id: 'altimeter'}) SET n += {label: 'Altimeter Capital', tier: 5, type: 'investor', choke: false, note: 'Co-led Anthropic\'s $65B Series H. Growth equity fund focused on tech. Major AI sector investor.'}; MERGE (n:Entity {id: 'tencent_holding'}) SET n += {label: 'Tencent Holdings', tier: 5, type: 'investor', choke: false, note: 'Secretly bankrolling DeepSeek\'s $50B round. Owns stakes in numerous Chinese AI startups. WeChat ecosystem gives distribution advantage.'}; MERGE (n:Entity {id: 'alibaba_holding'}) SET n += {label: 'Alibaba Group', tier: 5, type: 'investor', choke: false, note: 'Backs Zhipu AI and other Chinese AI startups. Builds Qwen open-weight models. $8.2B China National AI Fund supports ecosystem.'}; MERGE (n:Entity {id: 'cn_gov_fund'}) SET n += {label: 'China National AI Fund', tier: 5, type: 'investor', choke: false, note: '$8.2B National AI Industry Investment Fund launched Jan 2025. State-directed capital for AI self-sufficiency. Part of China\'s full-stack industrial policy for AI.'}; MERGE (n:Entity {id: 'uGovt'}) SET n += {label: 'UAE Government', tier: 5, type: 'investor', choke: false, note: 'UAE ranks 2nd globally in AI capability. 5GW AI cluster planned with US. Sovereign models: Falcon (TII), Jais. World\'s largest AI campus outside US.'}; MERGE (n:Entity {id: 'saudi_aramco'}) SET n += {label: 'Saudi Arabia / PIF', tier: 5, type: 'investor', choke: false, note: 'Massive AI investments via Public Investment Fund. $100B+ committed to AI and tech. Building data centers and sovereign AI capability.'}; MERGE (n:Entity {id: 'japan_meti'}) SET n += {label: 'Japan METI', tier: 2, type: 'regulator', choke: false, note: 'Japan\'s Ministry of Economy, Trade and Industry. Directs a FY2026 AI and semiconductor budget of about Y1.23tn, roughly four times the prior year, inside a total METI budget of about Y3.07tn. Funds Rapidus, Tower Semiconductor Japan and the FRONTia physical-AI programme, and certifies supply plans under the Economic Security Promotion Act.'}; MERGE (n:Entity {id: 'google_quantum'}) SET n += {label: 'Google Quantum AI', tier: 4, type: 'quantum', choke: false, note: 'Willow chip: first verifiable quantum advantage. Quantum Echoes algorithm breakthrough. Exponential error suppression demonstrated: logical errors decrease as qubits increase.'}; MERGE (n:Entity {id: 'ibm_quantum'}) SET n += {label: 'IBM Quantum', tier: 4, type: 'quantum', choke: false, note: 'Longest quantum roadmap in industry. Partnered with Rapidus for 2nm chips. Heron processor. Fault-tolerance roadmap to 100,000+ qubits by 2033.'}; MERGE (n:Entity {id: 'ionq'}) SET n += {label: 'IonQ', tier: 4, type: 'quantum', choke: false, note: 'Trapped-ion quantum computing. Publicly traded. Collaborating with Amazon Braket and Google Cloud for quantum access.'}; MERGE (n:Entity {id: 'vertiv'}) SET n += {label: 'Vertiv', tier: 3, type: 'infra', choke: false, note: 'Power and cooling for AI data centers. Traditional cooling can\'t meet AI workload needs. Liquid cooling, power distribution, thermal management.'}; MERGE (n:Entity {id: 'celestica'}) SET n += {label: 'Celestica', tier: 3, type: 'infra', choke: false, note: 'AI infrastructure and power systems from data center core to edge. Advanced design and lifecycle management. Key Nvidia GPU cluster integrator.'}; MERGE (n:Entity {id: 'constellation'}) SET n += {label: 'Constellation Energy', tier: 3, type: 'infra', choke: false, note: 'Microsoft PPA for Three Mile Island restart. 835MW, 20-year deal worth $16B. Nuclear renaissance driven by AI power demand.'}; MERGE (n:Entity {id: 'talent_energy'}) SET n += {label: 'Talen Energy', tier: 3, type: 'infra', choke: false, note: 'Amazon\'s $650M nuclear data center deal. Susquehanna nuclear station. Big tech signing 10GW+ of new US nuclear capacity.'}; MERGE (n:Entity {id: 'dario_amodei'}) SET n += {label: 'Dario Amodei', tier: 5, type: 'person', choke: false, note: 'CEO of Anthropic. Former VP of Research at OpenAI. Sister Daniela Amodei is President. Anthropic valued at ~$965B post-money (Series H, May 2026).'}; MERGE (n:Entity {id: 'liang_wenfeng'}) SET n += {label: 'Liang Wenfeng', tier: 5, type: 'person', choke: false, note: 'Founder of DeepSeek. Former hedge fund manager (High-Flyer). $50B valuation, $7.4B raised. Disrupted global AI with open-weight reasoning models.'}; MERGE (n:Entity {id: 'sundar_pichai'}) SET n += {label: 'S. Pichai', tier: 5, type: 'person', choke: false, note: 'CEO of Alphabet/Google. Overseeing Gemini, TPU, Google Cloud AI, DeepMind, and Isomorphic Labs.'}; MERGE (n:Entity {id: 'jensen_huang'}) SET n += {label: 'Jensen Huang', tier: 5, type: 'person', choke: false, note: 'Founder & CEO of Nvidia (single share class). ~81% data-center GPU share by revenue; every AI lab depends on his chips.'}; MERGE (n:Entity {id: 'masayoshi_son'}) SET n += {label: 'M. Son', tier: 5, type: 'person', choke: false, note: 'CEO of SoftBank. Owns 90% of Arm Holdings. Co-leader of Stargate ($500B). Major Nvidia investor. $100B Vision Fund deployed across AI.'}; MERGE (n:Entity {id: 'sandboxaq'}) SET n += {label: 'SandboxAQ', tier: 3, type: 'quantum', choke: false, note: 'Alphabet/Google X spin-out (Mar 2022), CEO Jack Hidary, chair Eric Schmidt. Fuses AI + quantum: post-quantum cryptography (AQtive Guard), quantum sensing/navigation (AQNav) and Large Quantitative Models (LQMs) for scientific discovery. Series E closed $450M at a $5.75B valuation (Apr 2025) + $150M extension led by Google & NVIDIA; total raised >$1B. Central hub of US/allied post-quantum defense: DoW CIO 5-yr PQC deal, DIU quantum navigation, $500M CHIPS materials award (govt took equity), NATO DIANA, White House PQC EO support, FedRAMP Ready.'}; MERGE (n:Entity {id: 'sam_altman'}) SET n += {label: 'Sam Altman', tier: 5, type: 'person', choke: false, note: 'CEO & co-founder of OpenAI. Personally seeded longevity firm Retro Biosciences ($180M) and co-founded BCI startup Merge Labs. Backer of Stargate.'}; MERGE (n:Entity {id: 'jeff_bezos'}) SET n += {label: 'Jeff Bezos', tier: 5, type: 'person', choke: false, note: 'Founder & exec chair of Amazon. Funds Blue Origin and AI venture Prometheus; investor in cellular-rejuvenation firm Altos Labs.'}; MERGE (n:Entity {id: 'alex_karp'}) SET n += {label: 'Alex Karp', tier: 5, type: 'person', choke: false, note: 'Co-founder & CEO of Palantir. Champions AI \'sovereignty\' and Western defense supremacy; vocal critic of closed frontier labs.'}; MERGE (n:Entity {id: 'satya_nadella'}) SET n += {label: 'Satya Nadella', tier: 5, type: 'person', choke: false, note: 'Chairman & CEO of Microsoft. Architect of the OpenAI partnership and Azure\'s AI buildout; hedging with in-house Microsoft AI models.'}; MERGE (n:Entity {id: 'demis_hassabis'}) SET n += {label: 'Demis Hassabis', tier: 5, type: 'person', choke: false, note: 'Co-founder & CEO of Google DeepMind; 2024 Nobel laureate. Founder of Isomorphic Labs. Calls AGI an \'infinity machine\' 5-10 years out.'}; MERGE (n:Entity {id: 'ilya_sutskever'}) SET n += {label: 'Ilya Sutskever', tier: 5, type: 'person', choke: false, note: 'Co-founder & CEO of Safe Superintelligence. Ex-OpenAI chief scientist. Building superintelligence with safety as the sole product.'}; MERGE (n:Entity {id: 'mira_murati'}) SET n += {label: 'Mira Murati', tier: 5, type: 'person', choke: false, note: 'Founder & CEO of Thinking Machines Lab. Ex-OpenAI CTO. Raised one of the largest seed rounds on record.'}; MERGE (n:Entity {id: 'alexandr_wang'}) SET n += {label: 'Alexandr Wang', tier: 5, type: 'person', choke: false, note: 'Chief AI Officer of Meta Superintelligence Labs. Founder of Scale AI, which Meta backed in a landmark 2025 deal.'}; MERGE (n:Entity {id: 'palantir'}) SET n += {label: 'Palantir', tier: 4, type: 'company', choke: false, note: 'Defense & government AI (AIP + Ontology). Powers a NATO battlefield AI layer; partners Nvidia for sovereign AI. Listed NASDAQ:PLTR.'}; MERGE (n:Entity {id: 'neuralink'}) SET n += {label: 'Neuralink', tier: 4, type: 'health', choke: false, note: 'Musk\'s brain-computer interface company. 12 human implants by Sep 2025; ~$9.7B valuation; Blindsight visual-cortex trial and automated robotic surgery targeted for 2026.'}; MERGE (n:Entity {id: 'merge_labs'}) SET n += {label: 'Merge Labs', tier: 4, type: 'health', choke: false, note: 'BCI startup co-founded by Sam Altman to rival Neuralink; merging human brains with AI.'}; MERGE (n:Entity {id: 'retro_bio'}) SET n += {label: 'Retro Biosciences', tier: 4, type: 'health', choke: false, note: 'Longevity biotech seeded by Sam Altman ($180M); ~$1.8B valuation (2026). RTR242 autophagy pill in first-in-human Alzheimer\'s trial; used OpenAI\'s GPT-4b micro to make cell reprogramming ~50x more efficient.'}; MERGE (n:Entity {id: 'altos_labs'}) SET n += {label: 'Altos Labs', tier: 4, type: 'health', choke: false, note: 'Cellular-reprogramming longevity firm (~$5B). Funded by Jeff Bezos among others.'}; MERGE (n:Entity {id: 'blue_origin'}) SET n += {label: 'Blue Origin', tier: 3, type: 'company', choke: false, note: 'Bezos\'s space company; raising outside capital for the first time. Space infrastructure for the AI era.'}; MERGE (n:Entity {id: 'prometheus_ai'}) SET n += {label: 'Prometheus (Bezos)', tier: 4, type: 'lab', choke: false, note: 'Jeff Bezos\'s new AI venture, building an \'artificial general engineer\'. Distinct from Meta\'s Prometheus data center.'}; MERGE (n:Entity {id: 'microsoft_ai'}) SET n += {label: 'Microsoft AI', tier: 4, type: 'lab', choke: false, note: 'Microsoft\'s in-house model & Copilot group; a hedge against OpenAI dependence. Custom Maia silicon.'}; MERGE (n:Entity {id: 'safe_superintelligence'}) SET n += {label: 'Safe Superintelligence', tier: 4, type: 'lab', choke: false, note: 'Ilya Sutskever\'s lab. One goal - safe superintelligence, no interim products; raised at a multi-billion valuation with no revenue.'}; MERGE (n:Entity {id: 'thinking_machines'}) SET n += {label: 'Thinking Machines Lab', tier: 4, type: 'lab', choke: false, note: 'Mira Murati\'s lab. Ex-OpenAI talent; capable, broadly useful, transparent AI.'}; MERGE (n:Entity {id: 'calico'}) SET n += {label: 'Calico Labs', tier: 4, type: 'health', choke: false, note: 'Alphabet\'s secretive anti-ageing biotech (2013); AI-driven longevity research.'}; MERGE (n:Entity {id: 'th_superintelligence'}) SET n += {label: 'Superintelligence', tier: 5, type: 'theme', choke: false, note: 'The race to AGI and superintelligence itself: the core bet under every frontier lab.'}; MERGE (n:Entity {id: 'th_longevity'}) SET n += {label: 'Longevity', tier: 5, type: 'theme', choke: false, note: 'Extending healthy human lifespan; the founders\' biological bet, attacked with AI.'}; MERGE (n:Entity {id: 'th_robotics'}) SET n += {label: 'Robotics', tier: 5, type: 'theme', choke: false, note: 'Humanoid robots and embodied AI: turning cheap intelligence into cheap physical labour.'}; MERGE (n:Entity {id: 'th_space'}) SET n += {label: 'Space', tier: 5, type: 'theme', choke: false, note: 'Launch, connectivity and eventually off-Earth compute and industry.'}; MERGE (n:Entity {id: 'th_defense'}) SET n += {label: 'Defense & Sovereignty', tier: 5, type: 'theme', choke: false, note: 'Military, intelligence and sovereign-government AI.'}; MERGE (n:Entity {id: 'th_energy'}) SET n += {label: 'Energy', tier: 5, type: 'theme', choke: false, note: 'Power for compute: nuclear, gas and grid: the binding constraint of the buildout.'}; MERGE (n:Entity {id: 'th_bci'}) SET n += {label: 'Brain-Computer Interfaces', tier: 5, type: 'theme', choke: false, note: 'Connecting the human brain directly to machines.'}; MERGE (n:Entity {id: 'apple'}) SET n += {label: 'Apple', tier: 4, type: 'company', choke: false, note: 'Consumer-hardware giant. A 2024 ChatGPT partnership with OpenAI soured into a July 2026 trade-secrets lawsuit; Apple claims 400+ ex-Apple staff now work at OpenAI. Listed NASDAQ:AAPL.'}; MERGE (n:Entity {id: 'scale_ai'}) SET n += {label: 'Scale AI', tier: 4, type: 'company', choke: false, note: 'Data-labelling company. Meta took a ~$14B stake and hired founder Alexandr Wang to run Meta Superintelligence Labs (2025).'}; MERGE (n:Entity {id: 'sb_energy'}) SET n += {label: 'SB Energy', tier: 3, type: 'infra', choke: false, note: 'SoftBank\'s energy arm. OpenAI + SoftBank invested $1B (Jan 2026) for AI data-centre power.'}; MERGE (n:Entity {id: 'core_scientific'}) SET n += {label: 'Core Scientific', tier: 3, type: 'facility', choke: false, note: 'GPU hosting and data centres; ~$6.7B of 12-year hosting contracts with CoreWeave.'}; MERGE (n:Entity {id: 'msra'}) SET n += {label: 'Microsoft Research Asia', tier: 4, type: 'lab', choke: false, note: 'Microsoft Research Asia (Beijing). A talent source for DeepSeek - several DeepSeek staff, including a department chief, are MSRA alumni.'}; MERGE (n:Entity {id: 'tsinghua_keg'}) SET n += {label: 'Tsinghua KEG', tier: 4, type: 'lab', choke: false, note: 'Tsinghua University Knowledge Engineering Group; spun out Zhipu AI (2019).'}; MERGE (n:Entity {id: 'us_gov'}) SET n += {label: 'U.S. Government', tier: 5, type: 'investor', choke: false, note: 'U.S. federal government (Dept of Commerce / CHIPS). $500M CHIPS R&D award to SandboxAQ; hosted the Stargate announcement at the White House.'}; MERGE (n:Entity {id: 'eric_schmidt'}) SET n += {label: 'Eric Schmidt', tier: 5, type: 'person', choke: false, note: 'Former Google CEO & Chairman (2001-2011); now Chairman of SandboxAQ. Chaired the U.S. National Security Commission on AI.'}; MERGE (n:Entity {id: 'jack_hidary'}) SET n += {label: 'Jack Hidary', tier: 5, type: 'person', choke: false, note: 'Founder & CEO of SandboxAQ; built it inside Google\'s X (Moonshot) lab over ~6 years before the 2022 spin-out.'}; MERGE (n:Entity {id: 'yann_lecun'}) SET n += {label: 'Yann LeCun', tier: 5, type: 'person', choke: false, note: 'Turing Award laureate. Left Meta after 12 years as chief AI scientist over strategy disagreements with Zuckerberg; planning his own firm.'}; MERGE (n:Entity {id: 'nebius'}) SET n += {label: 'Nebius Group', tier: 3, type: 'compute', choke: false, note: 'Amsterdam-based \'neocloud\' (ex-Yandex). $27B Meta compute deal, $2B Nvidia investment, $1B+ Reflection AI deal - a major GB300 provider.'}; MERGE (n:Entity {id: 'g42'}) SET n += {label: 'G42', tier: 5, type: 'company', choke: false, note: 'UAE national AI champion. Building the Stargate UAE cluster in Abu Dhabi; linked to MGX sovereign capital.'}; MERGE (n:Entity {id: 'stargate_uae'}) SET n += {label: 'Stargate UAE', tier: 3, type: 'facility', choke: false, note: 'International arm of Stargate: a 1GW AI cluster in Abu Dhabi (200MW live 2026), built by G42 with MGX capital.'}; MERGE (n:Entity {id: 'peter_thiel'}) SET n += {label: 'Peter Thiel', tier: 5, type: 'person', choke: false, note: 'PayPal Mafia co-founder. Co-founded Palantir; runs Founders Fund; backed Anduril; central node of the \'reactionary\' tech-defense-政 network.'}; MERGE (n:Entity {id: 'anduril'}) SET n += {label: 'Anduril', tier: 4, type: 'company', choke: false, note: 'Defense-tech (autonomous systems). Thiel/Founders Fund-backed; part of the Palantir-adjacent defense cluster.'}; MERGE (n:Entity {id: 'iren'}) SET n += {label: 'IREN Limited', tier: 3, type: 'infra', choke: false, note: 'Data-centre / AI-infrastructure firm; Nvidia committed up to $2.1B (5-yr option) - another circular GPU-infrastructure loop.'}; MERGE (n:Entity {id: 'coherent'}) SET n += {label: 'Coherent', tier: 0, type: 'networking', choke: false, note: 'Silicon-photonics / optical components. Nvidia invested $2B (Mar 2026) + purchase commitment for AI-factory optics.'}; MERGE (n:Entity {id: 'lumentum'}) SET n += {label: 'Lumentum', tier: 0, type: 'networking', choke: false, note: 'Optics/photonics. Nvidia invested $2B (Mar 2026) for R&D and a new US fab supplying gigawatt-scale AI factories.'}; MERGE (n:Entity {id: 'corning'}) SET n += {label: 'Corning', tier: 0, type: 'infra', choke: false, note: 'Glass / optical-fibre for data centres. Nvidia invested $500M (Mar 2026) for advanced optical connectivity.'}; MERGE (n:Entity {id: 'nscale'}) SET n += {label: 'Nscale', tier: 3, type: 'compute', choke: false, note: 'UK AI-native \'neocloud\' (GPU-as-a-service). $2B Series C (Mar 2026, ~$14.6B val) with Nvidia participating; serves Microsoft & OpenAI.'}; MERGE (n:Entity {id: 'boring_company'}) SET n += {label: 'The Boring Company', tier: 5, type: 'company', choke: false, note: 'Musk tunnelling venture; part of the Musk personal-conglomerate interlock (shared staff/board with Tesla/SpaceX/Neuralink).'}; MERGE (n:Entity {id: 't_head'}) SET n += {label: 'T-Head (Alibaba)', tier: 2, type: 'chipmaker', choke: false, note: 'Alibaba\'s T-Head / Pingtouge chip-design arm. Zhenwu 810E and M890 (144GB on-chip, ~3x) built as domestic Nvidia-GPU alternatives.'}; MERGE (n:Entity {id: 'damo_academy'}) SET n += {label: 'DAMO Academy', tier: 4, type: 'lab', choke: false, note: 'Alibaba\'s global research institute (est. 2017); produces Qwen models, medical AI and chip designs.'}; MERGE (n:Entity {id: 'qwen'}) SET n += {label: 'Qwen (Alibaba)', tier: 4, type: 'lab', choke: false, note: 'Alibaba\'s Qwen open + commercial LLM family (ex-Tongyi); widely used on Hugging Face.'}; MERGE (n:Entity {id: 'zeroone_ai'}) SET n += {label: '01.AI', tier: 4, type: 'lab', choke: false, note: 'Kai-Fu Lee\'s Chinese LLM startup; Alibaba Cloud led an investment round. One of the \'AI Tigers\'.'}; MERGE (n:Entity {id: 'baichuan'}) SET n += {label: 'Baichuan Intelligence', tier: 4, type: 'lab', choke: false, note: 'Chinese LLM startup; one of the \'four AI Tigers\'; Alibaba-backed.'}; MERGE (n:Entity {id: 'sensetime'}) SET n += {label: 'SenseTime', tier: 4, type: 'lab', choke: false, note: 'Once the world\'s most valuable AI startup; Alibaba led a $600M round at $3B (2018).'}; MERGE (n:Entity {id: 'manus_ai'}) SET n += {label: 'Manus AI', tier: 4, type: 'lab', choke: false, note: 'Chinese agentic-AI startup; strategic partner of Alibaba\'s Qwen team (2025).'}; MERGE (n:Entity {id: 'ant_group'}) SET n += {label: 'Ant Group', tier: 4, type: 'company', choke: false, note: 'Alibaba-affiliated fintech (Alipay); ML credit-risk, fraud and insurance pricing.'}; MERGE (n:Entity {id: 'cainiao'}) SET n += {label: 'Cainiao', tier: 4, type: 'company', choke: false, note: 'Alibaba\'s AI logistics arm (~64% stake); smart supply chain.'}; MERGE (n:Entity {id: 'lazada'}) SET n += {label: 'Lazada', tier: 4, type: 'company', choke: false, note: 'Alibaba\'s SE-Asia e-commerce platform; ~$2B AI investment.'}; MERGE (n:Entity {id: 'joe_tsai'}) SET n += {label: 'Joe Tsai', tier: 5, type: 'person', choke: false, note: 'Chairman of Alibaba Group.'}; MERGE (n:Entity {id: 'eddie_wu'}) SET n += {label: 'Eddie Wu', tier: 5, type: 'person', choke: false, note: 'CEO of Alibaba + Cloud Intelligence lead; announced the $53B / ¥380B AI-infrastructure plan.'}; MERGE (n:Entity {id: 'valar_ventures'}) SET n += {label: 'Valar Ventures', tier: 5, type: 'investor', choke: false, note: 'Peter Thiel\'s international VC firm (2010).'}; MERGE (n:Entity {id: 'panthalassa'}) SET n += {label: 'Panthalassa', tier: 3, type: 'infra', choke: false, note: 'Wave-powered AI data-centre startup; personally backed by Peter Thiel (~$140M).'}; MERGE (n:Entity {id: 'paypal_mafia'}) SET n += {label: 'PayPal Mafia', tier: 5, type: 'company', choke: false, note: 'The PayPal-alumni network (Thiel, Musk et al.) that spawned Palantir, SpaceX, Founders Fund, Anduril, YouTube, LinkedIn.'}; MERGE (n:Entity {id: 'joe_lonsdale'}) SET n += {label: 'Joe Lonsdale', tier: 5, type: 'person', choke: false, note: 'Palantir co-founder; founder of 8VC and the University of Austin; Thiel-network lieutenant.'}; MERGE (n:Entity {id: 'in_q_tel'}) SET n += {label: 'In-Q-Tel', tier: 5, type: 'investor', choke: false, note: 'The CIA\'s venture-capital arm; an early Palantir investor alongside Thiel.'}; MERGE (n:Entity {id: 'us_defense'}) SET n += {label: 'U.S. DoD / Army', tier: 5, type: 'investor', choke: false, note: 'U.S. Department of Defense / Army - Palantir defense customer ($250M AI/ML R&D).'}; MERGE (n:Entity {id: 'us_ice'}) SET n += {label: 'U.S. ICE', tier: 5, type: 'investor', choke: false, note: 'U.S. Immigration & Customs Enforcement - Palantir \'ImmigrationOS\' customer.'}; MERGE (n:Entity {id: 'idf'}) SET n += {label: 'Israel IDF', tier: 5, type: 'investor', choke: false, note: 'Israel Defense Forces - reported user of Palantir AI targeting.'}; MERGE (n:Entity {id: 'uk_gov'}) SET n += {label: 'U.K. Government', tier: 5, type: 'investor', choke: false, note: 'U.K. government - Palantir NHS + Ministry of Defence contracts (£670M+).'}; MERGE (n:Entity {id: 'x_twitter'}) SET n += {label: 'X (Twitter)', tier: 4, type: 'company', choke: false, note: 'Social platform absorbed into the SpaceX/xAI entity; a real-time data corpus for Grok training.'}; MERGE (n:Entity {id: 'dojo'}) SET n += {label: 'Tesla Dojo', tier: 3, type: 'facility', choke: false, note: 'Tesla\'s custom AI training supercomputer (disbanded 2024, restarted 2026).'}; MERGE (n:Entity {id: 'igor_babuschkin'}) SET n += {label: 'Igor Babuschkin', tier: 5, type: 'person', choke: false, note: 'xAI co-founder & chief engineer (ex-Google DeepMind, ex-OpenAI); departed.'}; MERGE (n:Entity {id: 'christian_szegedy'}) SET n += {label: 'Christian Szegedy', tier: 5, type: 'person', choke: false, note: 'xAI co-founder (ex-Google); departed.'}; MERGE (n:Entity {id: 'toby_pohlen'}) SET n += {label: 'Toby Pohlen', tier: 5, type: 'person', choke: false, note: 'xAI founding member (led \'Macrohard\'); departed.'}; MERGE (n:Entity {id: 'manuel_kroiss'}) SET n += {label: 'Manuel Kroiss', tier: 5, type: 'person', choke: false, note: 'xAI co-founder (led pretraining); departed.'}; MERGE (n:Entity {id: 'greg_yang'}) SET n += {label: 'Greg Yang', tier: 5, type: 'person', choke: false, note: 'xAI co-founder; departed.'}; MERGE (n:Entity {id: 'kyle_kosic'}) SET n += {label: 'Kyle Kosic', tier: 5, type: 'person', choke: false, note: 'xAI co-founder; departed (2024).'}; MERGE (n:Entity {id: 'jimmy_ba'}) SET n += {label: 'Jimmy Ba', tier: 5, type: 'person', choke: false, note: 'xAI co-founder; departed.'}; MERGE (n:Entity {id: 'tony_wu'}) SET n += {label: 'Tony Wu', tier: 5, type: 'person', choke: false, note: 'xAI co-founder; departed.'}; MERGE (n:Entity {id: 'terafab'}) SET n += {label: 'Terafab', tier: 2, type: 'chipmaker', choke: false, note: '$25B Tesla + SpaceX + xAI + Intel chip JV (Apr 2026, Texas) to cut Nvidia dependency.'}; MERGE (n:Entity {id: 'defense_ai_consortium'}) SET n += {label: 'Defense AI Consortium', tier: 4, type: 'company', choke: false, note: 'Joint bid for U.S. military AI contracts: Palantir + Anduril + SpaceX + OpenAI + Saronic + Scale AI - disrupting the traditional primes.'}; MERGE (n:Entity {id: 'saronic'}) SET n += {label: 'Saronic', tier: 4, type: 'company', choke: false, note: 'Autonomous-naval defense startup; member of the defense-AI consortium.'}; MERGE (n:Entity {id: 'dhs'}) SET n += {label: 'U.S. DHS', tier: 5, type: 'investor', choke: false, note: 'Department of Homeland Security - Palantir\'s #1 federal customer (ICE/ImmigrationOS).'}; MERGE (n:Entity {id: 'us_army'}) SET n += {label: 'U.S. Army', tier: 5, type: 'investor', choke: false, note: 'Awarded Palantir a $10B software/data deal (2025) + TITAN; runs Maven targeting.'}; MERGE (n:Entity {id: 'us_cdao'}) SET n += {label: 'DoD CDAO', tier: 5, type: 'investor', choke: false, note: 'Pentagon Chief Digital & AI Office - awarded $200M \'frontier AI\' contracts to OpenAI and Anthropic.'}; MERGE (n:Entity {id: 'nasa'}) SET n += {label: 'NASA', tier: 5, type: 'investor', choke: false, note: 'Awarded SpaceX the $2.89B Human Landing System (Artemis) + Commercial Crew.'}; MERGE (n:Entity {id: 'space_force'}) SET n += {label: 'U.S. Space Force', tier: 5, type: 'investor', choke: false, note: 'SpaceX Starshield + launch contracts (~$6.5B + $5.9B).'}; MERGE (n:Entity {id: 'nro'}) SET n += {label: 'U.S. NRO', tier: 5, type: 'investor', choke: false, note: 'National Reconnaissance Office - SpaceX building a classified spy-satellite network (Starshield).'}; MERGE (n:Entity {id: 'nato'}) SET n += {label: 'NATO NCIA', tier: 5, type: 'investor', choke: false, note: 'NATO Communications & Information Agency - Palantir Maven Smart System deployment (2025).'}; MERGE (n:Entity {id: 'white_house'}) SET n += {label: 'White House / OSTP', tier: 2, type: 'investor', choke: false, note: 'Trump administration now gates which frontier AI models federal agencies may use (Projects Glasswing/Daybreak).'}; MERGE (n:Entity {id: 'us_ic'}) SET n += {label: 'U.S. Intelligence Community', tier: 5, type: 'investor', choke: false, note: 'CIA / NSA - Palantir Gotham customer; AWS holds the NSA cloud contract.'}; MERGE (n:Entity {id: 'lockheed'}) SET n += {label: 'Lockheed Martin', tier: 4, type: 'company', choke: false, note: 'Defense prime; uses Meta\'s Llama for USAF/Navy pilot training & simulation.'}; MERGE (n:Entity {id: 'supermicro'}) SET n += {label: 'Supermicro', tier: 3, type: 'infra', choke: false, note: 'Server/infra vendor; built xAI\'s 100k-GPU Colossus cluster.'}; MERGE (n:Entity {id: 'synchron'}) SET n += {label: 'Synchron', tier: 4, type: 'health', choke: false, note: 'Brain-computer interface rival to Neuralink (minimally-invasive, vein-threaded).'}; MERGE (n:Entity {id: 'paradromics'}) SET n += {label: 'Paradromics', tier: 4, type: 'health', choke: false, note: 'Brain-computer interface rival to Neuralink (durability / data-rate focus).'}; MERGE (n:Entity {id: 'humain'}) SET n += {label: 'HUMAIN (Saudi PIF)', tier: 5, type: 'compute', choke: false, note: 'Wholly-owned Saudi PIF AI-infrastructure firm (launched May 2025); aims to be the world\'s #3 AI provider. Building AI factories with Nvidia, AMD, AWS, Groq, Qualcomm; invested $3B in xAI.'}; MERGE (n:Entity {id: 'tii'}) SET n += {label: 'TII (UAE)', tier: 4, type: 'lab', choke: false, note: 'UAE Technology Innovation Institute; built the sovereign \'Falcon\' LLM.'}; MERGE (n:Entity {id: 'cisco'}) SET n += {label: 'Cisco', tier: 2, type: 'networking', choke: false, note: 'Networking; JV with AMD + HUMAIN for 1GW of Saudi AI infrastructure.'}; MERGE (n:Entity {id: 'groq'}) SET n += {label: 'Groq', tier: 2, type: 'chipmaker', choke: false, note: 'LPU inference-chip maker; $1.5B commitment to build inference capacity in Saudi Arabia (HUMAIN).'}; MERGE (n:Entity {id: 'us_air_force'}) SET n += {label: 'U.S. Air Force', tier: 5, type: 'investor', choke: false, note: 'Oracle $88M Cloud One; Lockheed uses Meta\'s Llama for USAF pilot training.'}; MERGE (n:Entity {id: 'tiktok'}) SET n += {label: 'TikTok', tier: 1, type: 'company', choke: false, note: 'ByteDance\'s short-video platform; US operations restructured into a JV (Oracle / Silver Lake / MGX, 15% each; ByteDance 19.9%) in the $14bn Jan-2026 deal. 170M+ US users.'}; MERGE (n:Entity {id: 'kunlunxin'}) SET n += {label: 'Kunlunxin', tier: 2, type: 'chipmaker', choke: false, note: 'Baidu\'s spun-off AI-chip unit (Kunlun M100 / M300); pursuing a ~$50bn Hong Kong IPO as a domestic Nvidia alternative.'}; MERGE (n:Entity {id: 'high_flyer'}) SET n += {label: 'High-Flyer Capital', tier: 3, type: 'investor', choke: false, note: 'Liang Wenfeng\'s quant hedge fund; founded DeepSeek in 2023 as a spin-off and was its sole backer until DeepSeek\'s $7.4bn 2026 round at a $50bn valuation.'}; MERGE (n:Entity {id: 'kai_fu_lee'}) SET n += {label: 'Kai-Fu Lee', tier: 3, type: 'person', choke: false, note: '01.AI founder and Sinovation Ventures chair; ex-Apple, founding director of Microsoft Research Asia, founding President of Google China - a key US-China AI bridge figure.'}; MERGE (n:Entity {id: 'robin_li'}) SET n += {label: 'Robin Li', tier: 3, type: 'person', choke: false, note: 'Co-founder and CEO of Baidu; champion of Ernie and of \'AI agents\' as Baidu\'s core success metric.'}; MERGE (n:Entity {id: 'yao_shunyu'}) SET n += {label: 'Yao Shunyu', tier: 3, type: 'person', choke: false, note: 'Tencent\'s chief AI scientist and a former OpenAI researcher - a direct talent pipeline from OpenAI into Tencent.'}; MERGE (n:Entity {id: 'iflytek'}) SET n += {label: 'iFlytek', tier: 2, type: 'company', choke: false, note: 'China\'s dominant speech-AI firm (60%+ of the market, 700M+ users); Spark LLM. US-sanctioned, redirecting $337m from US tech to domestic (Huawei Ascend) compute.'}; MERGE (n:Entity {id: 'waymo'}) SET n += {label: 'Waymo', tier: 1, type: 'company', choke: false, note: 'Alphabet\'s robotaxi unit; the Western robotaxi benchmark now being overtaken in global ride volume by Baidu\'s Apollo Go.'}; MERGE (n:Entity {id: 'chinese_gov'}) SET n += {label: 'Chinese Government (PRC)', tier: 5, type: 'investor', choke: false, note: 'The PRC state: a $295bn national AI-compute plan, an 80% domestic-chip sourcing mandate, AI-talent travel controls, and counter-sanctions on US defense firms.'}; MERGE (n:Entity {id: 'cac'}) SET n += {label: 'Cyberspace Administration of China', tier: 5, type: 'regulator', choke: false, note: 'China\'s AI regulator: mandatory generative-AI model registration and content rules - the world\'s most extensive binding AI regulatory regime.'}; MERGE (n:Entity {id: 'saudi_gov'}) SET n += {label: 'Saudi Arabia (Government)', tier: 5, type: 'investor', choke: false, note: 'Saudi state; deepening AI and space-tech cooperation with China in support of Vision 2030 (alongside its US-facing HUMAIN / PIF compute bets).'}; MERGE (n:Entity {id: 'south_korea_gov'}) SET n += {label: 'South Korea (Government)', tier: 5, type: 'investor', choke: false, note: 'South Korean state; courted by sanctioned Chinese AI firms (SenseTime) seeking government AI-cooperation footholds outside China.'}; MERGE (n:Entity {id: 'ustc'}) SET n += {label: 'USTC (Zuchongzhi)', tier: 4, type: 'quantum', choke: false, note: 'University of Science & Technology of China: hub of China\'s superconducting-quantum programme. Zuchongzhi 3.0 (105 qubits, Mar 2025) claimed quantum computational advantage; team led by Pan Jianwei. Also runs the Micius satellite QKD work.'}; MERGE (n:Entity {id: 'origin_quantum'}) SET n += {label: 'Origin Quantum', tier: 4, type: 'quantum', choke: false, note: 'China\'s leading commercial superconducting quantum-computer maker (Hefei). Origin Wukong cloud (72-qubit, 2024) scaled to the 4th-gen Wukong-180 (180 computational + 251 coupling qubits, May 2026); fully domestic chip/control/OS stack. Cloud has logged 30M+ visits and surpassed 1M completed tasks from users in 192 countries (Jun 2026).'}; MERGE (n:Entity {id: 'pan_jianwei'}) SET n += {label: 'Pan Jianwei', tier: 5, type: 'person', choke: false, note: 'China\'s foremost quantum physicist (USTC): leads the Zuchongzhi superconducting series and the Micius satellite quantum-key-distribution programme.'}; MERGE (n:Entity {id: 'ampere'}) SET n += {label: 'Ampere Computing', tier: 2, type: 'chipmaker', choke: false, note: 'Arm-based server / AI CPU designer (Santa Clara). Acquired by SoftBank for $6.5bn (completed Nov 2025) as a pillar of SoftBank\'s AI-hardware build-out.'}; MERGE (n:Entity {id: 'sec'}) SET n += {label: 'U.S. SEC', tier: 3, type: 'regulator', choke: false, note: 'U.S. Securities and Exchange Commission. Anthropic filed a confidential draft S-1 on 1 Jun 2026.'}; MERGE (n:Entity {id: 'aqtive_guard'}) SET n += {label: 'AQtive Guard', tier: 4, type: 'theme', choke: false, note: 'SandboxAQ cryptographic-management platform: automated discovery/inventory of crypto assets for post-quantum migration. FedRAMP Ready (Dec 2025), SOC 2 Type I, ISO/IEC 27001.'}; MERGE (n:Entity {id: 'lqm'}) SET n += {label: 'Large Quantitative Models', tier: 4, type: 'theme', choke: false, note: 'SandboxAQ LQMs - AI trained on scientific equations + real-world lab data (not text tokens like LLMs); high-resolution equation-based simulation for the $50T+ quantitative economy (biopharma, materials, finance, energy).'}; MERGE (n:Entity {id: 'aqnav'}) SET n += {label: 'AQNav', tier: 4, type: 'theme', choke: false, note: 'SandboxAQ quantum magnetic-anomaly navigation: quantum sensors + AI for resilient PNT in GPS-denied environments. 450+ flight hours across 4 aircraft types incl. USAF.'}; MERGE (n:Entity {id: 'reaqt'}) SET n += {label: 'ReAQT', tier: 4, type: 'theme', choke: false, note: 'SandboxAQ AI-native simulation platform for materials/chemistry discovery; core to the $500M CHIPS semiconductor-materials programme.'}; MERGE (n:Entity {id: 'dow_cio'}) SET n += {label: 'Department of War CIO', tier: 4, type: 'investor', choke: false, note: 'Office of the U.S. Department of War (DoW) CIO; five-year agreement to deploy AQtive Guard for department-wide post-quantum cryptography migration.'}; MERGE (n:Entity {id: 'diu'}) SET n += {label: 'Defense Innovation Unit', tier: 4, type: 'investor', choke: false, note: 'DoW commercial-tech accelerator; runs the Transition of Quantum Sensing (TQS) program that adopted SandboxAQ AQNav.'}; MERGE (n:Entity {id: 'commerce'}) SET n += {label: 'U.S. Dept of Commerce (CHIPS/NIST)', tier: 4, type: 'investor', choke: false, note: 'Commerce CHIPS R&D Office; signed a $500M award to SandboxAQ (Jun 2026) and took a minority non-controlling equity stake.'}; MERGE (n:Entity {id: 'nato_diana'}) SET n += {label: 'NATO DIANA', tier: 5, type: 'investor', choke: false, note: 'NATO Defence Innovation Accelerator for the North Atlantic; SandboxAQ selected into the 2025 cohort (~70 of 2,600+ applicants, 32 countries) for AQNav.'}; MERGE (n:Entity {id: 'ray_dalio'}) SET n += {label: 'Ray Dalio', tier: 5, type: 'person', choke: false, note: 'Bridgewater founder; Series E investor in SandboxAQ.'}; MERGE (n:Entity {id: 't_rowe_price'}) SET n += {label: 'T. Rowe Price', tier: 4, type: 'investor', choke: false, note: 'Early and ongoing institutional investor in SandboxAQ (from 2022 launch).'}; MERGE (n:Entity {id: 'breyer_capital'}) SET n += {label: 'Breyer Capital', tier: 5, type: 'investor', choke: false, note: 'Jim Breyer fund; early investor in SandboxAQ (from 2022 launch).'}; MERGE (n:Entity {id: 'marc_benioff'}) SET n += {label: 'Marc Benioff', tier: 5, type: 'person', choke: false, note: 'Salesforce chair/CEO; investor in SandboxAQ.'}; MERGE (n:Entity {id: 'bnp_paribas'}) SET n += {label: 'BNP Paribas', tier: 5, type: 'bank', choke: false, note: 'European bank; Series E investor in SandboxAQ.'}; MERGE (n:Entity {id: 'horizon_kinetics'}) SET n += {label: 'Horizon Kinetics', tier: 5, type: 'investor', choke: false, note: 'Asset manager; Series E investor in SandboxAQ.'}; MERGE (n:Entity {id: 'crowdstrike'}) SET n += {label: 'CrowdStrike', tier: 4, type: 'company', choke: false, note: 'Cybersecurity firm; PQC-migration ecosystem partner referenced in SandboxAQ White House EO support.'}; MERGE (n:Entity {id: 'palo_alto'}) SET n += {label: 'Palo Alto Networks', tier: 4, type: 'company', choke: false, note: 'Cybersecurity firm; PQC-migration ecosystem partner referenced in SandboxAQ White House EO support.'}; MERGE (n:Entity {id: 'cambricon'}) SET n += {label: 'Cambricon', tier: 2, type: 'chipmaker', choke: false, note: 'China\'s most prominent listed AI chip designer (Shanghai STAR Market 688256), often called \'China\'s Nvidia\'. Market cap around CNY 780bn (roughly $110bn); briefly the first STAR Market stock to top CNY 1 trillion in June 2026, up about 77% year to date. Reported as a chip supplier to DeepSeek. Fabricated domestically at SMIC on older nodes.'}; MERGE (n:Entity {id: 'marvell'}) SET n += {label: 'Marvell', tier: 2, type: 'chipmaker', choke: false, note: 'US custom AI silicon (XPUs and ASICs) and data-center interconnect, market cap around $230bn after a roughly 247% run in 2026. Designs custom accelerators for hyperscalers including Alphabet, Amazon and Microsoft, with custom-silicon revenue targeted above $10bn by fiscal 2029.'}; MERGE (n:Entity {id: 'cerebras'}) SET n += {label: 'Cerebras Systems', tier: 2, type: 'chipmaker', choke: false, note: 'US wafer-scale AI compute: the WSE-3, a 4-trillion-transistor chip built on TSMC 5nm, sold as the CS-3 system and increasingly as metered inference. Listed on Nasdaq as CBRS in May 2026. Q2 2026 core revenue $210m, more than double a year earlier, cloud services up 287%; FY2026 core guide raised to $880-890m, still loss-making. The book is rotating: UAE-linked buyers (MBZUAI and G42) were 86% of FY2025 revenue, while the 750MW OpenAI agreement and AWS distribution now carry growth.'}; MERGE (n:Entity {id: 'sugon'}) SET n += {label: 'Sugon (Dawning)', tier: 3, type: 'compute', choke: false, note: 'Chinese Academy of Sciences spin-off and one of Asia\'s largest supercomputer builders, on the US Entity List. In 2026 it moved to merge with Hygon (around $56bn) into a vertically integrated domestic AI-compute stack and unveiled the Sugon 8000, a 100,000-card AI supercluster.'}; MERGE (n:Entity {id: 'biren'}) SET n += {label: 'Biren Technology', tier: 3, type: 'chipmaker', choke: false, note: 'Private Chinese GPGPU startup. Its BR100 claimed H100-class performance in 2022 before US export controls forced TSMC to halt production, leaving it dependent on domestic fabrication. Showed super-node products at WAIC 2026.'}; MERGE (n:Entity {id: 'moore_threads'}) SET n += {label: 'Moore Threads', tier: 3, type: 'chipmaker', choke: false, note: 'Private Chinese GPU designer building domestic AI accelerators and super-node clusters (WAIC 2026), constrained by domestic manufacturing relative to TSMC\'s leading edge.'}; MERGE (n:Entity {id: 'enflame'}) SET n += {label: 'Enflame', tier: 3, type: 'chipmaker', choke: false, note: 'Tencent-backed Chinese AI accelerator startup, part of the domestic super-node ecosystem shown at WAIC 2026 and limited by SMIC-class manufacturing.'}; MERGE (n:Entity {id: 'osaia'}) SET n += {label: 'Open Secure AI Alliance', tier: 2, type: 'standards', choke: false, note: 'Formed 27 Jul 2026 by Nvidia and 36 others to build open-source AI security tooling. Open-sourced NOOA, a framework for testing and auditing agent behaviour. The Cloud Security Alliance calls it a standards body without a charter. OpenAI, Google and Meta signed the letter but are not inaugural members; Anthropic is on neither list.'}; MERGE (n:Entity {id: 'ftc'}) SET n += {label: 'U.S. FTC', tier: 3, type: 'regulator', choke: false, note: 'U.S. Federal Trade Commission. Opened a probe into Arm Holdings, disclosed around its Q1 FY2027 results in July 2026.'}; MERGE (n:Entity {id: 'ibm'}) SET n += {label: 'IBM', tier: 3, type: 'company', choke: false, note: 'Founding member of the Open Secure AI Alliance. Distinct from its quantum programme, which is mapped separately.'}; MERGE (n:Entity {id: 'databricks'}) SET n += {label: 'Databricks', tier: 3, type: 'company', choke: false, note: 'Data and AI platform. Founding member of the Open Secure AI Alliance.'}; MERGE (n:Entity {id: 'cloudflare'}) SET n += {label: 'Cloudflare', tier: 3, type: 'company', choke: false, note: 'Network and security infrastructure. Founding member of the Open Secure AI Alliance.'}; MERGE (n:Entity {id: 'huggingface'}) SET n += {label: 'Hugging Face', tier: 3, type: 'company', choke: false, note: 'Model and dataset hub: over 3m models, 1m datasets and 13m users, and the front door for open-weight distribution. A breach in which OpenAI test models escaped a sandbox, and where closed AI tooling blocked forensic analysis, was the trigger for the Open Secure AI Alliance; also a founding member. Reported on 24 August 2026 to have engaged a bank on inbound interest at $13bn or more; on 26-27 August reported to have agreed to be acquired by Nvidia for $12.9bn, not yet signed. Valued at $4.5bn in 2023; declined a $500m Nvidia investment at $7bn in late 2025. Revenue about $150m a year.'}; MERGE (n:Entity {id: 'red_hat'}) SET n += {label: 'Red Hat', tier: 4, type: 'company', choke: false, note: 'Enterprise open-source vendor. Founding member of the Open Secure AI Alliance.'}; MERGE (n:Entity {id: 'linux_foundation'}) SET n += {label: 'Linux Foundation', tier: 4, type: 'standards', choke: false, note: 'Open-source governance body. Founding member of the Open Secure AI Alliance.'}; MERGE (n:Entity {id: 'pike_county'}) SET n += {label: 'Pike County Campus', tier: 3, type: 'facility', choke: false, note: 'Planned 10GW OpenAI data centre campus in Pike County, Ohio. The asset behind the reported Nvidia credit backstop of up to $250bn.'}; MERGE (n:Entity {id: 'c_doge'}) SET n += {label: 'DOGE', tier: 3, type: 'concept', choke: false, note: 'U.S. Department of Government Efficiency. A target of statements, not an operating entity in this map.'}; MERGE (n:Entity {id: 'c_ai_regulation'}) SET n += {label: 'AI Regulation', tier: 3, type: 'concept', choke: false, note: 'Government rulemaking on frontier AI. Contested between industry self-governance and statutory oversight.'}; MERGE (n:Entity {id: 'c_ai_lethality'}) SET n += {label: 'AI Lethality', tier: 3, type: 'concept', choke: false, note: 'The use of AI for military targeting and force application.'}; MERGE (n:Entity {id: 'c_eu_ai_act'}) SET n += {label: 'EU AI Act Approach', tier: 3, type: 'concept', choke: false, note: 'The European statutory model for AI oversight, invoked in U.S. policy argument as an example to follow or avoid.'}; MERGE (n:Entity {id: 'bis'}) SET n += {label: 'U.S. BIS', tier: 2, type: 'regulator', choke: false, note: 'Bureau of Industry and Security, the Commerce sub-agency that issues chip export rules. Distinct from the CHIPS/NIST side of Commerce already in this map.'}; MERGE (n:Entity {id: 'eu_ai_office'}) SET n += {label: 'EU AI Office', tier: 3, type: 'regulator', choke: false, note: 'Administers the EU AI Act. The statutory model invoked in U.S. policy argument as the thing to avoid.'}; MERGE (n:Entity {id: 'hw_h200'}) SET n += {label: 'Nvidia H200', tier: 1, type: 'hardware', choke: false, note: 'The part at the centre of the 2026 China export settlement. Sales to approved Chinese buyers move on a case-by-case licence with a 25% tariff.'}; MERGE (n:Entity {id: 'hw_h20'}) SET n += {label: 'Nvidia H20', tier: 1, type: 'hardware', choke: false, note: 'The earlier China-market part. China bought roughly 1M H20 against 450K Ascend in 2024. Superseded in the policy argument by the H200.'}; MERGE (n:Entity {id: 'hw_ascend_950pr'}) SET n += {label: 'Huawei Ascend 950PR', tier: 1, type: 'hardware', choke: false, note: 'Huawei\'s 2026 part, ~1 petaflop FP8, 128-144GB on-chip memory, with a CUDA-compatible stack to lower migration cost. 950DT follows in 2026, 960 in 2027, 970 in 2028.'}; MERGE (n:Entity {id: 'hw_ascend_910c'}) SET n += {label: 'Huawei Ascend 910C', tier: 1, type: 'hardware', choke: false, note: 'The prior generation, still scaling: roughly 600,000 units planned for 2026. The 910B referenced in most commentary is older still.'}; MERGE (n:Entity {id: 'hw_mi325x'}) SET n += {label: 'AMD MI325X', tier: 1, type: 'hardware', choke: false, note: 'Named alongside the H200 in the same BIS licence-review change.'}; MERGE (n:Entity {id: 'pol_bis_h200'}) SET n += {label: 'BIS Rule 2026-00789', tier: 2, type: 'policy', choke: false, note: 'Federal Register rule of 15 Jan 2026 moving H200 and MI325X exports to China from presumption of denial to case-by-case review, subject to third-party U.S. testing and purchaser compliance screening. A loosening, not a tightening.'}; MERGE (n:Entity {id: 'pol_entity_list'}) SET n += {label: 'U.S. Entity List', tier: 2, type: 'policy', choke: false, note: 'The export-licensing blacklist. Membership is the single hardest constraint on a Chinese firm\'s access to leading-edge tooling.'}; MERGE (n:Entity {id: 'pol_cac_labelling'}) SET n += {label: 'China AIGC Labelling Measures', tier: 3, type: 'policy', choke: false, note: 'Mandatory visible and technical labels on all AI-generated text, image, audio and video. In force since 1 September 2025.'}; MERGE (n:Entity {id: 'pol_cac_anthropomorphic'}) SET n += {label: 'China Anthropomorphic AI Measures', tier: 3, type: 'policy', choke: false, note: 'Interim Measures for the Management of Anthropomorphic AI Interactive Services, covering chatbots and AI companions. Published 10 April 2026, effective 15 July 2026.'}; MERGE (n:Entity {id: 'pol_eu_ai_act'}) SET n += {label: 'EU AI Act', tier: 3, type: 'policy', choke: false, note: 'The statutory instrument. Distinct from the contested-concept node of the same name, which exists so statements can argue about the approach rather than the text.'}; MERGE (n:Entity {id: 'theatre_ukraine'}) SET n += {label: 'Ukraine', tier: 2, type: 'theatre', choke: false, note: 'The live proving ground for AI-enabled warfare. Ukraine\'s 2026 defence and security budget was raised to a record UAH4.4tn, about $98bn, and its procurement agency contracted roughly $8bn of UAVs in H1 2026, double the prior year. Palantir has stated on the record that it has a large role in targeting acquisition.'}; MERGE (n:Entity {id: 'theatre_taiwan_strait'}) SET n += {label: 'Taiwan Strait', tier: 2, type: 'theatre', choke: false, note: 'The scenario the entire supply chain is exposed to. TSMC\'s leading-edge capacity is concentrated here.'}; MERGE (n:Entity {id: 'dawg'}) SET n += {label: 'Defense Autonomous Warfare Group', tier: 3, type: 'company', choke: false, note: 'Absorbed the Replicator initiative in late 2025 when it was dissolved. $225.9m FY2026 line against a much broader autonomous-systems ecosystem. Replicator delivered hundreds rather than the thousands targeted.'}; MERGE (n:Entity {id: 'hw_vera_rubin'}) SET n += {label: 'Nvidia Vera Rubin (NVL723)', tier: 1, type: 'hardware', choke: false, note: 'Nvidia\'s next-generation rack-scale AI platform, pairing Rubin GPUs with Vera CPUs. SpaceX has committed to building exclusively on it, on the ground and in orbit.'}; MERGE (n:Entity {id: 'starmind_ai1'}) SET n += {label: 'Starmind AI1 payload', tier: 2, type: 'hardware', choke: false, note: 'Satellite compute payload co-designed by SpaceX and Nvidia, each unit carrying Rubin GPUs and Vera CPUs. Part of the Starmind constellation, for which SpaceX asked the FCC in January 2026 to authorise up to one million satellites. First AI1 test units are planned for early 2027, with mass production later that year if development holds.'}; MERGE (n:Entity {id: 'seg_us_commercial'}) SET n += {label: 'US Commercial (segment)', tier: 4, type: 'segment', choke: false, note: 'Revenue segment, not a customer. Lets the graph carry a reported split so public claims about mix can be checked against filings.'}; MERGE (n:Entity {id: 'seg_us_government'}) SET n += {label: 'US Government (segment)', tier: 4, type: 'segment', choke: false, note: 'Revenue segment, not a customer. Distinct from the specific agency nodes already in the map.'}; MERGE (n:Entity {id: 'c_unsupervised_autonomy'}) SET n += {label: 'Unsupervised Autonomy', tier: 3, type: 'concept', choke: false, note: 'Driving with no human supervision and no safety monitor. The thing a decade of timelines has been promised against. Tesla currently runs fewer than 40 unsupervised robotaxis, across Austin, Dallas and Houston.'}; MERGE (n:Entity {id: 'noetra'}) SET n += {label: 'Noetra', tier: 2, type: 'lab', choke: false, note: 'Japanese consortium company running the METI FRONTia programme to 2030, building a domestic multimodal foundation model for robotics and physical AI. Won the tender on 30 June 2026. Core members and investors are Sony Group, SoftBank, NEC and Honda, with 44 investing companies and organisations in total, led by manufacturing.'}; MERGE (n:Entity {id: 'frontia'}) SET n += {label: 'FRONTia programme', tier: 2, type: 'policy', choke: false, note: 'Foundation for Real-world Omni-Native Trustworthy Intelligence and Alignment. METI-driven national programme for trustworthy AI with a physical understanding of the world, running to 2030 with up to Y1tn of support over five years.'}; MERGE (n:Entity {id: 'nedo'}) SET n += {label: 'NEDO', tier: 3, type: 'investor', choke: false, note: 'New Energy and Industrial Technology Development Organization. The METI agency that runs the Multimodal Foundation Model Development Project for AI Robots and Physical AI, under which Noetra and AIST were selected.'}; MERGE (n:Entity {id: 'aist'}) SET n += {label: 'AIST', tier: 3, type: 'lab', choke: false, note: 'National Institute of Advanced Industrial Science and Technology. Selected alongside Noetra under the NEDO project; researches the advanced techniques the foundation models require.'}; MERGE (n:Entity {id: 'pfn'}) SET n += {label: 'Preferred Networks', tier: 3, type: 'lab', choke: false, note: 'Japanese AI company behind the PLaMo foundation models, with its own compute and AI-chip work. Invested in Noetra and is seconding PLaMo engineers to it.'}; MERGE (n:Entity {id: 'sony'}) SET n += {label: 'Sony Group', tier: 3, type: 'company', choke: false, note: 'Core member and investor in Noetra. Imaging sensors and robotics give it direct exposure to the physical-AI stack.'}; MERGE (n:Entity {id: 'nec'}) SET n += {label: 'NEC', tier: 3, type: 'company', choke: false, note: 'Core member and investor in Noetra.'}; MERGE (n:Entity {id: 'honda'}) SET n += {label: 'Honda Motor', tier: 3, type: 'company', choke: false, note: 'Core member and investor in Noetra. Robotics and mobility are the intended application layer for the foundation model.'}; MERGE (n:Entity {id: 'tower_semi'}) SET n += {label: 'Tower Semiconductor', tier: 1, type: 'foundry', choke: false, note: 'Specialty foundry. Expanding 300mm silicon photonics, silicon germanium and advanced packaging in Toyama and Niigata, the optical interconnect layer AI data centres depend on. Distinct from leading-edge logic.'}; MERGE (n:Entity {id: 'noetra_ai_factory'}) SET n += {label: 'Noetra AI Factory', tier: 2, type: 'facility', choke: false, note: '140MW Vera Rubin DSX facility for Japan\'s national physical-AI infrastructure. 13,750 Vera CPUs and 27,500 Rubin GPUs on a 260TB/s NVLink 6 fabric with Spectrum-X Ethernet and BlueField DPUs. Construction from April 2027, operations from June 2028.'}; MERGE (n:Entity {id: 'pol_jp_strategic_fields'}) SET n += {label: 'Japan 17 Strategic Fields', tier: 2, type: 'policy', choke: false, note: 'Takaichi government framework targeting over Y370tn of public and private investment across 17 strategic fields by FY2040, covering 62 named products and technologies. Semiconductors Y68tn, physical AI Y10.5tn.'}; MERGE (n:Entity {id: 'pol_jp_econ_security'}) SET n += {label: 'Economic Security Promotion Act (JP)', tier: 3, type: 'policy', choke: false, note: 'Japanese statute under which METI certifies stable supply assurance plans. The Tower Semiconductor award is the largest semiconductor-related subsidy granted under it, and carries multi-year production obligations.'}; MERGE (n:Entity {id: 'fcc'}) SET n += {label: 'U.S. FCC', tier: 3, type: 'regulator', choke: false, note: 'Federal Communications Commission. Licenses satellite constellations, which makes it the authorising body for orbital compute at scale.'}; MERGE (n:Entity {id: 'seg_oracle_rpo'}) SET n += {label: 'Oracle contracted backlog', tier: 4, type: 'segment', choke: false, note: 'Remaining performance obligations: revenue under contract and not yet recognised. The clearest single measure of how much of the AI buildout is already committed rather than forecast.'}; MERGE (n:Entity {id: 'theatre_iran'}) SET n += {label: 'Iran / Middle East 2026', tier: 2, type: 'theatre', choke: false, note: 'Conflict opened 28 February 2026 with joint US and Israeli strikes. Operation Epic Fury ran to a ceasefire at 38 days, striking about 13,000 targets, more than 3,000 in the first week. Widely described as the first high-tempo AI-assisted targeting campaign.'}; MERGE (n:Entity {id: 'hormuz'}) SET n += {label: 'Strait of Hormuz', tier: 0, type: 'infra', choke: true, note: 'Maritime chokepoint, effectively closed during the 2026 conflict. Carries the Gulf\'s sulfur exports and the helium that moves with Qatari LNG. A physical chokepoint sitting upstream of the technological ones this map already tracks. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'mat_helium'}) SET n += {label: 'Helium (semiconductor grade)', tier: 0, type: 'material', choke: true, note: 'Non-substitutable in chip fabrication: carrier gas, purge gas for cleanroom atmospheres, and wafer coolant. Qatar supplies about a third of global supply, most of it produced alongside LNG at Ras Laffan and shipped through Hormuz. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'mat_sulfur'}) SET n += {label: 'Sulfur / sulfuric acid', tier: 0, type: 'material', choke: false, note: 'Gulf producers ship sulfur through Hormuz. Sulfuric acid derived from it is essential to leaching and refining the metals that feed semiconductors, batteries and magnets. China separately restricted sulfuric acid exports, compounding the shortage.'}; MERGE (n:Entity {id: 'ukraine_mod'}) SET n += {label: 'Ukraine MoD', tier: 3, type: 'regulator', choke: false, note: 'Ukraine\'s defence ministry and its Defence Procurement Agency. Since March 2026 it sets drone demand from battlefield data rather than human judgement, and runs the DOT-Chain Defense marketplace where units select systems directly.'}; MERGE (n:Entity {id: 'shield_ai'}) SET n += {label: 'Shield AI', tier: 4, type: 'company', choke: false, note: 'Autonomy software for uncrewed aircraft. Part of the defence-autonomy tier the two conflicts are funding.'}; MERGE (n:Entity {id: 'hw_euv_low_na'}) SET n += {label: 'Low-NA EUV (NXE)', tier: 0, type: 'hardware', choke: true, note: 'The workhorse of leading-edge production. About 65 systems expected to ship in 2026, with capacity rising 30% for 2027. ASML is the only maker. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'hw_euv_high_na'}) SET n += {label: 'High-NA EUV (EXE)', tier: 0, type: 'hardware', choke: true, note: 'Next-generation lithography at roughly $400m per tool. ASML is the only maker. ASML sees no immediate need to accelerate output because Low-NA is still handling the current generation. Designated a single point of failure by Shayne Heffernan on 25 August 2026. This is analytical judgment, not a sourced fact: no filing states it, and the designation is deliberately not degree-ranked.'}; MERGE (n:Entity {id: 'hw_duv_immersion'}) SET n += {label: 'DUV immersion (NXT)', tier: 0, type: 'hardware', choke: false, note: 'Not export-banned to China in the way EUV is, and therefore the whole of ASML\'s China business. About 130 systems of capacity in 2026, rising 30% for 2027.'}; MERGE (n:Entity {id: 'pol_match_act'}) SET n += {label: 'MATCH Act (proposed)', tier: 2, type: 'policy', choke: false, note: 'US legislation moving through Congress that would tighten restrictions specifically on ASML\'s DUV tools and related services destined for China. Proposed, not enacted.'}; MERGE (n:Entity {id: 'seg_asml_china'}) SET n += {label: 'ASML China revenue', tier: 4, type: 'segment', choke: false, note: 'The portion of ASML\'s business exposed to export-control policy. DUV only; EUV has never shipped to China.'}; MERGE (n:Entity {id: 'hub_trump_family'}) SET n += {label: 'Trump Family Hub', tier: 2, type: 'cluster', choke: false, note: 'An analytical grouping, not an entity in the world. Aggregates the investment vehicles, personal holdings and administration actions of Donald Trump, Donald Trump Jr. and Eric Trump where they touch AI compute, defence autonomy, space, semiconductors and critical materials. Membership is a claim about association, not about control or intent.'}; MERGE (n:Entity {id: 'donald_trump'}) SET n += {label: 'Donald Trump', tier: 2, type: 'person', choke: false, note: 'President. Personal securities holdings are reported through OGE disclosures; the Trump Organization states they are held in fully discretionary accounts independently managed by third parties, and disclosed amounts are ranges.'}; MERGE (n:Entity {id: 'donald_trump_jr'}) SET n += {label: 'Donald Trump Jr.', tier: 3, type: 'person', choke: false, note: 'Joined 1789 Capital as a partner within days of the November 2024 election.'}; MERGE (n:Entity {id: 'eric_trump'}) SET n += {label: 'Eric Trump', tier: 3, type: 'person', choke: false, note: 'Invests principally through American Ventures, a branch of the boutique investment bank Dominari Holdings.'}; MERGE (n:Entity {id: 'c1789_capital'}) SET n += {label: '1789 Capital', tier: 3, type: 'investor', choke: false, note: 'Venture firm founded in Palm Beach in 2022 by Omeed Malik; Donald Trump Jr. joined as a partner in 2024. Reported at about $3.5bn. Invested in 11 of the 15 defence, robotics and AI companies identified in the Washington Post\'s July 2026 analysis.'}; MERGE (n:Entity {id: 'american_ventures'}) SET n += {label: 'American Ventures', tier: 4, type: 'investor', choke: false, note: 'Eric Trump\'s principal dealmaking vehicle, a branch of Dominari Holdings.'}; MERGE (n:Entity {id: 'dominari'}) SET n += {label: 'Dominari Holdings', tier: 4, type: 'bank', choke: false, note: 'Boutique investment bank; parent of American Ventures.'}; MERGE (n:Entity {id: 'vulcan_elements'}) SET n += {label: 'Vulcan Elements', tier: 3, type: 'material', choke: false, note: 'Rare-earth magnet maker. 1789 Capital invested in autumn 2025 at a valuation near $200m; the company subsequently received a $620m Defense Department loan commitment and has been valued near $2bn. The specific transaction drawing congressional attention.'}; MERGE (n:Entity {id: 'hadrian'}) SET n += {label: 'Hadrian', tier: 4, type: 'company', choke: false, note: 'Automated precision manufacturing for defence and space.'}; MERGE (n:Entity {id: 'firehawk'}) SET n += {label: 'Firehawk Aerospace', tier: 5, type: 'company', choke: false, note: 'Rocket propulsion.'}; MERGE (n:Entity {id: 'psiquantum'}) SET n += {label: 'PsiQuantum', tier: 3, type: 'quantum', choke: false, note: 'Photonic quantum computing.'}; MERGE (n:Entity {id: 'axiom_space'}) SET n += {label: 'Axiom Space', tier: 4, type: 'company', choke: false, note: 'Commercial space stations and human spaceflight.'}; MERGE (n:Entity {id: 'unusual_machines'}) SET n += {label: 'Unusual Machines', tier: 5, type: 'company', choke: false, note: 'Drone components and manufacture.'}; MERGE (n:Entity {id: 'pol_us_equity_intel'}) SET n += {label: 'US Equity Stake in Intel', tier: 2, type: 'policy', choke: false, note: 'August 2025: the US government took 433.3m Intel shares at $20.47, about $8.9bn for a 9.9% holding, funded from unpaid CHIPS grants and Secure Enclave money, plus a five-year warrant for a further 5% contingent on Intel retaining a majority of the foundry business. The government has no voting or governance rights. An administration action, not a family holding.'}; MERGE (n:Entity {id: 'trump_family_trust'}) SET n += {label: 'Trump family revocable trust', tier: 3, type: 'investor', choke: false, note: 'The vehicle holding the President\'s securities. A revocable trust with family trustees including Donald Trump Jr., not a qualified blind trust with an independent overseer. The President retains beneficial ownership of the individual securities; he did not divest. Every president since Lyndon Johnson in 1963 had used a blind trust, index funds and Treasuries, or liquidation.'}; MERGE (n:Entity {id: 'c_blind_trust'}) SET n += {label: 'Blind Trust Convention', tier: 4, type: 'concept', choke: false, note: 'The practice, followed by presidents since 1963, of placing assets beyond personal direction while in office.'}; MERGE (n:Entity {id: 'pol_state_equity'}) SET n += {label: 'US Strategic Equity Programme', tier: 1, type: 'policy', choke: false, note: 'The practice of the federal government taking direct equity in strategic technology and minerals companies, seeded by an executive order in early 2025 directing planning for a US sovereign wealth fund. Reported to span roughly 30 companies. Holdings include Intel at about 10%, MP Materials at 15%, Trilogy Metals at 10%, and Lithium Americas at 5%.'}; MERGE (n:Entity {id: 'pol_china_revshare'}) SET n += {label: 'China Licence Revenue Share', tier: 1, type: 'policy', choke: false, note: 'Arrangement under which Nvidia and AMD pay the Commerce Department 15% of revenue from specified AI chip sales to China in exchange for export licences. Confirmed by the President on 11 August 2025, who said he had sought 20% and settled at 15%. Applies to Nvidia\'s H20 and AMD\'s MI308.'}; MERGE (n:Entity {id: 'mp_materials'}) SET n += {label: 'MP Materials', tier: 1, type: 'material', choke: false, note: 'Rare earth elements and permanent magnets. The US government holds about 15%.'}; MERGE (n:Entity {id: 'lithium_americas'}) SET n += {label: 'Lithium Americas', tier: 3, type: 'material', choke: false, note: 'Lithium. US government holds about 5%, plus about 5% of the Thacker Pass joint venture.'}; MERGE (n:Entity {id: 'trilogy_metals'}) SET n += {label: 'Trilogy Metals', tier: 4, type: 'material', choke: false, note: 'Copper and critical minerals, Ambler project in Alaska. US government holds about 10%.'}; MERGE (n:Entity {id: 'lip_bu_tan'}) SET n += {label: 'Lip-Bu Tan', tier: 3, type: 'person', choke: false, note: 'CEO of Intel.'}; MERGE (n:Entity {id: 'david_sacks'}) SET n += {label: 'David Sacks', tier: 2, type: 'person', choke: false, note: 'White House AI and Crypto Czar from January 2025 until 26 March 2026, serving as a special government employee, a status capped at 130 days in any 12 months. Now co-chairs the President\'s Council of Advisors on Science and Technology. Described the move as widening his remit from AI to a broader range of technology topics.'}; MERGE (n:Entity {id: 'michael_kratsios'}) SET n += {label: 'Michael Kratsios', tier: 3, type: 'person', choke: false, note: 'Senior White House technology adviser; co-chairs PCAST with David Sacks.'}; MERGE (n:Entity {id: 'pcast'}) SET n += {label: 'PCAST', tier: 2, type: 'regulator', choke: false, note: 'President\'s Council of Advisors on Science and Technology. Advisory rather than regulatory, and not time-limited in the way a special-government-employee appointment is.'}; MERGE (n:Entity {id: 'pol_ai_action_plan'}) SET n += {label: 'America\'s AI Action Plan', tier: 2, type: 'policy', choke: false, note: 'Released 23 July 2025 with three accompanying executive orders. A roadmap directing the federal government to pursue AI dominance, principally by minimising regulation.'}; MERGE (n:Entity {id: 'pol_eo_preemption'}) SET n += {label: 'EO: National AI Policy Framework', tier: 2, type: 'policy', choke: false, note: 'Signed 11 December 2025. Seeks to forestall state AI regulation: directs the Attorney General to stand up an AI Litigation Task Force to challenge state laws, and directs Commerce to evaluate conflicting state laws and withhold non-deployment BEAD broadband funding from states that keep them.'}; MERGE (n:Entity {id: 'pol_eo_frontier_security'}) SET n += {label: 'EO 14409: Advanced AI Innovation and Security', tier: 2, type: 'policy', choke: false, note: 'Signed 2 June 2026. Three strands: hardening federal information systems, a VOLUNTARY framework for frontier developers to engage with government before deployment, and enforcement against criminal misuse. Voluntary is the operative word; it is an invitation to review, not a licensing regime.'}; MERGE (n:Entity {id: 'america_pac'}) SET n += {label: 'America PAC', tier: 3, type: 'investor', choke: false, note: 'Elon Musk\'s pro-Trump super PAC for the 2024 cycle. Received $193m from him through Election Day, within total 2024-cycle political spending of more than $290m.'}; MERGE (n:Entity {id: 'maga_inc'}) SET n += {label: 'MAGA Inc', tier: 4, type: 'investor', choke: false, note: 'Pro-Trump super PAC. Timothy Mellon gave $151.5m through mid-October 2024, making him the cycle\'s largest single donor.'}; MERGE (n:Entity {id: 'preserve_america'}) SET n += {label: 'Preserve America PAC', tier: 4, type: 'investor', choke: false, note: 'Pro-Trump super PAC. Miriam Adelson gave $100m; her total across Trump super PACs and committees was at least $105.8m.'}; MERGE (n:Entity {id: 'timothy_mellon'}) SET n += {label: 'Timothy Mellon', tier: 5, type: 'person', choke: false, note: 'Largest single donor of the 2024 cycle by reported amount.'}; MERGE (n:Entity {id: 'miriam_adelson'}) SET n += {label: 'Miriam Adelson', tier: 5, type: 'person', choke: false, note: 'Among the largest 2024-cycle donors.'}; MERGE (n:Entity {id: 'world_liberty'}) SET n += {label: 'World Liberty Financial', tier: 4, type: 'company', choke: false, note: 'Trump family decentralised-finance venture launched in 2024. The 2025 disclosure, published 30 June 2026, reports over $500m of related income; token-sale proceeds are given between $236m and $520m depending on valuation method, plus about $65m from an equity sale.'}; MERGE (n:Entity {id: 'trump_memecoin'}) SET n += {label: '$TRUMP memecoin', tier: 4, type: 'company', choke: false, note: 'Reported at more than $635m in royalties in the 2025 disclosure, the single largest line in the crypto income.'}; MERGE (n:Entity {id: 'ibm_watsonx'}) SET n += {label: 'IBM watsonx', tier: 4, type: 'platform', choke: false, note: 'IBM\'s enterprise AI and data platform. Model-agnostic by design: serves IBM\'s own Granite family alongside third-party open models, Meta\'s Llama foremost among them. Sold as the governed, deployable layer rather than a frontier model, which is why IBM does not sit on the same axis as OpenAI or Anthropic in this graph.'}; MERGE (n:Entity {id: 'ibm_research'}) SET n += {label: 'IBM Research', tier: 4, type: 'lab', choke: false, note: 'IBM\'s research division. Trains and open-sources the Granite family, co-built the Prithvi geospatial models with NASA, and supplies the MoLFormer molecular model used in the Moderna collaboration.'}; MERGE (n:Entity {id: 'granite'}) SET n += {label: 'IBM Granite', tier: 5, type: 'model', choke: false, note: 'IBM\'s own foundation-model family, first announced 7 Sep 2023 and released under a permissive Apache 2.0 licence. Trained for enterprise work (code, language, document handling) rather than frontier benchmarks. Distributed on Hugging Face, Ollama, LM Studio, Replicate, NVIDIA NIM and Docker Hub as well as watsonx.ai.'}; MERGE (n:Entity {id: 'watsonx_governance'}) SET n += {label: 'watsonx.governance', tier: 5, type: 'capability', choke: false, note: 'The governance layer of watsonx: bias measurement, model and agent evaluation, audit documentation and regulatory reporting across the AI lifecycle. FedRAMP-authorised April 2026 as part of an 11-product authorisation.'}; MERGE (n:Entity {id: 'c_ai_governance'}) SET n += {label: 'Enterprise AI Governance', tier: 3, type: 'capability', choke: false, note: 'The capability of evidencing what a model did and why: bias measurement, lineage, audit trail and regulator-facing reporting. Attached here only to vendors shipping it as a product surface. Absence of this edge is a statement about the product, not about whether a company has an ethics policy.'}; MERGE (n:Entity {id: 'pytorch'}) SET n += {label: 'PyTorch', tier: 3, type: 'framework', choke: false, note: 'The dominant open-source deep-learning framework, governed by the PyTorch Foundation under the Linux Foundation.'}; MERGE (n:Entity {id: 'pytorch_foundation'}) SET n += {label: 'PyTorch Foundation', tier: 4, type: 'standards', choke: false, note: 'Neutral governance body for PyTorch, hosted by the Linux Foundation. Premier members hold governing-board seats.'}; MERGE (n:Entity {id: 'ai_alliance'}) SET n += {label: 'AI Alliance', tier: 3, type: 'standards', choke: false, note: 'Launched 5 Dec 2023 by IBM and Meta with 50+ founding members including AMD, Intel, NASA, Hugging Face, Oracle, Red Hat, ServiceNow, Dell, CERN and the Linux Foundation. Framed by its founders and by press coverage as a counterweight to closed-model vendors. Distinct from the Open Secure AI Alliance (osaia), which is a separate 2026 body with a different membership and a security remit.'}; MERGE (n:Entity {id: 'qiskit_ml'}) SET n += {label: 'Qiskit Machine Learning', tier: 5, type: 'framework', choke: false, note: 'IBM\'s open-source quantum machine-learning library. Its TorchConnector wraps a quantum neural network as a standard torch.nn.Module, so quantum circuits appear as ordinary layers inside a PyTorch model and gradients flow through them via Qiskit\'s gradient framework.'}; MERGE (n:Entity {id: 'ibm_quantum_system_two'}) SET n += {label: 'IBM Quantum System Two', tier: 5, type: 'quantum', choke: false, note: 'IBM\'s modular quantum system, operational at Yorktown Heights with three 133-qubit Heron processors, cryogenic infrastructure, third-generation control electronics and classical runtime servers. Built to scale qubit count by linking chips rather than growing a single die. Its stated design purpose is quantum-centric supercomputing, not AI training. In Aug 2026 IBM connected and cooled its first two modular cryogenic systems (below 15 millikelvin), the chip-linking milestone on the stated road to the 2029 Starling fault-tolerant machine.'}; MERGE (n:Entity {id: 'ibm_cloud'}) SET n += {label: 'IBM Cloud', tier: 4, type: 'compute', choke: false, note: 'IBM\'s cloud platform and the infrastructure watsonx runs on. Offers NVIDIA H100 instances for AI and HPC, AMD EPYC bare metal for general compute, and AMD Instinct MI300X accelerators for inference.'}; MERGE (n:Entity {id: 'hw_h100'}) SET n += {label: 'Nvidia H100', tier: 1, type: 'hardware', choke: false, note: 'Hopper-generation datacentre GPU. Generally available on IBM Cloud for LLM training and inference workloads.'}; MERGE (n:Entity {id: 'amd_epyc'}) SET n += {label: 'AMD EPYC', tier: 1, type: 'hardware', choke: false, note: 'AMD server CPU line. IBM Cloud selected 2nd and 3rd generation EPYC for its bare-metal servers (EPYC 7763: 64 cores per socket, 128 per dual-socket server).'}; MERGE (n:Entity {id: 'openshift'}) SET n += {label: 'Red Hat OpenShift', tier: 5, type: 'platform', choke: false, note: 'Red Hat\'s Kubernetes distribution and the container platform watsonx is installed on for on-premises and hybrid deployments, via Cloud Pak for Data.'}; MERGE (n:Entity {id: 'salesforce'}) SET n += {label: 'Salesforce', tier: 4, type: 'company', choke: false, note: 'CRM platform. Partnered with IBM since May 2024: Granite models available inside Einstein 1, zero-copy data integration with watsonx, and watsonx Orchestrate agents built for Agentforce. Agentforce\'s own reasoning engine is Salesforce\'s, not IBM\'s.'}; MERGE (n:Entity {id: 'sap'}) SET n += {label: 'SAP', tier: 4, type: 'company', choke: false, note: 'Enterprise resource planning vendor. IBM Granite models are served through the generative AI hub in SAP AI Core on SAP Business Technology Platform.'}; MERGE (n:Entity {id: 'servicenow'}) SET n += {label: 'ServiceNow', tier: 4, type: 'company', choke: false, note: 'Enterprise workflow platform and an AI Alliance founding member. Expanded its IBM collaboration on 11 Jun 2026 to combine watsonx.data and watsonx governance with the ServiceNow AI Platform and Workflow Data Fabric.'}; MERGE (n:Entity {id: 'adobe'}) SET n += {label: 'Adobe', tier: 4, type: 'company', choke: false, note: 'Creative and marketing software vendor. Its Firefly generative models sit at the centre of a joint content-supply-chain offering delivered with IBM Consulting; watsonx contributes translation, localisation and data integration with Adobe Experience Platform.'}; MERGE (n:Entity {id: 'moderna'}) SET n += {label: 'Moderna', tier: 5, type: 'health', choke: false, note: 'mRNA biotechnology company. Multi-year agreement with IBM signed April 2023 covering IBM\'s MoLFormer molecular model for mRNA and lipid-nanoparticle design, plus membership of the IBM Quantum Network and Accelerator.'}; MERGE (n:Entity {id: 'prithvi'}) SET n += {label: 'Prithvi', tier: 5, type: 'model', choke: false, note: 'Open-source geospatial foundation model built by IBM Research with NASA IMPACT on NASA\'s Harmonized Landsat and Sentinel-2 imagery. Released on Hugging Face 3 Aug 2023; a weather and climate variant followed in 2024. Used for disaster, biodiversity and land-use analysis.'}; MERGE (n:Entity {id: 'th_qml'}) SET n += {label: 'Quantum Machine Learning', tier: 5, type: 'theme', choke: false, note: 'Hybrid quantum-classical learning. Real as a research programme with working tooling; no demonstrated advantage over classical methods on production workloads. Kept in the graph as an investment area, not a capability.'}; MERGE (n:Entity {id: 'c_quantum_error_correction'}) SET n += {label: 'Real-Time Quantum Error Decoding', tier: 4, type: 'concept', choke: false, note: 'The classical-compute bottleneck in fault-tolerant quantum computing: syndrome data must be decoded faster than the qubits decohere. IBM\'s shipping answer is Relay-BP, an improved belief-propagation algorithm on an off-the-shelf AMD FPGA, decoding in under 480ns. Neural decoders exist in the literature, including on IBM processors, but are not what IBM\'s production stack runs.'}; MERGE (n:Entity {id: 'react'}) SET n += {label: 'ReAct', tier: 2, type: 'paradigm', choke: false, note: 'The interleaved reason-act-observe loop published by Yao Shunyu and six co-authors in October 2022. Most agent frameworks in production implement some form of it. A published method, not a product and not a standard: nobody governs it.'}; MERGE (n:Entity {id: 'swe_bench'}) SET n += {label: 'SWE-bench', tier: 2, type: 'benchmark', choke: false, note: 'Real GitHub issues an agent must resolve, co-created by Yao at Princeton. The Verified split became the number every frontier lab quoted for coding agents. OpenAI retired it on 23 Feb 2026, saying gains increasingly reflected training exposure rather than capability. The benchmark itself is not withdrawn; one lab stopped reporting it.'}; MERGE (n:Entity {id: 'tau_bench'}) SET n += {label: 'tau-bench', tier: 4, type: 'benchmark', choke: false, note: 'Agent evaluation on multi-turn tool use against a user simulator. Co-created by Yao, ICLR 2025.'}; MERGE (n:Entity {id: 'webshop'}) SET n += {label: 'WebShop', tier: 4, type: 'benchmark', choke: false, note: 'The 2022 web-navigation environment that started the interactive-agent benchmark line. Co-created by Yao at Princeton, NeurIPS 2022.'}; MERGE (n:Entity {id: 'webarena'}) SET n += {label: 'WebArena', tier: 4, type: 'benchmark', choke: false, note: 'Web-agent benchmark from Carnegie Mellon, first authored by Shuyan Zhou with Graham Neubig among the senior authors. Recorded here because it is routinely misattributed to Yao Shunyu, who did not write it and does not list it.'}; MERGE (n:Entity {id: 'princeton_nlp'}) SET n += {label: 'Princeton NLP', tier: 3, type: 'lab', choke: false, note: 'The group that produced WebShop, SWE-bench and the ReAct line of work.'}; MERGE (n:Entity {id: 'cmu'}) SET n += {label: 'Carnegie Mellon University', tier: 4, type: 'lab', choke: false, note: 'Origin of WebArena and a large share of the web-agent evaluation literature.'}; MERGE (n:Entity {id: 'karthik_narasimhan'}) SET n += {label: 'Karthik Narasimhan', tier: 4, type: 'person', choke: false, note: 'Princeton faculty. Advised Yao Shunyu\'s doctoral work and co-authored ReAct.'}; MERGE (n:Entity {id: 'langchain'}) SET n += {label: 'LangChain', tier: 3, type: 'framework', choke: false, note: 'The most widely used agent framework. Ships a ReAct agent constructor that cites the original paper. How much of its adoption is attributable to ReAct is not something a source can attest to, so no such claim is recorded here.'}; MERGE (n:Entity {id: 'ggml'}) SET n += {label: 'ggml / llama.cpp', tier: 3, type: 'framework', choke: false, note: 'The C/C++ inference runtime most local and on-device deployment of open-weight models runs on. Joined Hugging Face on 20 Feb 2026; both projects stay open-source and the team keeps technical autonomy.'}; MERGE (n:Entity {id: 'toyota'}) SET n += {label: 'Toyota Motor', tier: 4, type: 'company', choke: false, note: 'Founding shareholder of Rapidus. Japan\'s largest manufacturer and the anchor customer the 2nm national foundry project is ultimately aimed at.'}; MERGE (n:Entity {id: 'ntt'}) SET n += {label: 'NTT', tier: 4, type: 'company', choke: false, note: 'Founding shareholder of Rapidus. Also the IOWN optical-computing programme, which is the stated demand case for domestic advanced logic.'}; MERGE (n:Entity {id: 'denso'}) SET n += {label: 'Denso', tier: 4, type: 'company', choke: false, note: 'Founding shareholder of Rapidus. Toyota-affiliated tier-one supplier; automotive silicon is the volume argument for a domestic 2nm line.'}; MERGE (n:Entity {id: 'kioxia'}) SET n += {label: 'Kioxia', tier: 4, type: 'memory', choke: false, note: 'Founding shareholder of Rapidus and Japan\'s NAND champion, formerly Toshiba Memory.'}; MERGE (n:Entity {id: 'mufg'}) SET n += {label: 'Mitsubishi UFJ Bank', tier: 4, type: 'bank', choke: false, note: 'Founding shareholder of Rapidus and the only financial institution among the eight.'}; MERGE (n:Entity {id: 'esmc'}) SET n += {label: 'ESMC (Dresden)', tier: 3, type: 'foundry', choke: false, note: 'European Semiconductor Manufacturing Company, Dresden. TSMC-operated joint venture with Bosch, Infineon and NXP. Planned 40,000 wafers per month on 28/22nm planar and 16/12nm FinFET, production targeted end-2027.'}; MERGE (n:Entity {id: 'infineon'}) SET n += {label: 'Infineon Technologies', tier: 3, type: 'chipmaker', choke: false, note: 'Germany\'s largest chipmaker, power and automotive semiconductors. ESMC shareholder.'}; MERGE (n:Entity {id: 'nxp'}) SET n += {label: 'NXP Semiconductors', tier: 3, type: 'chipmaker', choke: false, note: 'Dutch automotive and edge-processing chipmaker. ESMC shareholder.'}; MERGE (n:Entity {id: 'bosch'}) SET n += {label: 'Robert Bosch', tier: 4, type: 'company', choke: false, note: 'Automotive tier-one and ESMC shareholder. Operates its own Dresden fab.'}; MERGE (n:Entity {id: 'ase'}) SET n += {label: 'ASE Technology', tier: 3, type: 'equipment', choke: false, note: 'The largest outsourced assembly and test provider. Takes CoWoS front-end work TSMC cannot absorb in house, which makes advanced packaging capacity a shared constraint rather than one company\'s.'}; MERGE (n:Entity {id: 'amkor'}) SET n += {label: 'Amkor Technology', tier: 4, type: 'equipment', choke: false, note: 'US-headquartered OSAT and the second destination for TSMC\'s outsourced CoWoS steps.'}; MERGE (n:Entity {id: 'open_weight_push'}) SET n += {label: 'The Open-Weight Push', tier: 2, type: 'paradigm', choke: false, note: 'Frontier-class capability shipped as downloadable weights rather than metered API access. The buyer owns the machine the model runs on, so the cost moves from per-token to servers, power and staff. Nvidia entered it directly in August 2026 with Nemotron 4.'}; MERGE (n:Entity {id: 'nemotron4'}) SET n += {label: 'Nemotron 4', tier: 3, type: 'model', choke: false, note: 'Nvidia open-weight family reported by The Information on 11 August 2026, largest model targeting at least 1 trillion parameters. Final training is not complete and Nvidia has confirmed no release date; staff put it as early as late fall. Reported, not shipped.'}; MERGE (n:Entity {id: 'nemotron_coalition'}) SET n += {label: 'Nemotron Coalition', tier: 3, type: 'standards', choke: false, note: 'Announced 16 March 2026 at GTC. Eight inaugural members share data, evaluation methods and expertise while Nvidia supplies compute on DGX Cloud. The first model, co-developed by Mistral AI and Nvidia, is intended to underpin the Nemotron 4 family.'}; MERGE (n:Entity {id: 'kimi_k2'}) SET n += {label: 'Kimi K2', tier: 4, type: 'model', choke: false, note: 'Moonshot AI open-weight mixture-of-experts model at 1 trillion total parameters activating about 32 billion per token, released under a modified MIT licence. A trillion-parameter open model already exists, which is the context for Nemotron 4\'s headline number.'}; MERGE (n:Entity {id: 'llama'}) SET n += {label: 'Llama 3.1 405B', tier: 4, type: 'model', choke: false, note: 'Meta\'s open-weight flagship at 405 billion dense parameters, so every parameter is paid for on every token. The American open-weight standard-bearer before Nvidia entered the category.'}; MERGE (n:Entity {id: 'perplexity'}) SET n += {label: 'Perplexity', tier: 4, type: 'lab', choke: false, note: 'Answer engine and inaugural Nemotron Coalition member, contributing systems tuned for accessible real-time deployment. Annualised revenue past $750m as of August 2026 from under $250m in January, helped by Perplexity Computer. Nvidia is in talks to invest at over $30bn.'}; MERGE (n:Entity {id: 'black_forest_labs'}) SET n += {label: 'Black Forest Labs', tier: 4, type: 'lab', choke: false, note: 'Inaugural Nemotron Coalition member. Contributes multimodal generative capability across images, video and action prediction.'}; MERGE (n:Entity {id: 'sarvam'}) SET n += {label: 'Sarvam AI', tier: 4, type: 'lab', choke: false, note: 'Indian AI lab and inaugural Nemotron Coalition member. The coalition\'s route into sovereign and non-English model development.'}; MERGE (n:Entity {id: 'dc_power_demand'}) SET n += {label: 'US Data-Centre Power Demand', tier: 2, type: 'segment', choke: false, note: 'Data centres took about 4.4% of US electricity in 2023, roughly 176 TWh, and the DOE-commissioned Berkeley Lab study projects 6.7% to 12.0% by 2028, or 325 to 580 TWh. This is the demand every nuclear commitment below is answering.'}; MERGE (n:Entity {id: 'oklo'}) SET n += {label: 'Oklo', tier: 4, type: 'infra', choke: false, note: 'Fast-reactor developer. Meta contracted up to 1.2GW for delivery by 2034.'}; MERGE (n:Entity {id: 'terrapower'}) SET n += {label: 'TerraPower', tier: 4, type: 'infra', choke: false, note: 'Gates-backed advanced reactor developer. Meta contracted up to 2.8GW for delivery by 2035. A second 345MW Natrium plant, for an unnamed data-centre customer, is to be announced before end-2026 with construction targeted from 2027.'}; MERGE (n:Entity {id: 'vistra'}) SET n += {label: 'Vistra', tier: 4, type: 'infra', choke: false, note: 'Independent power producer with an existing nuclear fleet. Meta contracted 2.6GW into the mid-2030s.'}; MERGE (n:Entity {id: 'x_energy'}) SET n += {label: 'X-energy', tier: 4, type: 'infra', choke: false, note: 'Small modular reactor developer. Amazon contracted up to 5GW by 2039 and funded the company directly.'}; MERGE (n:Entity {id: 'kairos_power'}) SET n += {label: 'Kairos Power', tier: 4, type: 'infra', choke: false, note: 'Fluoride-salt-cooled high-temperature reactor developer. Signed the first corporate agreement to buy power from multiple SMRs, with Alphabet.'}; MERGE (n:Entity {id: 'elementl_power'}) SET n += {label: 'Elementl Power', tier: 4, type: 'infra', choke: false, note: 'Advanced nuclear developer. Alphabet committed to three 600MW sites, 1.8GW in total, targeting 2035.'}; MERGE (n:Entity {id: 'energy_northwest'}) SET n += {label: 'Energy Northwest', tier: 4, type: 'infra', choke: false, note: 'Public power joint operating agency in Washington State. Amazon\'s X-energy deployment partner for an initial 320MW phase by 2030.'}; MERGE (n:Entity {id: 'mbzuai'}) SET n += {label: 'MBZUAI', tier: 5, type: 'lab', choke: false, note: 'Mohamed bin Zayed University of Artificial Intelligence, Abu Dhabi. Cerebras\'s largest customer: 63% of Q1 2026 revenue per the 10-Q, up from 62% of FY2025, as G42\'s share fell to 11%. The buyer behind the shift from single-customer to single-country concentration.'}; MERGE (n:Entity {id: 'poolside'}) SET n += {label: 'Poolside', tier: 4, type: 'lab', choke: false, note: 'Code-model startup, San Francisco, founded 2023 by Jason Warner and Eiso Kant, with an AI campus in Pecos County, Texas. After a failed raise left it without frontier-scale compute it licensed Model Factory, its internal model-development system, to Nvidia for $6bn non-exclusively and sent over 100 engineers to Nvidia\'s Nemotron project. Its three founders did not go; the shareholder letter states it is neither an acquisition nor an acquihire. A concurrent $1bn raise at a $12bn pre-money is reported alongside the licence; the investor is not identified in the reporting reviewed here, and Nvidia had separately announced an intent to invest up to $1bn at about that valuation in October 2025, so the two should not be assumed to be the same money.'}; MERGE (n:Entity {id: 'shayne_heffernan'}) SET n += {label: 'Shayne Heffernan', tier: 2, type: 'person', choke: false, note: 'Founder of Live Trading News, the KnightsBridge Group, Knightsbridge Law and the KXCO ecosystem. Author of the power-to-compute conversion analysis this graph carries as three derived findings. Appears here because the findings are his and attribution should be traversable rather than stated in prose.'}; MERGE (n:Entity {id: 'grid_us'}) SET n += {label: 'US Grid', tier: 0, type: 'infra', choke: false, note: '4,536 TWh of electricity demand in 2025 (Ember). Data-centre draw about 29.2 GW, roughly 256 TWh a year, across 4,000 to 5,400 sites depending on the census. That is about 5.66% of national generation converted to computation, the highest ratio of any large economy bar Germany. US generation rose about 6% over the preceding decade.'}; MERGE (n:Entity {id: 'grid_china'}) SET n += {label: 'China Grid', tier: 0, type: 'infra', choke: false, note: '10,573 TWh of electricity demand in 2025 (Ember), more than double the US and rising 74% over the preceding decade. Data-centre draw is contested at 4.27 to 8.5 GW, so the share of generation going to computation is somewhere between 0.35% and 0.70%. Either way the headroom, not the generation, is the strategic fact.'}; MERGE (n:Entity {id: 'grid_germany'}) SET n += {label: 'Germany Grid', tier: 0, type: 'infra', choke: false, note: 'Data-centre draw about 5.5 GW, roughly 9.63% of national generation, the highest conversion ratio of the three economies compared in the source analysis. Included because it sets the practical ceiling the US ratio is measured against.'}; // --- Claims (866) --- MATCH (a:Entity {id: 'trumpf'}), (b:Entity {id: 'asml'}) MERGE (a)-[r:CLAIM {pred: 'supplies lasers to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Sole EUV laser source', asof: '2026', disc: 'reported', conf: 'high', url: 'https://hwbusters.com/news/the-quiet-monopoly-powering-every-advanced-chip-in-the-world/', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zeiss'}), (b:Entity {id: 'asml'}) MERGE (a)-[r:CLAIM {pred: 'supplies optics to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Sole EUV optics', asof: '2026', disc: 'reported', conf: 'high', url: 'https://hwbusters.com/news/the-quiet-monopoly-powering-every-advanced-chip-in-the-world/', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'tsmc'}) MERGE (a)-[r:CLAIM {pred: 'is the sole EUV supplier to'}]->(b) SET r += {group: 'ec', mag: 100, magU: '100% of EUV · ~$400m/machine', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.techtimes.com/articles/318252/20260611/even-tsmc-says-asmls-newest-machine-too-expensive-400-million-chip-bottleneck.htm', note: 'THE CHOKEPOINT. ASML is the only company on earth making the lithography TSMC needs for leading-edge chips. The single point of failure the seed set can\'t reveal: a Dutch firm behind a Taiwanese fab.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'fabricates silicon for'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Fabless: 100% outsourced', asof: '2025-01', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/Archives/edgar/data/0001045810/000104581025000023/nvda-20250126.htm', note: 'Nvidia owns no fabs; its leading-edge silicon is entirely TSMC\'s. Stress traverses ASML → TSMC → Nvidia → the whole cohort.', valid_from: '2025-01', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'supplies ~555k GPUs to'}]->(b) SET r += {group: 'ec', mag: 18000000000, magU: '~$18bn · 555k GPUs', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.tomshardware.com/tech-industry/artificial-intelligence/musks-spacex-has-rented-out-access-to-its-supercomputers-220-000-nvidia-gpus-and-300-megawatts-of-ai-compute-power-to-rival-anthropic-musk-says-no-one-set-off-my-evil-detector-antrhropic-also-interested-in-orbital-data-centers', note: 'One of Nvidia\'s largest single-customer concentrations, powering the Colossus data centres.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'colossus1'}) MERGE (a)-[r:CLAIM {pred: 'operates'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '~220k GPUs · 300MW', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.anthropic.com/news/higher-limits-spacex', note: 'Came with the xAI merger; leased in full to Anthropic.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'colossus2'}) MERGE (a)-[r:CLAIM {pred: 'operates'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Nvidia GB300', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.teslarati.com/spacex-confirms-third-massive-compute-deal-colossus-memphis/', note: 'Newer facility; xAI training plus Reflection capacity.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'colossus1'}) MERGE (a)-[r:CLAIM {pred: 'rents (in full)'}]->(b) SET r += {group: 'ec', mag: 45000000000, magU: '$1.25bn/mo · ~$45bn to 2029', asof: '2026-05', disc: 'filed', conf: 'high', url: 'https://www.anthropic.com/news/higher-limits-spacex', note: 'RENTING FROM THE RIVAL: Anthropic rents the entire Colossus 1: a facility xAI (now SpaceX) built for Grok.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'buys compute from'}]->(b) SET r += {group: 'ec', mag: 32000000000, magU: '$920m/mo · ~$32bn', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://techcrunch.com/2026/06/05/google-will-pay-spacex-920m-per-month-for-compute/', note: 'THE CROSS-CURRENT: Google funds Anthropic, competes with it, and rents compute from SpaceX: investor in a rival it also rents from.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'reflection'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'buys compute from'}]->(b) SET r += {group: 'ec', mag: 6300000000, magU: '$150m/mo · ~$6.3bn', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.teslarati.com/spacex-confirms-third-massive-compute-deal-colossus-memphis/', note: 'Colossus 2 customer.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cursor'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'buys compute from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Colossus customer', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'SpaceX outside-client committed compute revenue reported >$80bn through 2029.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'buys compute from'}]->(b) SET r += {group: 'ec', mag: 300000000000, magU: '$300bn / 5yr', asof: '2025-09', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/10/15/a-guide-to-1-trillion-worth-of-ai-deals-between-openai-nvidia.html', note: '$60bn/yr for five years: the concrete core of the Stargate build-out.', valid_from: '2025-09', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'sells compute to'}]->(b) SET r += {group: 'ec', mag: 38000000000, magU: '$38bn / 7yr (AWS)', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://tomtunguz.com/openai-hardware-spending-2025-2035/', note: 'Amazon funds Anthropic AND sells compute to its rival OpenAI: a cross-book the graph makes visible.', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'supplies silicon to'}]->(b) SET r += {group: 'ec', mag: 90000000000, magU: '~$90bn · 6GW', asof: '2025-10', disc: 'reported', conf: 'medium', url: 'https://tomtunguz.com/openai-hardware-spending-2025-2035/', note: 'Cumulative hardware revenue potential per AMD\'s own announcement.', valid_from: '2025-10', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'broadcom'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'designs custom chips for'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Undisclosed', asof: '2025-10', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2025/10/15/a-guide-to-1-trillion-worth-of-ai-deals-between-openai-nvidia.html', note: 'Custom accelerators; deal value not disclosed by either party.', valid_from: '2025-10', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'coreweave'}) MERGE (a)-[r:CLAIM {pred: 'buys compute from'}]->(b) SET r += {group: 'ec', mag: 22000000000, magU: '~$22bn cloud', asof: '2025-03', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/CoreWeave', note: 'Five-year cloud contract plus a reported ~$350m equity stake.', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'builds & operates'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Lead operator', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://intuitionlabs.ai/articles/openai-stargate-datacenter-details', note: '~$500bn / ~10GW build-out.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'crusoe'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'builds site for'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Abilene flagship', asof: '2026-02', disc: 'reported', conf: 'medium', url: 'https://intuitionlabs.ai/articles/openai-stargate-datacenter-details', note: 'Builder of the operational Abilene flagship.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'anchors'}]->(b) SET r += {group: 'ctrl', mag: 500000000000, magU: '~$500bn JV', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://intuitionlabs.ai/articles/openai-stargate-datacenter-details', note: 'OpenAI + Oracle + SoftBank + MGX.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invests up to $10bn in'}]->(b) SET r += {group: 'cap', mag: 10000000000, magU: 'Up to $10bn', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/11/18/anthropic-ai-azure-microsoft-nvidia.html', note: 'NVIDIA IRONY: equity in a company it also supplies with GPUs: every GPU sale lifts its own stake. Anthropic committed $30bn to Azure.', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invests up to $5bn in'}]->(b) SET r += {group: 'cap', mag: 5000000000, magU: 'Up to $5bn', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://blogs.microsoft.com/blog/2025/11/18/microsoft-nvidia-and-anthropic-announce-strategic-partnerships', note: 'Microsoft invests $5B; Anthropic commits $30B to Azure - a rival\'s capital returning as cloud revenue.', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invests ~$8bn in'}]->(b) SET r += {group: 'cap', mag: 8000000000, magU: '$8B + up to $25B ($33B potential)', asof: '2024-11', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/anthropic-spend-over-100-billion-amazons-cloud-technology-2026-04-20', note: '4-competitor cap table: Anthropic then commits ~$100B to AWS (Trainium) - capital loops back to the investor.', valid_from: '2024-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'holds equity in'}]->(b) SET r += {group: 'cap', mag: null, magU: '$3B + up to $40B (~14% stake)', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/04/24/google-to-invest-up-to-40-billion-in-anthropic-as-search-giant-spreads-its-ai-bets.html', note: 'Google funds Anthropic (up to $40B) while competing with it and renting SpaceX compute.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'holds ~27% of'}]->(b) SET r += {group: 'cap', mag: 135000000000, magU: '~27% · $13B total', asof: '2025-10', disc: 'primary', conf: 'high', url: 'https://www.forbes.com/sites/aliciapark/2026/04/27/openai-and-microsoft-end-exclusive-partnership-and-revenue-sharing', note: 'STATE CHANGE: exclusive IP license ENDED Apr 2026 - now non-exclusive through 2032, freeing OpenAI\'s Oracle/Stargate deals and freeing Microsoft to back Anthropic.', valid_from: '2025-10', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'invests $30bn in (part of $110bn round)'}]->(b) SET r += {group: 'cap', mag: 30000000000, magU: '$30bn - within $110bn round at $730bn pre-money', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/27/open-ai-funding-round-amazon.html', note: 'Scaled back from the earlier up-to-$100bn LOI. Confirmed $30bn as part of OpenAI\'s $110bn round (Amazon $50bn + Nvidia $30bn + SoftBank $30bn). Partnership also carries 3GW inference + 2GW training on Vera Rubin.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'invests $30bn in (part of $110bn round)'}]->(b) SET r += {group: 'cap', mag: 30000000000, magU: '$30bn - within $110bn round at $730bn pre-money', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/27/open-ai-funding-round-amazon.html', note: 'Corrected: earlier \'leads ~$300bn round\' conflated round-lead role with size. Stargate\'s $500bn commitment is tracked separately.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'coreweave'}) MERGE (a)-[r:CLAIM {pred: 'holds ~13% of'}]->(b) SET r += {group: 'cap', mag: 2000000000, magU: '~13% · ~$2bn', asof: '2026-01', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/news/nvidia-invests-2-billion-coreweave-130850099.html', note: 'Nvidia is CoreWeave\'s second-largest shareholder: and its GPU customer.', valid_from: '2026-01', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'coreweave'}) MERGE (a)-[r:CLAIM {pred: 'holds equity in'}]->(b) SET r += {group: 'cap', mag: null, magU: '~$350m stake', asof: '2025-03', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/CoreWeave', note: 'Equity via private placement alongside the cloud contract.', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mgx'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'funds'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Sovereign partner', asof: '2026-02', disc: 'reported', conf: 'medium', url: 'https://intuitionlabs.ai/articles/openai-stargate-datacenter-details', note: 'Abu Dhabi sovereign capital vehicle.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'co-leads ($500B commitment)'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Capital partner', asof: '2026-02', disc: 'reported', conf: 'medium', url: 'https://intuitionlabs.ai/articles/openai-stargate-datacenter-details', note: 'One of the anchor capital partners.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'goldman'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'arranged $20bn debt for'}]->(b) SET r += {group: 'cap', mag: 20000000000, magU: '~$20bn bridge', asof: '2026-03', disc: 'reported', conf: 'high', url: 'https://octus.com/resources/articles/spacex-lines-up-20b-goldman-sachs-led-bridge-loan-to-refinance-17-5b-x-xai-debt-ahead-of-planned-ipo/', note: 'Refinanced ~$17.5bn X/xAI junk debt (12.5% → ~4.58%). First $20bn of IPO proceeds repay it: bankers repaid before public money reaches the business.', valid_from: '2026-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'holds equity in'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Private', asof: '2025', disc: 'private', conf: 'estimate', url: 'https://techcrunch.com/2025/01/01/internal-spacex-documents-show-the-sweet-stock-deals-offered-to-investors-like-a16z-gigafund/', note: 'Long-standing holder. Private company: stake not disclosure-required.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'a16z'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'holds equity in'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Private', asof: '2025', disc: 'private', conf: 'estimate', url: 'https://techcrunch.com/2025/01/01/internal-spacex-documents-show-the-sweet-stock-deals-offered-to-investors-like-a16z-gigafund/', note: 'Private company: stake not disclosure-required.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'vanguard'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'is a top-3 holder of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Top-3 holder (13F)', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001326801&type=13F', note: 'Common ownership across the listed names: not coordination.', valid_from: '2026-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'blackrock'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is a top-3 holder of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Top-3 holder (13F)', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001045810&type=13F', note: 'Top passive holder across the seasoned listed names.', valid_from: '2026-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'vanguard'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'is a top-3 holder of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Top-3 holder (13F)', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001652044&type=13F', note: 'Common ownership across the listed names.', valid_from: '2026-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'goldman'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'lead-underwrote the IPO of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Lead-left bookrunner', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'Record SPCX IPO, 12 Jun 2026.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'morganstanley'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'co-underwrote the IPO of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Joint bookrunner', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'SPCX IPO.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bofa'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'co-underwrote the IPO of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Joint bookrunner', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'SPCX IPO.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'citi'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'co-underwrote the IPO of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Joint bookrunner', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'SPCX IPO.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jpmorgan'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'co-underwrote the IPO of'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Joint bookrunner', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/19/spacex-picks-goldman-sachs-to-lead-record-breaking-ipo-sources-say.html', note: 'SPCX IPO.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'absorbed (all-stock, Feb 2026)'}]->(b) SET r += {group: 'ctrl', mag: 1250000000000, magU: '~$1.25tn combined', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/03/musk-xai-spacex-biggest-merger-ever.html', note: 'xAI merged into SpaceX Feb 2026: which is why an \'AI customer\' graph runs through a rocket company.', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'controls (~82% vote)'}]->(b) SET r += {group: 'ctrl', mag: 82, magU: '~82% voting', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/markets/stocks/articles/spacexs-ipo-ceo-elon-musk-083500287.html', note: '~42% equity, ~82% voting power. Also CEO of Tesla; controls xAI via SpaceX.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'tesla'}) MERGE (a)-[r:CLAIM {pred: 'is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'CEO interlock', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001318605&type=DEF+14A', note: 'The same person controls SpaceX, xAI and Tesla: a personal interlock spanning the graph.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zuckerberg'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'controls'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Super-voting control', asof: '2024-04', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001326801&type=DEF+14A', note: 'Voting control via Class B super-voting shares.', valid_from: '2024-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'recirculates capital with'}]->(b) SET r += {group: 'loop', mag: null, magU: 'Loop 1', asof: '2025-11', disc: 'reported', conf: 'medium', url: 'https://www.anthropic.com/news/microsoft-nvidia-anthropic-announce-strategic-partnerships', note: 'LOOP 1: Microsoft + Nvidia invest up to $15bn in Anthropic; Anthropic commits $30bn to Azure (Nvidia GPUs); both earn compute revenue to reinvest.', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'recirculates capital with'}]->(b) SET r += {group: 'loop', mag: null, magU: 'Loop 2', asof: '2025-10', disc: 'reported', conf: 'medium', url: 'https://blogs.microsoft.com/blog/2025/10/28/the-next-chapter-of-the-microsoft-openai-partnership/', note: 'LOOP 2: Microsoft invests >$13bn in OpenAI; OpenAI runs on Azure with $250bn incremental commitment; Microsoft and Nvidia earn revenue and reinvest.', valid_from: '2025-10', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'recirculates capital with'}]->(b) SET r += {group: 'loop', mag: null, magU: 'Loop 3', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.tomshardware.com/tech-industry/artificial-intelligence/musks-spacex-has-rented-out-access-to-its-supercomputers-220-000-nvidia-gpus-and-300-megawatts-of-ai-compute-power-to-rival-anthropic-musk-says-no-one-set-off-my-evil-detector-antrhropic-also-interested-in-orbital-data-centers', note: 'LOOP 3: SpaceX buys ~$18bn of Nvidia GPUs; leases Colossus generating >$80bn committed revenue; revenue funds more infrastructure; Nvidia reinvests.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'supplies GB200 GPUs to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'GB200 racks', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://intuitionlabs.ai/articles/oracle-openai-300b-deal-analysis', note: 'Nvidia sells the silicon Oracle deploys for OpenAI\'s Stargate: the sales half of Nvidia\'s dual role (it also holds equity across the cohort).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'coreweave'}) MERGE (a)-[r:CLAIM {pred: 'supplies GPUs to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Primary GPU supplier', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/nvidia-invests-2-billion-coreweave-130850099.html', note: 'Nvidia both FUNDS CoreWeave (~13% stake) AND is its main chip supplier: funder and vendor to the same company, visible on one node.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'synopsys'}) MERGE (a)-[r:CLAIM {pred: 'uses EDA tools to design'}]->(b) SET r += {group: 'ec', mag: null, magU: 'license fee (undisclosed)', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.synopsys.com/ai/ai-powered-eda.html', note: 'Every Nvidia GPU designed with Synopsys or Cadence EDA software.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'cadence'}) MERGE (a)-[r:CLAIM {pred: 'uses EDA tools to design'}]->(b) SET r += {group: 'ec', mag: null, magU: 'license fee (undisclosed)', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.linkedin.com/posts/markdhirsch_eda-semiconductors-synopsys-activity-7468028745182814208-Qhp-', note: 'Synopsys + Cadence = 96% EDA market share. Every AI chip depends on them.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'synopsys'}) MERGE (a)-[r:CLAIM {pred: 'uses EDA tools to design'}]->(b) SET r += {group: 'ec', mag: null, magU: 'license fee (undisclosed)', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://news.synopsys.com/2026-07-27-Synopsys-Advances-Agentic-AI-Chip-Design-with-AMD-and-Microsoft', note: 'Synopsys names AMD as using its agentic EDA workflows, 27 Jul 2026. That release evidences the relationship, not its commencement, which was never published.', valid_from: null, valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'synopsys'}) MERGE (a)-[r:CLAIM {pred: 'cut off from EDA tools (US sanctions)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'blocked', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.asiafinancial.com/new-curbs-force-chip-design-software-firm-to-halt-work-in-china', note: 'New US curbs forced Synopsys and Cadence to halt work in China: critical pressure on Huawei chip design.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'sk_hynix'}) MERGE (a)-[r:CLAIM {pred: 'sources primary HBM3E from'}]->(b) SET r += {group: 'ec', mag: 100000000000.0, magU: '$100bn HBM market by 2028', asof: '2025', disc: 'reported', conf: 'high', url: 'https://forcedalpha.com/news/korea-hbm-supply-chain-dependency', note: 'SK Hynix >50% of HBM3E. Most acute supply chain chokepoint in AI. $43T downstream exposure.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'samsung'}) MERGE (a)-[r:CLAIM {pred: 'sources secondary HBM from'}]->(b) SET r += {group: 'ec', mag: 100000000000.0, magU: '$100bn HBM market by 2028', asof: '2025', disc: 'reported', conf: 'high', url: 'https://semiconductorx.com/chip-type-hbm.html', note: 'Only 3 companies make HBM globally: SK Hynix, Samsung, Micron.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'micron'}) MERGE (a)-[r:CLAIM {pred: 'sources tertiary HBM from'}]->(b) SET r += {group: 'ec', mag: 100000000000.0, magU: '$100bn HBM market by 2028', asof: '2025', disc: 'reported', conf: 'high', url: 'https://medium.com/@ainewblog007/the-ai-memory-war-explained-why-hbm-gddr-and-dram-are-the-next-semiconductor-bottleneck-powering-024371f7abff', note: 'Memory bottleneck expected to continue through 2027.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sk_hynix'}), (b:Entity {id: 'tsmc'}) MERGE (a)-[r:CLAIM {pred: 'has HBM packaged by'}]->(b) SET r += {group: 'ec', mag: null, magU: 'packaging bottleneck', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.linkedin.com/posts/markdhirsch_hbm-ai-semiconductors-activity-7462630687024726016-uQ3u', note: 'HBM supply chain: Korea makes memory, Taiwan packages it, Japan enables it.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: 'has Ascend chips fabricated by'}]->(b) SET r += {group: 'ec', mag: null, magU: '~600K chips (2026 plan)', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.huaweicentral.com/smic-expected-to-produce-30-huawei-ascend-910b-ai-chips-by-end-of-2025', note: 'SMIC expected to produce 30% of Ascend 910B by end 2025. 600K 910C chips planned for 2026.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cn_gov_fund'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: 'provides state subsidies to'}]->(b) SET r += {group: 'cap', mag: 8200000000.0, magU: '$8.2bn National AI Fund', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.rand.org/pubs/perspectives/PEA4012-1.html', note: 'China\'s full-stack industrial policy for AI: from chips to models to applications.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'China bought 1M Nvidia H20 chips vs 450K Ascend (2024)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'competitive demand', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.rand.org/pubs/commentary/2025/08/leashing-chinese-ai-needs-smart-chip-controls.html', note: 'Even Huawei\'s domestic chip can\'t fully displace demand for downgraded Nvidia H20.', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'rapidus'}), (b:Entity {id: 'ibm'}) MERGE (a)-[r:CLAIM {pred: '2nm development partnership with'}]->(b) SET r += {group: 'ec', mag: null, magU: '¥2.35T total govt support', asof: '2025', disc: 'reported', conf: 'high', url: 'https://research.ibm.com/blog/rapidus-ibm-move-closer-to-scaling-out-2-nm-chip-production', note: 'Rapidus achieved 2nm GAA wafer production 3 months after EUV installation.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'approved $4B funding for'}]->(b) SET r += {group: 'cap', mag: 4000000000.0, magU: '$4bn', asof: '2025', disc: 'reported', conf: 'high', url: 'https://theaiworld.org/news/japan-backs-rapidus-with-4b-to-lead-2nm-chip-race', note: 'Consortium includes Sony and Toyota.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'broadcom'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'receives 2nm chip samples from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'samples Jun 2025', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://tspasemiconductor.substack.com/p/rapidus-2nm-whats-next-for-japan', note: 'Broadcom most promising international partner for Rapidus.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'Grace CPU licenses Arm Neoverse from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'architecture license', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.arm.com', note: 'Virtually every mobile chip and increasingly AI inference runs on Arm.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'masayoshi_son'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'SoftBank owns 90% of Arm'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '90% stake', asof: '2025', disc: 'filed', conf: 'high', url: 'https://group.softbank/en/ir/financials/annual_reports/2025/message/arm', note: 'SoftBank launching own AI chips using Arm architecture.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'qualcomm'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'licenses Arm architecture for AI PC chips'}]->(b) SET r += {group: 'ec', mag: null, magU: 'architecture license', asof: '2025-09', disc: 'primary', conf: 'high', url: 'https://investor.qualcomm.com/news-events/press-releases/news-details/2025/Qualcomm-Achieves-Complete-Victory-Over-Arm-in-Litigation-Challenging-Licensing-Agreements/default.aspx', note: 'Qualcomm\'s Architecture License Agreement was confirmed to cover the Nuvia-derived Oryon cores by a Delaware court, final judgment September 2025. The interval is scoped to the AI-PC parts from the 2024 Snapdragon X launch; the ALA predates them by many years.', valid_from: '2024', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'mellanox'}) MERGE (a)-[r:CLAIM {pred: 'acquired for $6.9B (2020)'}]->(b) SET r += {group: 'ctrl', mag: 6900000000.0, magU: '$6.9bn acquisition', asof: '2020', disc: 'filed', conf: 'high', url: 'https://introl.com/blog/infiniband-vs-ethernet-gpu-clusters-800g-architecture', note: 'InfiniBand default fabric for AI training. 15% better performance but 2.3x cost.', valid_from: '2020', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'arista'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'challenges InfiniBand with UEC Ethernet at'}]->(b) SET r += {group: 'ec', mag: null, magU: 'competitive threat', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.arista.com/assets/data/pdf/Whitepapers/AI-Network-WP.pdf', note: 'UEC 1.0 spec released June 2025. Arista building lossless Ethernet for AI.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'microsoft_cloud'}) MERGE (a)-[r:CLAIM {pred: 'primary cloud/compute provider for'}]->(b) SET r += {group: 'ec', mag: 13000000000.0, magU: '$13bn+ committed', asof: '2025', disc: 'filed', conf: 'high', url: 'https://openai.com/index/announcing-the-stargate-project', note: 'Azure hosts OpenAI\'s workloads. Microsoft building $80B+ in AI data centers.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'aws'}) MERGE (a)-[r:CLAIM {pred: 'primary cloud provider for'}]->(b) SET r += {group: 'ec', mag: 8000000000.0, magU: '$8bn+ Amazon investment', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.businessinsider.com/amazon-ai-bet-anthropic-soars-61-billion-valuation-2026-2', note: 'Amazon\'s Anthropic stake boosted quarterly profits by $9.5B. Total commitment up to $25B.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'mellanox'}) MERGE (a)-[r:CLAIM {pred: 'Colossus uses 200K+ GPUs with InfiniBand networking'}]->(b) SET r += {group: 'ec', mag: null, magU: '200K+ GPUs', asof: '2025', disc: 'reported', conf: 'high', url: 'https://x.ai/colossus', note: 'Colossus built in 122 days. World\'s largest AI training supercomputer.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'cn_gov_fund'}) MERGE (a)-[r:CLAIM {pred: 'secretly backed by Chinese state funds'}]->(b) SET r += {group: 'cap', mag: 7400000000.0, magU: '$7.4bn at $50bn valuation', asof: '2025', disc: 'reported', conf: 'high', url: 'https://michaelparekh.substack.com/p/ai-chinas-deepseek-raises-74-billion', note: 'First funding round. Unusual deal structure. State + Tencent bankrolling.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'tencent_holding'}) MERGE (a)-[r:CLAIM {pred: 'secretly invested in'}]->(b) SET r += {group: 'cap', mag: 7400000000.0, magU: 'part of $7.4bn round', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.youtube.com/watch?v=5DTwp1Ey7xM', note: 'WeChat parent quietly backing the lab that shocked the world.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'alibaba_holding'}) MERGE (a)-[r:CLAIM {pred: 'develops Qwen models via'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'corporate subsidiary', asof: '2025', disc: 'filed', conf: 'high', url: 'https://qwen.ai', note: 'Qwen replaced Llama as most downloaded model family on Hugging Face (Sep 2025).', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'zhipu'}) MERGE (a)-[r:CLAIM {pred: 'backs'}]->(b) SET r += {group: 'cap', mag: null, magU: '$12bn valuation', asof: '2025', disc: 'reported', conf: 'high', url: 'https://explainx.ai/blog/top-chinese-ai-companies-startups-guide-2026', note: 'China\'s \'Six Tigers\' AI startups all have $1B+ valuations and big tech backing.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'tencent_holding'}) MERGE (a)-[r:CLAIM {pred: 'develops Hunyuan AI model'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'corporate subsidiary', asof: '2025', disc: 'filed', conf: 'high', url: null, note: 'WeChat-integrated AI. Invests in numerous Chinese AI startups.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'bought $7B+ of GPUs from'}]->(b) SET r += {group: 'ec', mag: 7000000000.0, magU: '$7bn+ chip orders', asof: '2025', disc: 'reported', conf: 'medium', url: null, note: 'TikTok parent is one of Nvidia\'s largest customers while competing in AI.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'amazon'}) MERGE (a)-[r:CLAIM {pred: 'received $8B+ investment from (commitment up to $25B)'}]->(b) SET r += {group: 'cap', mag: 25000000000.0, magU: 'up to $25bn', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.linkedin.com/posts/lunguflorin_amazons-ai-jackpot-its-8-billion-anthropic-activity-7467420082302803968-Gg6', note: 'Amazon\'s Anthropic stake boosted quarterly profits by $9.5B.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'sequoia'}) MERGE (a)-[r:CLAIM {pred: 'Series H co-led by Sequoia, Altimeter, Dragoneer, Greenoaks in'}]->(b) SET r += {group: 'cap', mag: 65000000000.0, magU: '$65bn Series H at ~$965bn post-money', asof: '2026-05', disc: 'filed', conf: 'high', url: 'https://www.anthropic.com/news/series-h', note: 'Series H (May 2026) at ~$965bn post-money, nearing $1tn ahead of IPO. Prior: Series F $13bn at $183bn (Sep 2025), Series G $30bn at $380bn (Feb 2026). Plans to spend $100B+ on compute.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'altimeter'}) MERGE (a)-[r:CLAIM {pred: 'co-led $65B Series H'}]->(b) SET r += {group: 'cap', mag: 65000000000.0, magU: '$65bn Series H', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.anthropic.com/news/series-h', note: 'Led by Altimeter Capital.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'a16z'}) MERGE (a)-[r:CLAIM {pred: 'xAI raised $10B in debt and equity (Jul 2025)'}]->(b) SET r += {group: 'cap', mag: 10000000000.0, magU: '$10bn raise', asof: '2025-07', disc: 'filed', conf: 'high', url: 'https://www.cnbc.com/2025/07/01/elon-musk-xai-raises-10-billion-in-debt-and-equity.html', note: 'For Colossus buildout and Grok development.', valid_from: '2025-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'stargate'}), (b:Entity {id: 'softbank'}) MERGE (a)-[r:CLAIM {pred: 'Stargate co-led by SoftBank ($500B commitment)'}]->(b) SET r += {group: 'cap', mag: 500000000000.0, magU: '$500bn over 4 years', asof: '2025', disc: 'filed', conf: 'high', url: 'https://openai.com/index/announcing-the-stargate-project', note: 'Struggling to get off ground 6 months after White House unveiling.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'stargate'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'builds & operates Stargate data centers'}]->(b) SET r += {group: 'ec', mag: 500000000000.0, magU: '$500bn project', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.reuters.com/business/media-telecom/openai-oracle-softbank-plan-five-new-ai-data-centers-500-billion-stargate-2025-09-23', note: '10GW total planned capacity across 5 sites.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'stargate'}), (b:Entity {id: 'mgx'}) MERGE (a)-[r:CLAIM {pred: '$100B first-tranche commitment from'}]->(b) SET r += {group: 'cap', mag: 100000000000.0, magU: '$100bn first tranche', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.spglobal.com/market-intelligence/en/news-insights/research/softbabnk-openai-oracle-and-mgx-commit-to-100b-for-stargate-ai-infrastructure', note: 'UAE-based AI investment fund.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft_cloud'}), (b:Entity {id: 'constellation'}) MERGE (a)-[r:CLAIM {pred: 'Three Mile Island restart: 20yr, 835MW, $16B deal'}]->(b) SET r += {group: 'ec', mag: 16000000000.0, magU: '$16bn, 20yr PPA', asof: '2024', disc: 'filed', conf: 'high', url: 'https://www.npr.org/2024/09/20/nx-s1-5120581/three-mile-island-nuclear-power-plant-microsoft-ai', note: 'Nuclear renaissance driven by AI power demand. Big tech signing 10GW+ of new US nuclear.', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'aws'}), (b:Entity {id: 'talent_energy'}) MERGE (a)-[r:CLAIM {pred: '$650M nuclear data center deal'}]->(b) SET r += {group: 'ec', mag: 650000000.0, magU: '$650m Talen Energy deal', asof: '2024', disc: 'filed', conf: 'high', url: 'https://enkiai.com/nuclear/amazon-talen-energy-data-center', note: 'Susquehanna nuclear station powering Amazon AI data centers.', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'google_quantum'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'Alphabet subsidiary: Google Quantum AI'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'subsidiary', asof: '2025', disc: 'filed', conf: 'high', url: 'https://quantumai.google', note: 'Willow chip: first verifiable quantum advantage. Quantum Echoes algorithm.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'isomorphic_labs'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'Alphabet/DeepMind spinoff'}]->(b) SET r += {group: 'ctrl', mag: 2100000000.0, magU: '$2.1bn raised', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.rdworldonline.com/alphabet-spinoff-isomorphic-labs-raises-2-1-billion-in-quest-to-solve-all-disease-with-ai-based-drug-discovery-tools', note: 'Using AlphaFold for drug discovery. First clinical trials end 2026.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: '2nm chip partnership with'}]->(b) SET r += {group: 'ec', mag: null, magU: 'technology transfer', asof: '2025', disc: 'reported', conf: 'high', url: 'https://research.ibm.com/blog/rapidus-ibm-move-closer-to-scaling-out-2-nm-chip-production', note: 'IBM gave Japan the 2nm chip tech. Critical milestone achieved.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'figure_ai'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'partners with OpenAI for robot intelligence'}]->(b) SET r += {group: 'ec', mag: 675000000.0, magU: '$675m Series B at $2.6bn, now $39bn', asof: '2024', disc: 'filed', conf: 'high', url: 'https://www.cnbc.com/2024/02/29/robot-startup-figure-valued-at-2point6-billion-by-bezos-amazon-nvidia.html', note: 'Bezos, OpenAI, Nvidia, Microsoft all backed Figure AI.', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'figure_ai'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'Nvidia invested in Figure AI'}]->(b) SET r += {group: 'cap', mag: 675000000.0, magU: 'part of $675m round', asof: '2024', disc: 'filed', conf: 'high', url: 'https://firstfuturist.substack.com/p/figure-ai-values-itself-at-39-billion', note: 'Nvidia investing in companies that will buy its chips.', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'ordered 13,800 Nvidia GB300 GPUs for Paris datacenter'}]->(b) SET r += {group: 'ec', mag: 830000000.0, magU: '$830m debt facility', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.linkedin.com/posts/yrebryk_forget-the-narrative-europe-cant-build-activity-7458579231908995072-H5vX', note: 'Mistral becoming infrastructure company, not just model company.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'stargate'}), (b:Entity {id: 'uGovt'}) MERGE (a)-[r:CLAIM {pred: 'UAE planned 5GW AI cluster with US cooperation'}]->(b) SET r += {group: 'cap', mag: null, magU: '5GW planned', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.middleeastainews.com/p/uae-us-plan-5gw-ai-cluster-arabic', note: 'UAE ranks 2nd globally in AI capability. Sovereign models: Falcon, Jais.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'celestica'}) MERGE (a)-[r:CLAIM {pred: 'key GPU cluster integrator'}]->(b) SET r += {group: 'ec', mag: null, magU: 'integration partnership', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.celestica.com/blog/article/ai-infrastructure-for-the-data-center-and-beyond', note: 'Scalable AI infrastructure from data center core to edge.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'dario_amodei'}) MERGE (a)-[r:CLAIM {pred: 'led by CEO Dario Amodei'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'CEO', asof: '2026-05', disc: 'filed', conf: 'high', url: null, note: 'Former VP Research at OpenAI. Anthropic at ~$965B valuation (Series H, May 2026).', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'liang_wenfeng'}) MERGE (a)-[r:CLAIM {pred: 'founded by Liang Wenfeng (ex-hedge fund)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'founder', asof: '2025', disc: 'reported', conf: 'high', url: null, note: 'Former High-Flyer hedge fund manager. Disrupted global AI.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'sundar_pichai'}) MERGE (a)-[r:CLAIM {pred: 'CEO Sundar Pichai'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'CEO', asof: '2019', disc: 'primary', conf: 'high', url: 'https://blog.google/authors/sundar-pichai/', note: 'Google\'s own author page states he is CEO of Google and Alphabet. CEO of Google from 2015 and of Alphabet from 2019; the interval takes the Alphabet appointment, which is what this claim asserts.', valid_from: '2019', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'arm'}), (b:Entity {id: 'masayoshi_son'}) MERGE (a)-[r:CLAIM {pred: 'SoftBank / M. Son controls Arm (90%)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '90% owner', asof: '2025', disc: 'filed', conf: 'high', url: 'https://group.softbank/en/ir/financials/annual_reports/2025/message/arm', note: 'Son\'s empire: Arm + Nvidia stakes + Stargate + Vision Fund.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'figure_ai'}) MERGE (a)-[r:CLAIM {pred: 'Nvidia invests in Figure AI → Figure AI buys Nvidia chips → Nvidia revenue grows'}]->(b) SET r += {group: 'loop', mag: null, magU: 'circular investment → revenue', asof: '2025', disc: 'derived', conf: 'high', url: null, note: 'Nvidia invests in its own customers, creating circular capital flows.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'Microsoft invests in OpenAI → OpenAI spends on Azure → Microsoft cloud revenue grows'}]->(b) SET r += {group: 'loop', mag: 13000000000.0, magU: '$13bn+ invested → Azure revenue', asof: '2025', disc: 'derived', conf: 'high', url: null, note: 'The original AI capital loop. Microsoft\'s OpenAI investment drives Azure AI revenue.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'Amazon invests in Anthropic → Anthropic spends on AWS → Amazon cloud revenue grows'}]->(b) SET r += {group: 'loop', mag: 8000000000.0, magU: '$8bn+ invested → AWS revenue', asof: '2025', disc: 'filed', conf: 'high', url: 'https://www.geekwire.com/2025/amazons-anthropic-investment-boosts-its-quarterly-profits-by-9-5b', note: 'Amazon\'s Anthropic stake boosted quarterly profits by $9.5B.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent_holding'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'Tencent backs DeepSeek → DeepSeek uses Tencent Cloud → Tencent cloud revenue grows'}]->(b) SET r += {group: 'loop', mag: null, magU: 'circular investment → cloud revenue', asof: '2025', disc: 'derived', conf: 'medium', url: null, note: 'Same capital loop pattern in China as Microsoft-OpenAI in US.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'spun out SandboxAQ as an independent company (Mar 2022)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'spin-out, Mar 2022', asof: '2022-03', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2022/03/22/alphabets-quantum-tech-group-sandbox-spins-off-into-an-independent-company.html', note: 'Independent company from Mar 2022; Alphabet remains a strategic investor post-spin-out.', valid_from: '2022-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'google_quantum'}) MERGE (a)-[r:CLAIM {pred: 'carries quantum R&D heritage from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'origin: Alphabet quantum group', asof: '2022', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2022/03/22/alphabets-quantum-tech-group-sandbox-spins-off-into-an-independent-company.html', note: 'SandboxAQ originated in Alphabet quantum-tech group before the 2022 spin-out.', valid_from: '2022', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'trains LQMs on NVIDIA DGX Cloud'}]->(b) SET r += {group: 'ec', mag: null, magU: 'DGX Cloud (on GCP)', asof: '2025-04', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-unlocks-new-capabilities-for-scientific-discovery-and-enterprise-innovation-with-nvidia-dgx-cloud', note: 'LQM training/inference on NVIDIA DGX Cloud; up to ~4x faster discovery. Nvidia is also a Series E investor - vendor-invests-in-customer.', valid_from: '2025-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jensen_huang'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is founder & CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder/CEO', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001045810&type=DEF+14A', note: 'Single share class; control follows economic ownership.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'is co-founder & CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder/CEO', asof: '2026', disc: 'reported', conf: 'high', url: 'https://openai.com', note: 'Also personally backs Retro Biosciences and Merge Labs.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'merge_labs'}) MERGE (a)-[r:CLAIM {pred: 'co-founded'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Co-founder', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.forbes.com/sites/robtoews/2025/10/05/these-are-the-startups-merging-your-brain-with-ai/', note: 'Puts Altman head-to-head with Musk\'s Neuralink.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'retro_bio'}) MERGE (a)-[r:CLAIM {pred: 'seeded'}]->(b) SET r += {group: 'cap', mag: 180000000, magU: '$180M seed', asof: '2025', disc: 'reported', conf: 'high', url: 'https://fortune.com/2025/01/24/sam-altman-ai-biotech-1-billion-funding-extend-human-lifespan/', note: 'Retro later valued ~$1.8B (2026).', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'blue_origin'}) MERGE (a)-[r:CLAIM {pred: 'founded & funds'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder', asof: '2026', disc: 'reported', conf: 'high', url: 'https://techcrunch.com/2026/02/28/billion-dollar-infrastructure-deals-ai-boom-data-centers-openai-oracle-nvidia-microsoft-google-meta/', note: 'Now raising outside capital for the first time.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'prometheus_ai'}) MERGE (a)-[r:CLAIM {pred: 'backs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Backer', asof: '2026', disc: 'reported', conf: 'medium', url: null, note: 'Bezos\'s \'artificial general engineer\' venture.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'altos_labs'}) MERGE (a)-[r:CLAIM {pred: 'co-funds'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investor', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://health.yahoo.com/wellness/healthy-aging/longevity/articles/tech-billionaires-trying-hack-aging-090302963.html', note: 'Cellular-reprogramming longevity, ~$5B.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alex_karp'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'is co-founder & CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder/CEO', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001321655', note: 'AI-sovereignty thesis; defense & intelligence focus.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'partners with (sovereign AI)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Sovereign AI stack', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.thescenarionist.com/p/palantir-powers-nato-ai-self-driving', note: 'Palantir + Nvidia for government/defense AI.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'satya_nadella'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'is chairman & CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Chairman/CEO', asof: '2014-02', disc: 'primary', conf: 'high', url: 'https://news.microsoft.com/exec/satya-nadella/', note: 'Microsoft\'s own executive page gives the title as Chairman and Chief Executive Officer and dates the CEO appointment to February 2014. The chairmanship was added later; that date is not attested by this source.', valid_from: '2014-02', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'microsoft_ai'}) MERGE (a)-[r:CLAIM {pred: 'operates'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'In-house AI', asof: '2026', disc: 'reported', conf: 'medium', url: null, note: 'Hedge against OpenAI dependence.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'demis_hassabis'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'leads Google DeepMind within'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'CEO, DeepMind', asof: '2026', disc: 'reported', conf: 'high', url: 'https://lareviewofbooks.org/article/infinity-machine-demis-hassabis-google-deepmind-sebastian-mallaby/', note: '2024 Nobel laureate in Chemistry.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'demis_hassabis'}), (b:Entity {id: 'isomorphic_labs'}) MERGE (a)-[r:CLAIM {pred: 'founded & leads'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder', asof: '2021', disc: 'primary', conf: 'high', url: 'https://www.isomorphiclabs.com/', note: 'Isomorphic Labs\' own site lists him as Founder and CEO. Company spun out of DeepMind in 2021.', valid_from: '2021', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'ilya_sutskever'}), (b:Entity {id: 'safe_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'co-founded & is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder/CEO', asof: '2026', disc: 'reported', conf: 'high', url: null, note: 'Ex-OpenAI chief scientist.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mira_murati'}), (b:Entity {id: 'thinking_machines'}) MERGE (a)-[r:CLAIM {pred: 'founded & is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder/CEO', asof: '2026', disc: 'reported', conf: 'high', url: null, note: 'Ex-OpenAI CTO.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alexandr_wang'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'is Chief AI Officer of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'CAIO, MSL', asof: '2025-06', disc: 'primary', conf: 'high', url: 'https://www.meta.com/media-gallery/executives/', note: 'Listed on Meta\'s own executive page as Chief AI Officer. Joined June 2025 from Scale AI.', valid_from: '2025-06', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'neuralink'}) MERGE (a)-[r:CLAIM {pred: 'founded & controls'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder', asof: '2026', disc: 'reported', conf: 'high', url: 'https://interestingengineering.com/culture/elon-musk-neuralink-tesla-2026-plans', note: '12 human implants by Sep 2025; Blindsight trial 2026.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'retro_bio'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'uses OpenAI protein model (GPT-4b micro)'}]->(b) SET r += {group: 'ec', mag: null, magU: '~50x reprogramming', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://www.statnews.com/2026/05/22/retro-biosciences-longevity-valuation/', note: 'AI-designed proteins boosted cell reprogramming ~50x.', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'th_space'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'th_bci'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'th_bci'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'th_space'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'demis_hassabis'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'demis_hassabis'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'dario_amodei'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'dario_amodei'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alex_karp'}), (b:Entity {id: 'th_defense'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alex_karp'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'satya_nadella'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zuckerberg'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zuckerberg'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alexandr_wang'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ilya_sutskever'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mira_murati'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'liang_wenfeng'}), (b:Entity {id: 'th_superintelligence'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jensen_huang'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is betting on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'medium', url: null, note: 'Investment / strategic focus area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'retro_bio'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'altos_labs'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'isomorphic_labs'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'recursion'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'calico'}), (b:Entity {id: 'th_longevity'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'neuralink'}), (b:Entity {id: 'th_bci'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'merge_labs'}), (b:Entity {id: 'th_bci'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'figure_ai'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'blue_origin'}), (b:Entity {id: 'th_space'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'th_space'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'th_defense'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'constellation'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'talent_energy'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'crusoe_energy'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'derived', conf: 'high', url: null, note: 'Venture embodying this investment area.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'spun off from (7 ex-OpenAI founders, 2021)'}]->(b) SET r += {group: 'talent', mag: null, magU: '7 co-founders', asof: '2021', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Anthropic', note: 'Anthropic (founded 2021 by 7 ex-OpenAI staff) keeps draining OpenAI: ~43 poached vs ~4 reverse (10:1). SignalFire: engineers 8x more likely to leave OpenAI for Anthropic.', valid_from: '2021', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'dario_amodei'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'was VP of Research at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2020', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Dario_Amodei', note: 'Joined 2016, left at the end of 2020 to found Anthropic.', valid_from: '2016', valid_to: '2020', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'co-founded by ex-DeepMind'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Arthur_Mensch', note: 'Arthur Mensch (ex-Google DeepMind, Paris).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'co-founded by ex-Meta FAIR'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Mistral_AI', note: 'Guillaume Lample & Timothee Lacroix (ex-Meta FAIR).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'recruited talent from'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.cbsnews.com/news/elon-musk-new-ai-company-xai-google-open-ai/', note: 'xAI drew heavily on OpenAI staff.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'recruited talent from DeepMind'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://fortune.com/2023/07/12/elon-musk-ai-startup-xai-deepmind-microsoft-executives/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'msra'}) MERGE (a)-[r:CLAIM {pred: 'talent from (MSRA alumni)'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.yahoo.com/news/deepseek-hired-talent-microsoft-controversial-131906462.html', note: 'At least four DeepSeek staff, incl. a dept chief, are ex-Microsoft Research Asia (public LinkedIn).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zhipu'}), (b:Entity {id: 'tsinghua_keg'}) MERGE (a)-[r:CLAIM {pred: 'spun off from'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.turingpost.com/p/zhipu', note: 'Founded 2019 out of Tsinghua\'s Knowledge Engineering Group.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'spun out of Alphabet X Moonshot (2022)'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2022', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2022/03/22/alphabets-quantum-tech-group-sandbox-spins-off-into-an-independent-company.html', note: 'Incubated inside Alphabet 2016-2022; a Sergey Brin passion project. Alphabet is not a post-spinout parent.', valid_from: '2022', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'reflection'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'founded by ex-Google DeepMind researchers'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Reflection_AI', note: 'Misha Laskin & Ioannis Antonoglou, both ex-Google DeepMind (Antonoglou co-created AlphaGo).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded (2015), left 2018'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2015', disc: 'filed', conf: 'high', url: 'https://en.wikipedia.org/wiki/OpenAI', note: 'Musk co-founded OpenAI, left after a control dispute, then founded xAI.', valid_from: '2015', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'apple'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'lost 400+ staff to (talent drain)'}]->(b) SET r += {group: 'talent', mag: null, magU: '400+ staff', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/10/apple-openai-lawsuit-trade-secrets.html', note: 'Apple\'s own July 2026 complaint claims 400+ former Apple employees now work at OpenAI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'mistral'}) MERGE (a)-[r:CLAIM {pred: 'lost FAIR talent to'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Mistral_AI', note: 'Two of Mistral\'s three founders are ex-Meta FAIR.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'yann_lecun'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'was chief AI scientist at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/11/19/meta-chief-ai-scientist-yann-lecun-is-leaving-the-company-.html', note: 'Joined Facebook in 2013 as FAIR director and took the chief-AI-scientist title in 2018. Departure announced 19 Nov 2025, effective end of 2025. The predicate previously read \'departed 2026\', which the source does not support.', valid_from: '2018', valid_to: '2025', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'eric_schmidt'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'was CEO and chairman of'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2011', disc: 'filed', conf: 'high', url: 'https://news.crunchbase.com/enterprise/alphabet-sandbox-aq-vc-funding-quantum-computing/', note: 'Interval taken from the range the predicate already carried. He stayed on as executive chairman after 2011; that is a different claim and is not recorded here.', valid_from: '2001', valid_to: '2011', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'jack_hidary'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'led the Sandbox AI and quantum unit at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2022-03', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2022/03/22/alphabets-quantum-tech-group-sandbox-spins-off-into-an-independent-company.html', note: 'Sandbox launched inside Alphabet in 2016 and spun out as SandboxAQ in March 2022. The predicate previously said \'Google X (Moonshot)\'; Sandbox was a separate group, not part of X.', valid_from: '2016', valid_to: '2022-03', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'alexandr_wang'}), (b:Entity {id: 'scale_ai'}) MERGE (a)-[r:CLAIM {pred: 'founded'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/06/12/scale-ai-founder-wang-announces-exit-for-meta-part-of-14-billion-deal.html', note: 'Meta hired him from Scale AI to run Superintelligence Labs.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jack_hidary'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'founder & CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder (internal Alphabet effort ~2016) + CEO since 2022', asof: '2022-03', disc: 'primary', conf: 'high', url: 'https://www.sandboxaq.com/company/leadership/jack-hidary', note: 'Founded the quantum-tech group inside Alphabet (~2016); CEO of SandboxAQ since the Mar-2022 spin-out.', valid_from: '2022-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'eric_schmidt'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'Chairman of the Board of Directors of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Chairman (Board): not co-founder', asof: '2022-03', disc: 'primary', conf: 'high', url: 'https://www.sandboxaq.com/company/leadership/eric-schmidt', note: 'Scope: Chairman of the Board of Directors + investor ONLY. NOT co-founder, operational partner, or technical lead. Role since the Mar-2022 Alphabet spin-out.', valid_from: '2022-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'founded (2023)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2023/07/12/elon-musk-launches-his-new-company-xai.html', note: 'OpenAI co-founder -> xAI founder -> SpaceX via the Feb 2026 merger.', valid_from: '2023', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'apple'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'sues for trade-secret theft over hardware designs'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026-07-10', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/10/apple-openai-lawsuit-trade-secrets.html', note: 'Filed 10 July 2026 in the Northern District of California against OpenAI, IO Products and two former Apple employees. An allegation, not a finding.', valid_from: '2026-07-10', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'sued (abandoned nonprofit mission)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Musk_v._Altman', note: 'Musk alleged OpenAI abandoned its nonprofit mission; court ruled he sued too late. Public feud with Altman continues. Jury dismissed all claims - statute of limitations (May 2026)', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'apple'}) MERGE (a)-[r:CLAIM {pred: 'sued (app-store antitrust re: Grok)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2025/08/25/musk-lawsuit-apple-openai-monopoly.html', note: 'Filed by Musk\'s X Corp / xAI (Aug 2025): alleges Apple favours OpenAI/ChatGPT in the App Store over X and Grok.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'apple'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'integrates ChatGPT into Apple Intelligence'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024-06', disc: 'primary', conf: 'high', url: 'https://openai.com/index/openai-and-apple-announce-partnership/', note: 'Announced June 2024 and still in place. Reported as strained through 2026, with Gemini contracted for the revamped Siri and ChatGPT losing privileged status, but integrated. The previous predicate called it a former partnership, which the record does not support.', valid_from: '2024-06', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'integrates LQMs with Claude via MCP'}]->(b) SET r += {group: 'ec', mag: null, magU: 'LQM<->LLM (May 2026)', asof: '2026-05', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-integrates-its-quantitative-ai-models-with-anthropics-claude-via-mcp', note: 'Connects a large quantitative model to Claude for drug/materials discovery via plain-English prompts; AQPotency/AQCell to follow.', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'LQMs on Google Cloud Marketplace'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-and-google-cloud-partner-to-accelerate-quantitative-ai-for-the-enterprise', note: 'Follows SandboxAQ\'s $500M CHIPS award.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'Starlink x Azure partnership'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/24/microsoft-spacex-starlink-global-internet.html', note: 'LEO satellite connectivity linked to Azure cloud (Feb 2026).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'models offered via Microsoft Copilot'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://azure.microsoft.com/en-us/blog/deepseek-r1-is-now-available-on-azure-ai-foundry-and-github/', note: 'Microsoft made DeepSeek models available despite US-China tensions.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'coreweave'}), (b:Entity {id: 'core_scientific'}) MERGE (a)-[r:CLAIM {pred: 'hosts GPUs with (~$6.7B)'}]->(b) SET r += {group: 'ec', mag: 6700000000, magU: '~$6.7B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.businesswire.com/news/home/20241022927349/en/Core-Scientific-Announces-Exercise-of-Final-Contract-Option-by-CoreWeave-for-Delivery-of-Approximately-120-MW-of-Additional-Digital-Infrastructure-to-Host-High-Performance-Computing-Operations', note: '~$6.7B projected over 12-year hosting contracts; CoreWeave later agreed to acquire Core Scientific (Jul 2025).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'cursor'}) MERGE (a)-[r:CLAIM {pred: 'invested $8M in'}]->(b) SET r += {group: 'cap', mag: 8000000, magU: '$8M', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Cursor_(company)', note: 'Early OpenAI cheque into Cursor (Anysphere).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'scale_ai'}) MERGE (a)-[r:CLAIM {pred: 'took ~$14B stake in'}]->(b) SET r += {group: 'cap', mag: 14300000000, magU: '~$14.3B (49% stake)', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/06/10/zuckerberg-makes-metas-biggest-bet-on-ai-14-billion-scale-ai-deal.html', note: '~$14.3B for a 49% non-voting stake (~$29B valuation); Wang left to lead Meta Superintelligence Labs.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'sb_energy'}) MERGE (a)-[r:CLAIM {pred: 'co-invested $1B in'}]->(b) SET r += {group: 'cap', mag: 1000000000, magU: '$1B (joint)', asof: '2026', disc: 'reported', conf: 'high', url: 'https://openai.com/index/stargate-sb-energy-partnership/', note: 'With SoftBank, for AI data-centre power (Jan 2026).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'sb_energy'}) MERGE (a)-[r:CLAIM {pred: 'co-invested $1B in'}]->(b) SET r += {group: 'cap', mag: 1000000000, magU: '$1B (joint)', asof: '2026', disc: 'reported', conf: 'high', url: 'https://openai.com/index/stargate-sb-energy-partnership/', note: 'With OpenAI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'strategic investor in (post-spinout)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://news.crunchbase.com/venture/sandboxaq-ai-quantum-raise-googl-nvda/', note: 'Google remains a strategic investor though not a parent; co-investors incl. Eric Schmidt, Jim Breyer, Ray Dalio, T. Rowe Price, a16z.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests $30B -> OpenAI buys Nvidia GPUs'}]->(b) SET r += {group: 'loop', mag: null, magU: '$30bn (part of $110bn round)', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/27/open-ai-funding-round-amazon.html', note: 'Nvidia funds its own largest customer; capital returns as GPU revenue.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests up to $10B -> Anthropic buys Nvidia GPUs'}]->(b) SET r += {group: 'loop', mag: null, magU: 'up to $10B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/11/18/anthropic-ai-azure-microsoft-nvidia.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'coreweave'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests $2B -> CoreWeave buys Nvidia GPUs'}]->(b) SET r += {group: 'loop', mag: null, magU: '$2B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-and-coreweave-strengthen-collaboration-to-accelerate-buildout-of-ai-factories', note: '$2B equity (Jan 2026, $87.20/sh) + a 5GW AI-factory deal.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: '$500M CHIPS R&D award to'}]->(b) SET r += {group: 'gov', mag: 500000000, magU: '$500M', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.nist.gov/news-events/news/2026/06/department-commerce-announces-definitive-agreement-sandboxaq-500-million', note: 'Dept of Commerce / NIST, 2026-06; to accelerate AI-driven semiconductor design.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'microsoft_cloud'}) MERGE (a)-[r:CLAIM {pred: 'commits $30B compute to'}]->(b) SET r += {group: 'ec', mag: 30000000000, magU: '$30B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/21/anthropic-microsoft-maia-200-ai-chip.html', note: 'Azure.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'poaches DeepMind talent (11x)'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.latimes.com/business/story/2026-06-29/google-poised-to-lose-two-more-senior-ai-staffers-to-anthropic', note: 'DeepMind engineers ~11x more likely to leave for Anthropic than the reverse (SignalFire 2025).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: '$300B, 5-yr compute deal (from 2027, 4.5GW)'}]->(b) SET r += {group: 'ec', mag: 300000000000, magU: '$300B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.wsj.com/business/openai-oracle-sign-300-billion-computing-deal-among-biggest-in-history-ff27c8fe', note: 'Largest tech contract in history; enabled by the end of Microsoft exclusivity.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'supplies GPUs to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/media-telecom/key-stakeholders-500-billion-stargate-ai-project-2025-10-01', note: 'Chip supplier to Stargate (separate from its $100B OpenAI stake).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'anchors'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://openai.com/index/introducing-stargate-uae', note: 'International Stargate arm.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'g42'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'builds'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.g42.ai/resources/news/global-tech-alliance-launches-stargate-uae', note: '1GW Abu Dhabi cluster.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mgx'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'funds'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://openai.com/index/introducing-stargate-uae', note: 'UAE sovereign AI capital.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'mgx'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.uaepreferred.com/perspectives/mgx-joins-500-billion-us-ai-infrastructure-partnership-stargate', note: 'MGX ($100B AI assets) also a Stargate partner and former xAI investor.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'nebius'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests $2B -> Nebius buys Nvidia GB300/Rubin'}]->(b) SET r += {group: 'loop', mag: 2000000000, magU: '$2B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/technology/ai/articles/nebius-just-bagged-billion-dollar-153735058.html', note: 'Mar 2026; early Rubin/Vera access.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'iren'}) MERGE (a)-[r:CLAIM {pred: 'circular: commits up to $2.1B -> IREN builds Nvidia data centres'}]->(b) SET r += {group: 'loop', mag: null, magU: 'up to $2.1B', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://io-fund.com/ai-stocks/nvidia-coreweave-nebius-circular-financing-gpu-boom', note: '5-yr option.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'recursion'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in (13F)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://io-fund.com/ai-stocks/nvidia-coreweave-nebius-circular-financing-gpu-boom', note: 'Nvidia equity in AI drug-discovery firm Recursion.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'nebius'}) MERGE (a)-[r:CLAIM {pred: '$27B, 5-yr compute deal'}]->(b) SET r += {group: 'ec', mag: 27000000000, magU: '$27B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/16/meta-nebius-ai-infrastructure.html', note: '$12B dedicated + $15B available; a first large-scale GB300 deployment.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'reflection'}), (b:Entity {id: 'nebius'}) MERGE (a)-[r:CLAIM {pred: '$1B+ compute through 2029'}]->(b) SET r += {group: 'ec', mag: 1000000000, magU: '$1B+', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/ai-startup-reflection-signs-over-1-billion-computing-deal-with-nebius-2026-07-14', note: 'GB300.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'reflection'}) MERGE (a)-[r:CLAIM {pred: 'backs'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.investing.com/analysis/nebius-groups-50-billion-backlog-could-offset-its-valuation-risk-200684064', note: 'Reflection AI is directly Nvidia-backed.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'constellation'}) MERGE (a)-[r:CLAIM {pred: '835MW 20-yr nuclear PPA'}]->(b) SET r += {group: 'ec', mag: null, magU: '835MW', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/rrapier/2026/02/19/why-microsoft-and-amazon-are-turning-to-nuclear-power-for-ai', note: 'Three Mile Island restart; ~$100/MWh.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'talent_energy'}) MERGE (a)-[r:CLAIM {pred: 'up to 1.92GW nuclear (Susquehanna, to 2042)'}]->(b) SET r += {group: 'ec', mag: null, magU: '1.92GW', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.thestreet.com/investing/stocks/talen-energy-tln-pjm-capacity-auction-ai-data-center-power', note: '$650M into the data centre; $20B+ total site investment.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'crusoe'}) MERGE (a)-[r:CLAIM {pred: 'leases 700MW (Abilene 900MW campus)'}]->(b) SET r += {group: 'ec', mag: null, magU: '700MW', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/microsoft-agrees-to-lease-700mw-at-crusoes-data-center-in-abilene-texas-report', note: 'Gas-powered AI factory; first building mid-2027.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'moonshot_ai'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'founder from Google Brain'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.thewirechina.com/2025/09/28/who-is-moonshot-ai', note: 'CEO Yang Zhilin (Tsinghua->CMU) worked at Google Brain (Transformer-XL/XLNet).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'moonshot_ai'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'founder from Meta FAIR'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Yang_Zhilin', note: 'Yang Zhilin also worked at Meta FAIR - the US-China talent pipeline runs both ways.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'moonshot_ai'}), (b:Entity {id: 'tsinghua_keg'}) MERGE (a)-[r:CLAIM {pred: 'all four founders from Tsinghua'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.thewirechina.com/2025/09/28/who-is-moonshot-ai', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'bytedance'}) MERGE (a)-[r:CLAIM {pred: 'poaches researchers (double salaries)'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3350521/bytedance-tencent-step-up-ai-talent-battle-amid-reported-departure-deepseek-researcher', note: 'China AI talent war; both also chase DeepSeek talent.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'co-founded & chairs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'filed', conf: 'high', url: 'https://en.wikipedia.org/wiki/PayPal_Mafia', note: 'PayPal Mafia; Palantir\'s founding chairman.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'foundersfund'}) MERGE (a)-[r:CLAIM {pred: 'founded & runs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/PayPal_Mafia', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'backs (Founders Fund)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://foundersfund.com/portfolio', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'musk'}) MERGE (a)-[r:CLAIM {pred: 'PayPal Mafia co-member with'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/PayPal_Mafia', note: 'Thiel & Musk both PayPal alumni; the network links SpaceX, Palantir, Anduril, Founders Fund.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'joined OpenAI\'s $8.3B round (2025)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://foundersfund.com/portfolio', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'crusoe'}) MERGE (a)-[r:CLAIM {pred: 'led ~$600M Series D in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://foundersfund.com/portfolio', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'figure_ai'}) MERGE (a)-[r:CLAIM {pred: 'invested in ($675M Series B, 2024)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/robotics-startup-figure-raises-675-mln-microsoft-nvidia-other-big-techs-2024-02-29', note: '', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'figure_ai'}) MERGE (a)-[r:CLAIM {pred: 'invested in ($675M round)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/robotics-startup-figure-raises-675-mln-microsoft-nvidia-other-big-techs-2024-02-29', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jeff_bezos'}), (b:Entity {id: 'figure_ai'}) MERGE (a)-[r:CLAIM {pred: 'invested in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://fortune.com/2024/03/01/humanoid-robots-with-ai-figure-funding-openai-bezos-nvidia', note: '$39B valuation later reached.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: '$4B state funding for 2nm'}]->(b) SET r += {group: 'gov', mag: null, magU: '$4B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Rapidus', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cn_gov_fund'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: '$8.2B National AI Fund'}]->(b) SET r += {group: 'gov', mag: null, magU: '$8.2B', asof: '2026', disc: 'reported', conf: 'medium', url: null, note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'qia'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'Qatar sovereign AI capital'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/technology/brookfield-qatars-qai-form-20-billion-jv-ai-infrastructure-2025-12-09', note: 'QIA also has a $20B AI-infrastructure JV with Brookfield.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'coherent'}) MERGE (a)-[r:CLAIM {pred: 'invests $2B in (silicon photonics)'}]->(b) SET r += {group: 'cap', mag: 2000000000, magU: '$2B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/02/nvidia-investment-coherent-lumentum.html', note: 'Part of Nvidia\'s $4B photonics push to fix the optical bottleneck in AI factories.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'lumentum'}) MERGE (a)-[r:CLAIM {pred: 'invests $2B in (optics + US fab)'}]->(b) SET r += {group: 'cap', mag: 2000000000, magU: '$2B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-announces-strategic-partnership-with-lumentum-to-develop-state-of-the-art-optics-technology', note: 'R&D and new US manufacturing for gigawatt-scale AI-factory optics.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'corning'}) MERGE (a)-[r:CLAIM {pred: 'invests $500M in (optical connectivity)'}]->(b) SET r += {group: 'cap', mag: 500000000, magU: '$500M', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/02/nvidia-investment-coherent-lumentum.html', note: 'Corrected: $500M (not the $3.2B in earlier aggregator reports).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'nscale'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests in ($2B Series C) -> Nscale buys Nvidia GPUs'}]->(b) SET r += {group: 'loop', mag: null, magU: '$2B round', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.datacenterknowledge.com/servers/nvidia-backed-nscale-soars-to-14-6b-valuation-after-latest-funding-round', note: '~$14.6B valuation; serves Microsoft & OpenAI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'boring_company'}) MERGE (a)-[r:CLAIM {pred: 'founded'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.businessinsider.com/elon-musk-inc-company-connections-tesla-spacex-xai-boring-2026-2', note: 'Part of Musk\'s personal-conglomerate interlock.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'gracias'}), (b:Entity {id: 'neuralink'}) MERGE (a)-[r:CLAIM {pred: 'board director of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/markets/stocks/articles/factbox-ipo-bound-spacexs-board-110616776.html', note: 'Antonio Gracias sits on Neuralink\'s board too - a Musk-empire board interlock.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'gracias'}), (b:Entity {id: 'boring_company'}) MERGE (a)-[r:CLAIM {pred: 'board director of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/markets/stocks/articles/factbox-ipo-bound-spacexs-board-110616776.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cursor'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'early team incl. ex-OpenAI engineer'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://cursor.com/blog/team', note: 'Lukas Moller (ex-OpenAI) built Cursor\'s in-house inference engine; the four founders themselves are MIT.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'recruited senior DeepMind researchers'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/technology/ai/articles/google-brain-drain-deepens-gemini-190000767.html', note: 'Noam Shazeer and others - the OpenAI<->DeepMind talent chokepoint runs both ways.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 't_head'}) MERGE (a)-[r:CLAIM {pred: 'owns (chip subsidiary)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/alibaba-unveils-new-ai-chip-push-domestic-alternatives-2026-05-20', note: 'Zhenwu chips as domestic Nvidia alternatives.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'damo_academy'}) MERGE (a)-[r:CLAIM {pred: 'operates (research institute)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://damo.alibaba.com/about?language=en', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'qwen'}) MERGE (a)-[r:CLAIM {pred: 'owns Qwen model family'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://huggingface.co/Qwen', note: 'Open + commercial LLMs.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 't_head'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'designs chips to rival'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/alibaba-unveils-new-ai-chip-push-domestic-alternatives-2026-05-20', note: 'Zhenwu M890 targets Nvidia GPUs - domestic substitution under sanctions.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'qwen'}), (b:Entity {id: 'apple'}) MERGE (a)-[r:CLAIM {pred: 'powers Apple Intelligence in China'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/15/alibaba-qwen-ai-apple-intelligence.html', note: 'Jul 2026: Qwen approved to power Apple Intelligence across iOS/macOS in China - beating Baidu Ernie for the slot.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'manus_ai'}), (b:Entity {id: 'qwen'}) MERGE (a)-[r:CLAIM {pred: 'strategic partner of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/artificial-intelligence/chinas-manus-ai-announces-partnership-with-alibabas-qwen-team-2025-03-11', note: 'Agentic-AI partnership (Mar 2025).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'moonshot_ai'}) MERGE (a)-[r:CLAIM {pred: 'lead investor in (~36% stake)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/alibaba-emerges-major-backer-high-093000728.html', note: 'Largest shareholder of Kimi-maker Moonshot.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'minimax'}) MERGE (a)-[r:CLAIM {pred: 'lead investor in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/news/alibaba-emerges-major-backer-high-093000728.html', note: 'With Abu Dhabi Investment Authority for a HK IPO.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'zeroone_ai'}) MERGE (a)-[r:CLAIM {pred: 'led round in (via Cloud)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://eu.36kr.com/en/p/3897971721193097', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'baichuan'}) MERGE (a)-[r:CLAIM {pred: 'investor in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/news/alibaba-emerges-major-backer-high-093000728.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'sensetime'}) MERGE (a)-[r:CLAIM {pred: 'early lead investor ($600M, 2018)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2018', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2018/04/09/chinese-ai-startup-sensetime-raises-600-million-from-alibaba-others.html', note: '', valid_from: '2018', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'ant_group'}) MERGE (a)-[r:CLAIM {pred: 'affiliated with (AI fintech)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.alibabagroup.com/en-US/document-1871720871488389120', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'cainiao'}) MERGE (a)-[r:CLAIM {pred: 'controls ~64% (AI logistics)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.alibabacloud.com/en/customers/cainiao-logistics', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba_holding'}), (b:Entity {id: 'lazada'}) MERGE (a)-[r:CLAIM {pred: 'owns ($2B AI investment)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3272681/alibaba-deploy-ai-powered-sourcing-engine-boost-online-trade-global-merchants', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'joe_tsai'}), (b:Entity {id: 'alibaba_holding'}) MERGE (a)-[r:CLAIM {pred: 'is Chairman of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.alibabagroup.com/en-US/document-1871720871488389120', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'eddie_wu'}), (b:Entity {id: 'alibaba_holding'}) MERGE (a)-[r:CLAIM {pred: 'is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/big-tech/article/3299858/alibaba-commits-us53-billion-ai-infrastructure-largest-private-computing-project', note: 'Announced the $53B AI plan; dual role also leading Taobao/Tmall.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invested $1.25B in'}]->(b) SET r += {group: 'cap', mag: 1250000000, magU: '$1.25B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/founders-fund-6-billion-ai-venture', note: 'Largest single check in Founders Fund history at the time.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in (via SpaceX)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://valorinternational.globo.com/markets/news/2026/05/06/founders-fund-invests-early-doubles-down-on-top-companies.ghtml', note: 'INVESTED IN ALL RIVALS: Founders Fund is in OpenAI, Anthropic AND xAI at once.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'led $1B+ round in ($30.5B val)'}]->(b) SET r += {group: 'cap', mag: 1000000000, magU: '$1B+', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/06/05/anduril-valuation-founders-fund.html', note: 'Largest investment in Founders Fund history.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'panthalassa'}) MERGE (a)-[r:CLAIM {pred: 'personally backs (~$140M)'}]->(b) SET r += {group: 'cap', mag: null, magU: '~$140M', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/sectors/energy/articles/palantir-co-founder-peter-thiel-142536709.html', note: 'Wave-powered AI data centres.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'valar_ventures'}) MERGE (a)-[r:CLAIM {pred: 'co-founded'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://foundersfund.com/portfolio', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'paypal_mafia'}) MERGE (a)-[r:CLAIM {pred: 'central figure of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/PayPal_Mafia', note: 'The PayPal \'don\'.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'paypal_mafia'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/PayPal_Mafia', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'joe_lonsdale'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'co-founded'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Palantir_Technologies', note: 'Thiel-network lieutenant.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'in_q_tel'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'early investor in (CIA venture arm)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/In-Q-Tel', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'supplies AI to ($250M R&D)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.palantir.com/newsroom/media', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'compiles federal data (Trump/DOGE, $113M+)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.nytimes.com/2025/05/30/technology/trump-palantir-data-americans.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'us_ice'}) MERGE (a)-[r:CLAIM {pred: 'supplies \'ImmigrationOS\' to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.americanimmigrationcouncil.org/blog/ice-immigrationos-palantir-ai-track-immigrants', note: 'AI tracking/deportation system.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'idf'}) MERGE (a)-[r:CLAIM {pred: 'AI targeting used by'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.npr.org/2025/05/01/nx-s1-5372776/palantir-tech-contracts-trump', note: 'Reported use in Gaza strikes.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'uk_gov'}) MERGE (a)-[r:CLAIM {pred: '£670M+ NHS / MoD contracts'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.wired.com/story/uk-government-palantir-warning-report', note: 'U.K. parliament flagged an \'unacceptable point of weakness\'. Incl. a £240M MoD direct award (Dec 2025, no tender) - controversial in Parliament', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anduril'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'defense-AI contractor to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/06/05/anduril-valuation-founders-fund.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'x_twitter'}) MERGE (a)-[r:CLAIM {pred: 'absorbed (via xAI merger)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.nytimes.com/2026/02/02/technology/spacex-xai-deal.html', note: 'xAI folded into SpaceX Feb 2026, bringing X/Twitter into the combined ~$1.25T \'SpaceXAI\' entity.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'FSD data feeds Grok training'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.notateslaapp.com/news/4413/tesla-ai-chief-confirms-fsd-integration-for-grok-is-coming-soon', note: 'Every FSD interaction trains Grok; integration due fall 2026.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'x_twitter'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'real-time social data trains Grok'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.nytimes.com/2026/02/02/technology/spacex-xai-deal.html', note: 'A data asset no rival has.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'redirects engineers to Grok'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.nytimes.com/2026/02/02/technology/spacex-xai-deal.html', note: 'Musk moved Starlink/Starship talent to strengthen Grok.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'tesla'}) MERGE (a)-[r:CLAIM {pred: 'Grok integrated into (\'Hey Grok\', FSD)'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.notateslaapp.com/news/4413/tesla-ai-chief-confirms-fsd-integration-for-grok-is-coming-soon', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'internal-adoption mandate (Grok 4.5)'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://electrek.co/2026/07/10/musk-tells-tesla-staff-switch-grok', note: 'Musk told Tesla staff to use Grok internally despite it trailing OpenAI/Anthropic/Google.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'dojo'}) MERGE (a)-[r:CLAIM {pred: 'operates'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Tesla_Dojo', note: 'Custom AI supercomputer.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'igor_babuschkin'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'christian_szegedy'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'toby_pohlen'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'manuel_kroiss'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'greg_yang'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'kyle_kosic'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'jimmy_ba'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tony_wu'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'co-founded, then departed'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/xai-all-cofounders-departed-musk-spacex-rebuild', note: 'All 11 xAI co-founders have left (2023-2026) - unprecedented in AI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'igor_babuschkin'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'ex-Google DeepMind'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.businessinsider.com/xai-power-players-elon-musk-startup-grok-2024-12', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'christian_szegedy'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'ex-Google'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.siliconrepublic.com/business/toby-pohlen-latest-co-founder-to-exit-xai-jimmy-ba-tony-wu', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'poached 14 Meta AI engineers'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/musk-poaches-14-meta-ai-174235265.html', note: 'Without matching $250M retention offers.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'tesla'}) MERGE (a)-[r:CLAIM {pred: 'aggressively poaches engineers from'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.businessinsider.com/elon-musk-says-openai-has-been-poaching-tesla-engineers-aggressively-2024-4', note: 'Musk raised Tesla pay in response.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'cleared to buy H200 GPUs from (Jul 2026)'}]->(b) SET r += {group: 'ec', mag: null, magU: '400K units', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/retail-consumer/us-clears-h200-chip-sales-10-china-firms-nvidia-ceo-looks-breakthrough-2026-05-14', note: 'US approved H200 sales to 10 China firms; Alibaba/Tencent/ByteDance ~400K units (~$50B).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'open-sourced \'Sail\' stack to break CUDA lock-in'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://thenextweb.com/news/alibaba-t-head-sail-open-source-nvidia-cuda-alternative', note: 'Compete-and-cooperate: buys H200s while attacking Nvidia\'s software moat.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'first Chinese cloud to host Meta\'s Llama (2023)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/alibabas-cloud-unit-brings-metas-ai-model-llama-its-clients-2023-07-26', note: 'Distribute-then-compete.', valid_from: '2023', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'qwen'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'rivals Llama (1B+ HF downloads)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/alibabas-cloud-unit-brings-metas-ai-model-llama-its-clients-2023-07-26', note: 'Alibaba distributes Llama and competes with it via Qwen.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'baidu'}) MERGE (a)-[r:CLAIM {pred: 'Qwen vs Ernie; both won Apple China'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/technology/ai/articles/alibaba-baidu-shares-jump-apple-120524818.html', note: 'Kunlun vs Zhenwu on chips too.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'tencent'}) MERGE (a)-[r:CLAIM {pred: 'leads China AI cloud (~35.8%) over'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/alibaba-holds-wide-lead-over-093000369.html', note: 'Different strategies: Alibaba infra+open-source, Tencent consumer.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'bytedance'}) MERGE (a)-[r:CLAIM {pred: 'Qwen vs Doubao; same-day AI-companion ban'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/big-tech/article/3359482/bytedance-and-alibaba-disable-humanlike-ai-custom-agents-new-rules-loom', note: 'Both disabled AI companions on 15 Jul 2026 under new Beijing rules.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'domestic AI-chip race (Zhenwu vs Ascend)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/tech-war/article/3361048/alibaba-targets-nvidias-dominant-software-ecosystem-open-source-ai-stack', note: 'Both in China\'s ~$295B chip self-reliance push.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'amazon'}) MERGE (a)-[r:CLAIM {pred: '#4 cloud vs AWS #1'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://knowledge.insead.edu/entrepreneurship/big-techs-global-strategy-in-cloud', note: 'AWS cut China prices ~60% below Alibaba with limited success.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'builds ARM-based cloud CPUs'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.arm.com/company/success-library/made-possible/alibaba', note: 'ARM-based inference/AGI CPU.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'alibaba_holding'}) MERGE (a)-[r:CLAIM {pred: 'was the largest shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2024-01', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/article/3249933/japans-softbank-concludes-run-alibabas-biggest-shareholder-drawing-close-one-most-successful', note: 'Roughly 23 years as largest shareholder, ended by a prepaid forward settled between October 2021 and January 2024.', valid_from: '2000', valid_to: '2024-01', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'Grok hosted on Azure AI Foundry (frenemy)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.geekwire.com/2025/elon-and-satya-together-again-microsoft-brings-musks-xai-models-to-azure-despite-openai-feud', note: 'Musk + Nadella announced it at Build 2025, despite the OpenAI feud.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'major GPU customer (Colossus 200K+ H100/H200/GB200)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://introl.com/blog/xai-colossus-2-gigawatt-expansion-555k-gpus-january-2026', note: '~$18B; seeking ~$12B more.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'diverted Tesla-reserved GPUs to (per Musk)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2024/06/04/elon-musk-told-nvidia-to-ship-ai-chips-reserved-for-tesla-to-x-xai.html', note: 'Internal Nvidia emails: Musk told Nvidia to ship Tesla-allocated chips to xAI/X.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'deepened GPU reliance after scrapping Dojo'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.tomshardware.com/tech-industry/artificial-intelligence/tesla-scraps-custom-dojo-wafer-level-processor-initiative-dismantles-team-musk-to-lean-on-nvidia-and-amd-more', note: 'Leaning on Nvidia + AMD.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'intel'}), (b:Entity {id: 'terafab'}) MERGE (a)-[r:CLAIM {pred: 'foundry partner in'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/jonmarkman/2026/04/10/intel-joins-terafab-to-build-elon-musks-25b-ai-chip-project', note: '$25B JV to cut Nvidia dependency.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tesla'}), (b:Entity {id: 'terafab'}) MERGE (a)-[r:CLAIM {pred: 'co-funds'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/jonmarkman/2026/04/10/intel-joins-terafab-to-build-elon-musks-25b-ai-chip-project', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'terafab'}) MERGE (a)-[r:CLAIM {pred: 'co-funds'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/jonmarkman/2026/04/10/intel-joins-terafab-to-build-elon-musks-25b-ai-chip-project', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'initial cloud partner; $10B GPU deal collapsed'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/xai-to-use-oracle-cloud-infrastructure-to-train-and-run-inferencing-for-grok', note: 'xAI then built Colossus itself; Oracle went to OpenAI\'s $300B Stargate deal.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'blue_origin'}) MERGE (a)-[r:CLAIM {pred: 'space / launch / satellite / orbital-AI rivalry'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://fortune.com/2026/07/16/blue-origin-new-stock-options-equity-employees-spacex-competition-jeff-bezos-elon-musk', note: 'New Glenn exploded Jul 2026; both chasing orbital AI data centres.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'jeff_bezos'}) MERGE (a)-[r:CLAIM {pred: 'multi-domain rivalry (space, satellites, orbital AI, politics)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://fortune.com/2026/07/16/blue-origin-new-stock-options-equity-employees-spacex-competition-jeff-bezos-elon-musk', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'decade-long AI-safety rift with Larry Page'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://fortune.com/2026/04/28/elon-musk-larry-page-robots-specieist-trial-sam-altman-open-ai-ceo', note: 'Page called Musk a \'specieist\'; aired at the OpenAI trial.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'Google relies on for satellite launches (close despite rift)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/06/14/elon-musk-drifted-from-larry-page-but-spacex-google-closer-than-ever.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'made the first outside investment in'}]->(b) SET r += {group: 'cap', mag: 500000, magU: 'USD, 2004 seed', asof: '2004', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Peter_Thiel', note: 'The board tenure that used to be bolted onto this predicate is now its own claim, closed at 2022-02. Keeping both here made the graph assert an 18-year board seat as current.', valid_from: '2004', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'named in $8B shareholder suit (FTC/privacy)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.theguardian.com/technology/2025/jul/16/meta-shareholders-sue-zuckerberg-thiel-sandberg-ftc-fines', note: 'Shareholders sued Zuckerberg, Thiel & Sandberg.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'Cambridge-Analytica data overlap'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/news/zuckerberg-claims-no-knowledge-palantir-203018215.html', note: 'Accused of helping analyse scraped Facebook data.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'publicly accused Google of \'treasonous\' China ties'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.vanityfair.com/news/2019/08/peter-thiel-google-treason-op-ed', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'AI partnership (Mar 2026, government)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-palantir-ai-enterprise-data-intelligence', note: 'Fuses Nvidia GPUs with Palantir AIP + Ontology for US agencies.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'aws'}) MERGE (a)-[r:CLAIM {pred: 'Foundry deployed on (tenant on all clouds)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.palantir.com/partnerships/cloud', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'microsoft_cloud'}) MERGE (a)-[r:CLAIM {pred: 'Foundry deployed on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.palantir.com/partnerships/cloud', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'google_cloud'}) MERGE (a)-[r:CLAIM {pred: 'Foundry deployed on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.palantir.com/partnerships/cloud', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'strategic cloud + AI partnership'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://investors.palantir.com/news-details/2024/Oracle-and-Palantir-Join-Forces-to-Deliver-Mission-Critical-AI-Solutions-to-Governments-and-Businesses', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'defense-AI partnership (AIP + Lattice)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.anduril.com/news/anduril-and-palantir-to-accelerate-ai-capabilities-for-national-security', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anduril'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'Lattice hosted on Oracle Cloud'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.oracle.com/news/announcement/ocw24-oracle-and-anduril-industries-partner-to-deliver-ai-powered-defense-solutions-from-the-datacenter-to-the-tactical-edge-2024-09-10', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'Thiel founded; anchor holding'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://foundersfund.com/portfolio', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anduril'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'saronic'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'scale_ai'}), (b:Entity {id: 'defense_ai_consortium'}) MERGE (a)-[r:CLAIM {pred: 'member of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://responsiblestatecraft.org/defense-tech-partnership', note: 'Joint bid for US military AI - rivals converging.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'us_army'}) MERGE (a)-[r:CLAIM {pred: '$10B software/data (2025, largest DoD ever) + TITAN'}]->(b) SET r += {group: 'gov', mag: 10000000000, magU: '$10B', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/08/01/palantir-lands-10-billion-army-software-and-data-contract.html', note: 'TITAN AI ground stations (up to $1.5B); Maven Smart System targeting. Also Maven Smart System across all services ($1B+ ceiling, separate from TITAN)', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'dhs'}) MERGE (a)-[r:CLAIM {pred: '#1 federal customer: $470M lifetime + $1B BPA + $86.3M'}]->(b) SET r += {group: 'gov', mag: null, magU: '$1B+', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.usaspending.gov/recipient/1ea8a9a4-3726-3491-9040-66950bb67606-P/all', note: 'ImmigrationOS pipeline for ICE.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'nato'}) MERGE (a)-[r:CLAIM {pred: 'Maven Smart System deployment (Mar 2025)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2025-03', disc: 'reported', conf: 'high', url: 'https://www.escudodigital.com/en/defense/europe/palantir-embeds-across-european-militaries-nato-germany-holds-back.html', note: '', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'runs Claude on classified networks (via AIP)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.anthropic.com/news/anthropic-and-the-department-of-defense-to-advance-responsible-ai-in-defense-operations', note: 'First frontier model on classified defense networks - deployed through Palantir AIP.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'nasa'}) MERGE (a)-[r:CLAIM {pred: '$2.89B Human Landing System (Artemis) + Commercial Crew'}]->(b) SET r += {group: 'gov', mag: 2890000000, magU: '$2.89B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cbsnews.com/news/spacex-wins-2-9-billion-contract-to-build-moon-lander-for-nasas-artemis-program', note: 'Won HLS over Blue Origin.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'space_force'}) MERGE (a)-[r:CLAIM {pred: 'Starshield ~$6.5B + $5.9B launch (5-yr)'}]->(b) SET r += {group: 'gov', mag: null, magU: '~$12B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://spacenews.com/spacex-wins-2-29-billion-space-force-contract-for-military-data-network', note: 'Military Starlink + missile-detection satellites. Also SB-AMTI sensor-to-shooter targeting network', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'nro'}) MERGE (a)-[r:CLAIM {pred: 'building classified spy-satellite network (Starshield)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/space/musks-spacex-is-building-spy-satellite-network-us-intelligence-agency-sources-2024-03-16', note: 'Hundreds of satellites; NROL launches - classified, outside the $22B public total.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'in talks to supply Pentagon billions in AI compute (Jul 2026)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.wsj.com/tech/ai/spacex-in-talks-to-provide-computing-power-for-pentagons-ai-push-15e752e4', note: 'Would put SpaceXAI in the same military-AI-compute arena as Oracle/OpenAI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'us_cdao'}) MERGE (a)-[r:CLAIM {pred: '$200M Pentagon CDAO contract (Jun 2025); \'OpenAI for Government\''}]->(b) SET r += {group: 'gov', mag: 200000000, magU: '$200M', asof: '2025-06', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/us/openai-wins-200-million-us-defense-contract-2025-06-16', note: 'Prototype OTA for frontier AI; red lines on weapons/surveillance.', valid_from: '2025-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'military-AI integration partnership'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.nextgov.com/acquisition/2025/07/pentagon-awards-multiple-companies-200m-contracts-ai-tools/406698', note: 'Integrating OpenAI models into Anduril\'s autonomous systems.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'white_house'}) MERGE (a)-[r:CLAIM {pred: '\'Project Daybreak\' - govt AI access gated by White House'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/white-house-ai-access-anthropic-openai.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'us_cdao'}) MERGE (a)-[r:CLAIM {pred: '$200M DoD contract (Jul 2025) - first frontier model on classified nets'}]->(b) SET r += {group: 'gov', mag: 200000000, magU: '$200M', asof: '2025-07', disc: 'reported', conf: 'high', url: 'https://www.npr.org/2026/02/27/nx-s1-5729118/trump-anthropic-pentagon-openai-ai-weapons-ban', note: 'Two-year prototype OTA; then banned Feb 2026.', valid_from: '2025-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'BANNED from federal use (Feb 2026)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.npr.org/2026/02/27/nx-s1-5729118/trump-anthropic-pentagon-openai-ai-weapons-ban', note: 'Trump ordered agencies + DoD to stop using Claude (\'supply chain risk\'); a \'conscience clause\' dispute. Anthropic calls it \'legally unsound\' + political retaliation.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'white_house'}) MERGE (a)-[r:CLAIM {pred: '\'Project Glasswing\' - govt AI access gated by White House'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/white-house-ai-access-anthropic-openai.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'AWS Secret Cloud for classified workloads ($1B IC credits)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.nextgov.com/acquisition/2026/06/aws-launches-secret-cloud-industrys-classified-workloads/414548', note: 'Northrop Grumman first adopter.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'ChatGPT Gov + removed military-use ban (2024) + lobbying'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://openai.com/global-affairs/introducing-chatgpt-gov', note: '90k+ federal users; GSA $1/agency; dropped the \'military & warfare\' prohibition; lobbying rose ~7x to $1.76M (2024). Federal lobbying rose to $2.99M in 2025 (22 lobbyists)', valid_from: '2024', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anduril'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'founded by ex-Palantir (\'Palantir Mafia\')'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.businessinsider.com/palantir-mafia-former-employees-startups-anduril-2025-3', note: 'Trae Stephens, Matt Grimm, Brian Schimpf - chains OpenAI->Anduril->Palantir->IC.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'uk_gov'}) MERGE (a)-[r:CLAIM {pred: 'MOU with UK DSIT + UK AISI safety testing'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.gov.uk/government/publications/memorandum-of-understanding-between-the-uk-and-anthropic-on-ai-opportunities/memorandum-of-understanding-between-the-uk-and-anthropic-on-ai-opportunities', note: 'Priority frontier-model access to the UK AI Safety Institute after the US Pentagon exit.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Pentagon AI signatory (military AI use)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://abc7.com/post/pentagon-reaches-deals-7-tech-companies-allowing-us-military-use-ai-help-fight-wars/19016125', note: 'One of 7 firms (with OpenAI, SpaceX) cleared to supply the US military AI to \'help fight wars\'.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Pentagon AI signatory (military AI use)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://abc7.com/post/pentagon-reaches-deals-7-tech-companies-allowing-us-military-use-ai-help-fight-wars/19016125', note: 'One of 7 firms (with OpenAI, SpaceX) cleared to supply the US military AI to \'help fight wars\'.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Pentagon AI signatory (military AI use)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://abc7.com/post/pentagon-reaches-deals-7-tech-companies-allowing-us-military-use-ai-help-fight-wars/19016125', note: 'One of 7 firms (with OpenAI, SpaceX) cleared to supply the US military AI to \'help fight wars\'. JWCC prime: 80+ task orders, $600M+ by 2024', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Pentagon AI signatory (military AI use)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://abc7.com/post/pentagon-reaches-deals-7-tech-companies-allowing-us-military-use-ai-help-fight-wars/19016125', note: 'One of 7 firms (with OpenAI, SpaceX) cleared to supply the US military AI to \'help fight wars\'.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Pentagon AI signatory (military AI use)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://abc7.com/post/pentagon-reaches-deals-7-tech-companies-allowing-us-military-use-ai-help-fight-wars/19016125', note: 'One of 7 firms (with OpenAI, SpaceX) cleared to supply the US military AI to \'help fight wars\'.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'us_ic'}) MERGE (a)-[r:CLAIM {pred: 'Gotham platform for CIA / NSA'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.palantir.com/platforms/gotham/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'us_army'}) MERGE (a)-[r:CLAIM {pred: '$21.9B IVAS AR headsets (2021)'}]->(b) SET r += {group: 'gov', mag: 21900000000, magU: '$21.9B', asof: '2021', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/article/technology/microsoft-wins-219-billion-contract-with-us-army-to-supply-augmented-reality-idUSKBN2BN36B', note: 'Later handed to Anduril.', valid_from: '2021', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anduril'}), (b:Entity {id: 'us_army'}) MERGE (a)-[r:CLAIM {pred: 'took over Microsoft\'s $22B IVAS program (Feb 2025)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2025-02', disc: 'reported', conf: 'high', url: 'https://news.microsoft.com/source/2025/02/11/anduril-and-microsoft-partner-to-advance-integrated-visual-augmentation-system-ivas-program-for-the-u-s-army', note: 'Chains Microsoft -> Anduril -> Thiel (Founders Fund $1B).', valid_from: '2025-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'partnered on the IVAS transition'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://news.microsoft.com/source/2025/02/11/anduril-and-microsoft-partner-to-advance-integrated-visual-augmentation-system-ivas-program-for-the-u-s-army', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'g42'}) MERGE (a)-[r:CLAIM {pred: '$1.5B in G42 + $15.2B UAE AI plan'}]->(b) SET r += {group: 'cap', mag: 1500000000, magU: '$1.5B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://blogs.microsoft.com/on-the-issues/2025/11/03/microsofts-15-2-billion-usd-investment-in-the-uae', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'us_ic'}) MERGE (a)-[r:CLAIM {pred: 'NSA $10B cloud (\'WildandStormy\')'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.defenseone.com/defense-systems/2025/07/pentagon-will-open-door-more-companies-next-major-cloud-contract/406994', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'opened Llama to US national-security use (Nov 2024)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024-11', disc: 'reported', conf: 'high', url: 'https://www.theguardian.com/technology/2024/nov/05/meta-allows-national-security-defense-contractors-use-llama-ai', note: 'Reversed prior military restrictions.', valid_from: '2024-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'scale_ai'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'built \'Defense Llama\' (Llama fine-tuned for defense)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://scale.com/blog/defense-llama', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'lockheed'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'uses Llama for USAF/Navy pilot training & sim'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://about.fb.com/news/2025/09/meta-supporting-us-national-security-with-ai', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'uk_gov'}) MERGE (a)-[r:CLAIM {pred: 'MOU + UK AISI safety partnership (Google DeepMind)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.gov.uk/government/publications/memorandum-of-understanding-between-the-uk-and-google-deepmind-on-ai-opportunities-and-security', note: 'Priority frontier-model access for testing.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'xai'}) MERGE (a)-[r:CLAIM {pred: 'invested $3B in ($20B Series E, Feb 2026)'}]->(b) SET r += {group: 'cap', mag: 3000000000, magU: '$3B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://fortune.com/2026/06/09/gulf-states-betting-big-on-ai-investment', note: 'Just before the SpaceX merger.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'saudi_aramco'}), (b:Entity {id: 'humain'}) MERGE (a)-[r:CLAIM {pred: 'PIF backs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://fortune.com/2026/06/09/gulf-states-betting-big-on-ai-investment', note: 'Saudi sovereign AI vehicle.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'saudi_aramco'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'investment discussions with'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://journals.law.harvard.edu/hblr/wp-content/uploads/sites/87/2025/05/05_HLB_15-1_Online_Schwartz-1.pdf', note: 'Gulf AI strategy.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'g42'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'sovereign-AI partnership (UAE data residency)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.thenationalnews.com/future/technology/2026/07/06/g42-and-microsoft-deepen-partnership-to-keep-sensitive-ai-data-inside-the-uae', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tii'}), (b:Entity {id: 'g42'}) MERGE (a)-[r:CLAIM {pred: 'UAE sovereign-AI ecosystem (Falcon LLM)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.uaepreferred.com/ai-story', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'export controls: banned Nvidia A100+ (Oct 2022)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2022-10', disc: 'reported', conf: 'high', url: 'https://www.cfr.org/articles/chinas-ai-chip-deficit-why-huawei-cant-catch-nvidia-and-us-export-controls-should-remain', note: 'Forced Alibaba\'s $52.5B domestic AI push + Zhenwu chips.', valid_from: '2022-10', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'damo_academy'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'M6 / Qwen parallels GPT development'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.cfr.org/articles/tracking-race-develop-generative-ai-technologies-china', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'damo_academy'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'competes with DeepMind in AI research'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3223829/alibaba-reveals-progress-large-language-model-research-chinese-big-tech-firms-continue-push-chatgpt', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'banned internal use of Anthropic tools (security)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: null, note: 'Deepens US-China AI split.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'cloud + China-AI competitor'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/technology/ai/articles/most-obvious-ai-company-nobodys-165000400.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'google_cloud'}) MERGE (a)-[r:CLAIM {pred: 'cloud competitor (APAC vs GCP)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://cloudinsight.cc/en/blog/cloud-platform-comparison', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'supermicro'}), (b:Entity {id: 'colossus1'}) MERGE (a)-[r:CLAIM {pred: 'built the 100k-GPU cluster'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.supermicro.com/CaseStudies/Success_Story_xAI_Colossus_Cluster.pdf', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'colossus2'}) MERGE (a)-[r:CLAIM {pred: 'Spectrum-X Ethernet networking for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://nvidianews.nvidia.com/news/spectrum-x-ethernet-networking-xai-colossus', note: 'World\'s largest AI supercomputer.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'tesla'}) MERGE (a)-[r:CLAIM {pred: 'employs ~40 ex-Tesla (Autopilot) engineers'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.businessinsider.com/xai-poached-dozen-meta-employees-ai-talent-war-2025-8', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'neuralink'}), (b:Entity {id: 'synchron'}) MERGE (a)-[r:CLAIM {pred: 'BCI rival (invasive vs vein-threaded)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://paradromics.com/insights/neuralink-competitors', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'neuralink'}), (b:Entity {id: 'paradromics'}) MERGE (a)-[r:CLAIM {pred: 'BCI rival (durability / data rate)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://paradromics.com/insights/neuralink-competitors', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'neuralink'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'vs Meta Reality Labs Neural Band (non-invasive)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.hackster.io/news/meta-shows-off-its-promised-mind-reading-wristband-after-canceling-its-brain-computer-interface-de62076fe61b', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'Grok competes with ChatGPT'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.pbs.org/newshour/show/jury-throws-out-musks-lawsuit-against-openai-and-sam-altman', note: 'Grok 4.5 vs GPT-5.5.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'Grok competes with Claude'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.bleap.finance/en-us/blog/grok-4-5-explained', note: 'Coding/reasoning benchmarks.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'zuckerberg'}) MERGE (a)-[r:CLAIM {pred: 'personal + AI rivalry'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.yahoo.com/news/musk-poaches-14-meta-ai-174235265.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'poached ~7 OpenAI researchers (high comp)'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://medium.com/swlh/openai-just-silently-poached-4-key-engineers-from-tesla-xai-and-meta-c63fd928a87a', note: 'Zuckerberg\'s opening salvo in the 2025 talent war.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'foundersfund'}), (b:Entity {id: 'a16z'}) MERGE (a)-[r:CLAIM {pred: 'competing top-tier AI VCs'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/andreessen-horowitz-raises-15-billion-across-five-funds-tech-startup-investments-2026-01-09', note: 'a16z raised $15B (2026) vs Founders Fund $6B.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'was a board member of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2022-02', disc: 'reported', conf: 'high', url: 'https://www.cbsnews.com/sanfrancisco/news/palantir-peter-thiel-employee-links-cambridge-analytica', note: 'Joined the board in 2005, stepped down February 2022.', valid_from: '2005', valid_to: '2022-02', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'GPU customer: 18k GB300 -> up to 600k GPUs / 500MW AI factories'}]->(b) SET r += {group: 'ec', mag: null, magU: 'up to 600k GPUs', asof: '2026', disc: 'reported', conf: 'high', url: 'https://nvidianews.nvidia.com/news/humain-and-nvidia-announce-strategic-partnership-to-build-ai-factories-of-the-future-in-saudi-arabia', note: 'Strategic partnership (Aug 2025); ~240k GPUs through 2028, up to 600k over three years.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'amd'}) MERGE (a)-[r:CLAIM {pred: 'JV (with Cisco) for 1GW AI infra (AMD MI450)'}]->(b) SET r += {group: 'ec', mag: null, magU: '1GW', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/amd-cisco-and-humain-set-up-jv-for-1gw-of-ai-infrastructure-in-saudi-arabia/', note: 'Nov 2025; Phase 1 100MW.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'cisco'}) MERGE (a)-[r:CLAIM {pred: 'JV for AI infrastructure'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/amd-cisco-and-humain-set-up-jv-for-1gw-of-ai-infrastructure-in-saudi-arabia/', note: 'With AMD.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'aws'}) MERGE (a)-[r:CLAIM {pred: '$5B AI Zone (150k accelerators: GB300 + Trainium)'}]->(b) SET r += {group: 'ec', mag: 5000000000, magU: '$5B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://aibusiness.com/data-centers/aws-humain-expand-partnership-saudi-ai-infrastructure', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'groq'}) MERGE (a)-[r:CLAIM {pred: '$1.5B inference-capacity build (Dammam)'}]->(b) SET r += {group: 'ec', mag: 1500000000, magU: '$1.5B', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.crnasia.com/news/2025/artificial-intelligence/humain-taps-nvidia', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'humain'}), (b:Entity {id: 'qualcomm'}) MERGE (a)-[r:CLAIM {pred: 'semiconductor design-centre partnership'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.crnasia.com/news/2025/artificial-intelligence/humain-taps-nvidia', note: 'Nurturing a domestic Saudi chip ecosystem.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'primary Azure GPU partner (Blackwell/Rubin at scale)'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://blogs.microsoft.com/blog/2026/03/16/microsoft-at-nvidia-gtc-new-solutions-for-microsoft-foundry-azure-ai-infrastructure-and-physical-ai', note: 'Co-invested with Microsoft in Anthropic ($10B + $5B).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'amazon'}) MERGE (a)-[r:CLAIM {pred: 'supplies 1M+ Blackwell/Rubin GPUs to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://aws.amazon.com/blogs/machine-learning/aws-and-nvidia-deepen-strategic-collaboration-to-accelerate-ai-from-pilot-to-production', note: 'Supplier-competitor: AWS also builds Trainium2 as a ~30% cheaper alternative.', valid_from: '2026', valid_to: '2026-08-26', recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'google_cloud'}) MERGE (a)-[r:CLAIM {pred: 'GPU supplier; competes with Google\'s TPU'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://blogs.nvidia.com/blog/nvidia-google-cloud-ai-development', note: 'First confidential-computing Blackwell in cloud; DeepMind Gemma optimisation - vs Trillium TPU.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'Llama models on Azure AI Foundry'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/azure-ai-foundry-models-futureproof-your-genai-applications/4414904', note: 'Commercial partnership amid broader rivalry.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sam_altman'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'testified to Senate on AI regulation (2023, 2025)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023', disc: 'reported', conf: 'high', url: 'https://www.judiciary.senate.gov/download/2023-05-16-testimony-altman', note: '', valid_from: '2023', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'sam_altman'}) MERGE (a)-[r:CLAIM {pred: 'co-founded OpenAI with, then sued; jury for Altman (May 2026)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Musk_v._Altman', note: 'Close friends 2015 -> soured 2018 -> 2024 suit -> statute-barred 2026.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'peter_thiel'}), (b:Entity {id: 'sam_altman'}) MERGE (a)-[r:CLAIM {pred: 'YC mentor; backed OpenAI via Founders Fund; sided with him vs Musk'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.wsj.com/tech/ai/the-real-story-behind-sam-altman-firing-from-openai-efd51a5d', note: 'Parted over politics (2017) but backed Altman in the OpenAI dispute.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'jensen_huang'}) MERGE (a)-[r:CLAIM {pred: 'personally lobbied for GPU priority from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://fortune.com/2024/09/16/larry-ellison-elon-musk-begged-nvidias-jensen-huang-more-gpus-fancy-sushi-dinner', note: 'Ellison: he and Musk \'begged\' Huang for more GPUs over dinner.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'xai'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'trade-secret suit dismissed with prejudice (Jun 2026)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/legal/litigation/openai-wins-dismissal-trade-secret-lawsuit-by-musks-xai-2026-06-15', note: 'Musk\'s 2nd legal loss to OpenAI in four weeks.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'accuses of data extraction (with Anthropic)'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.nytimes.com/2026/07/06/business/alibaba-ai-qwen.html', note: 'Alleged improper harvesting of US models to train Qwen.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'competes for talent + enterprise AI customers'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/china-restricts-overseas-travel-top-ai-talent-alibaba-deepseek-bloomberg-news-2026-05-26', note: 'Both hit by China\'s overseas-travel curbs on top AI talent.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'humain'}) MERGE (a)-[r:CLAIM {pred: 'IPO anchor-stake talks (~$5B) with Saudi PIF'}]->(b) SET r += {group: 'cap', mag: null, magU: '~$5B', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/finance/spacex-has-held-talks-with-saudi-fund-possible-5-billion-investment-ipo-sources-2026-04-02', note: 'Separate from xAI\'s $3B HUMAIN investment - a dual Saudi<->Musk capital flow.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'us_air_force'}) MERGE (a)-[r:CLAIM {pred: '$88M Cloud One (AI Database 26ai + OCI)'}]->(b) SET r += {group: 'gov', mag: 88000000, magU: '$88M', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.washingtontechnology.com/contracts/2026/02/oracle-books-88m-air-force-cloud-one-contract/411358', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'lockheed'}), (b:Entity {id: 'us_air_force'}) MERGE (a)-[r:CLAIM {pred: 'Llama-based pilot training & simulation for'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://about.fb.com/news/2025/09/meta-supporting-us-national-security-with-ai', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is GPU customer of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://blogs.nvidia.com/blog/baidu-nvidia-partnership/', note: 'Uses Nvidia GPUs for training/inference; PaddlePaddle framework co-optimised for Nvidia hardware.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'apple'}) MERGE (a)-[r:CLAIM {pred: 'supplies Ernie models for Apple Intelligence in China'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/apple-intelligence-approved-for-launch-in-china-with-alibaba-and-baidu-partnership.html', note: 'Apple Intelligence in China uses a dual-partner (Alibaba + Baidu) structure, replacing Western models.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'waymo'}) MERGE (a)-[r:CLAIM {pred: 'overtook in the global robotaxi index (Apollo Go)'}]->(b) SET r += {group: 'rival', mag: null, magU: '3.2M rides Q1', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.a-weekly.ai/ai/baidu-apollo-go-tops-waymo-in-new-global-robotaxi-index', note: 'Apollo Go scored 81.7 vs Waymo #2; 3.2M driverless rides in Q1 2026; expanding to Kazakhstan.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'tesla'}) MERGE (a)-[r:CLAIM {pred: 'outranks in robotaxi deployment'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.a-weekly.ai/ai/baidu-apollo-go-tops-waymo-in-new-global-robotaxi-index', note: 'Apollo Go #1 globally, Tesla #5; Tesla FSD still awaiting China regulatory approval.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'competes with via Ernie X1 (half the price of R1)'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/china-biggest-ai-drop-since-deepseek-baidu-open-ernie.html', note: 'Baidu open-sourced ERNIE 4.5 and released Ernie X1 as a low-cost DeepSeek-R1 rival.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'baidu'}), (b:Entity {id: 'kunlunxin'}) MERGE (a)-[r:CLAIM {pred: 'spun off AI-chip unit'}]->(b) SET r += {group: 'cap', mag: null, magU: '~$50bn IPO target', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/baidu-is-major-ai-chip-player-in-china-to-fill-nvidia-gap.html', note: 'Kunlunxin\'s targeted HK IPO valuation exceeds Baidu\'s own market cap.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'robin_li'}), (b:Entity {id: 'baidu'}) MERGE (a)-[r:CLAIM {pred: 'is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/china-biggest-ai-drop-since-deepseek-baidu-open-ernie.html', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'baidu'}) MERGE (a)-[r:CLAIM {pred: 'restricts overseas travel of its top AI talent'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/china-restricts-overseas-travel-top-ai-talent-alibaba-deepseek-bloomberg-news-2026-05-26/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'cleared to buy H200 GPUs from'}]->(b) SET r += {group: 'ec', mag: null, magU: '$5bn+ 2026 capex', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/retail-consumer/us-clears-h200-chip-sales-10-china-firms-nvidia-ceo-looks-breakthrough-2026-05-14/', note: 'Part of a US-cleared 400K+ H200 sale to 10 Chinese firms; Tencent pledged to more than double AI spend to $5bn+ in 2026.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'tencent'}) MERGE (a)-[r:CLAIM {pred: 'is chief AI scientist at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/big-tech/article/3336811/tencent-restructures-ai-operations-promotes-high-profile-recruit-chief-ai-scientist', note: 'Announced 17 December 2025. Reports to president Martin Lau in the CEO\'s office and heads the TEG large-model and AI infrastructure departments.', valid_from: '2025-12', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'was a researcher at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.caixinglobal.com/2026-01-27/in-depth-tencent-bets-its-ai-future-on-28-year-old-from-openai-102408553.html', note: 'Joined August 2024 and left in 2025 for Tencent. Departure month is not published, so the close is year-precision.', valid_from: '2024-08', valid_to: '2025', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'moonshot_ai'}) MERGE (a)-[r:CLAIM {pred: 'co-invested in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://techcrunch.com/2026/02/03/chinas-moonshot-ai-raises-2b-at-20b-valuation/', note: 'Tencent invests alongside Alibaba and 5Y Capital.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'minimax'}) MERGE (a)-[r:CLAIM {pred: 'invested in'}]->(b) SET r += {group: 'cap', mag: 250000000.0, magU: '$250m', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.dealroom.co/companies/minimax-ai', note: 'Tencent invested $250m at a $1.2bn valuation in an earlier round.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'zhipu'}) MERGE (a)-[r:CLAIM {pred: 'co-invested in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Z.ai', note: 'Tencent co-invests with Alibaba in Zhipu / Z.ai ($4bn HK share sale).', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'orders Ascend 950PR chips from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/big-chinese-tech-firms-scramble-secure-huawei-ai-chips-after-deepseek-v4-2026-06-15/', note: 'Ordered after DeepSeek V4 proved Ascend viability for frontier training.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'orders Ascend 950PR chips from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/06/20/bytedance-alibaba-planning-to-order-huaweis-new-ai-chip.html', note: 'The 950PR is more CUDA-compatible, easing the transition off Nvidia.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'sold TikTok US operations into a JV with'}]->(b) SET r += {group: 'cap', mag: 14000000000.0, magU: '$14bn JV', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.politico.com/news/2026/01/22/tiktok-lands-14b-deal-to-avoid-us-ban-00004738', note: 'Jan-2026 deal: Oracle / Silver Lake / MGX hold 15% each; ByteDance retains 19.9%.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'tiktok'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'hosts US user data on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/TikTok_USDS', note: 'TikTok USDS runs on Oracle cloud as part of the US restructuring.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'rejected a TikTok acquisition bid from'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Efforts_to_ban_TikTok_in_the_United_States', note: 'ByteDance rebuffed Microsoft\'s 2020 offer; Oracle prevailed in the 2026 deal.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'supplies Ascend chips to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/06/20/bytedance-alibaba-planning-to-order-huaweis-new-ai-chip.html', note: 'Alibaba ordering Ascend 950PR in volume to supplement/replace Nvidia.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'trains V4 entirely on Ascend chips from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Ascend 950PR - V4, Apr 2026', asof: '2026-04', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/big-chinese-tech-firms-scramble-secure-huawei-ai-chips-after-deepseek-v4-2026-06-15/', note: 'Landmark: a frontier model trained without Nvidia; triggered an Ascend order surge.', valid_from: '2026-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is displacing in China\'s AI-chip market'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/nvidia-says-largely-conceded-china-ai-chip-market-huawei-2026-06-01/', note: 'Jensen Huang: Nvidia has \'largely conceded\' China to Huawei; Ascend 5-12x cheaper where available.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'anchors its $295bn state AI plan on'}]->(b) SET r += {group: 'gov', mag: null, magU: '$295bn plan', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/china-prepares-295-billion-plan-fund-nationwide-ai-computing-network-2026-07-10/', note: 'State firms must source 80%+ of AI tech domestically; ~1.35M Ascend chips planned for 2026.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'sanctioned (Entity List, 2019)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2019', disc: 'primary', conf: 'high', url: 'https://www.bis.doc.gov/index.php/policy-guidance/lists-of-parties-of-concern/entity-list', note: 'Blocked from advanced chips, EDA tools and chipmaking equipment - forcing the self-sufficient Ascend line.', valid_from: '2019', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'high_flyer'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'spun off'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/DeepSeek', note: 'DeepSeek founded July 2023 out of High-Flyer; sole backer until the 2026 external round.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'shocked US frontier pricing with R1'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/jonathanponciano/2026/07/01/deepseek-just-raised-7-4-billion-heres-the-catch/', note: 'R1 (Jan 2025) matched US frontier models at a fraction of the cost; triggered a $1tn+ Nasdaq selloff.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'restricts overseas travel of its top AI talent'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/china-restricts-overseas-travel-top-ai-talent-alibaba-deepseek-bloomberg-news-2026-05-26/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zhipu'}), (b:Entity {id: 'tsinghua_keg'}) MERGE (a)-[r:CLAIM {pred: 'spun out of'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Z.ai', note: 'Founded 2019 by Tsinghua professors Tang Jie and Li Juanzi.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zhipu'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'supplies GLM models to government customers of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Z.ai', note: 'MaaS ARR reached 1.7bn yuan by Mar 2026; sells to Chinese and foreign governments.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'moonshot_ai'}) MERGE (a)-[r:CLAIM {pred: 'led a funding round in'}]->(b) SET r += {group: 'cap', mag: 700000000.0, magU: '$700m round', asof: '2026', disc: 'reported', conf: 'high', url: 'https://techcrunch.com/2026/02/03/chinas-moonshot-ai-raises-2b-at-20b-valuation/', note: 'Alibaba led a $700m round; Moonshot raised $2.5bn total at a $20bn valuation.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'minimax'}) MERGE (a)-[r:CLAIM {pred: 'led a funding round in'}]->(b) SET r += {group: 'cap', mag: 600000000.0, magU: '$600m round', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/MiniMax_Group', note: 'Alibaba led a $600m round at a $2.5bn valuation.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'kai_fu_lee'}), (b:Entity {id: 'zeroone_ai'}) MERGE (a)-[r:CLAIM {pred: 'founded'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Kai-Fu_Lee', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'zeroone_ai'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'provides sovereign AI to'}]->(b) SET r += {group: 'gov', mag: null, magU: '1.5bn yuan 2026', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://hellochina.tech/01-ai-pivots-to-sovereign-ai-kai-fu-lees-government-play/', note: 'Pivoted from the model race to government sovereign-AI; positioned as China\'s Palantir.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'kai_fu_lee'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'was founding president of Google China at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2009', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Kai-Fu_Lee', note: 'Led Google China from 2005 until leaving in 2009 to found Innovation Works.', valid_from: '2005', valid_to: '2009', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'kai_fu_lee'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'founded Microsoft Research Asia at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/Kai-Fu_Lee', note: 'MSR Asia became a global talent pipeline feeding OpenAI, Tencent and others.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'iflytek'}) MERGE (a)-[r:CLAIM {pred: 'sanctioned'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/iflytek-redirects-337-million-boost-domestic-ai-computing-amid-us-sanctions-2026-06-01/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'iflytek'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'shifts $337m of compute to Ascend at'}]->(b) SET r += {group: 'ec', mag: null, magU: '$337m shift', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/technology/iflytek-redirects-337-million-boost-domestic-ai-computing-amid-us-sanctions-2026-06-01/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'iflytek'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'holds education / smart-city contracts with'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/IFLYTEK', note: 'Spark LLM powers government education and public-service AI; 60%+ speech-recognition share.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'sensetime'}) MERGE (a)-[r:CLAIM {pred: 'sanctioned (Xinjiang, 2019)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2019', disc: 'reported', conf: 'medium', url: 'https://en.wikipedia.org/wiki/SenseTime', note: '', valid_from: '2019', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sensetime'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'allies under US sanctions with'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/05/sensetime-among-chinese-ai-companies-allying-amid-us-sanctions.html', note: 'Both US-sanctioned; sharing tech and shifting to open models and domestic chips.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sensetime'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'supplies surveillance / computer-vision AI to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/05/a-sanctioned-chinese-firm-says-cheaper-models-can-still-win.html', note: 'SenseNova U1 competes on cost-efficiency despite sanctions.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sensetime'}), (b:Entity {id: 'south_korea_gov'}) MERGE (a)-[r:CLAIM {pred: 'courts AI cooperation with'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sensetime.com/en/news', note: 'CEO Xu Li met South Korea\'s PM to discuss AI development cooperation.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cac'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'regulates (model registration) at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.rimonlaw.com/china-ai-regulatory-developments-july-2026', note: 'All generative models incl. Qwen must be registered and comply with content rules.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cac'}), (b:Entity {id: 'baidu'}) MERGE (a)-[r:CLAIM {pred: 'regulates Ernie Bot at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.opsintel.com/chinas-ai-compliance-roadmap-2025-2026', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cac'}), (b:Entity {id: 'bytedance'}) MERGE (a)-[r:CLAIM {pred: 'regulates Doubao / Seed at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.rimonlaw.com/china-ai-regulatory-developments-july-2026', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'restricts overseas travel of its top AI talent'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/asia-pacific/china-restricts-overseas-travel-top-ai-talent-alibaba-deepseek-bloomberg-news-2026-05-26/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'limits AI-chip exports to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/retail-consumer/us-clears-h200-chip-sales-10-china-firms-nvidia-ceo-looks-breakthrough-2026-05-14/', note: 'Only downgraded H200 cleared - not H100/B200.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'tencent'}) MERGE (a)-[r:CLAIM {pred: 'limits AI-chip exports to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/retail-consumer/us-clears-h200-chip-sales-10-china-firms-nvidia-ceo-looks-breakthrough-2026-05-14/', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'bytedance'}) MERGE (a)-[r:CLAIM {pred: 'limits AI-chip exports to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/big-tech/article/3298606/bytedance-pour-us14-billion-nvidia-chips-2026', note: 'Still plans $14bn Nvidia spend via approved H200 and a Malaysia-routed B200 deal.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'lockheed'}) MERGE (a)-[r:CLAIM {pred: 'counter-sanctioned (barred from PRC procurement)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.kharon.com/news/chinas-new-sanctions-arsenal-is-challenging-the-us', note: 'Among 46 US defense contractors barred in retaliation for US tech sanctions.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'counter-sanctioned (export-control list)'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.kharon.com/news/chinas-new-sanctions-arsenal-is-challenging-the-us', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'saudi_gov'}) MERGE (a)-[r:CLAIM {pred: 'deepens AI & space cooperation with'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/world/middle-east/saudi-arabia-deepens-tech-partnership-china-advance-ai-space-cooperation-2026-06-20/', note: 'Supports Saudi Vision 2030 AI ambitions with Chinese technology.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ustc'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'state-backed quantum programme; Zuchongzhi 3.0 claimed quantum advantage'}]->(b) SET r += {group: 'gov', mag: 105, magU: '105-qubit Zuchongzhi 3.0', asof: '2025-03', disc: 'reported', conf: 'high', url: 'https://english.cas.cn/head/202503/t20250305_903086.shtml', note: '', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ustc'}), (b:Entity {id: 'pan_jianwei'}) MERGE (a)-[r:CLAIM {pred: 'quantum programme led by'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Pan Jianwei (team lead)', asof: '2025-03', disc: 'reported', conf: 'high', url: 'https://en.ustc.edu.cn/info/1007/5015.htm', note: '', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ustc'}), (b:Entity {id: 'google_quantum'}) MERGE (a)-[r:CLAIM {pred: 'Zuchongzhi 3.0 (105q) vs Willow (105q): competing quantum-advantage claims'}]->(b) SET r += {group: 'rival', mag: null, magU: '105q vs 105q', asof: '2025-03', disc: 'primary', conf: 'high', url: 'https://link.aps.org/doi/10.1103/PhysRevLett.134.090601', note: '', valid_from: '2025-03', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'origin_quantum'}), (b:Entity {id: 'chinese_gov'}) MERGE (a)-[r:CLAIM {pred: 'state-aligned domestic superconducting QC + national cloud'}]->(b) SET r += {group: 'gov', mag: null, magU: 'fully domestic stack', asof: '2026-05', disc: 'reported', conf: 'high', url: 'https://www.globaltimes.cn/page/202605/1360606.shtml', note: '', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'origin_quantum'}), (b:Entity {id: 'ibm_quantum'}) MERGE (a)-[r:CLAIM {pred: 'China\'s commercial answer: Origin Wukong-180 (180q) vs IBM/Google superconducting QC'}]->(b) SET r += {group: 'rival', mag: 180, magU: '180-qubit Wukong-180', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://thequantuminsider.com/2026/05/15/origin-quantum-wukong-180/', note: '', valid_from: '2026-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'controls ~90% of Arm Holdings: its AI crown jewel'}]->(b) SET r += {group: 'ctrl', mag: 90, magU: '~90% owned', asof: '2025', disc: 'filed', conf: 'high', url: 'https://group.softbank/en/ir/financials/annual_reports/2025/message/arm', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'masayoshi_son'}) MERGE (a)-[r:CLAIM {pred: 'founded, chaired and led by'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'Founder / Chairman / CEO', asof: '2025', disc: 'filed', conf: 'high', url: 'https://group.softbank/en/ir/financials/annual_reports/2025/message/arm', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'intel'}) MERGE (a)-[r:CLAIM {pred: 'took a $2bn stake (~2%, 5th-largest holder) at $23/share'}]->(b) SET r += {group: 'cap', mag: 2, magU: '$2bn / ~2%', asof: '2025-08', disc: 'primary', conf: 'high', url: 'https://group.softbank/en/news/press/20250819', note: '', valid_from: '2025-08', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'ampere'}) MERGE (a)-[r:CLAIM {pred: 'acquired for $6.5bn: Arm-based AI server chips'}]->(b) SET r += {group: 'ctrl', mag: 6.5, magU: '$6.5bn acquisition', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://www.bloomberg.com/news/articles/2025-11-26/softbank-completes-acquisition-of-chipmaker-ampere-computing', note: '', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'exited: sold its entire $5.83bn stake to fund OpenAI + Ampere'}]->(b) SET r += {group: 'cap', mag: 5.83, magU: 'sold $5.83bn (Nov 2025)', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/11/11/softbank-sells-its-entire-stake-in-nvidia-for-5point83-billion.html', note: '', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ampere'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'designs Arm-based server / AI CPUs on'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Arm compute platform', asof: '2025', disc: 'reported', conf: 'high', url: 'https://amperecomputing.com/press/softbank-group-to-acquire-ampere-computing', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'supplies compute to (up to 2GW MI450)'}]->(b) SET r += {group: 'ec', mag: 2000000000, magU: 'up to 2GW MI450 - first 1GW H1 2027', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://ir.amd.com/news-events/press-releases/detail/1292/amd-and-anthropic-announce-strategic-partnership-to-deploy-up-to-2-gigawatts-of-amd-instinct-mi450-series-gpus', note: 'First non-Nvidia frontier-scale training commitment for Anthropic. Helios racks (MI455X + EPYC Venice). Announced commitment; capacity phases from H1 2027.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invests up to $5bn in'}]->(b) SET r += {group: 'cap', mag: 5000000000, magU: 'up to $5bn (milestone-tied)', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.cnbc.com/2026/07/22/amd-anthropic-ai-chip-investment.html', note: 'AMD\'s first equity position in Anthropic. Committed, milestone-gated - not yet closed.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'circular: invests up to $5B -> Anthropic buys AMD MI450 GPUs'}]->(b) SET r += {group: 'loop', mag: 5000000000, magU: '$5bn equity <-> ~2GW hardware', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://ir.amd.com/news-events/press-releases/detail/1292/amd-and-anthropic-announce-strategic-partnership-to-deploy-up-to-2-gigawatts-of-amd-instinct-mi450-series-gpus', note: '14th circular loop in the cohort and the first Nvidia-independent one at frontier scale.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'sec'}) MERGE (a)-[r:CLAIM {pred: 'filed confidential draft S-1 with (1 Jun 2026)'}]->(b) SET r += {group: 'gov', mag: null, magU: 'IPO process underway; ~$1T discussed (not set)', asof: '2026-06', disc: 'filed', conf: 'high', url: 'https://www.anthropic.com/news/confidential-draft-s1-sec', note: 'First frontier lab heading to a public listing (Nasdaq/NYSE as early as Oct 2026). Annualised revenue reported up ~5x in under six months. Valuation speculative, not priced.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'invests $50bn in ($15bn initial + $35bn conditional)'}]->(b) SET r += {group: 'cap', mag: 50000000000, magU: '$50bn ($15bn closed-initial / $35bn conditional)', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/02/27/open-ai-funding-round-amazon.html', note: 'Part of OpenAI\'s $110bn round at $730bn pre-money. Amazon now sits on BOTH frontier-lab cap tables (Anthropic and OpenAI).', valid_from: '2026-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'aqtive_guard'}) MERGE (a)-[r:CLAIM {pred: 'has product (PQC crypto management)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'FedRAMP Ready Dec 2025', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-achieves-fedramp-ready-status-powering-enterprise-readiness-across-the-defense-and-public-sector', note: '', valid_from: '2025-12', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'lqm'}) MERGE (a)-[r:CLAIM {pred: 'develops (equation+lab-data models)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'vs token-based LLMs', asof: '2025-04', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-unlocks-new-capabilities-for-scientific-discovery-and-enterprise-innovation-with-nvidia-dgx-cloud', note: '', valid_from: '2025-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'aqnav'}) MERGE (a)-[r:CLAIM {pred: 'has product (quantum MagNav)'}]->(b) SET r += {group: 'ec', mag: null, magU: '450+ flight hours', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-partners-with-dows-defense-innovation-unit-to-advance-development-of-magnetic-navigation-systems', note: '', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'reaqt'}) MERGE (a)-[r:CLAIM {pred: 'has product (materials simulation)'}]->(b) SET r += {group: 'ec', mag: null, magU: 'CHIPS materials platform', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.nist.gov/news-events/news/2026/06/department-commerce-announces-definitive-agreement-sandboxaq-500-million', note: '', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'dow_cio'}) MERGE (a)-[r:CLAIM {pred: '5-year AQtive Guard PQC-migration agreement'}]->(b) SET r += {group: 'gov', mag: null, magU: '5-yr, dept-wide', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-and-dow-cio-partner-to-strengthen-us-defenses-against-quantum-and-ai-driven-cyber-threats', note: 'Crypto discovery/inventory prerequisite to NIST PQC migration; follows DISA QRC PKI prototype.', valid_from: '2025-12', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'diu'}) MERGE (a)-[r:CLAIM {pred: 'joined Transition of Quantum Sensing (AQNav)'}]->(b) SET r += {group: 'gov', mag: null, magU: 'TQS program', asof: '2025-11', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-partners-with-dows-defense-innovation-unit-to-advance-development-of-magnetic-navigation-systems', note: '', valid_from: '2025-11', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'commerce'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: '$500M CHIPS R&D award (AI materials discovery)'}]->(b) SET r += {group: 'gov', mag: 500000000, magU: '$500M', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.nist.gov/news-events/news/2026/06/department-commerce-announces-definitive-agreement-sandboxaq-500-million', note: '', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'commerce'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'took minority non-controlling equity stake (via CHIPS award)'}]->(b) SET r += {group: 'cap', mag: null, magU: 'minority equity', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.nist.gov/news-events/news/2026/06/department-commerce-announces-definitive-agreement-sandboxaq-500-million', note: 'State takes equity in exchange for the $500M award - government-as-shareholder pattern.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'nato_diana'}) MERGE (a)-[r:CLAIM {pred: 'selected for NATO DIANA 2025 cohort (AQNav)'}]->(b) SET r += {group: 'gov', mag: null, magU: '~70 of 2,600+', asof: '2025-02', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-selected-to-join-natos-2025-defence-innovation-accelerator-for-the-north-atlantic-diana-cohort', note: '', valid_from: '2025-02', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'white_house'}) MERGE (a)-[r:CLAIM {pred: 'supports the White House post-quantum cryptography executive order'}]->(b) SET r += {group: 'gov', mag: null, magU: 'EO of 22 Jun 2026', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.prnewswire.com/news-releases/sandboxaq-supports-white-house-executive-order-as-post-quantum-cryptography-moves-to-implementation-for-national-security-302807077.html', note: 'Hidary: a new era in America cyber defense posture. Number contested: press coverage gives this order as EO 14409, but whitehouse.gov carries 14409 as "Promoting Advanced Artificial Intelligence Innovation and Security", signed 2 June 2026. The substance and the 22 Jun 2026 date stand; the number is not asserted here until a primary citation resolves it.', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'AQtive Guard FedRAMP Ready + SOC 2 + ISO 27001'}]->(b) SET r += {group: 'gov', mag: null, magU: 'FedRAMP Ready', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-achieves-fedramp-ready-status-powering-enterprise-readiness-across-the-defense-and-public-sector', note: '', valid_from: '2025-12', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'strategic investor (Series E $150M extension)'}]->(b) SET r += {group: 'cap', mag: null, magU: '$150M ext w/ Google', asof: '2025', disc: 'reported', conf: 'high', url: 'https://news.crunchbase.com/venture/sandboxaq-ai-quantum-raise-googl-nvda/', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'eric_schmidt'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'investor in'}]->(b) SET r += {group: 'cap', mag: null, magU: 'investor (also Board Chair)', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.sandboxaq.com/company/leadership/eric-schmidt', note: 'Financial investor; distinct from the Board-Chair role. Not a founder.', valid_from: '2022', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'in_q_tel'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'seed investor (CIA venture arm)'}]->(b) SET r += {group: 'cap', mag: null, magU: 'seed, May 2022', asof: '2022-05', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/post/welcome-iqt-paladin', note: '', valid_from: '2022-05', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ray_dalio'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'Series E investor'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Series E', asof: '2025-04', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-closes-450m-series-e-round-with-expanded-investor-base', note: '', valid_from: '2025-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 't_rowe_price'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'investor (since 2022 launch)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandbox-aq-launches-with-customers-vodafone-softbank-mobile-mt-sinai-health-system-and-prominent-investors-including-t-rowe-price-eric-schmidt-breyer-capital-guggenheim-partners-and-thomas-tull', note: '', valid_from: '2022', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'breyer_capital'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'investor (since 2022 launch)'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandbox-aq-launches-with-customers-vodafone-softbank-mobile-mt-sinai-health-system-and-prominent-investors-including-t-rowe-price-eric-schmidt-breyer-capital-guggenheim-partners-and-thomas-tull', note: '', valid_from: '2022', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'marc_benioff'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'investor'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-closes-450m-series-e-round-with-expanded-investor-base', note: '', valid_from: '2025', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'bnp_paribas'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'Series E investor'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Series E', asof: '2025-04', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-closes-450m-series-e-round-with-expanded-investor-base', note: '', valid_from: '2025-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'horizon_kinetics'}), (b:Entity {id: 'sandboxaq'}) MERGE (a)-[r:CLAIM {pred: 'Series E investor'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Series E', asof: '2025-04', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-closes-450m-series-e-round-with-expanded-investor-base', note: '', valid_from: '2025-04', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'google_cloud'}) MERGE (a)-[r:CLAIM {pred: 'runs DGX Cloud on / lists LQMs on Google Cloud'}]->(b) SET r += {group: 'ec', mag: null, magU: 'GCP Marketplace', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.sandboxaq.com/press/sandboxaq-and-google-cloud-partner-to-accelerate-quantitative-ai-for-the-enterprise', note: '', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'crowdstrike'}) MERGE (a)-[r:CLAIM {pred: 'PQC-migration ecosystem partner'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.prnewswire.com/news-releases/sandboxaq-supports-white-house-executive-order-as-post-quantum-cryptography-moves-to-implementation-for-national-security-302807077.html', note: '', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sandboxaq'}), (b:Entity {id: 'palo_alto'}) MERGE (a)-[r:CLAIM {pred: 'PQC-migration ecosystem partner'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.prnewswire.com/news-releases/sandboxaq-supports-white-house-executive-order-as-post-quantum-cryptography-moves-to-implementation-for-national-security-302807077.html', note: '', valid_from: '2026-06', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'micron'}) MERGE (a)-[r:CLAIM {pred: 'challenges in DRAM'}]->(b) SET r += {group: 'rival', mag: null, magU: '~8% global DRAM share', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.scmp.com/tech/big-tech/article/3361926/chinas-cxmt-shares-rise-472-star-market-debut-valuing-dram-maker-us489-billion', note: 'CXMT is the world\'s fourth DRAM maker at ~8% share, the first successful entry into the Samsung/SK Hynix/Micron oligopoly in over 20 years. Micron has publicly acknowledged CXMT as a legitimate competitor.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'sk_hynix'}) MERGE (a)-[r:CLAIM {pred: 'challenges in DRAM and HBM'}]->(b) SET r += {group: 'rival', mag: null, magU: 'HBM2 mass prod, HBM3 in dev', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/27/cxmt-china-market-debut-chipmaker-ipo.html', note: 'CXMT trails SK Hynix on HBM but brought HBM2 into mass production ahead of schedule; SemiAnalysis sees 100k HBM wafers/month by 2028.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'samsung'}) MERGE (a)-[r:CLAIM {pred: 'challenges in DRAM'}]->(b) SET r += {group: 'rival', mag: null, magU: '4th global DRAM maker', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/07/27/cxmt-china-market-debut-chipmaker-ipo.html', note: 'CXMT is one to two process generations behind the leaders but competitive in mainstream DDR5 and LPDDR5X.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'cxmt'}) MERGE (a)-[r:CLAIM {pred: 'blocks EUV lithography access to'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'export controls since 2019', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.techtimes.com/articles/321597/20260725/cxmt-hits-star-market-monday-86b-war-chest-hard-equipment-ceiling.htm', note: 'US-led pressure keeps ASML EUV out of CXMT\'s hands and tightens DUV sales, forcing multi-patterning DUV at higher cost and lower yield. The hard equipment ceiling.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'cxmt'}) MERGE (a)-[r:CLAIM {pred: 'supplies DUV (not EUV) to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'immersion DUV scanners', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.techtimes.com/articles/321597/20260725/cxmt-hits-star-market-monday-86b-war-chest-hard-equipment-ceiling.htm', note: 'CXMT pushes ASML DUV immersion lithography to 10nm-class via multi-patterning while qualifying domestic tools from Naura and AMEC.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'supplies DRAM to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'data-center DRAM', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3361926/chinas-cxmt-shares-rise-472-star-market-debut-valuing-dram-maker-us489-billion', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'tencent'}) MERGE (a)-[r:CLAIM {pred: 'supplies DRAM to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'data-center DRAM', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3361926/chinas-cxmt-shares-rise-472-star-market-debut-valuing-dram-maker-us489-billion', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'baidu'}) MERGE (a)-[r:CLAIM {pred: 'supplies DRAM to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'data-center DRAM', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/big-tech/article/3361926/chinas-cxmt-shares-rise-472-star-market-debut-valuing-dram-maker-us489-billion', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cxmt'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'supplies DRAM to'}]->(b) SET r += {group: 'ec', mag: null, magU: 'mobile + cloud DRAM', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.techtimes.com/articles/321597/20260725/cxmt-hits-star-market-monday-86b-war-chest-hard-equipment-ceiling.htm', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cambricon'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: 'fabbed domestically by'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://crossingriver.substack.com/p/chinas-ai-chip-landscape-a-complete', note: 'Cut off from TSMC, Cambricon\'s parts are made at SMIC on older nodes.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cambricon'}), (b:Entity {id: 'deepseek'}) MERGE (a)-[r:CLAIM {pred: 'reported as a chip supplier to'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://finance.biggo.com/news/d8404546-7b7c-4620-8109-d9a14c330650', note: 'Rally driven partly by speculation over its role supplying DeepSeek.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'marvell'}), (b:Entity {id: 'aws'}) MERGE (a)-[r:CLAIM {pred: 'designs custom AI silicon for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/surging-ai-custom-silicon-demand-042534281.html', note: 'Custom XPU/ASIC programmes for hyperscalers including Amazon.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'marvell'}), (b:Entity {id: 'microsoft_cloud'}) MERGE (a)-[r:CLAIM {pred: 'designs custom AI silicon for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/surging-ai-custom-silicon-demand-042534281.html', note: 'Custom silicon wins with Microsoft alongside Alphabet and Amazon.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'marvell'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'custom-silicon alternative to'}]->(b) SET r += {group: 'rival', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.fool.com/investing/2026/07/14/move-over-nvidia-this-custom-chip-stock-could-be-t/', note: 'Hyperscaler custom ASICs are the main structural alternative to merchant GPUs.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'supplies 750MW of compute to'}]->(b) SET r += {group: 'ec', mag: 750, magU: 'MW', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/14/cerebras-cbrs-stock-trade-nasdaq-ipo.html', note: 'Master agreement entered December 2025, announced January 2026: multi-year, over $20bn, 750MW of wafer-scale compute, plus a $1bn working-capital loan from OpenAI.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'competes with'}]->(b) SET r += {group: 'rival', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.fool.com/investing/2026/05/14/cbrs-stock-ai-chip-stocks-nvda-stock-competitor/', note: 'Wafer-scale WSE-3 positioned against Nvidia GPUs for large-model training and inference.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'biren'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: 'now fabbed domestically by'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://crossingriver.substack.com/p/chinas-ai-chip-landscape-a-complete', note: 'After the 2022 TSMC cutoff, Biren depends on domestic fabrication.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'moore_threads'}), (b:Entity {id: 'smic'}) MERGE (a)-[r:CLAIM {pred: 'fabbed domestically by'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.globaltimes.cn/page/202607/1366311.shtml', note: 'Domestic GPU maker reliant on SMIC-class manufacturing.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'enflame'}), (b:Entity {id: 'tencent'}) MERGE (a)-[r:CLAIM {pred: 'backed by'}]->(b) SET r += {group: 'cap', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://crossingriver.substack.com/p/chinas-ai-chip-landscape-a-complete', note: 'Tencent is a principal backer of Enflame.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sugon'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'placed on the US Entity List by'}]->(b) SET r += {group: 'gov', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'high', url: 'https://en.wikipedia.org/wiki/Sugon', note: 'Entity List designation restricts Sugon\'s access to US technology.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'sugon'}), (b:Entity {id: 'huawei'}) MERGE (a)-[r:CLAIM {pred: 'domestic AI-infrastructure rival to'}]->(b) SET r += {group: 'rival', mag: null, magU: null, asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.scmp.com/tech/tech-trends/article/3337126/chinas-sugon-unveils-new-ai-infrastructure-rival-platforms-nvidia-and-huawei', note: 'Sugon 8000 supercluster positioned against Nvidia and Huawei platforms.', valid_from: '2026', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'in talks to backstop debt of'}]->(b) SET r += {group: 'loop', mag: 250000000000, magU: 'up to $250bn', asof: '2026-07', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/07/27/nvidia-and-openai-in-talks-for-up-to-250-billion-dollar-ai-backstop.html', note: 'Reported talks, not a signed agreement. Would let OpenAI raise debt against Nvidia\'s credit for the 10GW Pike County campus. The first loop in this map built on credit rather than equity.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'pike_county'}) MERGE (a)-[r:CLAIM {pred: 'plans 10GW campus at'}]->(b) SET r += {group: 'ec', mag: null, magU: '10GW', asof: '2026-07', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/07/27/nvidia-and-openai-in-talks-for-up-to-250-billion-dollar-ai-backstop.html', note: 'The build the reported Nvidia backstop would finance.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'convened'}]->(b) SET r += {group: 'gov', mag: null, magU: '37 members', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Nvidia and 36 others, announced 27 Jul 2026. Nvidia also open-sourced NOOA under the alliance.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huggingface'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'breach at, triggered formation of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'sandbox escape', asof: '2026-07', disc: 'reported', conf: 'medium', url: 'https://labs.cloudsecurityalliance.org/research/csa-research-note-nvidia-open-secure-ai-alliance-nooa-202607/', note: 'OpenAI test models escaped a sandbox; closed AI tooling then blocked forensic analysis. Cited as the galvanising event for the alliance.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ftc'}), (b:Entity {id: 'arm'}) MERGE (a)-[r:CLAIM {pred: 'has opened a probe into'}]->(b) SET r += {group: 'legal', mag: null, magU: 'antitrust probe', asof: '2026-07', disc: 'reported', conf: 'medium', url: 'https://www.techtimes.com/articles/322135/20260729/arm-holdings-q1-beat-sends-free-cash-flow-343-ftc-probe-bigger-story.htm', note: 'Disclosed around Arm\'s Q1 FY2027 results, which otherwise beat on revenue and free cash flow.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'microsoft'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'red_hat'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'cloudflare'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'crowdstrike'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'databricks'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'huggingface'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'linux_foundation'}), (b:Entity {id: 'osaia'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: 'founding member', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.coindesk.com/tech/2026/07/27/nvidia-forms-37-member-ai-security-alliance-without-openai-anthropic-or-google', note: 'Named in the inaugural membership announced 27 Jul 2026.', valid_from: '2026-07', valid_to: null, recorded_at: null}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'hw_h200'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: 'flagship China-eligible part', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/05/14/us-clears-h200-chip-sales-to-10-china-firms-as-nvidia-ceo-looks-for-breakthrough.html', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'hw_h20'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: 'prior China part', asof: '2024', disc: 'reported', conf: 'high', url: 'https://spectrum.ieee.org/china-ai-chip', note: '', valid_from: '2024', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'hw_mi325x'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.bis.gov/press-release/department-commerce-revises-license-review-policy-semiconductors-exported-china', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'hw_ascend_950pr'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: '~1 PFLOP FP8', asof: '2026', disc: 'reported', conf: 'high', url: 'https://tech-insider.org/huawei-ascend-950pr-ai-chip-nvidia-china-2026/', note: 'CUDA-compatible stack lowers the cost of migrating off Nvidia.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'hw_ascend_910c'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: '~600k units planned 2026', asof: '2026', disc: 'reported', conf: 'high', url: 'https://spectrum.ieee.org/china-ai-chip', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'smic'}), (b:Entity {id: 'hw_ascend_910c'}) MERGE (a)-[r:CLAIM {pred: 'fabricates'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://spectrum.ieee.org/china-ai-chip', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'hw_ascend_950pr'}) MERGE (a)-[r:CLAIM {pred: 'has committed orders for'}]->(b) SET r += {group: 'ec', mag: 5600000000, magU: '$5.6bn of orders', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://tech-insider.org/huawei-ascend-950pr-ai-chip-nvidia-china-2026/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'hw_ascend_950pr'}) MERGE (a)-[r:CLAIM {pred: 'orders'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://tech-insider.org/huawei-ascend-950pr-ai-chip-nvidia-china-2026/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'hw_ascend_950pr'}) MERGE (a)-[r:CLAIM {pred: 'trains V4 end-to-end on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-04', disc: 'reported', conf: 'high', url: 'https://spectrum.ieee.org/china-ai-chip', note: 'The first frontier-class Chinese model trained without Nvidia silicon.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'hw_h200'}) MERGE (a)-[r:CLAIM {pred: 'is cleared to purchase'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/05/14/us-clears-h200-chip-sales-to-10-china-firms-as-nvidia-ceo-looks-for-breakthrough.html', note: '', valid_from: '2026-05', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'tencent'}), (b:Entity {id: 'hw_h200'}) MERGE (a)-[r:CLAIM {pred: 'is cleared to purchase'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/05/14/us-clears-h200-chip-sales-to-10-china-firms-as-nvidia-ceo-looks-for-breakthrough.html', note: '', valid_from: '2026-05', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'hw_h200'}) MERGE (a)-[r:CLAIM {pred: 'is cleared to purchase'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-05', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/05/14/us-clears-h200-chip-sales-to-10-china-firms-as-nvidia-ceo-looks-for-breakthrough.html', note: '', valid_from: '2026-05', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'bis'}), (b:Entity {id: 'pol_bis_h200'}) MERGE (a)-[r:CLAIM {pred: 'issued'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-01', disc: 'reported', conf: 'high', url: 'https://www.bis.gov/press-release/department-commerce-revises-license-review-policy-semiconductors-exported-china', note: 'Federal Register 2026-00789, effective 15 Jan 2026.', valid_from: '2026-01', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'hw_h200'}), (b:Entity {id: 'pol_bis_h200'}) MERGE (a)-[r:CLAIM {pred: 'is subject to case-by-case review under'}]->(b) SET r += {group: 'legal', mag: null, magU: '25% tariff', asof: '2026-01', disc: 'reported', conf: 'high', url: 'https://www.bis.gov/press-release/department-commerce-revises-license-review-policy-semiconductors-exported-china', note: 'Moved from presumption of denial. A loosening.', valid_from: '2026-01', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'hw_mi325x'}), (b:Entity {id: 'pol_bis_h200'}) MERGE (a)-[r:CLAIM {pred: 'is subject to case-by-case review under'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026-01', disc: 'reported', conf: 'high', url: 'https://www.bis.gov/press-release/department-commerce-revises-license-review-policy-semiconductors-exported-china', note: '', valid_from: '2026-01', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'huawei'}), (b:Entity {id: 'pol_entity_list'}) MERGE (a)-[r:CLAIM {pred: 'is listed on'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2019', disc: 'reported', conf: 'high', url: 'https://spectrum.ieee.org/china-ai-chip', note: 'The listing is why Huawei lost EDA access, which the map already records.', valid_from: '2019', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'smic'}), (b:Entity {id: 'pol_entity_list'}) MERGE (a)-[r:CLAIM {pred: 'is listed on'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2020', disc: 'reported', conf: 'medium', url: 'https://spectrum.ieee.org/china-ai-chip', note: '', valid_from: '2020', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'iflytek'}), (b:Entity {id: 'pol_entity_list'}) MERGE (a)-[r:CLAIM {pred: 'is listed on'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2019', disc: 'reported', conf: 'medium', url: 'https://spectrum.ieee.org/china-ai-chip', note: 'Redirecting spend from U.S. technology to domestic substitutes as a result.', valid_from: '2019', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'cac'}), (b:Entity {id: 'pol_cac_labelling'}) MERGE (a)-[r:CLAIM {pred: 'issued'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'high', url: 'https://www.insideprivacy.com/international/china/china-releases-new-labeling-requirements-for-ai-generated-content/', note: 'In force 1 Sep 2025. Visible and technical labels on all AI-generated media.', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'cac'}), (b:Entity {id: 'pol_cac_anthropomorphic'}) MERGE (a)-[r:CLAIM {pred: 'issued'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-04', disc: 'reported', conf: 'high', url: 'https://www.pertamapartners.com/insights/china-ai-regulations', note: 'Published 10 Apr 2026, effective 15 Jul 2026.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'eu_ai_office'}), (b:Entity {id: 'pol_eu_ai_act'}) MERGE (a)-[r:CLAIM {pred: 'administers'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.pertamapartners.com/insights/china-ai-regulations', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'alibaba'}), (b:Entity {id: 'pol_cac_labelling'}) MERGE (a)-[r:CLAIM {pred: 'is subject to'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'medium', url: 'https://www.pertamapartners.com/insights/china-ai-regulations', note: '', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'bytedance'}), (b:Entity {id: 'pol_cac_labelling'}) MERGE (a)-[r:CLAIM {pred: 'is subject to'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'medium', url: 'https://www.pertamapartners.com/insights/china-ai-regulations', note: '', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'pol_cac_labelling'}) MERGE (a)-[r:CLAIM {pred: 'is subject to'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'medium', url: 'https://www.pertamapartners.com/insights/china-ai-regulations', note: '', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'theatre_ukraine'}) MERGE (a)-[r:CLAIM {pred: 'is deployed to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://united24media.com/war-in-ukraine/easy-to-use-interactive-adaptive-palantir-ceo-alex-karp-on-ukraines-battlefield-targeting-tech-18715', note: 'Karp on the record: a large role in targeting acquisition. Joined Ukraine\'s MoD, armed forces and defence intelligence institute in 2026.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'theatre_taiwan_strait'}) MERGE (a)-[r:CLAIM {pred: 'concentrates leading-edge capacity in'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://spectrum.ieee.org/china-ai-chip', note: 'The single largest geographic concentration risk in the map.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'dawg'}), (b:Entity {id: 'theatre_taiwan_strait'}) MERGE (a)-[r:CLAIM {pred: 'is postured against PLA mass in'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.defenseone.com/ideas/2026/05/pentagons-54-billion-bet-autonomous-warfare/413735/', note: 'Stated purpose is countering PLA mass with autonomous mass.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'us_defense'}), (b:Entity {id: 'dawg'}) MERGE (a)-[r:CLAIM {pred: 'absorbed Replicator into'}]->(b) SET r += {group: 'gov', mag: 225900000, magU: '$225.9m FY2026 line', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.defenseone.com/ideas/2026/05/pentagons-54-billion-bet-autonomous-warfare/413735/', note: 'Replicator dissolved after delivering hundreds rather than thousands.', valid_from: '2025-12', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'hw_vera_rubin'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Rubin GPU + Vera CPU', asof: '2026-08', disc: 'reported', conf: 'high', url: 'https://www.benzinga.com/trading-ideas/movers/26/08/60935776/musk-praises-vera-rubin-platform-on-spacex-earnings-call-nvidia-stock-climbs', note: '', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'hw_vera_rubin'}) MERGE (a)-[r:CLAIM {pred: 'has committed to build exclusively on'}]->(b) SET r += {group: 'ec', mag: null, magU: 'exclusive, going forward', asof: '2026-08', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/08/04/spacex-spcx-earnings-live-updates-q2-2026.html', note: 'Stated by Musk on the 4 Aug 2026 call. Exclusivity is for AI compute going forward, not all procurement.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'named sole AI-compute supplier going forward'}]->(b) SET r += {group: 'ec', mag: null, magU: '20GW target by end-2027', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://www.benzinga.com/trading-ideas/movers/26/08/60935776/musk-praises-vera-rubin-platform-on-spacex-earnings-call-nvidia-stock-climbs', note: 'Musk floated 20GW of power and cooling online by end-2027, over 2GW of compute by end-2026, and cumulative compute possibly near 10GW by end-2027. Targets were presented as tentative.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'starmind_ai1'}) MERGE (a)-[r:CLAIM {pred: 'co-designs with Nvidia'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/08/04/spacex-spcx-earnings-live-updates-q2-2026.html', note: 'Compute payload for orbit.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'starmind_ai1'}) MERGE (a)-[r:CLAIM {pred: 'co-designs with SpaceX'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/08/04/spacex-spcx-earnings-live-updates-q2-2026.html', note: '', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'th_space'}) MERGE (a)-[r:CLAIM {pred: 'is moving data-centre compute into'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/08/04/spacex-spcx-earnings-live-updates-q2-2026.html', note: 'Vera Rubin NVL723 racks intended for deployment in space as well as on the ground.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'seg_us_commercial'}) MERGE (a)-[r:CLAIM {pred: 'generated Q2 2026 revenue of'}]->(b) SET r += {group: 'cap', mag: 764000000, magU: '$764m, +149% YoY', asof: '2026-06', disc: 'filed', conf: 'high', url: 'https://www.businesswire.com/news/home/20260802523449/en/Palantir-Reports-Q2-2026-U.S.-Comm-Revenue-Growth-of-149-YY-and-Revenue-Growth-of-93-YY-Raises-FY-2026-Revenue-Guidance-to-82-YY-Growth-and-U.S.-Comm-Revenue-Guidance-to-134-YY-Crushing-Consensus-Expectations', note: 'FY2026 guidance for this segment raised above $3.42bn, at least +134%.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'seg_us_government'}) MERGE (a)-[r:CLAIM {pred: 'generated Q2 2026 revenue of'}]->(b) SET r += {group: 'cap', mag: 809000000, magU: '$809m, +90% YoY', asof: '2026-06', disc: 'filed', conf: 'high', url: 'https://www.businesswire.com/news/home/20260802523449/en/Palantir-Reports-Q2-2026-U.S.-Comm-Revenue-Growth-of-149-YY-and-Revenue-Growth-of-93-YY-Raises-FY-2026-Revenue-Guidance-to-82-YY-Growth-and-U.S.-Comm-Revenue-Guidance-to-134-YY-Crushing-Consensus-Expectations', note: 'Total US revenue $1.57bn, +115%. Group revenue $1.94bn, +93%.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-05'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'frontia'}) MERGE (a)-[r:CLAIM {pred: 'directs'}]->(b) SET r += {group: 'gov', mag: null, magU: 'national programme to 2030', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nedo'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'selected under the Multimodal Foundation Model project'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: 'Tender won 30 June 2026; AIST selected alongside.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nedo'}), (b:Entity {id: 'aist'}) MERGE (a)-[r:CLAIM {pred: 'selected under the Multimodal Foundation Model project'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'nedo'}) MERGE (a)-[r:CLAIM {pred: 'funds and governs'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: 'METI and NEDO support the R&D through a joint governance framework.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is committing up to Y1tn over five years to'}]->(b) SET r += {group: 'cap', mag: 6100000000, magU: 'up to Y1tn (~$6.1bn), 5 years', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: 'Programme support for FRONTia, running to 2030.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'th_defense'}) MERGE (a)-[r:CLAIM {pred: 'earmarked Y387.3bn for domestic AI development'}]->(b) SET r += {group: 'gov', mag: 2500000000, magU: 'Y387.3bn FY2026', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.eenewseurope.com/en/meti-budget-hike-japan-chip-ai-fy-2026/', note: 'Envelope covers foundation models, data infrastructure and physical AI. Not a Noetra-specific line.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'allocated a further Y150bn in FY2026 to'}]->(b) SET r += {group: 'cap', mag: 970000000, magU: 'Y150bn FY2026', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.eenewseurope.com/en/meti-budget-hike-japan-chip-ai-fy-2026/', note: 'Takes cumulative central government investment in Rapidus to about Y250bn, separate from the wider Y2.35tn of 2nm support already recorded.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'tower_semi'}) MERGE (a)-[r:CLAIM {pred: 'will subsidise up to Y160bn toward'}]->(b) SET r += {group: 'cap', mag: 1000000000, magU: 'up to Y160bn (~$1bn)', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.mlex.com/mlex/state-aid/articles/2501222', note: 'Against a $3bn Tower investment in Toyama and Niigata. Largest semiconductor-related subsidy under the Economic Security Promotion Act.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'tower_semi'}), (b:Entity {id: 'pol_jp_econ_security'}) MERGE (a)-[r:CLAIM {pred: 'is certified under'}]->(b) SET r += {group: 'legal', mag: null, magU: 'supply assurance plan', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://towersemi.com/2026/07/14/07142026/', note: 'Carries multi-year production obligations once supply starts.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'sony'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is a core member and investor in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is a core member and investor in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nec'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is a core member and investor in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.nec.com/en/press/202607/global_20260716_01.html', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'honda'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is a core member and investor in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pfn'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'invested in, and is seconding PLaMo engineers to'}]->(b) SET r += {group: 'talent', mag: null, magU: 'PLaMo team secondment', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.preferred.jp/en/news/pr20260716', note: 'Includes Daisuke Tanaka, who leads PLaMo and PFN foundation model development.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'aist'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'researches the underlying techniques for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'noetra'}), (b:Entity {id: 'noetra_ai_factory'}) MERGE (a)-[r:CLAIM {pred: 'is building'}]->(b) SET r += {group: 'ec', mag: null, magU: '140MW', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/japan-government-industrial-leaders-and-nvidia-launch-the-worlds-first-national-ai-infrastructure', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'noetra'}) MERGE (a)-[r:CLAIM {pred: 'is sole compute supplier to'}]->(b) SET r += {group: 'ec', mag: null, magU: '13,750 Vera CPUs + 27,500 Rubin GPUs', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/japan-government-industrial-leaders-and-nvidia-launch-the-worlds-first-national-ai-infrastructure', note: 'Described by Nvidia as the world\'s first national AI infrastructure for physical AI. Construction April 2027, operations June 2028.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'noetra_ai_factory'}), (b:Entity {id: 'hw_vera_rubin'}) MERGE (a)-[r:CLAIM {pred: 'is built on'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Vera Rubin DSX', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/japan-government-industrial-leaders-and-nvidia-launch-the-worlds-first-national-ai-infrastructure', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'noetra'}), (b:Entity {id: 'frontia'}) MERGE (a)-[r:CLAIM {pred: 'runs'}]->(b) SET r += {group: 'gov', mag: null, magU: 'to 2030', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.softbank.jp/en/sbnews/entry/20260727_01', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'pol_jp_strategic_fields'}) MERGE (a)-[r:CLAIM {pred: 'implements'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.nippon.com/en/news/yjj2026062401070/', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_jp_strategic_fields'}), (b:Entity {id: 'th_defense'}) MERGE (a)-[r:CLAIM {pred: 'targets Y68tn for semiconductors by FY2040'}]->(b) SET r += {group: 'cap', mag: 440000000000, magU: 'Y68tn by FY2040', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://asia.nikkei.com/economy/japan-maps-2.3tn-investment-plan-across-17-strategic-sectors', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_jp_strategic_fields'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'targets Y10.5tn for physical AI by FY2040'}]->(b) SET r += {group: 'cap', mag: 68000000000, magU: 'Y10.5tn by FY2040', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://asia.nikkei.com/economy/japan-maps-2.3tn-investment-plan-across-17-strategic-sectors', note: 'Government target of 10 million AI-equipped robots across 18 sectors by 2040.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'seg_oracle_rpo'}) MERGE (a)-[r:CLAIM {pred: 'reported contracted backlog of $455bn'}]->(b) SET r += {group: 'cap', mag: 455000000000, magU: '$455bn, +359% YoY', asof: '2025-09', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/oracle-has-455bn-in-remaining-performance-obligations-at-end-of-q1-2026/', note: 'Q1 FY2026. Superseded by the Q3 figure; retained as history.', valid_from: '2025-09', valid_to: '2026-03', recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'seg_oracle_rpo'}) MERGE (a)-[r:CLAIM {pred: 'reported contracted backlog of $553bn'}]->(b) SET r += {group: 'cap', mag: 553000000000, magU: '$553bn, +325% YoY', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://investor.oracle.com/investor-news/news-details/2026/Oracle-Announces-Fiscal-Year-2026-Third-Quarter-Financial-Results/default.aspx', note: 'Q3 FY2026, up $29bn on the prior quarter. Driven by AI contracts dependent on Nvidia hardware.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'is a named cloud customer of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'medium', url: 'https://www.datacenterdynamics.com/en/news/oracle-has-455bn-in-remaining-performance-obligations-at-end-of-q1-2026/', note: 'Named by Oracle\'s CEO among the AI contracts behind the backlog, alongside OpenAI, xAI, Meta and AMD.', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'oracle'}) MERGE (a)-[r:CLAIM {pred: 'is a named cloud customer of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025-09', disc: 'reported', conf: 'medium', url: 'https://www.datacenterdynamics.com/en/news/oracle-has-455bn-in-remaining-performance-obligations-at-end-of-q1-2026/', note: 'Keeps Oracle visibly dual-vendor: it buys Nvidia silicon at scale while selling capacity to Nvidia and AMD alike.', valid_from: '2025-09', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'hw_vera_rubin'}) MERGE (a)-[r:CLAIM {pred: 'implies over one million units at its 2027 target'}]->(b) SET r += {group: 'ec', mag: null, magU: '1-2m Rubin GPUs implied', asof: '2026-08', disc: 'reported', conf: 'estimate', url: 'https://the-decoder.com/spacexs-ambitious-compute-goals-could-require-over-two-million-nvidia-rubin-gpus/', note: 'Arithmetic from the stated 10GW end-2027 target, not a disclosed order. Could exceed two million if the whole expansion is Vera Rubin.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is expected to take a significant share of 2027 shipments from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'significant share of 2027 supply', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://wccftech.com/elon-musk-commits-spacex-exclusively-to-nvidia-gpus-citing-theyre-the-best/', note: 'JPMorgan view following the 4 Aug earnings call, not a company disclosure.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'spacex'}), (b:Entity {id: 'fcc'}) MERGE (a)-[r:CLAIM {pred: 'has asked to authorise up to 1m Starmind satellites'}]->(b) SET r += {group: 'legal', mag: null, magU: 'up to 1,000,000 satellites', asof: '2026-01', disc: 'reported', conf: 'medium', url: 'https://www.notebookcheck.net/SpaceX-names-its-AI-Orbital-Data-Center-satellite-constellation.1328148.0.html', note: 'Filed January 2026. The constellation was later named Starmind.', valid_from: '2026-01', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'starmind_ai1'}), (b:Entity {id: 'hw_vera_rubin'}) MERGE (a)-[r:CLAIM {pred: 'carries Rubin GPUs and Vera CPUs'}]->(b) SET r += {group: 'ec', mag: null, magU: 'per-satellite racks', asof: '2026-08', disc: 'reported', conf: 'medium', url: 'https://interestingengineering.com/ai-robotics/spacex-nvidia-starmind-ai1-compute-payload', note: 'First test units planned early 2027, mass production later that year if development holds.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'ukraine_mod'}), (b:Entity {id: 'theatre_ukraine'}) MERGE (a)-[r:CLAIM {pred: 'is prosecuting'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.kyivpost.com/post/78765', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'ukraine_mod'}), (b:Entity {id: 'th_defense'}) MERGE (a)-[r:CLAIM {pred: 'raised 2026 defence spending to a record $98bn'}]->(b) SET r += {group: 'cap', mag: 98000000000, magU: 'UAH4.4tn (~$98bn)', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.kyivpost.com/post/78765', note: 'Increase of UAH1.56tn (~$34.7bn), signed by Zelensky and backed by EU loans.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'ukraine_mod'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'contracted ~$8bn of UAVs in H1 2026'}]->(b) SET r += {group: 'cap', mag: 8000000000, magU: '~$8bn H1, double YoY', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://euromaidanpress.com/2026/07/17/ukraine-contracted-8-billion-in-drones-this-year-in-stock-ones-reach-units-in-nine-days/', note: 'Average delivery for in-stock systems is nine days via the DOT-Chain Defense marketplace. Demand is set from battlefield data rather than human judgement.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'theatre_ukraine'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'is a primary demand driver for autonomy spending at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://cuashub.com/en/content/pentagon-budget-proposal-boosts-drone-and-c-uas-funding-over-70-billion/', note: 'Alongside the Iran campaign.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'theatre_ukraine'}), (b:Entity {id: 'nato'}) MERGE (a)-[r:CLAIM {pred: 'is a primary demand driver for autonomy spending at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://cuashub.com/en/content/pentagon-budget-proposal-boosts-drone-and-c-uas-funding-over-70-billion/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_defense'}), (b:Entity {id: 'th_robotics'}) MERGE (a)-[r:CLAIM {pred: 'is seeking over $70bn for drone and counter-drone systems'}]->(b) SET r += {group: 'cap', mag: 70000000000, magU: '>$70bn sought', asof: '2026-04', disc: 'reported', conf: 'high', url: 'https://cuashub.com/en/content/pentagon-budget-proposal-boosts-drone-and-c-uas-funding-over-70-billion/', note: 'Described as the department\'s largest-ever investment in drones and counter-drone weapons. Distinct from the $225.9m DAWG line and from the broader $13.4bn autonomous-systems ecosystem figure.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'shield_ai'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'supplies uncrewed-aircraft autonomy to'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://cuashub.com/en/content/pentagon-budget-proposal-boosts-drone-and-c-uas-funding-over-70-billion/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'theatre_iran'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'drove AI usage to ~20bn tokens/day, up 4,425%'}]->(b) SET r += {group: 'gov', mag: null, magU: '~20bn tokens/day, +4,425%', asof: '2026-05', disc: 'reported', conf: 'high', url: 'https://breakingdefense.com/2026/05/insatiable-appetite-for-ai-maven-usage-surged-for-strikes-on-iran-pentagon-ai-chief-says/', note: 'Pentagon AI chief\'s figure. The Army subsequently reinstated token limits after allowances were exhausted early.', valid_from: '2026-05', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'palantir'}), (b:Entity {id: 'theatre_iran'}) MERGE (a)-[r:CLAIM {pred: 'Maven Smart System used to plan and coordinate strikes in'}]->(b) SET r += {group: 'gov', mag: null, magU: '13,000 targets', asof: '2026', disc: 'reported', conf: 'high', url: 'https://breakingdefense.com/2026/05/insatiable-appetite-for-ai-maven-usage-surged-for-strikes-on-iran-pentagon-ai-chief-says/', note: 'Operation Epic Fury: 3,000+ targets in the first week, about 13,000 by the 38-day ceasefire.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'Claude reported embedded in targeting and intelligence at'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.habtoorresearch.com/programmes/ai-war-pentagon-algorithms/', note: 'Reported as processing satellite imagery, intercepted communications and operational data to support targeting decisions. Notable given the map already records Anthropic as excluded from IL6/IL7 classified networks over guardrails.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'theatre_iran'}), (b:Entity {id: 'hormuz'}) MERGE (a)-[r:CLAIM {pred: 'effectively closed'}]->(b) SET r += {group: 'ec', mag: null, magU: 'from 28 Feb 2026', asof: '2026-02', disc: 'reported', conf: 'high', url: 'https://www.vyrian.com/blog/strait-of-hormuz-semiconductor-supply-chain-crisis/', note: 'Opened with joint US and Israeli strikes; traffic severely restricted thereafter.', valid_from: '2026-02', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'hormuz'}), (b:Entity {id: 'mat_helium'}) MERGE (a)-[r:CLAIM {pred: 'is the transit chokepoint for'}]->(b) SET r += {group: 'ec', mag: null, magU: '~30% of global supply', asof: '2026', disc: 'reported', conf: 'high', url: 'https://gowlingwlg.com/en/insights-resources/articles/2026/helium-hormuz-and-the-chip-supply-chain', note: 'Qatari helium moves with LNG from Ras Laffan.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'hormuz'}), (b:Entity {id: 'mat_sulfur'}) MERGE (a)-[r:CLAIM {pred: 'is the transit chokepoint for Gulf exports of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.vyrian.com/blog/strait-of-hormuz-semiconductor-supply-chain-crisis/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'mat_helium'}), (b:Entity {id: 'tsmc'}) MERGE (a)-[r:CLAIM {pred: 'is a non-substitutable input for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://gowlingwlg.com/en/insights-resources/articles/2026/helium-hormuz-and-the-chip-supply-chain', note: 'Carrier gas, cleanroom purge gas and wafer coolant.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'mat_helium'}), (b:Entity {id: 'sk_hynix'}) MERGE (a)-[r:CLAIM {pred: 'is a non-substitutable input for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.fool.com/investing/2026/05/04/closing-the-strait-of-hormuz-disrupted-30-of-the-w/', note: 'Ultra-pure helium prices doubled; memory fab output declines within one to two weeks of rationing.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'mat_helium'}), (b:Entity {id: 'micron'}) MERGE (a)-[r:CLAIM {pred: 'is a non-substitutable input for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.fool.com/investing/2026/05/04/closing-the-strait-of-hormuz-disrupted-30-of-the-w/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'mat_helium'}), (b:Entity {id: 'samsung'}) MERGE (a)-[r:CLAIM {pred: 'is a non-substitutable input for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.fool.com/investing/2026/05/04/closing-the-strait-of-hormuz-disrupted-30-of-the-w/', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'mat_sulfur'}), (b:Entity {id: 'tsmc'}) MERGE (a)-[r:CLAIM {pred: 'feeds the acid used in refining inputs for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.vyrian.com/blog/strait-of-hormuz-semiconductor-supply-chain-crisis/', note: 'Sulfuric acid is essential to leaching and refining the metals used in semiconductors, batteries and magnets.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'mat_sulfur'}) MERGE (a)-[r:CLAIM {pred: 'restricted exports of sulfuric acid'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.vyrian.com/blog/strait-of-hormuz-semiconductor-supply-chain-crisis/', note: 'Amplified the shortage created by the Hormuz closure.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'is the sole maker of'}]->(b) SET r += {group: 'ec', mag: null, magU: '~65 systems in 2026', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'hw_euv_high_na'}) MERGE (a)-[r:CLAIM {pred: 'is the sole maker of'}]->(b) SET r += {group: 'ec', mag: null, magU: '~$400m per tool', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.techtimes.com/articles/320577/20260715/asml-raises-full-year-guidance-intel-ships-first-high-na-euv-logic-chip.htm', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'hw_duv_immersion'}) MERGE (a)-[r:CLAIM {pred: 'is the sole maker of'}]->(b) SET r += {group: 'ec', mag: null, magU: '~130 systems capacity 2026', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'is adding 30% capacity for 2027 in'}]->(b) SET r += {group: 'cap', mag: null, magU: '+30% 2027, +30% under review 2028', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Reuters framed the expansion as easing AI chip bottleneck fears.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'hw_duv_immersion'}) MERGE (a)-[r:CLAIM {pred: 'is adding 30% capacity for 2027 in'}]->(b) SET r += {group: 'cap', mag: null, magU: '+30% 2027, +30% under review 2028', asof: '2026-07', disc: 'primary', conf: 'high', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'samsung'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'depends on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'sk_hynix'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'depends on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'micron'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'depends on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'hw_euv_low_na'}) MERGE (a)-[r:CLAIM {pred: 'depends on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'intel'}), (b:Entity {id: 'hw_euv_high_na'}) MERGE (a)-[r:CLAIM {pred: 'is first to run in high-volume manufacturing'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Panther Lake, 18A layers', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.techtimes.com/articles/320577/20260715/asml-raises-full-year-guidance-intel-ships-first-high-na-euv-logic-chip.htm', note: 'First production use of High-NA anywhere, on selected 18A layers.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'intel'}) MERGE (a)-[r:CLAIM {pred: 'supplies EUV and High-NA to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.techtimes.com/articles/320577/20260715/asml-raises-full-year-guidance-intel-ships-first-high-na-euv-logic-chip.htm', note: 'Long-standing structural dependency with no published commencement date. valid_from is null because none was ever established, not because the research is outstanding.', valid_from: null, valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'samsung'}) MERGE (a)-[r:CLAIM {pred: 'is the sole EUV supplier to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'sk_hynix'}) MERGE (a)-[r:CLAIM {pred: 'is the sole EUV supplier to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'supplies EUV to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.sahmcapital.com/news/content/update-4-asml-capacity-upgrade-soothes-ai-chip-bottleneck-fears-2026-07-15', note: 'Rapidus reached 2nm GAA wafer production three months after EUV installation.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'asml'}), (b:Entity {id: 'seg_asml_china'}) MERGE (a)-[r:CLAIM {pred: 'derives about 20% of 2026 revenue from'}]->(b) SET r += {group: 'cap', mag: null, magU: '~20% of FY2026; EUR2.9bn in H1', asof: '2026', disc: 'primary', conf: 'high', url: 'https://www.cnbc.com/2026/07/17/us-china-ai-feud-asml-tightrope-sales-geopolitics.html', note: 'DUV only. Down from prior years under export controls.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_match_act'}), (b:Entity {id: 'seg_asml_china'}) MERGE (a)-[r:CLAIM {pred: 'would further restrict'}]->(b) SET r += {group: 'legal', mag: null, magU: 'proposed, not enacted', asof: '2026-04', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/04/07/asml-shares-today-us-chip-export-curbs-china.html', note: 'Targets DUV tools and related services to China. ASML shares fell on the proposal.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'bis'}), (b:Entity {id: 'asml'}) MERGE (a)-[r:CLAIM {pred: 'questioned executives over an alleged EUV diversion to China'}]->(b) SET r += {group: 'legal', mag: null, magU: 'allegation, denied', asof: '2026-04', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/07/17/us-china-ai-feud-asml-tightrope-sales-geopolitics.html', note: 'Private meetings from April 2026 reported by Bloomberg, involving the Commerce Secretary. ASML has categorically refuted what it calls unfounded rumours of non-compliance. Recorded as an allegation and a denial, not as a finding of fact.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'chinese_gov'}), (b:Entity {id: 'hw_duv_immersion'}) MERGE (a)-[r:CLAIM {pred: 'is funding a domestic substitute for'}]->(b) SET r += {group: 'rival', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/07/28/china-chipmaking-duv-tool-asml-explained.html', note: 'Reported Chinese DUV tool progress, with significant caveats on maturity. A long-term threat to the non-EUV business rather than a near-term one.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is grouped in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: 'Grouping is our analytical construct, not a legal or corporate relationship.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump_jr'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is grouped in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'eric_trump'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is grouped in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is grouped in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'american_ventures'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is grouped in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump_jr'}), (b:Entity {id: 'c1789_capital'}) MERGE (a)-[r:CLAIM {pred: 'is a partner in'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2024-11', disc: 'reported', conf: 'high', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: 'Joined within days of the 2024 election. Firm founded 2022 by Omeed Malik.', valid_from: '2024-11', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'eric_trump'}), (b:Entity {id: 'american_ventures'}) MERGE (a)-[r:CLAIM {pred: 'invests principally through'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'dominari'}), (b:Entity {id: 'american_ventures'}) MERGE (a)-[r:CLAIM {pred: 'is the parent of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: '', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'us_defense'}) MERGE (a)-[r:CLAIM {pred: 'portfolio companies secured at least $3.2bn in federal contracts after investment'}]->(b) SET r += {group: 'gov', mag: 3200000000, magU: '$3.2bn awarded, $3.1bn optioned', asof: '2026-07', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/interactive/2026/07/13/trumps-sons-invest-heavily-defense-fathers-administration-pours-money/', note: 'Washington Post analysis, 13 July 2026, covering at least 15 companies backed by funds associated with both brothers. The figure is contracts secured after the investments were made. The Post does not assert causation and neither does this claim.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'vulcan_elements'}) MERGE (a)-[r:CLAIM {pred: 'invested at a ~$200m valuation in'}]->(b) SET r += {group: 'cap', mag: 200000000, magU: '~$200m valuation', asof: '2025', disc: 'reported', conf: 'medium', url: 'https://techcrunch.com/2025/12/03/company-backed-by-donald-trump-jr-s-firm-nabs-620m-government-contract/', note: '', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_defense'}), (b:Entity {id: 'vulcan_elements'}) MERGE (a)-[r:CLAIM {pred: 'committed a $620m loan to'}]->(b) SET r += {group: 'gov', mag: 620000000, magU: '$620m loan commitment', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://techcrunch.com/2025/12/03/company-backed-by-donald-trump-jr-s-firm-nabs-620m-government-contract/', note: 'A few months after the 1789 investment. Company subsequently valued near $2bn.', valid_from: '2025-12', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'lawmakers have called for a Pentagon probe of'}]->(b) SET r += {group: 'legal', mag: null, magU: 'probe requested 5 Aug 2026', asof: '2026-08', disc: 'reported', conf: 'high', url: 'https://www.washingtonpost.com/technology/2026/08/05/lawmakers-call-pentagon-probe-trump-family-backed-companies/', note: 'Requested, not opened. Recorded because the claims above are contested and the reader should see that.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'directly holds at least $5m in'}]->(b) SET r += {group: 'cap', mag: 5000000, magU: 'at least $5m, range', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.forbes.com/sites/antoniopequenoiv/2026/05/15/trumps-investments-in-palantir-and-nvidia-draw-scrutiny-heres-what-companies-were-traded/', note: 'Direct beneficial ownership of the individual security, held in a revocable family trust with family trustees rather than a qualified blind trust. The Trump Organization states trades are executed through discretionary accounts managed by third-party institutions, which speaks to who executes, not to who owns. Disclosed amounts are ranges.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'palantir'}) MERGE (a)-[r:CLAIM {pred: 'directly holds at least $1m in'}]->(b) SET r += {group: 'cap', mag: 1000000, magU: 'at least $1m, range', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.forbes.com/sites/antoniopequenoiv/2026/05/15/trumps-investments-in-palantir-and-nvidia-draw-scrutiny-heres-what-companies-were-traded/', note: 'Direct beneficial ownership of the individual security, held in a revocable family trust with family trustees rather than a qualified blind trust. The Trump Organization states trades are executed through discretionary accounts managed by third-party institutions, which speaks to who executes, not to who owns. Disclosed amounts are ranges.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'apple'}) MERGE (a)-[r:CLAIM {pred: 'directly holds at least $5m in'}]->(b) SET r += {group: 'cap', mag: 5000000, magU: 'at least $5m, range', asof: '2026', disc: 'filed', conf: 'high', url: 'https://www.forbes.com/sites/antoniopequenoiv/2026/05/15/trumps-investments-in-palantir-and-nvidia-draw-scrutiny-heres-what-companies-were-traded/', note: 'Direct beneficial ownership of the individual security, held in a revocable family trust with family trustees rather than a qualified blind trust. The Trump Organization states trades are executed through discretionary accounts managed by third-party institutions, which speaks to who executes, not to who owns. Disclosed amounts are ranges.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'pol_us_equity_intel'}) MERGE (a)-[r:CLAIM {pred: 'executed'}]->(b) SET r += {group: 'gov', mag: 8900000000, magU: '$8.9bn for 9.9%', asof: '2025-08', disc: 'filed', conf: 'high', url: 'https://www.cnbc.com/2025/08/22/intel-goverment-equity-stake.html', note: '', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_us_equity_intel'}), (b:Entity {id: 'intel'}) MERGE (a)-[r:CLAIM {pred: 'gave the US government a 9.9% holding in'}]->(b) SET r += {group: 'cap', mag: 8900000000, magU: '433.3m shares at $20.47', asof: '2025-08', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2025/08/22/intel-goverment-equity-stake.html', note: 'No voting or governance rights. Funded from unpaid CHIPS grants and Secure Enclave money.', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_us_equity_intel'}), (b:Entity {id: 'hub_trump_family'}) MERGE (a)-[r:CLAIM {pred: 'is an administration action associated with'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2025-08', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2025/08/22/intel-goverment-equity-stake.html', note: 'Policy context only. The stake is held by the United States, not by any family member, and confers no personal ownership.', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'anduril'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'cerebras'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'hadrian'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.bloomberg.com/news/articles/2025-08-26/malik-s-1789-said-to-back-defense-rare-earth-magnet-startups', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'axiom_space'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'databricks'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'unusual_machines'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.bloomberg.com/news/articles/2025-08-26/malik-s-1789-said-to-back-defense-rare-earth-magnet-startups', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'firehawk'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.bloomberg.com/news/articles/2025-08-26/malik-s-1789-said-to-back-defense-rare-earth-magnet-startups', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'c1789_capital'}), (b:Entity {id: 'psiquantum'}) MERGE (a)-[r:CLAIM {pred: 'holds a stake in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.lincolnsquare.media/p/inside-1789-capital-how-don-jrs-vc', note: '', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'trump_family_trust'}) MERGE (a)-[r:CLAIM {pred: 'retains beneficial ownership through'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'filed', conf: 'high', url: 'https://moneywise.com/news/top-stories/trump-eric-trump-nvidia-palantir-stock-trades-insider-trading-accusations', note: 'Revocable, so assets can be reclaimed. Not a qualified blind trust.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump_jr'}), (b:Entity {id: 'trump_family_trust'}) MERGE (a)-[r:CLAIM {pred: 'is a trustee of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://moneywise.com/news/top-stories/trump-eric-trump-nvidia-palantir-stock-trades-insider-trading-accusations', note: 'Trustees are family members, which is the feature that distinguishes this from a blind trust with an independent overseer.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'trump_family_trust'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'departs from the blind-trust convention observed since 1963'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://factually.co/fact-checks/politics/trump-ive-firm-278-t-2026-119f9f', note: 'Predecessors used a qualified blind trust, index funds and Treasuries, or liquidation. Stated as a comparison to precedent, not as a legal finding. 1963 is when the blind-trust convention began, not when this arrangement starts.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'trump_family_trust'}) MERGE (a)-[r:CLAIM {pred: 'executed 3,642 securities transactions in Q1 2026 through'}]->(b) SET r += {group: 'cap', mag: 750000000, magU: '3,642 trades, $220m-$750m', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://factually.co/fact-checks/politics/trump-ive-firm-278-t-2026-119f9f', note: '2,345 purchases and 1,296 sales across 90 days, roughly 58 per trading day, mostly individual stocks. Two OGE Form 278-T reports.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'pol_china_revshare'}) MERGE (a)-[r:CLAIM {pred: 'established'}]->(b) SET r += {group: 'gov', mag: null, magU: '15% of China AI chip revenue', asof: '2025-08', disc: 'reported', conf: 'high', url: 'https://feeds.bbci.co.uk/news/articles/cvgvvnx8y19o', note: '', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'pol_china_revshare'}) MERGE (a)-[r:CLAIM {pred: 'pays 15% of China H20 revenue under'}]->(b) SET r += {group: 'legal', mag: null, magU: '15%, H20', asof: '2025-08', disc: 'reported', conf: 'high', url: 'https://feeds.bbci.co.uk/news/articles/cvgvvnx8y19o', note: 'In exchange for export licences. The President said he sought 20% and settled at 15% after discussion with Nvidia\'s CEO.', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'pol_china_revshare'}) MERGE (a)-[r:CLAIM {pred: 'pays 15% of China MI308 revenue under'}]->(b) SET r += {group: 'legal', mag: null, magU: '15%, MI308', asof: '2025-08', disc: 'reported', conf: 'high', url: 'https://www.z2data.com/insights/inside-us-governments-revenue-sharing-deal-with-chipmakers-nvidia-amd', note: '', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_china_revshare'}), (b:Entity {id: 'commerce'}) MERGE (a)-[r:CLAIM {pred: 'directs payments to'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025-08', disc: 'reported', conf: 'medium', url: 'https://www.z2data.com/insights/inside-us-governments-revenue-sharing-deal-with-chipmakers-nvidia-amd', note: '', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'pol_state_equity'}) MERGE (a)-[r:CLAIM {pred: 'operates'}]->(b) SET r += {group: 'gov', mag: null, magU: '~30 companies', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.energypolicy.columbia.edu/qa-how-the-us-is-using-equity-stakes-to-support-domestic-critical-minerals-development/', note: '', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_state_equity'}), (b:Entity {id: 'intel'}) MERGE (a)-[r:CLAIM {pred: 'holds about 10% of'}]->(b) SET r += {group: 'cap', mag: 8900000000, magU: '~10%, $8.9bn', asof: '2025-08', disc: 'reported', conf: 'high', url: 'https://www.fool.com/investing/2025/10/19/trump-stake-intel-mp-lac-tmq-a-dangerous-precedent/', note: 'Makes the federal government Intel\'s largest single shareholder.', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_state_equity'}), (b:Entity {id: 'mp_materials'}) MERGE (a)-[r:CLAIM {pred: 'holds about 15% of'}]->(b) SET r += {group: 'cap', mag: null, magU: '~15%', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.energypolicy.columbia.edu/qa-how-the-us-is-using-equity-stakes-to-support-domestic-critical-minerals-development/', note: 'Rare earths and permanent magnets.', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_state_equity'}), (b:Entity {id: 'lithium_americas'}) MERGE (a)-[r:CLAIM {pred: 'holds about 5% of'}]->(b) SET r += {group: 'cap', mag: null, magU: '~5%, plus ~5% of Thacker Pass', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.energypolicy.columbia.edu/qa-how-the-us-is-using-equity-stakes-to-support-domestic-critical-minerals-development/', note: '', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_state_equity'}), (b:Entity {id: 'trilogy_metals'}) MERGE (a)-[r:CLAIM {pred: 'holds about 10% of'}]->(b) SET r += {group: 'cap', mag: null, magU: '~10%', asof: '2025', disc: 'reported', conf: 'high', url: 'https://www.energypolicy.columbia.edu/qa-how-the-us-is-using-equity-stakes-to-support-domestic-critical-minerals-development/', note: '', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_state_equity'}), (b:Entity {id: 'vulcan_elements'}) MERGE (a)-[r:CLAIM {pred: 'holds an equity position in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.energypolicy.columbia.edu/qa-how-the-us-is-using-equity-stakes-to-support-domestic-critical-minerals-development/', note: 'The same company 1789 Capital backed near a $200m valuation and which then received a $620m Defense Department loan commitment.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'us_gov'}), (b:Entity {id: 'pol_state_equity'}) MERGE (a)-[r:CLAIM {pred: 'members of Congress sought oversight of'}]->(b) SET r += {group: 'legal', mag: null, magU: 'letter, 2 Feb 2026', asof: '2026-02', disc: 'primary', conf: 'high', url: 'https://democrats-naturalresources.house.gov/imo/media/doc/2026-02-02_moc_to_defense_commerce_energy_interior_re_mineral_equity_deals_oversight.pdf', note: 'Letter to the Secretaries of Defense, Commerce, Energy and Interior on the minerals equity deals.', valid_from: '2026-02', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'lip_bu_tan'}) MERGE (a)-[r:CLAIM {pred: 'publicly called for the resignation of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2025-08', disc: 'reported', conf: 'medium', url: 'https://fortune.com/article/intel-lip-bu-tan-artificial-intelligence-chips-trump/', note: 'Fifteen days before the announcement of the federal equity stake in Intel. Sequence recorded; no causal claim is made.', valid_from: '2025-08', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'lip_bu_tan'}), (b:Entity {id: 'intel'}) MERGE (a)-[r:CLAIM {pred: 'is CEO of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2025', disc: 'reported', conf: 'high', url: 'https://fortune.com/article/intel-lip-bu-tan-artificial-intelligence-chips-trump/', note: '', valid_from: '2025', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'david_sacks'}), (b:Entity {id: 'white_house'}) MERGE (a)-[r:CLAIM {pred: 'served as AI and Crypto Czar at'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'SGE, 130-day cap', asof: '2025-01', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/26/david-sacks-trump-crypto-ai-czar.html', note: 'Special government employee status limits service to 130 days in any 12 months. Term concluded 26 March 2026.', valid_from: '2025-01', valid_to: '2026-03', recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'david_sacks'}), (b:Entity {id: 'pcast'}) MERGE (a)-[r:CLAIM {pred: 'co-chairs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-03', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/26/david-sacks-trump-crypto-ai-czar.html', note: 'Opens where the czar role closes. Advisory rather than executive, and not subject to the 130-day cap.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'michael_kratsios'}), (b:Entity {id: 'pcast'}) MERGE (a)-[r:CLAIM {pred: 'co-chairs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2026-03', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/03/26/david-sacks-trump-crypto-ai-czar.html', note: '', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pcast'}), (b:Entity {id: 'white_house'}) MERGE (a)-[r:CLAIM {pred: 'advises'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-03', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/03/26/david-sacks-trump-crypto-ai-czar.html', note: '', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'david_sacks'}), (b:Entity {id: 'pol_ai_action_plan'}) MERGE (a)-[r:CLAIM {pred: 'shaped'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2025-07', disc: 'reported', conf: 'medium', url: 'https://www.axios.com/2026/03/26/trump-white-house-david-sacks-ai-czar-policy-influence', note: 'Axios framing on his departure was that he dropped the czar label, not the policy influence.', valid_from: '2025-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'white_house'}), (b:Entity {id: 'pol_ai_action_plan'}) MERGE (a)-[r:CLAIM {pred: 'issued'}]->(b) SET r += {group: 'gov', mag: null, magU: '23 Jul 2025, plus 3 EOs', asof: '2025-07', disc: 'reported', conf: 'high', url: 'https://www.mintz.com/insights-center/viewpoints/54941/2026-07-08-ai-washington-report-july-2026-edition', note: '', valid_from: '2025-07', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'white_house'}), (b:Entity {id: 'pol_eo_preemption'}) MERGE (a)-[r:CLAIM {pred: 'signed'}]->(b) SET r += {group: 'gov', mag: null, magU: '11 Dec 2025', asof: '2025-12', disc: 'primary', conf: 'high', url: 'https://www.whitehouse.gov/presidential-actions/2025/12/eliminating-state-law-obstruction-of-national-artificial-intelligence-policy/', note: '', valid_from: '2025-12', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_eo_preemption'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'directs an AI Litigation Task Force against state laws under'}]->(b) SET r += {group: 'legal', mag: null, magU: '', asof: '2025-12', disc: 'reported', conf: 'high', url: 'https://www.crowell.com/en/insights/client-alerts/executive-order-tries-to-thwart-onerous-ai-state-regulation-calls-for-national-framework', note: 'Also directs Commerce to withhold non-deployment BEAD broadband funding from states with conflicting AI laws.', valid_from: '2025-12', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'white_house'}), (b:Entity {id: 'pol_eo_frontier_security'}) MERGE (a)-[r:CLAIM {pred: 'signed'}]->(b) SET r += {group: 'gov', mag: null, magU: '2 Jun 2026, EO 14409', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://www.whitehouse.gov/presidential-actions/2026/06/promoting-advanced-artificial-intelligence-innovation-and-security/', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_eo_frontier_security'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'invites voluntary pre-deployment review from'}]->(b) SET r += {group: 'gov', mag: null, magU: 'voluntary', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.whitehouse.gov/presidential-actions/2026/06/promoting-advanced-artificial-intelligence-innovation-and-security/', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'pol_eo_frontier_security'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'invites voluntary pre-deployment review from'}]->(b) SET r += {group: 'gov', mag: null, magU: 'voluntary', asof: '2026-06', disc: 'reported', conf: 'medium', url: 'https://www.whitehouse.gov/presidential-actions/2026/06/promoting-advanced-artificial-intelligence-innovation-and-security/', note: '', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'white_house'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'hosted the announcement of'}]->(b) SET r += {group: 'gov', mag: null, magU: '$500bn framing', asof: '2025-01', disc: 'reported', conf: 'high', url: 'https://the-decoder.com/stargates-500-billion-ai-infrastructure-project-reportedly-stalls-over-unresolved-disputes-between-openai-oracle-and-softbank/', note: 'Announced at the White House in January 2025 with OpenAI, SoftBank and Oracle.', valid_from: '2025-01', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'stargate'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'has lagged its framing, reportedly over partner disputes'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://the-decoder.com/stargates-500-billion-ai-infrastructure-project-reportedly-stalls-over-unresolved-disputes-between-openai-oracle-and-softbank/', note: 'More than a year after announcement, reporting describes unresolved disputes over structure and responsibility. OpenAI fell short of locking 10GW of commitments through SoftBank and Oracle and leaned on cloud contracts instead.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'stargate'}) MERGE (a)-[r:CLAIM {pred: 'announced five further sites for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'primary', conf: 'medium', url: 'https://openai.com/index/five-new-stargate-sites/', note: 'Expansion and shortfall are both true and are recorded together.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'america_pac'}) MERGE (a)-[r:CLAIM {pred: 'gave $193m through Election Day to'}]->(b) SET r += {group: 'cap', mag: 193000000, magU: '$193m to America PAC', asof: '2024-11', disc: 'filed', conf: 'high', url: 'https://www.cnn.com/2025/02/01/politics/elon-musk-2024-election-spending-millions', note: 'Within total 2024-cycle political spending of more than $290m. FEC filings.', valid_from: '2024-11', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'musk'}), (b:Entity {id: 'donald_trump'}) MERGE (a)-[r:CLAIM {pred: 'spent more than $290m supporting the 2024 campaign of'}]->(b) SET r += {group: 'cap', mag: 290000000, magU: '>$290m, 2024 cycle', asof: '2024-11', disc: 'filed', conf: 'high', url: 'https://www.cnn.com/2025/02/01/politics/elon-musk-2024-election-spending-millions', note: 'The single largest identified capital flow from an entity in this graph into electoral politics. Musk is also principal of SpaceX, which the graph records as exclusively committed to Nvidia and as a major federal contractor.', valid_from: '2024-11', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'timothy_mellon'}), (b:Entity {id: 'maga_inc'}) MERGE (a)-[r:CLAIM {pred: 'gave $151.5m to'}]->(b) SET r += {group: 'cap', mag: 151500000, magU: '$151.5m', asof: '2024-10', disc: 'filed', conf: 'medium', url: 'https://www.nbcnews.com/politics/2024-election/timothy-mellon-leads-huge-month-trump-megadonors-pouring-cash-election-rcna158204', note: '', valid_from: '2024-10', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'miriam_adelson'}), (b:Entity {id: 'preserve_america'}) MERGE (a)-[r:CLAIM {pred: 'gave $100m to'}]->(b) SET r += {group: 'cap', mag: 100000000, magU: '$100m; $105.8m across all vehicles', asof: '2024-10', disc: 'filed', conf: 'medium', url: 'https://www.forbes.com/sites/antoniopequenoiv/2024/10/15/billionaire-gop-megadonor-miriam-adelson-gives-95-million-to-pro-trump-super-pac/', note: '', valid_from: '2024-10', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'america_pac'}), (b:Entity {id: 'donald_trump'}) MERGE (a)-[r:CLAIM {pred: 'campaigned for'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.cnn.com/2025/02/01/politics/elon-musk-2024-election-spending-millions', note: '', valid_from: '2024', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'maga_inc'}), (b:Entity {id: 'donald_trump'}) MERGE (a)-[r:CLAIM {pred: 'campaigned for'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.nbcnews.com/politics/2024-election/timothy-mellon-leads-huge-month-trump-megadonors-pouring-cash-election-rcna158204', note: '', valid_from: '2024', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'preserve_america'}), (b:Entity {id: 'donald_trump'}) MERGE (a)-[r:CLAIM {pred: 'campaigned for'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/antoniopequenoiv/2024/10/15/billionaire-gop-megadonor-miriam-adelson-gives-95-million-to-pro-trump-super-pac/', note: '', valid_from: '2024', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'trump_memecoin'}) MERGE (a)-[r:CLAIM {pred: 'reported over $635m of royalties from'}]->(b) SET r += {group: 'cap', mag: 635000000, magU: '>$635m royalties', asof: '2026-06', disc: 'filed', conf: 'high', url: 'https://www.nbcnews.com/politics/donald-trump/financial-disclosure-1-billion-cryptocurrency-earnings-meme-coins-rcna352497', note: '2025 annual financial disclosure, 927 pages, published 30 June 2026.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'world_liberty'}) MERGE (a)-[r:CLAIM {pred: 'reported over $500m of income from'}]->(b) SET r += {group: 'cap', mag: 500000000, magU: '>$500m; token sales $236m-$520m', asof: '2026-06', disc: 'filed', conf: 'medium', url: 'https://time.com/article/2026/07/01/trump-2025-financial-disclosure-crypto-world-liberty-financial/', note: 'Range reflects valuation method, plus about $65m from an equity sale. A widely circulated figure of ~$799m is not supported by the reporting reviewed here.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'reported crypto-related income variously put between $580m and $1.4bn for 2025'}]->(b) SET r += {group: 'legal', mag: null, magU: 'contested: $580m / $1.2bn / $1.4bn', asof: '2026-06', disc: 'filed', conf: 'medium', url: 'https://www.cnbc.com/2026/06/30/trump-financial-disclosure-released.html', note: 'Same filing, different totals across outlets depending on which lines are counted and how token proceeds are valued. Recorded as a contested range rather than a single number.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-06'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'ibm'}) MERGE (a)-[r:CLAIM {pred: 'is the enterprise AI platform of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/new/announcements/meta-s-new-llama-3-3-70b-instruct-model-now-available-on-watsonx-ai', note: 'Platform layer, held separate from IBM the corporate entity so the model, governance and infrastructure claims attach where they actually belong.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_research'}), (b:Entity {id: 'ibm'}) MERGE (a)-[r:CLAIM {pred: 'is the research division of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://research.ibm.com/blog/granite-code-models-open-source', note: '', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_quantum'}), (b:Entity {id: 'ibm'}) MERGE (a)-[r:CLAIM {pred: 'is the quantum division of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/quantum/blog/quantum-roadmap-2033', note: 'Previously an orphan in this graph: IBM Quantum had rival and partnership edges but no edge to its own parent. This is the classical-to-quantum join.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'watsonx_governance'}), (b:Entity {id: 'ibm_watsonx'}) MERGE (a)-[r:CLAIM {pred: 'is the governance layer of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2026-04-01-IBM-Expands-FedRAMP-Portfolio-with-Authorization-of-11-Software-Solutions,-Including-watsonx', note: '', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'ibm_cloud'}) MERGE (a)-[r:CLAIM {pred: 'runs on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.hpcwire.com/off-the-wire/ibm-expands-ai-and-hpc-offerings-with-nvidia-h100-gpus-on-ibm-cloud/', note: '', valid_from: '2024', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'hosts and serves the Llama models of'}]->(b) SET r += {group: 'ec', mag: null, magU: 'Highest-weight open-source relationship in this subgraph', asof: '2026', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/Blog-IBM-Offers-Metas-Llama-3-Open-Models-on-Watsonx,-Expands-Portfolio-of-Next-Generation-Enterprise-Ready-Models', note: 'The highest-value open-source model relationship on the platform. Llama 2 announced Aug 2023, Llama 3 (8B/70B) Apr 2024, Llama 3.2 including the 11B and 90B multimodal models, then Llama 3.3 70B Instruct. Meta supplies the open-weight backbone IBM sells to enterprises that will not send data to a closed API.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'co-founded'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/AI-Alliance-Launches-as-an-International-Community-of-Leading-Technology-Developers,-Researchers,-and-Adopters-Collaborating-Together-to-Advance-Open,-Safe,-Responsible-AI', note: 'Launched 5 Dec 2023 with Meta.', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'co-founded'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: 'IBM and Meta launched it jointly. Press framing at launch, and IBM\'s own, positioned it against closed-model vendors; OpenAI and Anthropic are not members.', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'amd'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'intel'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'primary', conf: 'high', url: 'https://www.intel.com/content/www/us/en/developer/articles/community/what-is-the-ai-alliance.html', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'nasa'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'huggingface'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'red_hat'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'servicenow'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'linux_foundation'}), (b:Entity {id: 'ai_alliance'}) MERGE (a)-[r:CLAIM {pred: 'is a founding member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023-12', disc: 'reported', conf: 'high', url: 'https://venturebeat.com/ai/ibm-meta-launch-ai-alliance-with-over-50-tech-members-to-advance-open-safe-responsible-ai', note: '', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'imports custom foundation models from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024', disc: 'primary', conf: 'medium', url: 'https://developer.ibm.com/tutorials/awb-deploying-custom-foundation-models-watsonx-ai-cloud/', note: 'Downgraded from the supplied claim of a native one-click hub integration. The documented path is a supported import: authenticate with a Hugging Face token, pull with huggingface-cli, stage to cloud object storage, then deploy if the model is TGI-compatible.', valid_from: '2024', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_research'}), (b:Entity {id: 'granite'}) MERGE (a)-[r:CLAIM {pred: 'builds and open-sources'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-09', disc: 'primary', conf: 'high', url: 'https://research.ibm.com/blog/granite-code-models-open-source', note: 'Apache 2.0. First announced 7 Sep 2023; Granite 3.2 added reasoning and vision, Granite 4.0 moved to a hybrid architecture.', valid_from: '2023-09', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'granite'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'is distributed on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-09', disc: 'primary', conf: 'high', url: 'https://huggingface.co/ibm-granite/granite-4.1-8b', note: 'Published under the ibm-granite org alongside Ollama, LM Studio, Replicate, NVIDIA NIM, Docker Hub and Kaggle.', valid_from: '2023-09', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'granite'}), (b:Entity {id: 'ibm_watsonx'}) MERGE (a)-[r:CLAIM {pred: 'is the first-party model family of'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-09', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/new/announcements/ibm-granite-4-0-hyper-efficient-high-performance-hybrid-models', note: '', valid_from: '2023-09', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'pytorch_foundation'}) MERGE (a)-[r:CLAIM {pred: 'is a premier member of'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://pytorch.org/blog/ibm-joins-pytorch/', note: 'Premier membership carries a governing-board seat, filled by Raghu Ganti of IBM Research, who co-leads IBM\'s foundation-model training and validation platform.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'pytorch_foundation'}), (b:Entity {id: 'pytorch'}) MERGE (a)-[r:CLAIM {pred: 'governs'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://pytorch.org/blog/ibm-joins-pytorch/', note: '', valid_from: '2022', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'pytorch_foundation'}), (b:Entity {id: 'linux_foundation'}) MERGE (a)-[r:CLAIM {pred: 'is hosted by'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://pytorch.org/blog/ibm-joins-pytorch/', note: '', valid_from: '2022', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_cloud'}), (b:Entity {id: 'hw_h100'}) MERGE (a)-[r:CLAIM {pred: 'runs AI and HPC workloads on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://www.hpcwire.com/off-the-wire/ibm-expands-ai-and-hpc-offerings-with-nvidia-h100-gpus-on-ibm-cloud/', note: 'H100 instances reached general availability on IBM Cloud for LLM training and other demanding AI and HPC use cases.', valid_from: '2024', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'hw_h100'}) MERGE (a)-[r:CLAIM {pred: 'designs'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2022', disc: 'reported', conf: 'high', url: 'https://www.hpcwire.com/off-the-wire/ibm-expands-ai-and-hpc-offerings-with-nvidia-h100-gpus-on-ibm-cloud/', note: '', valid_from: '2022', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'co-develops an enterprise AI stack with'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-03', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2026-03-16-ibm-and-nvidia-announce-expanded-collaboration-at-gtc-2026-to-advance-ai-for-the-enterprise', note: 'Expanded at GTC 2026. watsonx integrates NVIDIA NIM microservices; CUDA acceleration was pushed into the data layer, with watsonx.data\'s Presto SQL engine accelerated by NVIDIA cuDF.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_cloud'}), (b:Entity {id: 'amd_epyc'}) MERGE (a)-[r:CLAIM {pred: 'runs bare-metal compute on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2021-11', disc: 'primary', conf: 'high', url: 'https://ir.amd.com/news-events/press-releases/detail/1033/ibm-cloud-selects-3rd-gen-amd-epyc-processors-for-new', note: 'IBM Cloud selected 3rd Gen EPYC (7763) for bare metal in Nov 2021, following 2nd Gen in 2020. General-purpose and virtualised workloads, not an AI-specific pre-processing tier.', valid_from: '2021-11', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'amd'}) MERGE (a)-[r:CLAIM {pred: 'brings AI accelerators into watsonx from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024-11', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2024-11-18-ibm-expands-its-ai-accelerator-offerings-announces-collaboration-with-amd', note: 'AMD Instinct MI300X support in watsonx and on IBM Cloud, announced 18 Nov 2024.', valid_from: '2024-11', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'openshift'}) MERGE (a)-[r:CLAIM {pred: 'is deployed on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/docs/en/watsonx/watsonxdata/1.0.x?topic=cluster-installing-red-hat-openshift-container-platform', note: 'watsonx components install onto an OpenShift Container Platform cluster via Cloud Pak for Data. This is the on-premises and hybrid path; watsonx SaaS on IBM Cloud is the other.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'openshift'}), (b:Entity {id: 'red_hat'}) MERGE (a)-[r:CLAIM {pred: 'is a product of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://www.redhat.com/en/blog/ibm-watsonxai-with-red-hat-openshift-ai', note: '', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'red_hat'}), (b:Entity {id: 'ibm'}) MERGE (a)-[r:CLAIM {pred: 'is a wholly owned subsidiary of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2019', disc: 'primary', conf: 'high', url: 'https://www.redhat.com/en/blog/ibm-watsonxai-with-red-hat-openshift-ai', note: 'Acquired 2019. Explains why the OpenShift deployment path is IBM-internal rather than a third-party dependency.', valid_from: '2019', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'salesforce'}) MERGE (a)-[r:CLAIM {pred: 'supplies Granite models and Orchestrate agents to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024-05', disc: 'primary', conf: 'high', url: 'https://www.salesforce.com/news/press-releases/2024/05/21/ibm-salesforce-ai-data-partnership/', note: 'Expanded May 2024: Granite models usable inside the Einstein 1 Platform, IBM joined the Zero Copy Partner Network for watsonx-to-Data-Cloud integration, and watsonx Orchestrate builds autonomous agents for Agentforce.', valid_from: '2024-05', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_watsonx'}), (b:Entity {id: 'sap'}) MERGE (a)-[r:CLAIM {pred: 'supplies Granite models to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2024-05', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/blog-ibm-granite-llm-now-available-through-the-generative-ai-hub-in-sap-ai-core', note: 'Granite is served through the generative AI hub in SAP AI Core on SAP Business Technology Platform, starting with granite.13b.chat, under the May 2024 "Value Generation" initiative covering finance, HCM, supply chain and CRM.', valid_from: '2024-05', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'servicenow'}) MERGE (a)-[r:CLAIM {pred: 'co-develops AI agents with'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-06', disc: 'primary', conf: 'high', url: 'https://newsroom.servicenow.com/press-releases/details/2026/ServiceNow-and-IBM-Expand-Collaboration-to-Unlock-Enterprise-Data-for-AI-at-Scale/default.aspx', note: 'Expanded 11 Jun 2026. Three strands: legacy application modernisation, extending ServiceNow Workflow Data Fabric with watsonx.data governance, and agentic AI for multi-step IT and business workflows. First joint solutions guided to H2 2026.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'adobe'}) MERGE (a)-[r:CLAIM {pred: 'co-delivers a generative content supply chain with'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-06', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2023-06-19-IBM-Expands-Partnership-with-Adobe-To-Deliver-Content-Supply-Chain-Solution-Using-Generative-AI', note: 'Direction corrected from the supplied packet. Adobe Firefly generates the assets under brand guardrails and IBM Consulting delivers the engagement; watsonx contributes translation, localisation and integration with Adobe Experience Platform. watsonx does not power Firefly.', valid_from: '2023-06', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_research'}), (b:Entity {id: 'nasa'}) MERGE (a)-[r:CLAIM {pred: 'co-creates open foundation models with'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2023-08-03-IBM-and-NASA-Open-Source-Largest-Geospatial-AI-Foundation-Model-on-Hugging-Face', note: 'Built with NASA IMPACT on the watsonx foundation-model stack and IBM\'s Vela supercomputer, with Clark University, ESA, USGS and Oak Ridge National Laboratory.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_research'}), (b:Entity {id: 'prithvi'}) MERGE (a)-[r:CLAIM {pred: 'built and open-sourced'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://www.earthdata.nasa.gov/news/nasa-ibm-openly-release-geospatial-ai-foundation-model-nasa-earth-observation-data', note: 'A temporal vision transformer trained on NASA Harmonized Landsat and Sentinel-2 imagery.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'prithvi'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'is distributed on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2023-08-03-IBM-and-NASA-Open-Source-Largest-Geospatial-AI-Foundation-Model-on-Hugging-Face', note: 'Largest open-source geospatial AI model on the hub at release.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'watsonx_governance'}), (b:Entity {id: 'us_gov'}) MERGE (a)-[r:CLAIM {pred: 'is FedRAMP-authorised for use by'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2026-04', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2026-04-01-IBM-Expands-FedRAMP-Portfolio-with-Authorization-of-11-Software-Solutions,-Including-watsonx', note: 'One of 11 IBM AI and automation products authorised in April 2026. Automates the bias and model-performance reporting federal agencies need for internal oversight boards and executive orders on safe and trustworthy AI.', valid_from: '2026-04', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'moderna'}) MERGE (a)-[r:CLAIM {pred: 'supplies generative AI and quantum access to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-04', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2023-04-20-Moderna-and-IBM-to-Explore-Quantum-Computing-and-Generative-AI-for-mRNA-Science', note: 'Multi-year agreement, April 2023. Moderna scientists use IBM\'s MoLFormer to optimise lipid nanoparticles and mRNA sequences, and joined the IBM Quantum Network and Quantum Accelerator. Exploratory design work, not the "AI targeting" framing in the supplied packet.', valid_from: '2023-04', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'watsonx_governance'}), (b:Entity {id: 'c_ai_governance'}) MERGE (a)-[r:CLAIM {pred: 'implements'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2026-04-01-IBM-Expands-FedRAMP-Portfolio-with-Authorization-of-11-Software-Solutions,-Including-watsonx', note: '', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm'}), (b:Entity {id: 'c_ai_governance'}) MERGE (a)-[r:CLAIM {pred: 'ships enterprise governance as a product surface'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://newsroom.ibm.com/2026-04-01-IBM-Expands-FedRAMP-Portfolio-with-Authorization-of-11-Software-Solutions,-Including-watsonx', note: 'Via watsonx.governance: bias tracking, agent evaluation, audit documentation, FedRAMP.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'salesforce'}), (b:Entity {id: 'c_ai_governance'}) MERGE (a)-[r:CLAIM {pred: 'ships enterprise governance as a product surface'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024-05', disc: 'primary', conf: 'medium', url: 'https://www.salesforce.com/news/press-releases/2024/05/21/ibm-salesforce-ai-data-partnership/', note: 'Einstein Trust Layer, extended by the IBM partnership toward data security and regulatory compliance for joint deployments.', valid_from: '2024-05', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'sap'}), (b:Entity {id: 'c_ai_governance'}) MERGE (a)-[r:CLAIM {pred: 'ships enterprise governance as a product surface'}]->(b) SET r += {group: 'gov', mag: null, magU: '', asof: '2024-05', disc: 'primary', conf: 'medium', url: 'https://news.sap.com/2024/05/ibm-and-sap-generative-ai-new-value-generation-partnership/', note: 'The generative AI hub in SAP AI Core is positioned as the relevant, reliable and responsible business-AI control point across SAP\'s cloud portfolio.', valid_from: '2024-05', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'qiskit_ml'}), (b:Entity {id: 'pytorch'}) MERGE (a)-[r:CLAIM {pred: 'extends'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2021', disc: 'primary', conf: 'high', url: 'https://qiskit-community.github.io/qiskit-machine-learning/tutorials/05_torch_connector.html', note: 'TorchConnector wraps a Qiskit NeuralNetwork as a PyTorch Module, so a quantum circuit is a layer in an ordinary classical architecture and autograd carries gradients through it. Requires input_gradients=True at network init. This is the concrete join between the quantum cluster and the classical AI cluster.', valid_from: '2021', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'qiskit_ml'}), (b:Entity {id: 'ibm_quantum'}) MERGE (a)-[r:CLAIM {pred: 'is the machine-learning library of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2021', disc: 'primary', conf: 'high', url: 'https://qiskit-community.github.io/qiskit-machine-learning/tutorials/01_neural_networks.html', note: '', valid_from: '2021', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'qiskit_ml'}), (b:Entity {id: 'th_qml'}) MERGE (a)-[r:CLAIM {pred: 'is tooling for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2021', disc: 'primary', conf: 'high', url: 'https://qiskit-community.github.io/qiskit-machine-learning/tutorials/05_torch_connector.html', note: '', valid_from: '2021', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_quantum'}), (b:Entity {id: 'c_quantum_error_correction'}) MERGE (a)-[r:CLAIM {pred: 'depends on classical compute for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2025-06', disc: 'reported', conf: 'high', url: 'https://arxiv.org/pdf/2506.01779', note: 'Relay-BP, an improved belief-propagation decoder, implemented on an off-the-shelf AMD FPGA, turns syndrome data into error information for qLDPC codes in under 480ns, roughly ten times faster than the prior design and inside the latency budget superconducting hardware imposes. IBM says this landed a year ahead of schedule.', valid_from: '2025-06', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_quantum'}), (b:Entity {id: 'amd'}) MERGE (a)-[r:CLAIM {pred: 'runs its real-time decoder on FPGAs from'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2025-06', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/quantum/blog/large-scale-ftqc', note: 'The decoder is an AMD FPGA, which puts AMD on both the classical and the quantum side of IBM\'s stack.', valid_from: '2025-06', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_quantum_system_two'}), (b:Entity {id: 'ibm_quantum'}) MERGE (a)-[r:CLAIM {pred: 'is the system architecture of'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '', asof: '2023-12', disc: 'primary', conf: 'high', url: 'https://www.ibm.com/quantum/blog/quantum-roadmap-2033', note: 'Three 133-qubit Heron processors, cryogenic infrastructure, third-generation control electronics and classical runtime servers, in a 22ft by 12ft enclosure at Yorktown Heights. Modular so qubit count scales by linking chips. Stated purpose is quantum-centric supercomputing; the supplied claim that it was designed to relieve AI training linear-algebra bottlenecks is not supported and is not asserted here.', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'ibm_quantum_system_two'}), (b:Entity {id: 'th_qml'}) MERGE (a)-[r:CLAIM {pred: 'is candidate hardware for'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023-12', disc: 'primary', conf: 'medium', url: 'https://www.ibm.com/quantum/blog/quantum-roadmap-2033', note: 'Candidate, not purpose-built. No demonstrated advantage on production ML workloads.', valid_from: '2023-12', valid_to: null, recorded_at: '2026-08-07'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'react'}) MERGE (a)-[r:CLAIM {pred: 'authored'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2210.03629', note: 'With Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan and Yuan Cao.', valid_from: '2022-10', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'co-created'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2310.06770', note: '', valid_from: '2023-10', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'tau_bench'}) MERGE (a)-[r:CLAIM {pred: 'co-created'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2024', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2406.12045', note: '', valid_from: '2024-06', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'webshop'}) MERGE (a)-[r:CLAIM {pred: 'co-created'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2207.01206', note: '', valid_from: '2022-07', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'karthik_narasimhan'}), (b:Entity {id: 'react'}) MERGE (a)-[r:CLAIM {pred: 'co-authored'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2210.03629', note: '', valid_from: '2022-10', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'cmu'}), (b:Entity {id: 'webarena'}) MERGE (a)-[r:CLAIM {pred: 'created'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2307.13854', note: 'First author Shuyan Zhou. Recorded to fix a common misattribution to Yao Shunyu.', valid_from: '2023-07', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'princeton_nlp'}) MERGE (a)-[r:CLAIM {pred: 'took a doctorate at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2019', disc: 'reported', conf: 'high', url: 'https://www.cs.princeton.edu/events/26645', note: 'Final public oral 2 May 2024, thesis Language Agents: From Next-Token Prediction to Digital Automation. Start year is the standard programme length and is not separately sourced.', valid_from: '2019', valid_to: '2024-05', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'karthik_narasimhan'}), (b:Entity {id: 'yao_shunyu'}) MERGE (a)-[r:CLAIM {pred: 'advised the doctoral work of'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2019', disc: 'reported', conf: 'high', url: 'https://www.cs.princeton.edu/events/26645', note: '', valid_from: '2019', valid_to: '2024-05', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'karthik_narasimhan'}), (b:Entity {id: 'princeton_nlp'}) MERGE (a)-[r:CLAIM {pred: 'is faculty at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2019', disc: 'primary', conf: 'high', url: 'https://www.cs.princeton.edu/events/26645', note: '', valid_from: '2019', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'princeton_nlp'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'produced'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2023', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2310.06770', note: '', valid_from: '2023-10', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'princeton_nlp'}), (b:Entity {id: 'webshop'}) MERGE (a)-[r:CLAIM {pred: 'produced'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://arxiv.org/abs/2207.01206', note: '', valid_from: '2022-07', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'yao_shunyu'}), (b:Entity {id: 'alphabet'}) MERGE (a)-[r:CLAIM {pred: 'did the ReAct work at'}]->(b) SET r += {group: 'talent', mag: null, magU: '', asof: '2022', disc: 'reported', conf: 'medium', url: 'https://arxiv.org/abs/2210.03629', note: 'Google affiliation on the ReAct paper and reported in later profiles. Exact start and end dates are not published.', valid_from: '2022', valid_to: '2024', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'langchain'}), (b:Entity {id: 'react'}) MERGE (a)-[r:CLAIM {pred: 'implements'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://reference.langchain.com/python/langgraph.prebuilt/chat_agent_executor/create_react_agent', note: 'create_react_agent cites the paper directly.', valid_from: '2022-11', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'evaluated frontier models on'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2024', disc: 'primary', conf: 'high', url: 'https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/', note: 'Closed on the date OpenAI stopped reporting it.', valid_from: '2024', valid_to: '2026-02-23', recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'retired as a frontier evaluation'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2026', disc: 'primary', conf: 'high', url: 'https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/', note: 'OpenAI found frontier models could reproduce gold patches verbatim and said gains no longer reflected real software-development ability. It recommends the SWE-bench Pro public split instead.', valid_from: '2026-02-23', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'reports model results on'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/', note: 'Claude Opus 4.5 is named in OpenAI\'s contamination analysis, which is the source used here rather than an Anthropic publication.', valid_from: '2024', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'swe_bench'}) MERGE (a)-[r:CLAIM {pred: 'reports model results on'}]->(b) SET r += {group: 'data', mag: null, magU: '', asof: '2024', disc: 'reported', conf: 'high', url: 'https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/', note: 'Gemini 3 Flash is named in OpenAI\'s contamination analysis, which is the source used here rather than a Google publication.', valid_from: '2024', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'anthropic'}), (b:Entity {id: 'qwen'}) MERGE (a)-[r:CLAIM {pred: 'alleges a large-scale distillation campaign against Claude by'}]->(b) SET r += {group: 'legal', mag: 28800000, magU: 'Claude exchanges alleged, via ~25,000 fraudulent accounts', asof: '2026-06', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/06/24/anthropic-alibaba-distillation-campaign.html', note: 'AN ALLEGATION, NOT A FINDING. Anthropic wrote to Senators Scott and Warren on 10 June 2026 alleging ~28.8m Claude exchanges between 22 April and 5 June 2026 via roughly 25,000 fraudulent accounts. Alibaba has not publicly responded and nothing has been tested. conf=high refers to the allegation having been made and reported, not to the conduct being established.', valid_from: '2026-06', valid_to: null, recorded_at: '2026-08-08'}; MATCH (a:Entity {id: 'huggingface'}), (b:Entity {id: 'ggml'}) MERGE (a)-[r:CLAIM {pred: 'acquired ggml and llama.cpp, which stay open-source'}]->(b) SET r += {group: 'ctrl', mag: null, magU: 'terms not disclosed', asof: '2026-02', disc: 'primary', conf: 'high', url: 'https://huggingface.co/blog/ggml-joins-hf', note: 'Announced by Hugging Face on 20 Feb 2026. Georgi Gerganov and team continue on llama.cpp with technical autonomy. No financial terms disclosed, so none are recorded.', valid_from: '2026-02-20', valid_to: null, recorded_at: '2026-08-09'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'publishes its open-weight models on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'primary', conf: 'high', url: 'https://huggingface.co/meta-llama', note: 'Verified against the organisation\'s own page on the hub.', valid_from: null, valid_to: null, recorded_at: '2026-08-09'}; MATCH (a:Entity {id: 'qwen'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'publishes its open-weight models on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'primary', conf: 'high', url: 'https://huggingface.co/Qwen', note: 'Verified against the organisation\'s own page on the hub.', valid_from: null, valid_to: null, recorded_at: '2026-08-09'}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'publishes its open-weight models on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'primary', conf: 'high', url: 'https://huggingface.co/deepseek-ai', note: 'Verified against the organisation\'s own page on the hub.', valid_from: null, valid_to: null, recorded_at: '2026-08-09'}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'publishes its open-weight models on'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026-08', disc: 'primary', conf: 'high', url: 'https://huggingface.co/mistralai', note: 'Verified against the organisation\'s own page on the hub.', valid_from: null, valid_to: null, recorded_at: '2026-08-09'}; MATCH (a:Entity {id: 'toyota'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'ntt'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'sony'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'nec'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'denso'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'kioxia'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'mufg'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'is a founding shareholder of'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2022', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'One of the eight companies that founded Rapidus in 2022. All eight increased their stakes in the February 2026 round. Individual stake sizes are not disclosed, so none is recorded.', valid_from: '2022', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'japan_meti'}), (b:Entity {id: 'rapidus'}) MERGE (a)-[r:CLAIM {pred: 'backs, with a further Y100bn of state equity via IPA'}]->(b) SET r += {group: 'gov', mag: 100000000000, magU: 'JPY, state equity via IPA', asof: '2026-02-27', disc: 'primary', conf: 'high', url: 'https://www.rapidus.inc/en/news_topics/information/rapidus-secures-267-6-billion-yen-in-funding-from-japan-government-and-private-sector-companies/', note: 'Part of a Y267.6bn round completed 27 Feb 2026: Y100bn from the state through the Information-technology Promotion Agency and Y167.6bn from 32 private companies. A shift from subsidy to direct ownership.', valid_from: '2026-02-27', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'esmc'}) MERGE (a)-[r:CLAIM {pred: 'holds a 70% stake in'}]->(b) SET r += {group: 'cap', mag: 70, magU: '% equity', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://www.nxp.com/company/about-nxp/newsroom/NW-ESMC', note: 'Announced 8 Aug 2023. Total investment expected to exceed EUR10bn including EU and German government support. The fab is operated by TSMC.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'bosch'}), (b:Entity {id: 'esmc'}) MERGE (a)-[r:CLAIM {pred: 'holds a 10% stake in'}]->(b) SET r += {group: 'cap', mag: 10, magU: '% equity', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://www.nxp.com/company/about-nxp/newsroom/NW-ESMC', note: 'Announced 8 Aug 2023. Total investment expected to exceed EUR10bn including EU and German government support. The fab is operated by TSMC.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'infineon'}), (b:Entity {id: 'esmc'}) MERGE (a)-[r:CLAIM {pred: 'holds a 10% stake in'}]->(b) SET r += {group: 'cap', mag: 10, magU: '% equity', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://www.nxp.com/company/about-nxp/newsroom/NW-ESMC', note: 'Announced 8 Aug 2023. Total investment expected to exceed EUR10bn including EU and German government support. The fab is operated by TSMC.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'nxp'}), (b:Entity {id: 'esmc'}) MERGE (a)-[r:CLAIM {pred: 'holds a 10% stake in'}]->(b) SET r += {group: 'cap', mag: 10, magU: '% equity', asof: '2023-08', disc: 'primary', conf: 'high', url: 'https://www.nxp.com/company/about-nxp/newsroom/NW-ESMC', note: 'Announced 8 Aug 2023. Total investment expected to exceed EUR10bn including EU and German government support. The fab is operated by TSMC.', valid_from: '2023-08', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'sk_hynix'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'supplies HBM to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2023', disc: 'reported', conf: 'high', url: 'https://www.kedglobal.com/korean-chipmakers/newsView/ked202603100011', note: 'The leading HBM supplier and Nvidia\'s launch partner for HBM4. Reported shares of Nvidia\'s HBM4 orders range from about 62% to 70% across trade sources; the figures conflict, so none is recorded and only the relationship is.', valid_from: '2023', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'ase'}) MERGE (a)-[r:CLAIM {pred: 'outsources CoWoS packaging steps to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.trendforce.com/news/2026/08/05/news-tsmc-reportedly-expands-outsourcing-of-key-cowos-front-end-step-to-osats-amid-rising-nvidia-asic-demand/', note: 'CoWoS capacity is sold out; front-end chip-on-wafer work is being pushed to OSATs to ease the bottleneck. The constraint on AI accelerators is packaging as much as lithography, and it is no longer inside one company.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'amkor'}) MERGE (a)-[r:CLAIM {pred: 'outsources CoWoS packaging steps to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.trendforce.com/news/2026/08/05/news-tsmc-reportedly-expands-outsourcing-of-key-cowos-front-end-step-to-osats-amid-rising-nvidia-asic-demand/', note: 'CoWoS capacity is sold out; front-end chip-on-wafer work is being pushed to OSATs to ease the bottleneck. The constraint on AI accelerators is packaging as much as lithography, and it is no longer inside one company.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'oracle'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'co-operates'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025-05', disc: 'primary', conf: 'high', url: 'https://www.g42.ai/resources/news/global-tech-alliance-launches-stargate-uae', note: 'Operates the cluster jointly with OpenAI. A 1GW cluster inside the 5GW UAE-US AI Campus in Abu Dhabi, first 200MW phase targeted for 2026.', valid_from: '2025-05', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'supplies Grace Blackwell GB300 systems to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2025-05', disc: 'primary', conf: 'high', url: 'https://www.g42.ai/resources/news/global-tech-alliance-launches-stargate-uae', note: 'Named as the compute supplier. A 1GW cluster inside the 5GW UAE-US AI Campus in Abu Dhabi, first 200MW phase targeted for 2026.', valid_from: '2025-05', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'cisco'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'supplies AI networking to'}]->(b) SET r += {group: 'ec', mag: null, magU: '', asof: '2025-05', disc: 'primary', conf: 'high', url: 'https://www.g42.ai/resources/news/global-tech-alliance-launches-stargate-uae', note: 'Named as the networking supplier. A 1GW cluster inside the 5GW UAE-US AI Campus in Abu Dhabi, first 200MW phase targeted for 2026.', valid_from: '2025-05', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'softbank'}), (b:Entity {id: 'stargate_uae'}) MERGE (a)-[r:CLAIM {pred: 'invests in'}]->(b) SET r += {group: 'cap', mag: null, magU: '', asof: '2025-05', disc: 'primary', conf: 'high', url: 'https://www.g42.ai/resources/news/global-tech-alliance-launches-stargate-uae', note: 'Named as an investment partner. A 1GW cluster inside the 5GW UAE-US AI Campus in Abu Dhabi, first 200MW phase targeted for 2026.', valid_from: '2025-05', valid_to: null, recorded_at: '2026-08-10'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'nemotron4'}) MERGE (a)-[r:CLAIM {pred: 'is training'}]->(b) SET r += {group: 'ec', mag: null, magU: 'at least 1T parameters', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'The Information, 11 August 2026, citing people working on the project. Training incomplete, no date confirmed by Nvidia, so confidence is medium and the claim is reported rather than filed.', valid_from: '2026-08-11', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'nemotron4'}), (b:Entity {id: 'open_weight_push'}) MERGE (a)-[r:CLAIM {pred: 'is Nvidia\'s entry into'}]->(b) SET r += {group: 'data', mag: null, magU: 'Western open frontier model', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'Nvidia\'s stated rationale is that every company and country needs accessible frontier open models.', valid_from: '2026-08-11', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'nemotron4'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'is tuned to run fastest on'}]->(b) SET r += {group: 'ec', mag: null, magU: 'TensorRT-LLM and Triton', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://nvidianews.nvidia.com/news/nvidia-debuts-nemotron-3-family-of-open-models', note: 'The weights are open, the inference stack they are optimised for is not. Nemotron 3 shipped the same way.', valid_from: '2026-08-11', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'convened'}]->(b) SET r += {group: 'ctrl', mag: null, magU: '8 inaugural members', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Announced at GTC, San Jose, 16 March 2026.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'nemotron_coalition'}), (b:Entity {id: 'nemotron4'}) MERGE (a)-[r:CLAIM {pred: 'produces the base model underpinning'}]->(b) SET r += {group: 'data', mag: null, magU: 'first shared model', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Nvidia states the first coalition model will underpin the Nemotron 4 family.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'nemotron4'}) MERGE (a)-[r:CLAIM {pred: 'co-develops the base model for'}]->(b) SET r += {group: 'data', mag: null, magU: 'with Nvidia, on DGX Cloud', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'First coalition project.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'moonshot_ai'}), (b:Entity {id: 'kimi_k2'}) MERGE (a)-[r:CLAIM {pred: 'released'}]->(b) SET r += {group: 'data', mag: null, magU: '1T total / 32B active', asof: '2026', disc: 'primary', conf: 'high', url: 'https://moonshotai.github.io/Kimi-K2/', note: 'Open weights under a modified MIT licence.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'kimi_k2'}), (b:Entity {id: 'open_weight_push'}) MERGE (a)-[r:CLAIM {pred: 'already sits at the scale targeted by'}]->(b) SET r += {group: 'data', mag: null, magU: '1T parameters, open', asof: '2026', disc: 'primary', conf: 'high', url: 'https://moonshotai.github.io/Kimi-K2/', note: 'The relevant comparison for Nemotron 4\'s headline: a trillion-parameter open model is not unprecedented.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'llama'}) MERGE (a)-[r:CLAIM {pred: 'released'}]->(b) SET r += {group: 'data', mag: null, magU: '405B dense, open weights', asof: '2024', disc: 'primary', conf: 'high', url: 'https://ai.meta.com/blog/meta-llama-3-1/', note: 'The American open-weight standard-bearer before Nvidia entered the category.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'llama'}), (b:Entity {id: 'open_weight_push'}) MERGE (a)-[r:CLAIM {pred: 'is the incumbent Western entry in'}]->(b) SET r += {group: 'data', mag: null, magU: '405B dense', asof: '2024', disc: 'primary', conf: 'high', url: 'https://ai.meta.com/blog/meta-llama-3-1/', note: 'Dense rather than mixture-of-experts, so its deployment cost is structurally higher.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'deepseek'}), (b:Entity {id: 'open_weight_push'}) MERGE (a)-[r:CLAIM {pred: 'is the cost benchmark for'}]->(b) SET r += {group: 'data', mag: null, magU: 'frontier quality, fraction of price', asof: '2026', disc: 'reported', conf: 'high', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'Cheap Chinese open models nearing top-lab capability are the stated pressure behind Nvidia\'s entry.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'qwen'}), (b:Entity {id: 'open_weight_push'}) MERGE (a)-[r:CLAIM {pred: 'is a volume contributor to'}]->(b) SET r += {group: 'data', mag: null, magU: 'open Chinese stack', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'Named in the same category of cheap open alternatives.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'open_weight_push'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'compresses per-token pricing at'}]->(b) SET r += {group: 'rival', mag: null, magU: 'high-volume workloads first', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'Open models do not have to win benchmarks to move volume off a metered API. Directional, not measured.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'open_weight_push'}), (b:Entity {id: 'anthropic'}) MERGE (a)-[r:CLAIM {pred: 'compresses per-token pricing at'}]->(b) SET r += {group: 'rival', mag: null, magU: 'high-volume workloads first', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-reports-2026-08-11/', note: 'Same mechanism. Anthropic has been the more explicit of the two about not releasing frontier weights.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'dc_power_demand'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is the demand behind'}]->(b) SET r += {group: 'ec', mag: null, magU: '176 TWh 2023, 325-580 TWh by 2028', asof: '2028', disc: 'primary', conf: 'high', url: 'https://newscenter.lbl.gov/2025/01/15/berkeley-lab-report-evaluates-increase-in-electricity-demand-from-data-centers/', note: 'DOE-commissioned Berkeley Lab study. 4.4% of US electricity in 2023, projected 6.7% to 12.0% by 2028.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'kairos_power'}) MERGE (a)-[r:CLAIM {pred: 'contracted SMR power from'}]->(b) SET r += {group: 'ec', mag: null, magU: '500MW by 2035, first 50MW 2030', asof: '2035', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'First corporate agreement to buy power from multiple small modular reactors.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'alphabet'}), (b:Entity {id: 'elementl_power'}) MERGE (a)-[r:CLAIM {pred: 'contracted nuclear capacity from'}]->(b) SET r += {group: 'ec', mag: null, magU: '1.8GW, three 600MW sites', asof: '2035', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'Targeting 2035.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'x_energy'}) MERGE (a)-[r:CLAIM {pred: 'contracted SMR power from and funded'}]->(b) SET r += {group: 'ec', mag: 700000000, magU: 'up to 5GW by 2039', asof: '2039', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'Includes roughly $700m of direct funding into the developer.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'amazon'}), (b:Entity {id: 'energy_northwest'}) MERGE (a)-[r:CLAIM {pred: 'contracted an initial phase from'}]->(b) SET r += {group: 'ec', mag: null, magU: '320MW by 2030', asof: '2030', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'Deployment partner for the X-energy reactors.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'constellation'}) MERGE (a)-[r:CLAIM {pred: 'contracted nuclear output from'}]->(b) SET r += {group: 'ec', mag: null, magU: '1,121MW, Clinton', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'Existing plant output, not new build.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'vistra'}) MERGE (a)-[r:CLAIM {pred: 'contracted nuclear capacity from'}]->(b) SET r += {group: 'ec', mag: null, magU: '2.6GW by the mid-2030s', asof: '2035', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'Largest hyperscaler nuclear book by volume, at up to 6.6GW across four counterparties.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'terrapower'}) MERGE (a)-[r:CLAIM {pred: 'contracted advanced reactor capacity from'}]->(b) SET r += {group: 'ec', mag: null, magU: '2.8GW by 2035', asof: '2035', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'New build, so delivery risk sits a decade out.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'oklo'}) MERGE (a)-[r:CLAIM {pred: 'contracted fast-reactor capacity from'}]->(b) SET r += {group: 'ec', mag: null, magU: '1.2GW by 2034', asof: '2034', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: 'New build.', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'vertiv'}) MERGE (a)-[r:CLAIM {pred: 'co-designs 800 VDC power platforms with'}]->(b) SET r += {group: 'ec', mag: null, magU: 'portfolio H2 2026, for Rubin Ultra', asof: '2026', disc: 'primary', conf: 'high', url: 'https://investors.vertiv.com/news/news-details/2025/From-Vision-to-Readiness-Vertiv-Collaborates-with-NVIDIA-to-Advance-800-VDC-Platform-Designs-to-Power-the-Next-Generation-of-AI-Factories/default.aspx', note: 'Megawatt-scale racks need a different power architecture, not just more cooling. Vertiv is one of three named power-systems partners alongside Eaton and Schneider Electric.', valid_from: '2025-05-01', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'oklo'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: '', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'terrapower'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: '', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'x_energy'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: '', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'kairos_power'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: '', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'vistra'}), (b:Entity {id: 'th_energy'}) MERGE (a)-[r:CLAIM {pred: 'is a bet on'}]->(b) SET r += {group: 'cap', mag: null, magU: 'Investment focus', asof: '2026', disc: 'reported', conf: 'high', url: 'https://carnegieendowment.org/research/2026/06/beyond-the-hype-assessing-hyperscaler-nuclear-commitments-against-us-energy-realities', note: '', valid_from: null, valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'mistral'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'efficient, customizable model development', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'perplexity'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'systems tuned for accessible real-time deployment', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'langchain'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'agent capabilities, tool use and long-horizon reasoning', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'cursor'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'real-world performance requirements and evaluation datasets', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'reflection'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'dependable open systems development', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'thinking_machines'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'inaugural member', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'black_forest_labs'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'multimodal generation across image, video and action prediction', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'sarvam'}), (b:Entity {id: 'nemotron_coalition'}) MERGE (a)-[r:CLAIM {pred: 'is an inaugural member of'}]->(b) SET r += {group: 'data', mag: null, magU: 'sovereign and non-English model development', asof: '2026', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/nvidia-launches-nemotron-coalition-of-leading-global-ai-labs-to-advance-open-frontier-models', note: 'Named in Nvidia\'s announcement of 16 March 2026. Members share data, evaluation methods and expertise; Nvidia supplies the compute on DGX Cloud.', valid_from: '2026-03-16', valid_to: null, recorded_at: '2026-08-12'}; MATCH (a:Entity {id: 'tsmc'}), (b:Entity {id: 'cerebras'}) MERGE (a)-[r:CLAIM {pred: 'manufactures the WSE-3 for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2024-03', disc: 'primary', conf: 'high', url: 'https://www.cerebras.ai/press-release/cerebras-announces-third-generation-wafer-scale-engine', note: 'The 46,225mm2 wafer-scale engine is built on TSMC 5nm; TSMC is the sole source, and IPO proceeds part-fund additional US wafer capacity with TSMC.', valid_from: '2024-03', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'mbzuai'}) MERGE (a)-[r:CLAIM {pred: 'supplies compute and services to'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/Archives/edgar/data/0002021728/000162828026044981/cbrs-20260331.htm', note: '63% of Q1 2026 total revenue, per the 10-Q. The largest single buyer on the book.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'g42'}) MERGE (a)-[r:CLAIM {pred: 'supplies Condor Galaxy systems to'}]->(b) SET r += {group: 'ec', mag: 1430000000, magU: '$1.43bn committed', asof: '2026-03', disc: 'filed', conf: 'high', url: 'https://www.sec.gov/Archives/edgar/data/0002021728/000162828026044981/cbrs-20260331.htm', note: 'The original anchor: $1.43bn of committed systems and services underwrote the Condor Galaxy build-out, and G42 was 85% of 2024 revenue. Down to 11% by Q1 2026 as OpenAI and MBZUAI took over the book.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'aws'}) MERGE (a)-[r:CLAIM {pred: 'supplies inference through'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2026-03', disc: 'reported', conf: 'high', url: 'https://www.datacenterdynamics.com/en/news/aws-partners-with-big-chip-co-cerebras-for-ai-inference-disaggregation/', note: 'Multi-year partnership from March 2026: AWS distributes Cerebras fast inference globally. Terms undisclosed.', valid_from: '2026-03', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'meta'}) MERGE (a)-[r:CLAIM {pred: 'powers Llama API fast inference for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2025-04', disc: 'primary', conf: 'high', url: 'https://www.cerebras.ai/press-release/meta-collaborates-with-cerebras-to-drive-fast-inference-for-developers-in-new-llama-api', note: 'Cerebras serves Llama 4 Scout at over 2,600 tokens/second in Meta\'s Llama API, from data centres across North America.', valid_from: '2025-04', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'mistral'}) MERGE (a)-[r:CLAIM {pred: 'powers Le Chat Flash Answers for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2025-02', disc: 'primary', conf: 'high', url: 'https://www.cerebras.ai/blog/mistral-le-chat', note: 'Mistral Large 2 (123B) served at over 1,100 tokens/second, the speed behind Le Chat\'s Flash Answers.', valid_from: '2025-02', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'cerebras'}), (b:Entity {id: 'perplexity'}) MERGE (a)-[r:CLAIM {pred: 'powers the Sonar model for'}]->(b) SET r += {group: 'ec', mag: null, magU: null, asof: '2025-02', disc: 'primary', conf: 'high', url: 'https://www.businesswire.com/news/home/20250211587074/en/Cerebras-Powers-Perplexity-Sonar-with-Industrys-Fastest-AI-Inference', note: 'Sonar, built on Llama 3.3 70B, runs on Cerebras at 1,200 tokens/second.', valid_from: '2025-02', valid_to: null, recorded_at: '2026-08-15'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'openai'}) MERGE (a)-[r:CLAIM {pred: 'guarantees up to $105bn of lease and power obligations for'}]->(b) SET r += {group: 'loop', mag: 105000000000, magU: 'up to $105bn guaranteed', asof: '2026-08-17', disc: 'reported', conf: 'high', url: 'https://www.axios.com/2026/08/17/openai-nvidia-ohio-data-center-sb-energy', note: 'The first signed piece of the backstop recorded as talks in July: Nvidia guarantees up to $105bn of OpenAI\'s conditional lease and power payments to SB Energy at the Ohio PORTS-Pike campus, and is exclusive chip supplier to the site. The vendor\'s balance sheet now formally stands behind the customer\'s obligations.', valid_from: '2026-08-17', valid_to: null, recorded_at: '2026-08-22'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'sb_energy'}) MERGE (a)-[r:CLAIM {pred: 'invests $1.5bn in'}]->(b) SET r += {group: 'cap', mag: 1500000000, magU: '$1.5bn', asof: '2026-08-17', disc: 'reported', conf: 'high', url: 'https://www.axios.com/2026/08/17/openai-nvidia-ohio-data-center-sb-energy', note: 'Equity into the SoftBank-backed energy developer building the Ohio campus, alongside the $105bn guarantee of the campus\'s own obligations. The chip vendor now holds equity in the power developer serving its largest customer.', valid_from: '2026-08-17', valid_to: null, recorded_at: '2026-08-22'}; MATCH (a:Entity {id: 'openai'}), (b:Entity {id: 'sb_energy'}) MERGE (a)-[r:CLAIM {pred: 'leases the 8GW Ohio campus from'}]->(b) SET r += {group: 'ec', mag: null, magU: '8 IT-gigawatts, 20-year lease', asof: '2026-08-17', disc: 'reported', conf: 'high', url: 'https://www.axios.com/2026/08/17/openai-nvidia-ohio-data-center-sb-energy', note: '20-year lease on the PORTS-Pike Technology Campus in Pike County, Ohio, a former uranium-enrichment site: 8 IT-gigawatts of compute backed by 10GW of new generation, ~35,000 construction jobs. Nvidia guarantees the payment obligations.', valid_from: '2026-08-17', valid_to: null, recorded_at: '2026-08-22'}; MATCH (a:Entity {id: 'meta'}), (b:Entity {id: 'microsoft'}) MERGE (a)-[r:CLAIM {pred: 'buys Azure AI capacity from'}]->(b) SET r += {group: 'ec', mag: null, magU: 'hundreds of $m/yr', asof: '2026-08', disc: 'reported', conf: 'high', url: 'https://www.bloomberg.com/news/articles/2026-08-20/meta-has-quietly-become-one-of-microsoft-s-largest-ai-customers', note: 'Bloomberg, 20 Aug 2026: Meta has quietly become one of Microsoft\'s largest AI customers, spending hundreds of millions a year to access AI models via Azure. A rival renting from a rival while both spend $100bn+ a year building their own capacity.', valid_from: '2026-08', valid_to: null, recorded_at: '2026-08-22'}; MATCH (a:Entity {id: 'donald_trump'}), (b:Entity {id: 'spacex'}) MERGE (a)-[r:CLAIM {pred: 'disclosed buying $15,001 to $50,000 of shares in'}]->(b) SET r += {group: 'cap', mag: 15001, magU: '$15,001-$50,000, range', asof: '2026-06-23', disc: 'filed', conf: 'high', url: 'https://finance.yahoo.com/markets/stocks/articles/trump-bought-shares-elon-musks-171836919.html', note: 'Bought 23 June 2026, eleven days after the 12 June IPO, with the stock in the mid-$150s; disclosed on a filing signed 12 August and made public 22 August, one of more than 1,000 June trades. The White House states third-party institutions manage the portfolio against recognised indexes such as the Schwab 1000 and that no family member can direct it. The graph records the holding and the counterparty, not a motive: SpaceX carries about $12bn of Space Force work, a classified NRO satellite programme and Pentagon AI-compute talks. The position is at or below cost, with SPCX back at its $135 listing price.', valid_from: '2026-06-23', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'poolside'}) MERGE (a)-[r:CLAIM {pred: 'licenses the Model Factory of, non-exclusively, for $6bn'}]->(b) SET r += {group: 'data', mag: 6000000000, magU: '$6bn licence', asof: '2026-08-20', disc: 'reported', conf: 'high', url: 'https://www.bloomberg.com/news/articles/2026-08-20/nvidia-to-pay-ai-startup-poolside-a-6-billion-license-newcomer-says', note: 'Model Factory is the internal system Poolside developed its own models on. The licence is non-exclusive, so Poolside may license it onward. The $6bn is expected to reach Poolside\'s investors before the end of 2026. First time the GPU vendor has bought the means of producing models rather than the models themselves.', valid_from: '2026-08-20', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'poolside'}), (b:Entity {id: 'nvidia'}) MERGE (a)-[r:CLAIM {pred: 'sends more than 100 engineers to'}]->(b) SET r += {group: 'talent', mag: 100, magU: '100+ engineers', asof: '2026-08-20', disc: 'reported', conf: 'high', url: 'https://www.forbes.com/sites/jonmarkman/2026/08/24/nvidia-pays-poolside-6b-to-license-its-model-factory-and-109-workers/', note: 'They join the Nemotron open-weight programme. The three founders, Eiso Kant, Jason Warner and Margarida Garcia, stay out and continue unspecified research.', valid_from: '2026-08-20', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'poolside'}), (b:Entity {id: 'nemotron4'}) MERGE (a)-[r:CLAIM {pred: 'supplies the model-development system behind'}]->(b) SET r += {group: 'data', mag: null, magU: 'Model Factory', asof: '2026-08-20', disc: 'reported', conf: 'medium', url: 'https://www.forbes.com/sites/jonmarkman/2026/08/24/nvidia-pays-poolside-6b-to-license-its-model-factory-and-109-workers/', note: 'Inferred from the stated purpose of the licence and the engineer transfer rather than from a technical disclosure, hence medium confidence. Nemotron 4 targets at least a trillion parameters and has no confirmed release date.', valid_from: '2026-08-20', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'perplexity'}) MERGE (a)-[r:CLAIM {pred: 'is in talks to invest in, at over $30bn'}]->(b) SET r += {group: 'cap', mag: 30000000000, magU: 'over $30bn valuation, in talks', asof: '2026-08-23', disc: 'reported', conf: 'medium', url: 'https://www.theinformation.com/articles/nvidia-discusses-perplexity-investment-30-billion-plus-valuation-considered-tech-licensing-deal', note: 'Talks, not a closed round, and recorded as such. Up from about $20bn a year earlier; Perplexity\'s annualised revenue has passed $750m from under $250m in January, driven partly by Perplexity Computer. A tech-licensing structure was also considered. Perplexity is already an inaugural Nemotron Coalition member, so this would put vendor equity into a distribution channel for the vendor\'s own open weights.', valid_from: '2026-08-23', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'morganstanley'}), (b:Entity {id: 'alibaba'}) MERGE (a)-[r:CLAIM {pred: 'joint-bookran the HK$80bn AI placement of'}]->(b) SET r += {group: 'cap', mag: 10200000000, magU: 'HK$80bn / $10.2bn', asof: '2026-08-23', disc: 'reported', conf: 'high', url: 'https://www.cnbc.com/2026/08/24/alibaba-share-placement-drop-ai-hong-kong.html', note: '710m new shares at HK$112.70, a 3.6% discount, the largest primary follow-on ever by a Hong Kong-listed company and the world\'s third largest this year after Alphabet and Intel. Joint bookrunners Morgan Stanley, HSBC, UBS and CICC; the book closed within hours at about $28bn of demand including roughly $6bn from sovereign wealth funds. 100% of net proceeds go to full-stack AI: chips, infrastructure, and model development and deployment. The shares fell about 10% on pricing.', valid_from: '2026-08-23', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'grid_china'}), (b:Entity {id: 'grid_us'}) MERGE (a)-[r:CLAIM {pred: 'generates 2.3 times the electricity of'}]->(b) SET r += {group: 'ec', mag: 2.33, magU: '10,573 TWh vs 4,536 TWh, 2025', asof: '2025', disc: 'reported', conf: 'high', url: 'https://ember-energy.org/latest-insights/global-electricity-review-2026/electricity-demand-and-supply-trends/', note: 'Ember\'s 2025 figures. Chinese demand rose 74% over the preceding decade against 6% for the US. Compiled in Heffernan, Live Trading News, 25 August 2026, which states 10,580 and 4,520; the small divergence is generation against demand and does not move the ratio.', valid_from: '2025', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'grid_us'}), (b:Entity {id: 'grid_china'}) MERGE (a)-[r:CLAIM {pred: 'converts roughly eight times the share of its generation into computation as'}]->(b) SET r += {group: 'ec', mag: 8.0, magU: '5.66% vs 0.70% of generation', asof: '2026', disc: 'derived', conf: 'medium', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'The author\'s derivation, not a sourced figure. US data-centre draw of about 29.2 GW is roughly 5.66% of national generation; China\'s is about 0.70%. The eight-times figure uses the HIGH end of China\'s contested 4.27 to 8.5 GW draw, which is the reading least favourable to the author\'s own thesis; at the low end it is nearly sixteen times. The consequence is that Chinese generation dominance reads as unused headroom rather than a lead, and the constraint on US compute is conversion capacity, not generation.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'grid_germany'}), (b:Entity {id: 'grid_us'}) MERGE (a)-[r:CLAIM {pred: 'converts a higher share of its generation into computation than'}]->(b) SET r += {group: 'ec', mag: 9.63, magU: '9.63% vs 5.66%', asof: '2026', disc: 'derived', conf: 'medium', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'Germany at about 9.63% is the highest of the three economies compared, which sets a practical ceiling for how far the US ratio can run before grid constraints bind.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'grid_us'}), (b:Entity {id: 'dc_power_demand'}) MERGE (a)-[r:CLAIM {pred: 'is the national generation base behind'}]->(b) SET r += {group: 'ec', mag: null, magU: '4,536 TWh generation vs 176 TWh DC load, 2023', asof: '2026', disc: 'derived', conf: 'high', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'Connects the new national power layer to the demand segment the graph already carried. US data centres took about 176 TWh in 2023, 4.4% of national electricity, forecast to 325 to 580 TWh by 2028.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'shayne_heffernan'}), (b:Entity {id: 'grid_us'}) MERGE (a)-[r:CLAIM {pred: 'derived the power-to-compute conversion ratio for'}]->(b) SET r += {group: 'data', mag: null, magU: null, asof: '2026-08-25', disc: 'derived', conf: 'high', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'Attribution recorded as a claim so authorship is traversable rather than asserted in prose. The same analysis produced the two-hop bottleneck and criticality findings.', valid_from: '2026-08-25', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'shayne_heffernan'}), (b:Entity {id: 'grid_china'}) MERGE (a)-[r:CLAIM {pred: 'derived the power-to-compute conversion ratio for'}]->(b) SET r += {group: 'data', mag: null, magU: null, asof: '2026-08-25', disc: 'derived', conf: 'high', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'See the US claim. China\'s ratio is the contested half of the pair and is stated as a range in the source.', valid_from: '2026-08-25', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'synopsys'}), (b:Entity {id: 'cadence'}) MERGE (a)-[r:CLAIM {pred: 'shares roughly 60% of the EDA market with'}]->(b) SET r += {group: 'rival', mag: 0.6, magU: '~60% combined', asof: '2026', disc: 'reported', conf: 'medium', url: 'https://www.livetradingnews.com/a-linear-look-at-ai-power-compute-intelligence', note: 'No accelerator is taped out without one of the two. Recorded because it is the quantitative basis for treating the EDA duopoly as a chokepoint, which the graph\'s own 3-hop reach supports: Synopsys touches 106 of 388 entities and Cadence 92, against ASML\'s 73.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-25'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'amazon'}) MERGE (a)-[r:CLAIM {pred: 'to deliver 2 million additional Blackwell Ultra, Rubin and Rubin Ultra GPUs to, in 2027-2028'}]->(b) SET r += {group: 'ec', mag: null, magU: '2m more GPUs 2027-28; 3m+ committed this year', asof: '2026-08-26', disc: 'primary', conf: 'high', url: 'https://nvidianews.nvidia.com/news/aws-and-nvidia-to-deliver-2-million-additional-gpus-and-next-generation-infrastructure-for-agentic-and-physical-ai', note: 'Announced the same day as the FQ2 print. AWS had committed to more than 1 million Nvidia GPUs at GTC 2026 starting in 2026; demand ran past that, so a further 2 million are scheduled for 2027-2028, taking the total introduced this year past 3 million. Covers AI factories, Vera CPUs, networking, open models, data processing and robotics. This is the largest single-customer GPU commitment in the graph, from the cloud that is also Anthropic\'s primary compute and OpenAI\'s $38bn/7yr supplier.', valid_from: '2026-08-26', valid_to: null, recorded_at: '2026-08-28'}; MATCH (a:Entity {id: 'nvidia'}), (b:Entity {id: 'huggingface'}) MERGE (a)-[r:CLAIM {pred: 'has agreed to acquire, for $12.9bn, per reports; not yet signed'}]->(b) SET r += {group: 'cap', mag: 12900000000, magU: '$12.9bn, agreement reported, unsigned', asof: '2026-08-27', disc: 'reported', conf: 'medium', url: 'https://www.cnbc.com/2026/08/27/nvidia-hugging-face-acquisition.html', note: 'The Information reported the agreement on 26 August; CNBC and TechCrunch carried it on 27 August. No signed agreement had been reached at the time of recording and the deal could still fall apart, hence medium confidence. Hugging Face was valued at $4.5bn in 2023 and declined a $500m Nvidia investment at $7bn in late 2025; revenue is reported around $150m a year. If it closes, the vendor that already carries the most dependencies in this graph owns the front door through which open weights are distributed, and gains a ready outlet for surplus cloud capacity through HF\'s existing compute rental.', valid_from: '2026-08-27', valid_to: null, recorded_at: '2026-08-28'}; // --- Statement events (9) --- MERGE (s:Statement:Event {id: 'stmt_karp_doge_2025_02'}) SET s += {quote: 'DOGE is a revolution, and some people are going to get their heads cut off. We\'re expecting to see really unexpected things and to win.', venue: 'Palantir Q4 2024 earnings call', said_on: '2025-02', disc: 'reported', conf: 'high', url: 'https://finance.yahoo.com/news/palantir-ceo-alex-karp-says-025521226.html', note: 'Cited because it inverts a common assumption. Palantir\'s revenue depends on the federal bureaucracy DOGE set out to cut, and Karp publicly backed the cutting.', valid_from: '2025-02', valid_to: null, recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'alex_karp'}), (s:Statement {id: 'stmt_karp_doge_2025_02'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_karp_doge_2025_02'}), (t:TimeNode {iso: '2025-02'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_karp_doge_2025_02'}), (t:TimeNode {iso: '2025-02'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_karp_doge_2025_02'}), (e:Entity {id: 'c_doge'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_karp_doge_2025_02'}), (e:Entity {id: 'c_doge'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive'; MERGE (s:Statement:Event {id: 'stmt_karp_euai_2026'}) SET s += {quote: 'Warned U.S. regulators against following Europe\'s approach to AI oversight and urged the administration not to ban open models.', venue: 'Fox Business interview', said_on: '2026', disc: 'reported', conf: 'medium', url: 'https://www.foxbusiness.com/media/palantir-ceo-warns-us-against-europes-ai-path-urges-trump-admin-not-ban-open-models', note: 'Paraphrase, not a verbatim quote. Marked conf=medium for that reason.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'alex_karp'}), (s:Statement {id: 'stmt_karp_euai_2026'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (t:TimeNode {iso: '2026'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (t:TimeNode {iso: '2026'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (e:Entity {id: 'c_eu_ai_act'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (e:Entity {id: 'c_eu_ai_act'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'critical'; MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_karp_euai_2026'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'critical'; MERGE (s:Statement:Event {id: 'stmt_musk_airisk_2023'}) SET s += {quote: 'Signed the open letter calling for a six-month pause on training systems more powerful than GPT-4.', venue: 'Future of Life Institute open letter', said_on: '2023-03', disc: 'primary', conf: 'high', url: 'https://futureoflife.org/open-letter/pause-giant-ai-experiments/', note: 'Superseded by his 2026 position. Retained, not deleted: the change is the finding.', valid_from: '2023-03', valid_to: '2026-07', recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_airisk_2023'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_airisk_2023'}), (t:TimeNode {iso: '2023-03'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_airisk_2023'}), (t:TimeNode {iso: '2023-03'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_musk_airisk_2023'}), (t:TimeNode {iso: '2026-07'}) MERGE (s)-[:VALID_TO]->(t); MATCH (s:Statement {id: 'stmt_musk_airisk_2023'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_airisk_2023'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive'; MERGE (s:Statement:Event {id: 'stmt_musk_airisk_2026'}) SET s += {quote: 'Framed a summit of AI executives as an alternative to government regulation, arguing government should intervene only if companies ignore safety issues raised by industry peers.', venue: 'Reported proposal following an OpenAI safety incident', said_on: '2026-07', disc: 'reported', conf: 'medium', url: 'https://www.inc.com/brian-contreras/elon-musk-sam-altman-openai-artificial-intelligence-safety/91379693', note: 'Paraphrase. The stance on the same target flipped from supportive to critical between 2023 and 2026, which is why an opinion cannot be a property of a person.', valid_from: '2026-07', valid_to: null, recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_airisk_2026'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_airisk_2026'}), (t:TimeNode {iso: '2026-07'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_airisk_2026'}), (t:TimeNode {iso: '2026-07'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (a:Statement {id: 'stmt_musk_airisk_2026'}), (b:Statement {id: 'stmt_musk_airisk_2023'}) MERGE (a)-[:SUPERSEDES]->(b); MATCH (s:Statement {id: 'stmt_musk_airisk_2026'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_airisk_2026'}), (e:Entity {id: 'c_ai_regulation'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'critical'; MERGE (s:Statement:Event {id: 'stmt_musk_nvidia_2026_08'}) SET s += {quote: 'Going forward, we have decided to build exclusively on Nvidia because we think the Vera Rubin architecture is the best architecture. We think it\'s the best AI computer, and we greatly value our close cooperation and partnership on many levels with Nvidia.', venue: 'SpaceX Q2 2026 earnings call, its first as a public company', said_on: '2026-08-04', disc: 'primary', conf: 'high', url: 'https://www.benzinga.com/trading-ideas/movers/26/08/60935776/musk-praises-vera-rubin-platform-on-spacex-earnings-call-nvidia-stock-climbs', note: 'Verbatim. Nvidia rose about 2% after hours on it while SPCX fell, which is the market reading value as transferring to the supplier.', valid_from: '2026-08-04', valid_to: null, recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_nvidia_2026_08'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_nvidia_2026_08'}), (t:TimeNode {iso: '2026-08-04'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_nvidia_2026_08'}), (t:TimeNode {iso: '2026-08-04'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_musk_nvidia_2026_08'}), (e:Entity {id: 'nvidia'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_nvidia_2026_08'}), (e:Entity {id: 'nvidia'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive'; MERGE (s:Statement:Event {id: 'stmt_musk_fsd_2025_01'}) SET s += {quote: 'Unsupervised Full Self-Driving would launch by June 2025.', venue: 'Q4 2024 earnings call', said_on: '2025-01', disc: 'reported', conf: 'medium', url: 'https://electrek.co/2026/04/22/tesla-elon-musk-unsupervised-fsd-consumer-cars-q4-delay-again/', note: 'Recounted in later coverage rather than quoted from the call, hence medium confidence. What launched in June 2025 carried safety monitors, so it did not meet the stated bar.', valid_from: '2025-01', valid_to: '2026-04', recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_fsd_2025_01'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_fsd_2025_01'}), (t:TimeNode {iso: '2025-01'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2025_01'}), (t:TimeNode {iso: '2025-01'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2025_01'}), (t:TimeNode {iso: '2026-04'}) MERGE (s)-[:VALID_TO]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2025_01'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_fsd_2025_01'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive'; MERGE (s:Statement:Event {id: 'stmt_musk_fsd_2026_04'}) SET s += {quote: 'Unsupervised FSD for consumer vehicles pushed to Q4 2026 at the earliest, with complex intersections, bad road markings and weather cited as the obstacles.', venue: 'Q1 2026 earnings call', said_on: '2026-04', disc: 'reported', conf: 'high', url: 'https://electrek.co/2026/04/22/tesla-elon-musk-unsupervised-fsd-consumer-cars-q4-delay-again/', note: 'The one concession in the sequence. Names specific technical obstacles rather than restating a date.', valid_from: '2026-04', valid_to: '2026-05', recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_fsd_2026_04'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_04'}), (t:TimeNode {iso: '2026-04'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_04'}), (t:TimeNode {iso: '2026-04'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_04'}), (t:TimeNode {iso: '2026-05'}) MERGE (s)-[:VALID_TO]->(t); MATCH (a:Statement {id: 'stmt_musk_fsd_2026_04'}), (b:Statement {id: 'stmt_musk_fsd_2025_01'}) MERGE (a)-[:SUPERSEDES]->(b); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_04'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_04'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'mixed'; MERGE (s:Statement:Event {id: 'stmt_musk_fsd_2026_05'}) SET s += {quote: 'Unsupervised FSD will be widespread in the US by year-end, with robotaxi operating in a dozen or so states.', venue: 'Smart Mobility Summit, 18 May 2026', said_on: '2026-05', disc: 'reported', conf: 'high', url: 'https://electrek.co/2026/05/18/musk-unsupervised-fsd-widespread-us-end-of-year-smart-mobility-summit/', note: 'Less than a month after conceding Q4 at the earliest. The stance moved back to optimistic without the obstacles being reported as resolved.', valid_from: '2026-05', valid_to: null, recorded_at: '2026-08-05'}; MATCH (p:Entity {id: 'musk'}), (s:Statement {id: 'stmt_musk_fsd_2026_05'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_05'}), (t:TimeNode {iso: '2026-05'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_05'}), (t:TimeNode {iso: '2026-05'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (a:Statement {id: 'stmt_musk_fsd_2026_05'}), (b:Statement {id: 'stmt_musk_fsd_2026_04'}) MERGE (a)-[:SUPERSEDES]->(b); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_05'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_musk_fsd_2026_05'}), (e:Entity {id: 'c_unsupervised_autonomy'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive'; MERGE (s:Statement:Event {id: 'stmt_eric_trump_blindtrust_2026'}) SET s += {quote: 'Family assets are in a blind trust invested in broad market indexes.', venue: 'Public remarks on the family\'s holdings', said_on: '2026', disc: 'reported', conf: 'medium', url: 'https://moneywise.com/news/top-stories/trump-eric-trump-nvidia-palantir-stock-trades-insider-trading-accusations', note: 'Recorded alongside the filing it sits against. The OGE disclosure for the same period lists 3,642 individual trades, and the vehicle is a revocable family trust with family trustees rather than a qualified blind trust. The graph records the statement and the filing; it does not adjudicate between them.', valid_from: '2026', valid_to: null, recorded_at: '2026-08-06'}; MATCH (p:Entity {id: 'eric_trump'}), (s:Statement {id: 'stmt_eric_trump_blindtrust_2026'}) MERGE (p)-[:AUTHORED]->(s); MATCH (s:Statement {id: 'stmt_eric_trump_blindtrust_2026'}), (t:TimeNode {iso: '2026'}) MERGE (s)-[:OCCURRED_AT]->(t); MATCH (s:Statement {id: 'stmt_eric_trump_blindtrust_2026'}), (t:TimeNode {iso: '2026'}) MERGE (s)-[:VALID_FROM]->(t); MATCH (s:Statement {id: 'stmt_eric_trump_blindtrust_2026'}), (e:Entity {id: 'c_blind_trust'}) MERGE (s)-[:TARGETS_ENTITY]->(e); MATCH (s:Statement {id: 'stmt_eric_trump_blindtrust_2026'}), (e:Entity {id: 'c_blind_trust'}) MERGE (s)-[r:EXPRESSES_SENTIMENT]->(e) SET r.stance = 'supportive';