Systems | Development | Analytics | API | Testing

Why "Scalable" Architecture Fails Without Stress Testing

Have you ever launched an enterprise application that sailed through every baseline test, only to falter when confronted with real-world demand? When you’re modernizing critical workflows for a major financial institution, a “good enough” architecture is a ticking time bomb. In high-volume operations, performance failures aren't just minor setbacks—they halt transactions, stall back-office teams, and expose the business to significant operational risk.

Introducing AI Transport v0.2.0

Version v0.2.0 of @ably/ai-transport reorganises the SDK to better support a wide range of interaction patterns. Everything in an AI session – input, output, agent lifecycle, control signals – is captured durably, allowing you to easily build the sophisticated interaction patterns that support modern AI user experiences. When we first built @ably/ai-transport, we modelled an AI conversation the way most people first picture it: as a request and a response.

JavaScript console.log() Method: Complete Guide with Examples

console.log() is a foundational tool for developers learning JavaScript. It sends messages to the browser’s DevTools console, so we can see what our code is doing at runtime. This allows us to: Because it prints information directly to the console, we can observe values, program flow, and potential issues. In this post we’re going to cover the basics of console.log() syntax, the nuances of formatting and the essential DevTools add-ons that turn console.log() from a window into a dashboard.

WWDC 2026: Under-the-radar announcements for iOS developers

WWDC 2026 delivered plenty to talk about. Apple's renewed AI push, Xcode 27 (that we shipped to customers in beta within 24 hours of the keynote!), and refreshing Liquid Glass. It also delivered a notable absence: no M5 Mac minis yet, which we covered separately. Now that the dust has settled, Bitrise’s Ben Boral went looking for the announcements that slipped past the highlight reel. If you're a mobile developer, these three are worth your time.

Introducing Releases in Appian: Organize, Deploy, and Deliver with Confidence

As enterprise development teams scale, coordinating deployments across multiple teams, applications, and environments becomes one of the most time-consuming parts of the delivery lifecycle. Today, we're excited to introduce Releases—a new capability in Appian that brings native release management to the platform, helping teams deploy faster and with fewer surprises.

WebSocket reconnection in AI agents: transport recovery vs. session recovery

Your AI agent is mid-task, waiting on the result of a search tool call it made 30 seconds ago. The user is watching a spinner. Then a network blip drops the connection. The application reconnects in under a second, fast enough that most monitoring wouldn't flag it. But the tool call result that came back during the gap is gone, and so are the 200 tokens the agent generated before the silence began. The reconnect succeeded - but the session didn't.

WSO2 Appoints Tanmaya Das as CFO to Support Continued Global Expansion

London, UK. 11th June 2026 - WSO2 today announced the appointment of Tanmaya Das as Chief Financial Officer (CFO), further strengthening its executive leadership team as the company continues to build on its momentum and position itself for its next phase of growth. The appointment comes as WSO2 expands its platform strategy for the agentic enterprise, helping organisations securely integrate AI capabilities into complex technology environments while maintaining control over governance, data sovereignty, and digital infrastructure.

How We Designed a Node.js Production Debugging Experience with AI

Earlier this year, our team launched the N|Solid Extension, a Node.js production debugging and observability tool designed for modern development environments. The goal was simple: help developers investigate production issues without constantly switching between dashboards, monitoring platforms, and their editor. Instead, runtime telemetry, diagnostics, security insights, and AI-assisted workflows could live directly where developers already spend most of their time.