Respect access scope
Enforce role, tenant, row and column permissions in the data service. Understanding a question does not grant a model more access.
Identity → authorized views
Explore enterprise products and AI capabilities built for industry.
Let’s talk about your businessProducts, integrations and partnershipsBring AI into the enterprise.
Automated data-warehouse builder
Automated high-quality datasets
AI appliance for business decisions
Opens in a new tabDedicated offline AI bidding appliance
Connect AI to products and operations.
Explore the interfaces and integration paths for our AI capabilities.
Models, foundational frameworks and the engineering behind AI systems.
Explore collaboration across products, technology and delivery.
Frameworks, tools and examples for developers to understand and reuse.
Updates, technical thinking and industry observations from IDENIFE.
Our focus on education, talent and sharing knowledge.
Data Intelligence API
Data, semantics and business reasoningA business question deserves an answer with evidence.
Translate business language into an explicit analysis plan. Compute within authorized data, then return the metrics, findings and sources together.Follow an analysisGrowth, fulfilment and margin require different analyses. Explore how each question changes the metric definition, visualization and evidence behind the answer.
Choose a question
net_revenueHow much did revenue grow in September, and which region contributed most?
September revenue was CNY 2.68m versus CNY 2.36m in August, an increase of CNY 0.32m. East added CNY 0.20m, the largest contribution.
(268 − 236) / 236 = 13.6%This is a contribution analysis; it does not establish the causes of growth.
Illustrative query · no database connection
SELECT region, month, SUM(net_revenue) AS revenue
FROM authorized_revenue_view
WHERE month IN ('2026-08', '2026-09')
AND posting_status = 'posted'
GROUP BY region, month;| Region | August revenue | September revenue |
|---|---|---|
| East | 100 | 120 |
| South | 76 | 82 |
| North | 60 | 66 |
finance.revenue_by_regionNext, break down East by product and compare price and volume movements.
Business semantics
net_revenuev1revenue_entrySUM(net_amount)recognized_atregion · product · customerstatus = 'posted'viewer → allowed_rowsOne definition serves questions, charts and analysis tasks. Join grain, deduplication and currency belong in the contract to avoid fan-out and inconsistent calculations.
ID Axis organizes analysis into traceable tasks. Models interpret and plan; tools calculate; validation determines which findings can enter the answer.
Explore ID AxisIdentify metrics, time, dimensions and comparison logic. Clarify missing definitions before substituting assumptions for business rules.
Question → intent objectChoose a path through available metrics and entities. Check relationship cardinality, aggregation grain and filters.
Semantic model → reviewable planRun read-only analysis through authorized views and restricted credentials. Bound scan cost, time and output size; retain execution status.
Plan → computed resultCheck empty results, zero denominators, duplicate joins and period completeness. Keep calculated facts, interpretations and next steps distinct.
Result → finding + sourceGenerating SQL is only one part of enterprise analysis. Identity, query execution, data quality and evidence each need their own controls.
Enforce role, tenant, row and column permissions in the data service. Understanding a question does not grant a model more access.
Identity → authorized viewsCombine read-only transactions, restricted accounts and query checks. Writes and external actions belong in a separate approval and execution flow.
Read-only → budget → auditExpose missing values, inconsistent grain and incomplete periods. When evidence is insufficient, return that limitation explicitly.
Quality checks → applicable scopeRecord metric version, query scope and result sources. Correlation is not causation; a suggested diagnosis is not a verified fact.
Calculated facts → interpretation → open questionsBusiness performance
Decompose revenue and margin by region, channel and product. Align period comparisons and contributions, then trace movements to specific segments.
Supply and fulfilment
Connect orders, inventory and event times. Use consistent promise and completion definitions to locate delays and guide investigation.
Customers and service
Use authorized transaction and service records to examine repeat purchases, activity and service changes. Preserve sample scope rather than generalizing from a few cases.
An API inside your business workflow
Embed data intelligence in a platform, workspace or agent. The host manages identity and data access; analysis returns presentable, traceable results. Your workflow remains in charge of business actions.
Semantic planning / bounded computation / validation
Integration is assessed against your data environment. This demo does not connect to live data.
Public references on semantic modeling, execution boundaries and data validation.
These references explain general engineering principles, rather than a specific implementation or measured performance. All demonstrated data and analysis are synthetic; capabilities and delivery boundaries are established during integration assessment.