Systems | Development | Analytics | API | Testing

From testing to trust: Why quality engineering is becoming the control plane for AI driven enterprises

Enterprises are under pressure to deliver software faster without sacrificing trust. AI generated code, continuous delivery, and increasingly agentic systems are accelerating change faster than traditional quality practices can validate it. For enterprises running multi-layered tech stacks, weekslong regression cycles and performance issues that are discovered by customers in production are symptoms of a behind-the-scenes quality model that was built for a slower era.

Stop extracting data: Run serverless Python natively in BigQuery!

Python UDFs now Generally Available (GA), you can run custom Python code natively, securely, and serverlessly inside your SQL statements. Write standard SQL, import libraries like BeautifulSoup, or run machine learning tokenizers with zero infrastructure management. Speaker: Products Mentioned: BigQuery, Python User Defined Function.

Improve Compliance, Visibility, and Control in Your Financial Close

Four specialists. 75+ years of combined close experience. One roundtable. We asked them to dissect the month-end close: where governance quietly erodes, why a one-day delay can cascade into seven, what happens when your best reconciliation person is unavailable, and where automation is genuinely delivering results today. 45 minutes of practical close strategy from people who know exactly where the process breaks, and how finance teams can fix it.

Nobody trusted our internal dashboards. Now they live in code

We audited our skills library a few months ago and found twelve dashboards hiding in it. Not dashboards. Skills that built dashboards. Someone needed a view of some data, asked Claude to put it together, got a long HTML page out of it, and then wrapped the whole thing in a skill so others could run it again. Twelve times over, by different people, for different questions.

Introducing AI Transport v0.3.0

Last week we introduced AI Transport v0.2.0 and made one idea the centre of the design: the session is the channel. Every input, output, and lifecycle event for an AI conversation is just a message published to an Ably channel, which is what makes a session durable, multi-party, and resumable. In v0.3.0, we added first-class support for presence and LiveObjects to AI sessions, allowing you and your agent to see who's online and update shared state in real time.

Real-Time Hyper-Personalization in 2026: Architecture Guide

Hyper-personalization in 2026 is the ability to act on a user's current intent within the current session, using signals from across the journey. Batch customer data platforms (CDPs) can't do this. They can't capture intent as it forms, can't hold session state, and can't activate inside the intent window.

How to Eliminate Training-Serving Skew With a Unified Real-Time Streaming ML Pipeline (2026 Guide)

The problem. Predictive ML pipelines that maintain separate batch and streaming code paths for the same features carry training-serving skew, the gap between the features a model was trained on and the features it sees at inference time. Skew silently degrades model accuracy and doubles infrastructure cost. The recommendation. Adopt a unified streaming (kappa) architecture.