Physics AI · Santa Clara, CA
The reasoning layer between
physics and AI decisions.
CauchyX AI solves industrial PDEs — heat transfer, fluid dynamics, structural mechanics — at 10,000× the speed of classical CFD, with full audit trails and proven convergence. Our flagship product, PDE Agent, combines a large language model frontend with the compleX-PINN solver backend: describe your problem in plain English and receive physics-grade solutions. Backed by four research publications (two peer-reviewed, two arXiv), and NVIDIA Inception.
Product Demo
See PDE Agent in Action
Natural-language physics simulation — from problem description to physics-grade results in minutes.
Architecture
We are betting on a different path to reliable industrial AI. The key insight: physical law is the strongest prior available. A neural network that must satisfy governing PDEs during inference cannot hallucinate physically impossible outputs. This is not a constraint on the model — it is the source of its value.
CauchyNet / Xnet — Physics Inference Layer
Physics-informed neural networks grounded in the Cauchy integral formula. Infers temperature fields, flow distributions, and structural stress at 10,000× the speed of classical CFD — with real-time physics residual monitoring and 95% confidence intervals. Supports forward inference and inverse parameter identification simultaneously.
Cauchy Integral Physics Residual Uncertainty QuantificationDomain Ontology — Semantic Constraint Layer
A formal OWL 2 DL ontology translates PINN outputs into semantically grounded business assertions. SHACL constraints enforce that no physically impossible or policy-violating state can propagate downstream. SWRL rules encode domain-specific compliance requirements (thermal limits, safety thresholds, maintenance intervals).
OWL 2 DL SHACL SWRLLLM Agent — Auditable Decision Interface
Natural language interface grounded by the ontology layer. Every recommendation carries a full reasoning chain: PINN inference → ontology rule activation → SHACL validation → decision, with timestamps and confidence scores. Designed for environments where decisions must be explainable to regulators, operators, and auditors.
Reasoning Chain SPARQL Audit Trail4 research publications · Constructive O(N−r) convergence proof · Production PDE Agent
Poisson MSE 1.09e-9 (NeurIPS 2025)
XNet O(N−r) any r > 0
per inference output
Product
PDE Agent — Physics AI for Industry
PDE Agent is CauchyX's production platform: a dual-engine system that pairs a large language model frontend with the compleX-PINN solver backend. Engineers describe their problem in natural language — governing PDEs, boundary conditions, material parameters — and receive a validated physics solution with uncertainty bounds and a full audit trail. No mesh generation. No manual coding. No expert bottleneck.
Solver Benchmark (NeurIPS 2025)
| PDE Problem | compleX-PINN (XNet) | Standard PINN (KAN) | Baseline MLP |
|---|---|---|---|
| Heat Equation — MSE | 3.69e−09 | 1.51e−07 | 2.45e−05 |
| Heat Equation — time | 108.3 s | 254.6 s | 43.8 s (inaccurate) |
| Poisson Equation — MSE | 1.09e−09 | 5.74e−08 | 1.80e−05 |
| Poisson Equation — time | 154.8 s | 286.3 s | 48.9 s (inaccurate) |
PDE Agent — Dual-Engine Architecture
LLM frontend interprets problem descriptions · compleX-PINN backend solves with O(N−r) convergence · O-PINN layer generates audit-ready compliance reports
⬇ PDE Agent + NVIDIA PhysicsNeMo — Presentation Deck
Full partner & investor deck: dual-engine architecture, PhysicsNeMo ecosystem integration, market opportunity, competitive landscape, business model, and team. 16 slides · PDF · English.
⤓ CauchyX PDE Agent — Open Source for Claude Code
Solve any PDE in plain English or Chinese, directly inside a Claude Code conversation. FDM solvers · CauchyNet PINN · NVIDIA PhysicsNeMo backend · inline plots. MIT license — free to use, fork, and extend.
Step 1 — Install dependencies
Step 2 — Add the Claude Code skill
Example invocations in Claude Code
Supported PDE types
After running, the solution plot is displayed inline in your Claude Code conversation.
vs standard MLP PINN
outperforms 10,000+ param KAN
Theorem 3.2, NeurIPS 2025
Architecture — Ontology
PDE Ontology: Hallucination Control Layer
Every natural-language PDE problem is validated against a formal OWL-DL ontology before any computation begins. Mutually-exclusive class axioms catch equation misclassification; QUDT unit rules block physically impossible parameters; PROV-O records a full audit trail for DO-178C / ISO 26262 compliance.
OWL-DL TBox · 26 classes · 7 object properties · QUDT unit normalization · PROV-O audit
Open Source — MIT License
pip install rdflib pyshacl && git clone https://github.com/dongpu-zhang/cauchyx-ai.git && python cauchyx-ai/pde-agent/test_ontology.py
Team
Prof. Zhihong Xia 夏志宏
FOUNDER · CHIEF SCIENTIST
Northwestern University Pancoe Endowed Chair Professor in Mathematics. Author of CauchyNet and XNet algorithms. Globally renowned mathematician. At age 26, resolved the Painlevé Conjecture — a problem open since 1897 — published in Annals of Mathematics (1992). Founding Chair of the Department of Mathematics, SUSTech (Southern University of Science and Technology, Shenzhen). VP, Greater Bay Area Institute for Advanced Study. Quoted by Nobel Laureate Chen-Ning Yang (Physics, 1957) as one of the most outstanding alumni of Nanjing University.
CEO
CHIEF EXECUTIVE OFFICER
Former President of a Nasdaq-listed company. Deep expertise at the intersection of physics and AI; led multiple core algorithm R&D projects. Author of Engineering Ontology — the conceptual backbone of the O-PINN compliance layer.
Engineering Lead
HEAD OF ENGINEERING
Former Senior Engineer at AWS. Years of AI simulation software development experience; proficient in high-performance distributed computing and architecture design for large-scale inference workloads.
Product Lead
HEAD OF PRODUCT
Former Product Manager at a YC-backed startup. Skilled at translating cutting-edge technology into commercial value; deep understanding of engineering user workflows and enterprise sales cycles.
Research
Four research publications by the founding team
CauchyX technology is built on a rigorous theoretical foundation: a constructive convergence theorem, cross-domain empirical validation across 7 benchmark categories, industrial-scale compleX-PINN results, and XNet-based numerical analysis for high-dimensional PDEs.
Neural Networks · 2025 · DOI 10.1016/j.neunet.2025.107375
Cauchy Activation Function and XNet
Introduces the Cauchy activation φ(x; λ₁, λ₂, d) = (λ₁x + λ₂)/(x² + d²) with three trainable per-neuron parameters derived from Cauchy's integral formula. Single-layer XNet achieves 10,000× speedup over CFD on thermal and fluid benchmarks. The localization parameter d enables adaptive resolution: small d captures discontinuities, large d smooths noise.
NeurIPS 2025 · 39th Conference on Neural Information Processing Systems
From Kolmogorov to Cauchy: Shallow XNet Surpasses KANs
First constructive proof that a single-layer XNet achieves O(N−r) convergence for any r > 0 on real-analytic functions — outperforming KANs (fixed O(N−k)) and ReLU MLPs (curse of dimensionality O(N−2r/d)). Validated across 7 benchmark domains: Heaviside (6,650× better than KAN), 12 special functions, high-dimensional approximation, noisy dynamical systems, PINN PDEs, RL policy networks, and NLP.
Journal of Computational Physics · 2026 · In preparation · arXiv Feb 2025
compleX-PINN: Industrial-Scale Physics-Informed Neural Networks
compleX-PINN extends XNet to industrial-grade PDE solving: hard boundary condition enforcement (exact BC satisfaction, not soft penalization), O-PINN ontology layer for compliance reporting, and the full PDE Agent dual-engine pipeline. Targets semiconductor thermal, aerospace CFD, and energy systems with <2% physics residual on held-out test sets.
arXiv · February 2025 · Mathematics / Numerical Analysis
XNet-Enhanced Deep BSDE Method and Numerical Analysis
Applies XNet's arbitrary-order convergence to the Deep Backward Stochastic Differential Equation (BSDE) method for high-dimensional semilinear parabolic PDEs. Provides convergence analysis extended to non-globally-Lipschitz generators — covering Allen–Cahn and Hamilton–Jacobi–Bellman (HJB) equations that previous BSDE theory excluded. Enables accurate neural solvers for financial risk modeling, optimal control, and reinforcement learning in high dimensions.
Convergence Rate Hierarchy (Theorem 3.2, NeurIPS 2025)
| Architecture | Convergence Rate | Curse of Dimensionality? | Neuron Count for ε accuracy |
|---|---|---|---|
| XNet (CauchyX) | O(N−r), any r > 0 | ✗ None | O(ε−1/r) |
| KAN (Kolmogorov–Arnold) | O(N−k), fixed k | Partial | O(ε−1/k) |
| ReLU MLP | O(N−2r/d) | ✓ Severe (d = dim) | O(ε−d) |
| Classical FEM/FDM | O(hp), mesh-dependent | ✓ Exponential cost | Exponential in d |
CauchyX vs. Alternatives
Same boundary conditions, same accuracy target. Benchmarks from NeurIPS 2025 and Neural Networks 2025.
| compleX-PINN (XNet) | Standard PINN (MLP) | KAN-PINN | CFD (OpenFOAM) | |
|---|---|---|---|---|
| Convergence rate | O(N−r), any r>0 | O(N−2r/d) | O(N−k), fixed k | O(hp), mesh |
| Poisson eq. MSE | 1.09e−09 | 1.80e−05 | 5.74e−08 | N/A (mesh-only) |
| Heat eq. MSE | 3.69e−09 | 2.45e−05 | 1.51e−07 | N/A |
| 100-D approximation | MSE 6.85e−04 | 3.5× slower | MSE 6.59e−03 | Intractable |
| Parameter count | 3,501 (XNet[2,200,1]) | ~11,000 | >15,000 | N/A |
| Hard BC enforcement | ✓ Exact (analytical) | ✗ Soft penalty | ✗ Soft penalty | ✓ Yes |
| Audit trail | ✓ O-PINN full chain | ✗ None | ✗ None | ✗ None |
| Natural language input | ✓ PDE Agent | ✗ Manual code | ✗ Manual code | ✗ Expert only |
Competitive Landscape
CauchyX vs. PhysicsX vs. Emmi AI
Three companies. Three theses. PhysicsX raised $155M on surrogate speed. Emmi AI was acquired by Mistral for its large-mesh CFD transformer. CauchyX is built on a different foundation: provable accuracy, regulatory compliance, and natural language — the only platform you can prove to your regulator.
| PhysicsX | Emmi AI → Mistral | CauchyX AI | |
|---|---|---|---|
| Founded | 2021 | 2024 | 2026 |
| HQ | London, UK | Linz, Austria → Paris | Santa Clara, CA |
| Status | Series B · ~$1B valuation | Acquired by Mistral · May 2026 | Angel / Pre-Seed · Raising |
| Total Funding | >$155M | ~$17M → acquired | Raising |
| Team Size | 150+ | 30+ (→ Mistral) | Core founding team |
| Technology | Neural Operators · data-driven surrogate | AB-UPT Transformer · mesh-free CFD | Cauchy activation · compleX-PINN · XNet |
| Theoretical Basis | Engineering empiricism + deep learning | Transformer architecture | Rigorous O(N−r) convergence proof, any r > 0 |
| Accuracy Benchmark | 10×–1,000× simulation speedup | 100M+ mesh cell CFD | Poisson MSE 20,000× lower than MLP PINN (NeurIPS 2025) |
| Peer-Reviewed Papers | Primarily internal | 1 (AB-UPT) | 4 publications — NeurIPS 2025 · Neural Networks 2025 · compleX-PINN · Deep BSDE |
| NVIDIA Relationship | NVentures $20M strategic investment | None | Inception Member · PhysicsNeMo native |
| Compliance / Audit Trail | ✗ None | ✗ None | ✓ O-PINN · DO-178C · ISO 26262 · FDA |
| Natural Language Input | ✗ | ✗ | ✓ PDE Agent |
| Open Source | ✗ | ✗ | ✓ pde-agent on GitHub |
| Target Market | Europe-first · expanding North America | Europe → Mistral global | North America · Asia-Pacific |
* PhysicsX figures from Series B press release (June 2025) and NVentures announcement. Emmi AI acquired by Mistral AI, May 2026. CauchyX accuracy benchmarks from NeurIPS 2025 proceedings.
Market
AI data centers first. Industrial systems next.
Liquid cooling design for 100MW+ AI data centers requires thermal field prediction that CFD cannot deliver in real time. Every degree matters for PUE and uptime.
PHASE 1 — NOW
Semiconductor & AI Data Center Thermal
Chip-package thermal simulation, liquid cooling validation, hotspot prediction, PUE optimization. $600B+ capex 2025–2030. XNet solves 3D heat equations at 10,000× the speed of CFD with MSE 3.69e−9. 1% PUE improvement = $1M+ annual savings per facility.
PHASE 2 — H2 2026
Automotive & Aerospace CFD
Aerodynamic drag, thermal management, structural stress for EV and aircraft design. compleX-PINN replaces costly CFD iterations with mesh-free, real-time field inference. Validated on Navier–Stokes and elasticity PDEs across NVIDIA Inception partner pipeline.
PHASE 3 — 2027
Energy & Finance PDEs
Reservoir simulation, option pricing (Black–Scholes), risk field PDEs. XNet's O(N−r) convergence with no curse of dimensionality makes 100-D PDE problems tractable — validated at MSE 6.85e−4 on 100-D benchmarks.
PLATFORM
CAE/EDA Platform Integration
PDE Agent SDK embedded in CAD/CAE tools (COMSOL, ANSYS, Cadence). O-PINN compliance modules for ISO/IEC audit requirements. Knowledge-as-a-Service API: $0.04/inference, $2,400/seat/yr enterprise licensing.
Live Demo
See CauchyX in action.
Fill in a brief contact form and open an interactive walkthrough — available in Chinese or English.
Interactive Product Demo
Physics-informed inference · Real-time field visualization · Audit reasoning chain
Contact
We are seeking design partners.
If you are building or operating AI data center infrastructure, working in thermal management, or investing in deep tech — we'd like to talk.
dennis@cauchyx.ai