Every AI reads the world. Abel computes it.
The world's first causal intelligence engine — trace real cause and effect across 200,000+ variables, not just correlation.
Start making decisions with
live causal intelligence.
Already built
The world's largest live causal graph
for financial markets.
200,000+ variables across 30 time steps. PCMCI at industrial scale. Structure refreshed daily. Running now.
Scale comparison
200x beyond published SOTA.
The only known system running true causal inference at 200K+ variables with daily structural refresh.
Mission
Three gaps no existing
system closes.
Every major AI system today is built on text. The world does not run on text. It runs on numerical reality: prices moving, rates shifting, flows redirecting, structures forming and dissolving.
Correlation-based systems see that X and Y move together. They cannot tell you whether X drives Y, Y drives X, or both are driven by Z.
Abel discovers directed causal structure from data using constraint-based and score-based algorithms — then encodes it as a live DAG with 200K+ variables. Every edge has a direction, a β coefficient, a time lag τ, and a p-value. Not correlation matrices. Directed graphs.
Principle: Structure, Not Surface
The mathematical proof
Pearl's Causal Hierarchy
LLMs are stuck at Layer 1 — association. Abel operates at Layer 2 (intervention) and Layer 3 (counterfactual). A mathematical impossibility, not an engineering gap.
What is the probability of Y given that we observe X?
WHAT happened?
"BTC dropped 5% today"
Retrieves facts from indexed pages. No mechanism, no directionality. Pure observation.
HOW does it work?
"BTC often drops when Fed raises rates due to historical patterns"
Synthesizes patterns from training data. Sounds causal — is not. Cannot distinguish correlation from causation.
WHAT is connected?
"BTC ↔ DXY: β=−0.042, τ=5h, p<0.003 — a directed edge in the live causal graph"
Discovers directed associations with edge weights, time lags, and statistical significance.
One engine, two surfaces
Same question. Same engine.
Two interfaces.
200,000+ variables. 6M causal spatiotemporal nodes. Structure refreshed daily, predictions updated hourly. Whether you're a human or an AI agent — same engine.
Ask any decision question
“If the Fed raises rates 50bp, should I hold my crypto?”
Causal chain
Effect
−4.2%
95% CI
[−2.1, −6.8]%
β coeff
−0.042
Natural language in, structured causal analysis out. No code required.
Try Abel Appimport abel
client = abel.Client(api_key="sk-your-key")
prediction = client.predict("BTCUSD_close", horizon=48)
drivers = client.explain("BTCUSD_close", depth=2,
cross_domain=True)
effect = client.intervene("Fed_Funds_Rate", "BTCUSD_close",
treatment_value=0.5)
print(prediction)
print(drivers)
print(effect)`pip install abel-cap` — three lines to your first causal query. Typed responses, async support, and built-in caching for high-throughput agent pipelines.
MCP gives agents tools. CAP gives agents causal reasoning.
View API DocsUse Cases
Every causal question
disguised as a casual one.
People don't ask “run a causal intervention.” They ask “should I invest?” “will this skill survive?” “is an MBA worth it?” — Abel turns each one into a computable causal query.
Social Physical Engine
Signal
Structural Shift
Causal Chain
Decision
Core visual design tasks automate 40-60% within 3 years. But causal-strategic roles such as user research, systems thinking, and brand architecture still show no automation signal. The graph points upward specialization, not sideways drift.
Hi
60
Lo
22
Avg
38
Chg
-63.3%
Signal
Structural Shift
Causal Chain
Decision
Core visual design tasks automate 40-60% within 3 years. But causal-strategic roles such as user research, systems thinking, and brand architecture still show no automation signal. The graph points upward specialization, not sideways drift.
Hi
60
Lo
22
Chg
-63.3%
An LLM gives you a thoughtful opinion. Abel gives you the causal graph behind the answer — with numbers, lags, and confidence you can check.
Try AbelEvidence
Real structural findings from
Abel's live graph.
These are real, statistically significant findings — directed causal edges with p-values, β coefficients, and time lags. Not hypotheses. Not AI guesses.
Preferred Share / mREIT Reflexive Cluster
A tightly coupled feedback loop between preferred shares and mortgage REITs, invisible to correlation analysis.
Tap or hover parameters for definitions
Each directed edge is discovered from data using PCMCI — not assumed or manually specified. All edges carry statistical significance tests.
Same question. Different universe.
What it looks like when
answers are computable.
The difference isn't better language. It's a different kind of answer — every number traceable to a graph edge, every claim falsifiable with a timestamp.
“ETH is crashing. Should I cut losses?”
"It depends on your risk tolerance. ETH has strong fundamentals..."
Causal parent = creative-industry stock (τ=3h), crashed -5σ. P(ETH↓) = 89.4% in 48h. Range: $2,100-2,250 (95% CI). 4 causal paths traced.
For developers
Use the platform to give any LLM
a causal cortex.
Docs are for implementation. The platform is for understanding the model, integrations, and deployment path before you ship.
MCP gives agents tools. CAP gives agents causal reasoning. Orthogonal by design — Schema-as-API provides deterministic, zero-LLM-cost routing into Abel's 200K+ variable graph.
import abel
client = abel.Client(api_key="sk-...")
# Predict using causal Markov blanket — not correlation
prediction = client.predict("BTCUSD_close", horizon=48)
print(prediction.mean, prediction.ci_95)
# Explain: what drives BTC this week?
drivers = client.explain("BTCUSD_close", depth=2, cross_domain=True)
for d in drivers:
print(f"{d.variable} → weight: {d.edge_weight}")
# Intervene: what if oil hits $120?
effect = client.intervene("WTI_Crude", "CPI", treatment_value=120)Fully typed SDK with async support, response caching, and streaming for large graph queries. Designed for agent pipelines that need high-throughput causal inference.
Start making decisions with
live causal intelligence.
Interested in shaping the future of
causal intelligence? We're hiring.
Join Abelian Groups to stay on top of new
releases, features, and updates.