Systems | Development | Analytics | API | Testing

Qlik and Snowflake Cortex AISQL - Show Me How It Works

See Snowflake Cortex AI-SQL in action with comprehensive demonstrations across the entire analytics lifecycle. This deep-dive video showcases real-world implementations including sentiment analysis on healthcare survey data, emotional classification using the Plutchik Wheel of Emotions, and sophisticated prompt engineering for actionable business recommendations. Watch how Qlik operationalizes these AI capabilities within data pipelines, storing enriched insights as structured data that any user can access—no SQL or data science expertise required.

Qlik and Snowflake Cortex AISQL - Show Me How to Build It

Ready to implement Snowflake Cortex AI-SQL in your Qlik environment? This technical walkthrough provides step-by-step guidance for building AI-powered analytics applications using two proven architectural approaches. Learn how to leverage Qlik's partial reload functionality for user-triggered AI queries, and discover the advanced analytics connector method for creating fully responsive, selection-aware AI interactions. Master the techniques for passing aggregated data alongside questions to ensure security compliance, honor role-based access controls, and maintain multiple versions of truth across different departments.

Why AI can't debug your API integrations (yet)

The next generation of debugging doesn’t depend exclusively on the quality of AI models, but it’s heavily dependent on feeding AI tools the context they need to be useful. AI coding assistants have transformed how we write code. For example, GitHub Copilot, Cursor, and ChatGPT can generate Stripe integration boilerplate in seconds. They'll scaffold your payment flow, suggest error handling patterns, and even write unit tests.

AI Dev Meetup on Coding Agents with OpenAI and LangChain

Last Tuesday, we kicked off our first AI developer meetup of 2026 with a packed room and over 350 signups! This was our first content-focused event since organizing AI Engineer Paris 2025, and it was a great night bringing the AI dev community together to share ideas and learn from some of the most exciting builders in the space. Want to join next time? Follow our global events calendar to stay in the loop. Our meetup's theme was coding agents. We heard from speakers at Koyeb, OpenAI, and LangChain.

Best AI Test Case Generation Tools in 2026

AI test case generation tools are transforming how QA teams create, maintain, and execute tests by automating repetitive work and improving coverage. Teams that adopt AI for QA now will reduce manual test creation time while expanding their test coverage. Software testing has always been a balancing act between thoroughness and speed. You want comprehensive coverage, but you also want to ship features before your competitors do.

Why AI Agents Need Their Own Identity: Lessons from OWASP's MCP Security Guide

The recently released OWASP, “A Practical Guide for Securely Using Third-Party MCP Servers,” highlights a fundamental challenge in modern AI deployments: how do we govern, secure, and audit systems that are inherently non-deterministic? Unlike traditional, static software, AI agents dynamically adapt their execution paths, tool selection, and decisions based on context and real-time resources, allowing the same agent to achieve identical goals through entirely different approaches.

What is a MCP Gateway? The Missing Piece for Enterprise AI Infrastructure

AI agents are spreading across organizations rapidly. Each agent needs secure access to different Model Context Protocol (MCP) servers. Authentication becomes complex. Scaling creates bottlenecks. The dreaded "too many endpoints" problem emerges. You face a classic AI infrastructure headache. The numbers tell the story. Organizations using AI in at least one business function jumped from 55% to 78% in just one year. Generative AI usage specifically rose from 33% in 2023 to 71% in 2024.

Realtime steering: interrupt, barge-in, redirect, and guide the AI

Start typing, change your mind, redirect the AI mid-response. It just works. That is the promise of realtime steering. Users expect to interrupt an answer, correct its direction, or inject new instructions on the fly without losing context or restarting the session. It feels simple, but delivering it requires low-latency control signals, reliable cancellation, and shared conversational state that survives disconnects and device switches.