Systems | Development | Analytics | API | Testing

Salesforce MCP: Is CRM Data Enough for Your AI Agent?

Connecting Salesforce to Claude via MCP is the advancement the SERP says it is. You authenticate once, your AI agent queries live CRM data, and you stop copying deal records into chat windows. For a Revenue Operations Manager who spent Q1 begging an admin to export pipeline snapshots, that matters.

How Xray's AI Test Prioritization Helps Teams Focus on High-Risk Tests

Test execution is one of the most time-sensitive stages of software delivery. Teams are expected to validate functionality, ensure stability, and support release decisions within increasingly shorter development cycles. Even with strong automation in place, there is rarely enough time to execute every Test before a release. This makes prioritization a critical part of the QA process.

Introducing AI Transport v0.5.0: durable execution with Steps

AI Transport v0.5.0 is now available. It adds first-class support for running an agent turn inside a durable execution framework, such as Temporal or Vercel's Workflow Development Kit (WDK), while every client watching the conversation still sees one clean, resumable stream. The last release, v0.4.0, let an agent hydrate its history from your own database. This one is about what happens when the process running the agent isn't around for the whole turn.

Perforce Autonomous Testing for Web, Mobile & Desktop Apps

Traditional test automation is slowing teams down with brittle scripts, constant maintenance, and growing complexity. Perforce Autonomous Testing changes the game with enterprise-grade AI-powered testing that helps teams create, execute, maintain, and analyze tests using natural language—without scripts, frameworks, or ongoing upkeep.

Why AI agents need a durable session layer - and why HTTP isn't enough

HTTP works fine for a chatbot that responds in seconds. Add token streaming, and it mostly still works. But once an agent starts doing things that take real time, reasoning across multiple tool calls, spawning sub-agents, running for minutes instead of milliseconds, the UX starts to falter. The connection drops while the agent is mid-thought. The user switches tabs, comes back five minutes later, and the session is gone. The agent finishes its work, but the client has already moved on.

Scaling Enterprise GenAI on AWS: Security, Governance & Compliance

Hey, did you know that Cloudera has achieved the AWS Generative AI Competency? This major specialization milestone continues to validate the technical work we're doing to deliver high-impact Generative AI solutions on AWS. Because AWS Competencies require rigorous technical validation and verified customer success reviews, this achievement proves real-world impact where it matters most.

Introducing the N|Solid Plugin for AI Coding Agents

AI coding agents have quickly become part of the daily workflow for Node.js developers. Whether you're using Claude Code, Codex CLI, OpenCode, Antigravity CLI, or Pi Agent, these tools are great at generating code, explaining implementations, and automating development tasks. But debugging production systems is a different challenge.