We use cookies

We use cookies to analyse traffic and improve your experience on this page. By clicking "Accept" you consent.

Support Blog

Insights on the Smart AI Support & Ticketing System

How multi-agent AI reads real code and databases, understands root causes, and drafts accurate fixes — while keeping humans firmly in control.

Metrics
Measuring What Matters: MTTR, Deflection Rate, and the Metrics That Actually Move

Ticket volume looks impressive on a dashboard and tells you almost nothing. Here's the small set of metrics — mean time to root cause, human-edit rate on drafted fixes, and repeat-ticket rate — that actually show whether the AI is helping or just moving work around.

Aug 14, 2026 · 6 min read
Root Cause
From Ticket to Root Cause: How the AI Reads Your Codebase

A look at how the investigation agent correlates a bug report with the actual source files, recent commits and database state to explain what's really going wrong — not just guess.

Aug 13, 2026 · 7 min read
Governance
Drafted, Not Deployed: Why the AI Never Merges Its Own Fix

Claude drafts the patch, but a human engineer always reviews and merges it. Here's the human-in-the-loop checkpoint that keeps automated fixes safe in production.

Aug 6, 2026 · 5 min read
Multi-Agent
Inside the Multi-Agent Pipeline: Triage, Investigate, Explain, Draft

Each stage of a ticket's life is handled by a purpose-built agent. We break down what each one does, which LLM it calls, and how work hands off between them.

Jul 27, 2026 · 6 min read
Ticketing
Cutting First-Response Time Without Cutting Corners

Automated triage and severity scoring get tickets to the right queue in seconds. How the system balances speed with accurate categorisation.

Jul 18, 2026 · 4 min read
Explainability
Writing Root-Cause Summaries a Non-Engineer Can Actually Read

Technical root cause analysis is translated into plain-language summaries for support leads and customers — without losing the detail engineers need to verify the fix.

Jul 9, 2026 · 5 min read
Architecture
Giving an LLM Safe, Read-Only Access to Production Code & Data

The sandboxing and permission model that lets the investigation agent read real code and databases without ever risking a write it shouldn't make.

Jun 30, 2026 · 8 min read
Integrations
Connecting the Investigation Agent to Jira, Zendesk and Linear

The agent doesn't replace your ticketing tool — it reads and writes into it. How we map ticket state, comments and attachments across three different systems without losing fidelity.

Jun 20, 2026 · 5 min read
Ticketing
Sentiment-Aware Triage: Catching an Angry Customer Before They Escalate

Severity alone misses the customer who's about to churn over a minor bug. How tone signals feed into queue priority without turning into a blunt "angry customer" flag that gets ignored.

Jun 10, 2026 · 4 min read
Governance
What Happens When the AI Gets It Wrong: Our Fallback and Escalation Model

Confidence scoring, silent fallback to a human queue, and why we'd rather the agent say "I don't know" than produce a plausible-sounding wrong root cause.

May 28, 2026 · 6 min read
Case Study
Six Months In: What Actually Changed for Our Support Team

Fewer tickets sitting unassigned, faster first response, and one thing that got harder, not easier — a candid look back at rollout, adoption, and where the AI still needs a human.

May 15, 2026 · 7 min read
Onboarding
Onboarding the AI: Teaching an Agent Your Codebase in Under a Week

Repository indexing, connecting the database schema, and the review checklist we run before letting the investigation agent touch a single real ticket.

May 2, 2026 · 6 min read