Systems | Development | Analytics | API | Testing

Snow Report: What's Happening At Snowflake in August

The August Snow Report is LIVE Two GA launches for CoCo, warehouse tuning that handles itself, and World Tour in 23 cities. What's new CoCo Desktop is GA A native IDE inside your governed Snowflake environment, so it knows your data models and access policies from day one. Up to 2X faster on complex tasks with 51% fewer tokens than third-party assistants. Cloud Agents are GA Run agentic workflows from your browser in Snowsight. Start with a prompt, close your session, and the agent keeps working on Snowflake's managed infrastructure.

npm v12 Blocks Install Scripts. So Why Aren't You Safe Yet?

When npm announced that version 12 would require developers to explicitly approve install scripts, the reaction across the community was almost universally positive. For years, security researchers had warned that package installation had become one of the weakest links in the JavaScript supply chain. Every npm install represented an opportunity for third-party code to execute automatically, often before developers had even looked at the source they were downloading.

AgentSpot Retail Use Case - Dealership Inventory and Pricing App

Traditional dashboards and static reports are not built around the person reading them. In this video, we introduce Data Apps in AgentSpot, a new surface alongside Agents and Workflows, and walk through a Used Car Lot Operations App built for a regional dealership manager. It pulls from ThoughtSpot data models and Slack conversations into a single narrative, scopes every app to the viewer's own credentials so people only see the data they have access to, and supports real interactivity like KPI card drill downs, custom filters, and what if pricing analysis.

QMetry vs. TestRail: Which is better for enterprise QA teams?

Choosing an enterprise test management platform is an architecture decision, not just a feature checklist. That choice comes down to how the platform stores data, how deeply testing connects to development, how far reporting and traceability extend, and how much the platform can absorb as testing volume, automation, and compliance requirements grow.

Enterprise Guide to Prompt Injection Testing: Securing Generative AI Systems

The swift introduction of Large Language Models (LLMs) and autonomous agents to business software ecosystems has posed a fundamental security issue: the unification of code and data. Traditional software designs carefully separate user input from operational commands. LLMs, on the other hand, are fed system commands, retrieved documents, user communications, and third-party API answers all in one context window.

Synthetic Monitoring Is Broken. Your Production Traffic Can Fix It.

Synthetic monitoring has been a critical part of application reliability for years. It gives engineering and operations teams a way to proactively test applications, APIs, and critical customer journeys before users encounter problems. But there is a fundamental limitation with the traditional approach: Someone has to create the tests. As applications become more distributed and customer journeys become more complex, organizations can end up maintaining hundreds or even thousands of synthetic scripts.

Agent Plugins 1.0: One Packaging Format, and What It Changes for Testing Skills

Katalon's library of testing skills for AI agents holds 13 skills. Building it produces 124 files. The 13 skills are the actual work: how to plan a test cycle, how to design cases from a requirement, how to read a failing run and decide whether a release is safe. The other 111 files are packaging. Four of them arrived this month and they are the subject of this post.