<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n" -->

---
title: Scaling a System of Action | daily.dev
description: A practical guide to building enterprise AI agents on Snowflake using Cortex Agents, covering the two most critical technical primitives: Semantic Views and...
canonical: https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Scaling a System of Action | daily.dev
og:description: A practical guide to building enterprise AI agents on Snowflake using Cortex Agents, covering the two most critical technical primitives: Semantic Views and...
og:url: https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n
og:image: https://api.daily.dev/og/posts/MERaXdI0n.png
og:image:alt: Scaling a System of Action
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Scaling a System of Action

**[Snowflake Community](https://daily.dev/sources/snowflake_comm)** · 6 min read · 1 upvotes · 0 comments

## Summary

A practical guide to building enterprise AI agents on Snowflake using Cortex Agents, covering the two most critical technical primitives: Semantic Views and Agent Instructions. Semantic Views require detailed descriptions, SQL generation rules (business logic, time logic, formatting), table relationships, and verified queries to ensure accurate text-to-SQL generation. Agent configuration covers tool setup, system prompts, orchestration instructions (identity, scope, tool routing, conditional logic), and response formatting. The core insight is that most agent failures trace back to poor data definitions in the Semantic View, not orchestration logic — fix the data layer first.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/snowflake/scaling-a-system-of-action-262ba62c0501>

## Similar posts on daily.dev

- [Getting the Most Out of Your Structured Data with Snowflake Cortex Agents](https://daily.dev/posts/getting-the-most-out-of-your-structured-data-with-snowflake-cortex-agents-mlgprqglp) · Snowflake Community · 1 upvotes · 0 comments
- [Building a Context Layer for AI Agents](https://daily.dev/posts/building-a-context-layer-for-ai-agents-z4l85u5v6) · Snowflake · 1 upvotes · 0 comments
- [Scaling a System of Action](https://daily.dev/posts/scaling-a-system-of-action-2hquj4eu9) · Snowflake Community · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#rag](https://daily.dev/tags/rag), [#snowflake](https://daily.dev/tags/snowflake)

[View this post on daily.dev](https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Scaling a System of Action","url":"https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n"},"datePublished":"2026-06-08T14:07:41.358Z","dateModified":"2026-06-08T14:19:56.549Z","description":"A practical guide to building enterprise AI agents on Snowflake using Cortex Agents, covering the two most critical technical primitives: Semantic Views and...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c2223add2ee6454e4f6e56c3ed77ff87?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c2223add2ee6454e4f6e56c3ed77ff87?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Snowflake Community","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Snowflake Community","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/3eb5260f70bb4653be0f9581c0d937c8","url":"https://daily.dev/sources/snowflake_comm"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/scaling-a-system-of-action-meraxdi0n","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,rag,snowflake","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Snowflake Community","item":"https://daily.dev/sources/snowflake_comm"},{"@type":"ListItem","position":3,"name":"Scaling a System of Action"}]}
```

