惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
小众软件
小众软件
美团技术团队
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
D
Docker
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
雷峰网
雷峰网
The Cloudflare Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
All Data and AI Weekly #242–18 May 2026
Timothy Span · 2026-05-17 · via DEV Community

All Data and AI Weekly #242-18 May 2026

( AI, Data, Agentic AI, Cortex Code, NiFi, Iceberg, Polaris, Streamlit, Python, Java, SQL, MCP, LLM, RAG, Cortex AI, AISQL, Search, Unstructured Data )

Tim's Corner: Document AI Gets Smarter, Summit is Two Weeks Away

Welcome to issue 242! This week Snowflake shipped AI_CLASSIFY for documents in public preview - automatically categorize PDFs, DOCX, CSVs and more using simple SQL for intelligent document routing. Cortex Search Auto-Suspend entered preview to cut costs on idle services. Per-function AI privileges went GA giving admins fine-grained control over which roles can call specific AI functions. CHECK Constraints with Error Tables landed so you can stop cleaning up bad data after the fact. Microsoft Copilot Studio got a Snowflake Cortex integration via MCP. Perplexity AI added a native Snowflake connector. Snowpark Connect history UI entered limited access. And the community delivered guides on multitenant Cortex Agents, adding chat to any website, and Semantic View patterns as a Cortex Code skill. I published a new blog on Building Real-Time Multimodal AI Agents and a preview video for my Summit talk. Summit is TWO WEEKS away - register now! Let's dig in.


Tim's Content

Building Real-Time Multimodal AI Agents with Snowflake

Tim's new blog on building real-time multimodal AI agents using Snowflake's new video and audio preview capabilities.

Blog: Building Real-Time Multimodal AI Agents with Snowflake Preview

Summit Preview Video

Watch Tim's preview of his Snowflake Summit 2026 talk on NiFi and Agents.

Video: Summit Preview - NiFi and Agents

Gemini_Generated_Image_njyqqtnjyqqtnjyq

Snowflake Summit 2026 - Tim is Speaking!

I'll be speaking at Snowflake Summit 2026 on NiFi and Agents. The Summit is TWO WEEKS away - this is your chance to join 10,000+ data professionals in San Francisco for the biggest data and AI event of the year. Check the session catalog:

575406986-7cc904bf-1f57-4f1a-842a-51089cb55fda

Multimodal AI is Out!

Tim's LinkedIn post on the multimodal AI launch: https://www.linkedin.com/feed/update/urn:li:activity:7457517682158993408/

New SNACK-AI Repositories


Upcoming Events: Catch Tim Live!

Past Events (Catch the Replays):

Snowflake Dev Day (In-Person): https://www.snowflake.com/en/dev-day/in-person/

All Snowflake Events: https://www.snowflake.com/about/events/


Snowflake Summit 2026 - San Francisco, June 2-5

The biggest event of the year is TWO WEEKS away! Snowflake Summit 2026 returns to San Francisco June 2-5. Anthropic's Daniela Amodei joins the keynote, 500+ sessions, 200+ partners.

Agentic Enterprise Announcement: Snowflake Expands Intelligence and Cortex Code

Register now: https://www.snowflake.com/summit/


Featured: AI_CLASSIFY for Document Classification (Public Preview)

The AI_CLASSIFY function now accepts documents as input, enabling automatic categorization of PDFs, DOCX, CSV and more using simple SQL. Streamline document intake and intelligently route content - contracts, invoices, reports - into the right downstream workflows.

Release Notes: https://docs.snowflake.com/en/release-notes/2026/other/2026-05-13-ai-classify-document

Documentation: https://docs.snowflake.com/en/sql-reference/functions/ai_classify


Featured: CHECK Constraints with Error Tables

Snowflake CHECK Constraints with Error Tables let you stop cleaning up bad data after the fact. Define data quality rules at the table level and capture constraint violations in error tables for investigation rather than rejecting entire loads.

Read more: Snowflake CHECK Constraints: Stop Cleaning Up Bad Data


Cortex AI & Agents

Per-Function AI Privileges (GA - May 13)

Grant per-function privileges for Cortex AI Functions using USE AI FUNCTION <name>. Fine-grained control over which roles can call specific AI functions instead of blanket access.

Release Notes: https://docs.snowflake.com/en/release-notes/2026/other/2026-05-13-use-ai-function-per-function-privileges

Documentation: https://docs.snowflake.com/en/user-guide/snowflake-cortex/aisql#use-ai-function-name-per-function-privileges

Cortex Search Auto-Suspend (Preview - May 11)

Configure a Cortex Search Service to auto-suspend its serving compute after query inactivity and resume on new queries. Reduces serving costs on idle services. Minimum: 1800 seconds (30 min).

Read more: https://docs.snowflake.com/en/release-notes/2026/other/2026-05-11-cortex-search-auto-suspend-preview

Integrating Microsoft Copilot Studio with Snowflake Cortex via MCP

Connect Microsoft Copilot Studio agents to Snowflake Cortex using MCP (Model Context Protocol) for enterprise AI agent interoperability.

Read more: https://medium.com/snowflake/integrating-microsoft-copilot-studio-agents-with-snowflake-cortex-using-mcp-17c9998a4acf

Don't Trust the LLM with Tenant Isolation: Multitenant Cortex Agents

How to build multitenant Cortex Agents on Snowflake with proper tenant isolation - ensuring LLMs can't cross data boundaries.

Read more: https://medium.com/snowflake/dont-trust-the-llm-with-tenant-isolation-multitenant-cortex-agents-on-snowflake-51267ff08bb8

Add a "Talk to Your Data" Chat to Any Website

Add a Snowflake Cortex-powered chat interface to any website for natural language data exploration.

Read more: https://medium.com/snowflake/add-a-talk-to-your-data-chat-to-any-website-with-snowflake-cortex-3fdaa74d3c7a

Perplexity AI Snowflake Connector

Perplexity AI adds a native Snowflake app connector for AI-powered search and analysis directly on your Snowflake data.

Connector: https://www.perplexity.ai/hub/products/app-connectors/snowflake

Cortex Code Semantic View Patterns Skill

Official Snowflake Solutions skill for semantic view patterns in Cortex Code CLI.

GitHub: https://github.com/Snowflake-Solutions/cortex-code-skills/tree/main/skills/semantic-view-patterns


Snowflake Platform Updates

Sensitive Data Entitlement Report (Preview - May 13)

Generate a Sensitive Data Entitlement report to view who can access sensitive data in your account. Creates a view listing users with access control roles and privileges on tables containing sensitive data.

Read more: https://docs.snowflake.com/en/release-notes/2026/other/2026-05-13-sensitive-data-entitlement-report-preview

Organization Usage: Secrets and Tri-Secret Secure Views (May 12)

New ORGANIZATION_USAGE premium views for visibility into secrets and Tri-Secret Secure customer-managed key history across all accounts.

Read more: https://docs.snowflake.com/en/release-notes/2026/other/2026-05-12-organization-usage-secrets-tri-secret-secure-views

Snowpark Connect History UI (Limited Access)

Snowpark Connect gets a history UI in Snowsight for monitoring Spark job execution history.

Documentation: https://docs.snowflake.com/en/LIMITEDACCESS/snowpark-connect/snowpark-connect-history-ui

Snowpipe Streaming High Performance Getting Started

Updated guide for getting started with Snowpipe Streaming high-performance ingestion.

Documentation: https://docs.snowflake.com/en/user-guide/snowpipe-streaming/snowpipe-streaming-high-performance-getting-started

pg_lake (Snowflake Labs)

pg_lake - Snowflake Labs' tool for syncing PostgreSQL data to Snowflake via Iceberg tables.

GitHub: https://github.com/Snowflake-Labs/pg_lake


From the Community: Medium & Blogs


GitHub: Snowflake Labs & Community


Developer Tools & Resources


SNACK-AI: The 2026 Pattern

As we look forward in 2026, SNACK-AI is the architectural pattern for powering AI applications at any scale - from mobile phones and robots to massive enterprise clusters.

SNACK-AI integrates:

  • Snowflake Platform
  • NiFi (Apache)
  • Apache Iceberg
  • Cortex AI (Agents/Search/MCP)
  • Kafka (Apache Kafka)

Deep Dive into SNACK-AI:


Thanks

https://sessionize.com/tspann
https://github.com/timothyspann


Generated with Cortex Code for All Data and AI Weekly - May 18, 2026