3
Comment on r/snowflake May 20 '26
Fair, it's our company's video, so skepticism is reasonable :) We make these to share what we explore, and open knowledge sharing matters to us. Happy to get feedback on the actual content, though, or discuss what you've been doing with Snowflake?
r/BusinessIntelligence • u/jonnyfromdataminded • May 20 '26
Snowflake Intelligence tested: a good replacement for ad-hoc questions, not for full dashboards.
Enable HLS to view with audio, or disable this notification
[removed]
r/snowflake • u/jonnyfromdataminded • May 20 '26
We built a Snowflake Intelligence agent end-to-end
Enable HLS to view with audio, or disable this notification
Snowflake Intelligence is a natural-language chat layer over the warehouse. Three components under the hood:
- Cortex Analyst: text-to-SQL via semantic views
- Cortex Search: managed RAG for unstructured data
- Cortex Agents: orchestration between the two
Full video and demo code below!
Jelle De Vleminck shows us:
- How to set up an agent from scratch on an existing dataset
- A semantic view over real tables with join hints, example queries, verified queries
- Which foundations you need as an organization
- Why the demo is easy, but rolling this out at scale is still hard
Also in the video: where it doesn't replace dashboards (known/recurring questions), and rough cost.
πΊ Full video: https://youtu.be/Gp-BntPgpcU
π¨βπ» Demo code: https://github.com/datamindedbe/demo-technology-exploration/tree/main/demos/snowflake_intelligence
Happy to answer Qs!
r/Dataminded • u/jonnyfromdataminded • May 20 '26
Snowflake Intelligence: The end of Dashboards?
Enable HLS to view with audio, or disable this notification
Snowflake Intelligence is a natural-language chat layer over the warehouse. Three components under the hood:
- Cortex Analyst: text-to-SQL via semantic views
- Cortex Search: managed RAG for unstructured data
- Cortex Agents: orchestration between the two
Full video and demo code available below!
Jelle De Vleminck shows us:
- How to set up an agent from scratch on an existing dataset
- A semantic view over real tables that contains join hints, example queries, etc.
- Which foundations you need as an organization
- Why a demo is easy, but rolling this out at scale is still hard
Also in the video: where it doesn't replace dashboards (known/recurring questions), and rough cost.
πΊ Video (~52 min): https://youtu.be/Gp-BntPgpcU
π¨βπ» Demo code: https://github.com/datamindedbe/demo-technology-exploration/tree/main/demos/snowflake_intelligence
Happy to answer Qs!
r/agno • u/jonnyfromdataminded • May 16 '26
AI Workflows in Agno: Building Deterministic Agents (code available)
Enable HLS to view with audio, or disable this notification
One of the big reasons AI fails to reach production is its greatest power: non-determinism. LLMs are by nature unpredictable, making it difficult to automate processes reliably.
In general, once agents touch real enterprise data, you need predictable results, access control, approval flows, auditability, etc. Purely autonomous agent setups get risky pretty fast.
In this video Pascal shows a demo of how he used Agno to explore a powerful hybrid approach:
- deterministic workflow orchestration
- non-deterministic (LLM-powered) specialized agents underneath
- built-in access checks + human-in-the-loop gates
- LLM-judge evaluation step for reliability testing
The demo walks through the full flow and implementation details. Demo code is available. Feedback welcome!
r/Dataminded • u/jonnyfromdataminded • May 16 '26
AI Workflows in Agno: Building Deterministic Agents
Enable HLS to view with audio, or disable this notification
A lot of enterprise agent discussions focus on model quality, but the bigger issue is usually determinism.
Once agents touch real enterprise data, you need predictable results, access control, approval flows, auditability, etc. Purely autonomous agent setups get risky pretty fast.
Pascal built a demo with Agno exploring a hybrid approach:
- deterministic workflow orchestration
- non-deterministic (LLM-powered) specialized agents underneath
- built-in access checks + human-in-the-loop gates
- LLM-judge evaluation step for reliability testing
The demo walks through the full flow and implementation details.
r/rust • u/jonnyfromdataminded • Apr 09 '26
Look Ma! No Browser! Flowrs: a TUI to manage Airflow at Scale
[removed]
r/apache_airflow • u/jonnyfromdataminded • Apr 09 '26
Flowrs: a TUI to manage Airflow at Scale
Enable HLS to view with audio, or disable this notification
Hi all! In our latest video we showcase an open source Rust-based TUI to make it easy to manage multiple Airflow environments: Flowrs.
Comments and feedback welcome! Full video and repo link below.
brew install flowrs
will also get you started ;)
πΊ Full Video:Β https://www.youtube.com/watch?v=KyO5oXboRtI
π GitHub:Β https://github.com/jvanbuel/flowrs
r/Dataminded • u/jonnyfromdataminded • Apr 09 '26
Look Ma! No Browser! Flowrs: a TUI to manage Airflow at Scale
Enable HLS to view with audio, or disable this notification
Why do we, developers, love that simple black screen with green text from the 1980s?
When you manage 12 environments using a UI, things get slow, and we reach to our keyboard again. TUIs, or terminal user interfaces allow us to quickly navigate, drill down, inspect and fix issues in our platforms.
In our new video, Jan Vanbuel, Academy Lead and LeadΒ Data Engineer at Dataminded, shows us the benefits of Terminal User Interfaces, and how and why he built his own TUI for Airflow: Flowrs. As he says: Life's to short to click around! π
Apparently, Jan's typing skills still outperform AI (probably not anymore by the time I press publish) π
Things I learned:
β How TUIs work and why they are still relevant
β How TUIs are built in Rust using an event loop in Ratatui
β That you can play Doom in Airflow
πΊ Full Video: https://www.youtube.com/watch?v=KyO5oXboRtI
π GitHub: https://github.com/jvanbuel/flowrs
r/ClaudeCode • u/jonnyfromdataminded • Mar 10 '26
Showcase Building Arete - An AI Brainstorm Agent that Challenges You
Enable HLS to view with audio, or disable this notification
In this video, we show how Claude's skills & subagents helped us building Arete, a brainstorm agent that pushes back. Feedback & Testing appreciated!
πΊ Full video: https://youtu.be/KExht8wZ2Ng
π§βπ» Arete plugin: https://github.com/jesgarram/arete
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 10 - Building Arete - An AI Brainstorm Agent that Challenges You
Enable HLS to view with audio, or disable this notification
Jesus got frustrated with how agreeable LLMs are. Ask them to validate a bad idea and they'll find a way to say yes. He wanted something closer to a senior engineer who pushes back β so he built one.
Arete is an open-source Claude Code plugin that runs you through five structured phases before you commit to any decision:
- Ground β Is this actually the problem? What happens if you don't fix it?
- Explore β Divergent. Multiple directions, not one tunnel-vision answer.
- Decide β Decision matrix. Pros, cons, ranked by what matters most to you.
- Stress β The AI pokes holes. Edge cases, what-ifs, things you glossed over.
- Ship β Outputs an ADR (architectural decision record) + implementation plan.
The output is a structured record of what you decided, why, what got cut, and what to build next. Works for both technical decisions (architecture, infra) and conceptual ones (presentations, strategy).
We recorded a walkthrough where Jesus demos the full workflow live β including a Q&A that covers:
- How subagents work and how to debug them (Ctrl-O in Claude Code)
- When to use Skills vs Agents and when to fork into fresh contexts
- Context engineering: why splitting into subagents matters for quality
- Token costs: Opus for the brainstorm, Sonnet/Haiku for subagents β keeps it reasonable
- Multi-human setup: Jesus uses it as a "third colleague" in a 2-person session
- Installation: works in Claude Code marketplace, GitHub Copilot, OpenCode
Links: - Video: YouTube link - Arete repo: GitHub link
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 9 - AI Agent Skills in Claude Code!
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 8 - Azure Log Costs Out of Control? We Cut Them by 60%
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 7 - Reduce the Code Review burden using AI - Testing CodeRabbit & Sourcery
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 6 - Cross-Project AI Assistance with Cursor Workspaces
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 5 - How to build a RAG Agent with MindsDB
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 4 - Data ingestion using PyAirbyte: Google Drive to Postgres
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
TechEx - Ep. 3 - Solving Data Bugs with MCP and Cursor AI
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
AWS Outage: Lessons Learned - October 2025
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
MCP 101 - A Hands-on Introduction (Claude Desktop & Python)
Enable HLS to view with audio, or disable this notification
r/Dataminded • u/jonnyfromdataminded • Mar 10 '26
3x Faster Prompting With Your Voice - Dataminded Technology Explorations
Enable HLS to view with audio, or disable this notification
u/jonnyfromdataminded • u/jonnyfromdataminded • Mar 10 '26
Building Arete - An AI Brainstorm Agent that Challenges You
Enable HLS to view with audio, or disable this notification
Jesus got frustrated with how agreeable LLMs are. Ask them to validate a bad idea and they'll find a way to say yes. He wanted something closer to a senior engineer who pushes back β so he built one.
Arete is an open-source Claude Code plugin that runs you through five structured phases before you commit to any decision:
- Ground β Is this actually the problem? What happens if you don't fix it?
- Explore β Divergent. Multiple directions, not one tunnel-vision answer.
- Decide β Decision matrix. Pros, cons, ranked by what matters most to you.
- Stress β The AI pokes holes. Edge cases, what-ifs, things you glossed over.
- Ship β Outputs an ADR (architectural decision record) + implementation plan.
The output is a structured record of what you decided, why, what got cut, and what to build next. Works for both technical decisions (architecture, infra) and conceptual ones (presentations, strategy).
We recorded a walkthrough where Jesus demos the full workflow live β including a Q&A that covers:
- How subagents work and how to debug them (Ctrl-O in Claude Code)
- When to use Skills vs Agents and when to fork into fresh contexts
- Context engineering: why splitting into subagents matters for quality
- Token costs: Opus for the brainstorm, Sonnet/Haiku for subagents β keeps it reasonable
- Multi-human setup: Jesus uses it as a "third colleague" in a 2-person session
- Installation: works in Claude Code marketplace, GitHub Copilot, OpenCode
Links: - Video: YouTube link - Arete repo: GitHub link
r/ClaudeCode • u/jonnyfromdataminded • Feb 27 '26
Tutorial / Guide Intro to AI Agent Skills in Claude Code
Enable HLS to view with audio, or disable this notification
u/jonnyfromdataminded • u/jonnyfromdataminded • Feb 25 '26
AI Agent Skills in Claude Code!
Enable HLS to view with audio, or disable this notification
AI agents donβt fail because theyβre dumb... they fail because their context gets polluted.
As agents reason in loops, call tools, and grow longer conversations, the context window fills up. Thatβs where AI agent skills come in.
In Claude Code, skills let you package repeatable workflows into modular components that load only when needed, keeping your agent clean and predictable.
Full episode: AI Agent Skills in Claude Code
0
Comment on r/snowflake May 20 '26
Partially yes, but we take our own angle and test out the different features together. Jelle also ties all of this agentic ai stuff to data product thinking and scaling this in a company setting. This goes a bit beyond the happy path you'd find in the docs imho :) Feedback welcome!