It’s official…welcome to Snowflake, @natomalabs!
We’re bringing Natoma’s enterprise MCP platform for AI agents to Snowflake, making it easier to securely connect AI to tools like Slack, Jira, email, calendars and workflows through Snowflake Intelligence and Cortex Code.
More info ICYMI: https://t.co/GwjS54lIXn
We’re excited to share that @Snowflake has signed a definitive agreement to acquire Natoma!
Natoma was founded on a simple belief: AI agents will transform how work gets done inside enterprises, but only if organizations can securely connect, govern, and control how those agents access data, use tools, and take action.
Together with Snowflake, we’ll help enterprises bring together data, models, and control — enabling agentic AI that is trusted, connected, governed, and built for action.
Read more from our founders: https://t.co/zH86IToHfH
Snowflake blog: https://t.co/NTgNxIJ9Fl
Invest and sign a definitive agreement in the same quarter? Well, this is a new one!
Congrats to @pratyus and the @natomalabs team on entering into a definitive agreement with @Snowflake.
The demand for agentic AI infrastructure is moving fast.
https://t.co/2cvaqcl0kx
Today we announced our intent to acquire Natoma, the enterprise MCP platform.
Once closed, @Snowflake users will be able to enrich their Snowflake data with critical application context and take action directly from Snowflake Intelligence and Cortex Code.
One platform for every data and workflow need. Send emails, summarize Slack threads, check calendars, and open Jira tickets, all without leaving Snowflake.
Snowflake already governs your data. With Natoma, we'll govern AI actions too.
The release candidate for MCP 2026-07-28 is out. The protocol is now stateless: no handshake, no session id, any request can hit any server instance. Plus extensions as first-class (MCP Apps, Tasks), auth hardening, and a proper deprecation policy so we don't have to do this again.
https://t.co/XRLTu1BSkB
200K MCP servers on public IPs. STDIO transport runs any OS command it gets.
Anthropic says it's by design. 9 of 11 registries accepted a malicious test package without review.
This is not a security failure. It is an inventory failure.
https://t.co/E6vKlJ5kDl
Three paths to connect agents to external systems:
- Direct API: agent writes HTTP in a sandbox. Fine for 1 agent <> 1 service. Breaks at scale.
- CLI: agent runs shell commands. Works in local envs with a filesystem. Can't reach mobile, web, or cloud.
- MCP: agent connects to a server over a standard protocol. Built for cloud-hosted production agents.
Mature integrations ship all three.
MCP is the one that compounds. One remote server reaches every compatible client (Claude, ChatGPT, Cursor, VS Code) across every deployment environment, and gets more capable as new protocol extensions land without you shipping anything new.
Your AI agent needs real tools to be useful. Giving it access to everything is a security problem.
NVIDIA NemoClaw isolates compute. Natoma governs tool calls.
Zero service credentials inside the sandbox.
Past 50 MCP tools, agent accuracy drops. By 200+, you lose 1 in 7 queries and token costs spike 10x.
Our engineer @KarnikShreyas built the fix: search-then-execute with hybrid retrieval. 97.5% recall at enterprise scale. Constant context cost.
Full write-up: https://t.co/c9d6IykwhL
🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages.
The latest [email protected] now pulls in [email protected], a package that did not exist before today. This is a live compromise.
This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now.
Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that:
• Deobfuscates embedded payloads and operational strings at runtime
• Dynamically loads fs, os, and execSync to evade static analysis
• Executes decoded shell commands
• Stages and copies payload files into OS temp and Windows ProgramData directories
• Deletes and renames artifacts post-execution to destroy forensic evidence
If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.
Introducing TurboQuant: Our new compression algorithm that reduces LLM key-value cache memory by at least 6x and delivers up to 8x speedup, all with zero accuracy loss, redefining AI efficiency. Read the blog to learn how it achieves these results: https://t.co/CDSQ8HpZoc
The entire row is alllllll yours.
Welcome to United Relax Row, three adjacent United Economy seats with adjustable leg rests that can each be raised or lowered to create a cozy lie-flat space for stretching out...
You'll also get a mattress pad, blanket and two pillows. If you’re traveling with kids, a plushie too! United Relax Row will be available starting next year on more than 200 of our 787s and 777s, each with up to 12 of these brand-new rows.
https://t.co/bzHodhQ5Y8
We just added Skills to Playground by Natoma.
Skills are everywhere - buried in repos, threads, and docs.
No structure, no easy way to know if something's worth using before you try it.
We fixed that. 🧵
While everyone's busy at #RSAC. This just dropped: https://t.co/KiZAKg2IjS
LiteLLM (v1.82.7 & 1.82.8) is compromised via a malicious .pth file - runs on Python startup, no import needed. Steals creds. Exfiltrates silently.
If you use LiteLLM, DSPy, or GraphRAG - check NOW!
(CrewAI / Google ADK → verify integrations)
Stay safe out there!
AI agents are moving from experiments to real enterprise workflows.
But one of the biggest challenges isn't the models - it's connecting agents to the systems your business runs on.
We've been working with @1Password on their Unified Access launch to make this simpler. 🧵
We automated testing.
We automated builds.
We automated deploys.
But demos?
Still screen recordings and prayer to the demo Gods!
So I built Argo.
Script your demo → generate the video. 🎬
npx argo pipeline my-demo
https://t.co/7mlZxzBNgs
Browsers were built for humans. You come to a page, log in, click around, and do your job.
Soon, agents will be doing the work. And agents don't need UI or dashboards. The next browser won't render HTML - it will pipe data, context, and actions. The next "user-agent (UA)" will look more like a hypervisor or Kubernetes: an orchestration plane for AI systems.
An agent isn't a prompt. It's a distributed system with a probabilistic core. Whether operating inside the enterprise or acting on our behalf in the real world, agents will require identity, access, dynamic policies, skill boundaries, context governance, observability, and kill switches