Devlery
Blog/AI

RelationalAI makes Snowflake agents solve optimization problems

RelationalAI expanded Rel inside Snowflake with a GA prescriptive reasoner, OSI porting, and coding skills for CoCo, Claude Code, Codex, and Copilot.

RelationalAI makes Snowflake agents solve optimization problems
AI 요약
  • What happened: RelationalAI expanded Rel for the Snowflake AI Data Cloud at Snowflake Summit 26 on June 2, 2026.
    • The release includes Rel App, a GA prescriptive reasoner, a predictive reasoner, CoWork integration, and private-preview push-button post-training.
  • Developer surface: RelationalAI is packaging coding-agent skills for Snowflake CoCo, Claude Code, OpenAI Codex, and GitHub Copilot.
    • Those skills put semantic-model and reasoner changes into the same review path as agent-written code.
  • Watch: OSI porting and post-training are promising, but teams should test permissions, cost, evaluation sets, and model reuse boundaries before production use.

RelationalAI announced new capabilities for Rel inside the Snowflake AI Data Cloud on June 2, 2026, during Snowflake Summit 26. The official release groups together Rel App, a generally available prescriptive reasoner, a predictive reasoner, conversational decision intelligence inside Snowflake CoWork, and private-preview post-training over enterprise data and semantic estates. Read as product copy, it can look like another agentic AI announcement. The more specific developer story is that RelationalAI is trying to give Snowflake-based agents a calculation layer for enterprise decisions, not only a natural-language answer surface.

The center of the announcement is not an LLM that writes nicer explanations. RelationalAI argues that a decision agent choosing actions in pricing, supply chain, network operations, resource allocation, or customer retention needs enterprise models, reasoner tools, and task-specific post-training. In that framing, the enterprise model captures concepts, relationships, and rules. The reasoner computes predictions or constrained choices. The LLM can still explain and coordinate, but the actual recommendation depends on explicit models and optimization machinery.

Rel App is the modeling surface in that stack. RelationalAI says it captures how a business works as a shared, governed representation of concepts, relationships, and rules. Domain experts can explore the model, follow connections, ask natural-language questions, and review decisions grounded in their own Snowflake data. That sounds close to a BI semantic layer at first, but RelationalAI uses the phrase decision intelligence rather than analytics. The difference is intent: a dashboard answers a question, while a decision model also carries rules and constraints that influence which action should be taken.

Open Semantic Interchange specification header

The generally available prescriptive reasoner is the most concrete execution signal in the release. RelationalAI describes it as a purpose-built tool for constrained optimization. That matters because many enterprise actions are not well served by a fluent paragraph. Dispatch planning, inventory allocation, price changes, workforce assignment, and network-capacity planning all contain numeric conflicts. Budgets, stock levels, service-level agreements, locations, contracts, and labor constraints collide. A useful agent has to solve a bounded problem, not only summarize trade-offs.

The predictive reasoner covers the other half of the loop. RelationalAI says it applies graph neural networks to enterprise data in Snowflake to predict outcomes such as demand, churn, and asset failure. Prediction by itself can stop at a ranked list: which customers may leave, which parts may fail, or which locations may run short of stock. Paired with a prescriptive reasoner, the workflow can move from forecast to recommended action: who gets which offer, which route changes, which warehouse ships first, or which maintenance window gets priority.

ComponentRole in the announcementWhat engineering teams should check
Rel AppCaptures business concepts, relationships, and rules as a governed modelModel-change approval, lineage, and domain-expert review units
Prescriptive reasonerGA tool for constrained optimization problemsConstraint representation, fallback behavior, and cost tracing
Predictive reasonerUses GNNs to predict demand, churn, asset failure, and similar outcomesTraining-data permissions, drift detection, and prediction-quality checks
Coding-agent skillsExtend Rel models from CoCo, Claude Code, Codex, and CopilotReview paths for agent-generated model diffs and SQL or Rel changes
OSI portingMoves existing ontologies and semantic models into SnowflakeMapping loss, platform-specific rule conversion, and governance gaps

The release also contains a more direct developer hook. RelationalAI says its library of coding-agent skills is expanding across Snowflake CoCo, Claude Code, OpenAI Codex, and GitHub Copilot. Joint customers can use those skills from their preferred development environments to extend RelationalAI models and deepen the context used by decision agents. A normal coding agent might edit application code or tests. These skills are closer to editing semantic models, reasoner settings, and Snowflake-native data context.

That point connects with Snowflake CoCo. At Summit 26, Snowflake expanded CoCo as a coding-agent family for data work and extended integration into environments such as Claude Code and VS Code. RelationalAI skills sit on top of that surface and make model and reasoning changes part of the agent workflow. For developers, the first question should not be prompt quality. It should be the unit of change. If one agent-generated semantic relationship influences pricing, churn intervention, routing, or capacity decisions, then diff review and test data become as important as code review.

Open Semantic Interchange is the structural part of the story. Snowflake published the Open Semantic Interchange specification on January 27, 2026, with an Apache 2.0 GitHub repository. OSI represents semantic-layer components such as datasets, metrics, dimensions, relationships, and contexts in a vendor-neutral model. Snowflake's blog frames the problem around repeated semantic rebuilding: when definitions such as churn rate or net margin are trapped in separate tools, teams re-create the same meaning again and again.

RelationalAI says it is an OSI launch partner and can port existing ontology deployments, including Palantir-based semantic models, into Snowflake so customers can run RelationalAI's advanced reasoning without rebuilding everything. That is a strong claim. It tells companies using ontology-heavy platforms that they may not have to abandon their semantic estate to test Snowflake-native decision intelligence. The phrase "without rebuilding" still needs project-level verification. Metric definitions, permissions, lineage, action rules, UI behavior, operating alerts, and approval flows do not always survive a semantic-model export as identical production behavior.

The official OSI site organizes working groups into Advanced Metrics and Expression Language, Composability, Catalog Integration, Ontology Representation, and Model Converters and Developer Tools. That split helps explain why data agents need more than a semantic layer. Metric expressions have to be portable. Models have to reference other models. Catalog and governance tools have to understand the definitions. Ontology representation and converter tooling have to preserve enough meaning for downstream systems. When an agent receives a request such as "find the riskiest customer segment and act on it," each of those layers affects the result.

Push-button post-training is the least mature part of the announcement because it is still in private preview. RelationalAI describes it as a way to specialize open-source LLMs on a company's data and semantic estate. The company says those enterprise-specific post-trained models can combine with frontier models to solve harder problems at lower cost while learning company terminology and decision logic. That is plausible, but the public release does not provide enough numbers to evaluate it. Buyers should ask which open-source LLMs are supported, where post-training data is stored, who builds the evaluation sets, and how model updates affect existing reasoner outputs.

Cost claims deserve the same caution. RelationalAI says combining LLM-based reasoning with domain-specific reasoners can improve accuracy and reduce cost, but the announcement does not include independent benchmark results or detailed cost measurements. Cost reduction could come from fewer inference tokens, fewer repeated prompts, less data movement outside Snowflake, or fewer failed manual cycles. Those are different savings with different owners. In an enterprise decision workload, one bad recommendation can cost more than many successful answers save.

Community reaction around Snowflake Summit 26 also lowers the temperature of the release. A participant in r/snowflake wrote that Open Semantic Interchange, Horizon Context, and agentic features appeared repeatedly across sessions and sometimes felt like product pitches. Another participant pushed back, saying cost optimization, governance, and Iceberg deep-dive sessions contained real technical detail and that the experience depended on session choice. That split is useful context for RelationalAI. Data teams are not short on agentic AI announcements. They need concrete models, costs, permissions, and operations procedures they can test.

A separate r/snowflake thread asking for a Summit feature roundup made the same adoption problem visible. The requested list included Apache Iceberg v3, Datastream, CoCo Desktop, Cloud Agents, Skill Catalog, Horizon Context, Semantic Studio, Agent Identify, and Prompt Injection Detection. In the comments, users grouped CoCo ecosystem extensions, autonomous task execution, audit trails, semantic views, and prompt-injection detection together. When so many launches arrive at once, adopters need to separate what is GA, what is preview, what is private preview, and what is a partner announcement.

RelationalAI's competitive field is not one category. Palantir has long pushed ontology and action workflows. Databricks connects governance and AI work through Unity Catalog and AI/BI. Microsoft Fabric combines semantic models with Copilot surfaces. Salesforce is bringing Tableau and Agentforce closer to operational data. dbt Semantic Layer, Cube, AtScale, and MetricFlow approach the reuse of metrics and semantic definitions from different directions. RelationalAI's sharper claim is that it joins semantic models and reasoners inside Snowflake, then exposes model extension through coding-agent skills.

For engineering teams evaluating the release, the first question is not whether the LLM became smarter. A better question is what evidence and constraints the decision agent used to recommend an action. If a predictive model estimates churn, a prescriptive reasoner allocates discount budget, and an LLM writes the account-manager explanation, each step needs its own responsibility boundary and log. Running inside Snowflake can help with data movement and permission control, but teams still need to trace Snowflake credits, warehouse use, model invocation cost, and reasoner execution.

The second question is how model changes get reviewed when an agent edits them. If RelationalAI skills let CoCo, Claude Code, Codex, or Copilot extend a model, the artifact may carry more business impact than an ordinary TypeScript patch. One incorrect relationship can distort segmentation, route optimization, inventory allocation, or risk scoring. Model changes need sample-data tests, regression checks for existing metrics, domain-expert approval, and shadow runs before operational rollout. Applying coding-agent speed directly to semantic-model changes can enlarge the blast radius from a repository to an entire data product.

The third question is where OSI portability stops. The OSI specification is open under Apache 2.0, and Snowflake has said the effort is intended to move toward foundation-led governance. That is a positive standardization signal. A standard, however, can describe meaning without reproducing every platform behavior. Palantir ontology actions, permission inheritance, UI affordances, event triggers, and operational workflows may not all become equivalent Snowflake behavior through a semantic definition alone. The risky migration assumption is that once the semantic model moves, the decision process is automatically the same.

The practical read is that RelationalAI is expanding the calculation tools available to Snowflake data agents. Rel App models enterprise concepts and rules. The predictive reasoner estimates outcomes. The prescriptive reasoner chooses actions under constraints. Coding-agent skills let developers edit those models from CoCo, Claude Code, Codex, and Copilot. OSI provides a language for moving existing semantic models into the Snowflake environment. Each piece is useful, but production teams should combine them into one audit question: which data and rules produced this recommendation, at what cost, through which change history, and under whose approval?

RelationalAI Reasoner GA is most valuable when read narrowly. It is not simply "more AI inside Snowflake." LLM answers do not replace enterprise decision work because decisions require predictions, constraints, semantic definitions, permissions, cost accounting, and approval procedures. RelationalAI is bundling semantic models and reasoners in a Snowflake-native shape, then opening surfaces where coding agents can modify those models. The next proof will come from real project diffs, benchmarks, credit bills, audit logs, and domain-expert sign-off, not from the announcement itself.

Primary sources and community discussion