Reads relational data directly
Point it at your tables. The graph engine learns from foreign keys and multi-hop paths, with no feature engineering and no manual joins.
A production-grade graph foundation model reads the relationships hiding in your raw tables, predicts what is next, and hands the result to governed agents that take the action. One closed loop, run inside your environment.
A relational foundation model learns across your tables at query time, honoring foreign keys, timestamps, and the multi-hop patterns that connect entities. It predicts in-context, so there's no task-specific pipeline to build and maintain.
Because it understands time, every prediction is anchored: the model only sees what was knowable at the cutoff. That's what makes a backtest honest and a deployment safe.
Each use case declares the tables and columns it needs. Upload to its schema contract. AhinsaAI validates and rebuilds the temporal graph in place.
Define the task in PQL, a compact, SQL-like predictive query. Pick the entity, the target, and the horizon. The graph engine does the rest.
Under your policy, governed agents take the action the prediction implies, with a held-out backtest, risk drivers, and a reversible, hash-chained audit record.
# Will this account see a fraudulent payment in the next week?
PREDICT payments.is_fraud
FOR EACH account.id
WITHIN NEXT 7 DAYS
# → scored predictions + held-out backtest + risk drivers + audit record
Point it at your tables. The graph engine learns from foreign keys and multi-hop paths, with no feature engineering and no manual joins.
Point-in-time labels and anchor timestamps mean the model only sees what it could have known. No forward leakage, ever.
Every use case accepts your uploaded tables and runs its real feature pipeline, backtest, and governance, never a canned demo.
Policy checks at decision time and a hash-chained, tamper-evident audit log of every prediction and review action.
Multi-tenant isolation, fail-closed authentication, request limits, and tenant-namespaced storage. Hardened, not bolted-on.
A local model and a graph prong engine score every example and blend, with per-prong held-out backtests so you see what's working.
The difference between a research model and a production platform is everything that surrounds the prediction.
Every prediction and review action is written to a tamper-evident, hash-chained log, so you can reconstruct exactly what was decided, when, and on what.
Tenant-namespaced datasets and registries. One tenant can never see another's data. Verified, not assumed.
The gateway and APIs reject unauthenticated requests by default. Access is explicit, scoped, and revocable.
Body-size, row, column, and table caps with strict validation stop malformed or oversized uploads at the door.
Temporal safety is enforced in the pipeline, so backtests can't leak the future and scores stay trustworthy.
Every score arrives with risk drivers and a held-out backtest, so a human can confidently review and sign off.
Bring a labelled table or use a bundled sample. We'll walk the full path (connect, query, score, backtest, audit) in minutes.
We'll reach out within one business day.