Systems | Development | Analytics | API | Testing

Why your AI Agent needs both a key and a map

You asked Claude to generate a bitrise.yml. It came back clean: right steps, reasonable workflow names, valid YAML. You almost merged it. Then you noticed it’s using before_run instead of step bundles. There are no version locks on steps. The triggers are structured in a format Bitrise deprecated months ago. It’s a valid config, but it would never pass code review. The quality of an agent's interaction with your CI/CD comes down to two things: what it can do and what it knows.

How to give AI Agents secure access to systems (with remote MCP servers)

AI agents need access to your systems. But are you sure they're accessing them securely? In this video, Tun @DataSurfer breaks down the way most teams give AI agents access today: static API keys, shared credentials, no audit trail. It's a disaster waiting to happen, but what exactly can teams do about it?

Your Customers Want AI Analytics. Tableau's Architecture Says No.

Tableau Next launched as a cloud-only platform on Salesforce Hyperforce. Every generative AI capability on Tableau’s roadmap runs through Salesforce Data Cloud. But for ISVs serving healthcare, financial services, or any customer operating under regulations like GDPR, HIPAA, or DORA, this locks them out completely.

Introducing Kong Agent Gateway: The Complete AI Gateway for Agent-to-Agent Communication

Kong Agent Gateway Is Here — And It Completes the AI Data Path You had a request going to a model, a response coming back, and a gateway in between to enforce policy. With the right solutions, this becomes manageable pretty quickly.. That world is over. Today's agentic architectures look nothing like that. Agents are delegating tasks to other agents via A2A. These other agents are producing and consuming event streams.

You're Closer to Agentic AI Than You Think

At Qlik Connect, one of the big messages we’re putting in front of customers is this: you’re closer to agentic AI than you think. I believe that because a lot of our customers already have more of the foundation in place than they may realize. If you have been working to improve data quality, strengthen governance, connect data across the business, and move analytics beyond reporting into real decision support, you are already building the conditions agentic AI needs to deliver value.

The Rise of Vibe Coding: Why Speed Shouldn't Come at the Cost of Cognitive Debt

We are in the middle of the fastest acceleration in software development that the industry has ever seen. Thanks to highly capable models from technology leaders like Anthropic and OpenAI, we have entered the era of vibe coding—a world where developers describe what they want in natural language and get working software in return.

Build vs Buy: The Hidden Costs of DIY MCP Server Infrastructure

You whipped up a simple MCP server prototype over the weekend. It routed a single AI agent to a few internal tools, your demo impressed leadership, and the team asked the dreaded question: "When can we ship?" You smiled and said, "Give me two weeks." Fast-forward three months**.** You’re firefighting expired tokens at 2 AM. The compliance team is camped in your inbox. Your once-elegant codebase is now a distributed systems nightmare. Sound familiar?