Saiful Khan

Building the future through software

Initializing portfolio0%
Skip to content
All projects

AI Product · 2025

Helix AI Workspace

Retrieval-grounded workspace where operations teams query their own systems.

Product visual
Research time
-71%
Escalations
-46%
Weekly actives
1.4k

01 — Overview

What this system is

An internal AI workspace that answers operational questions against live business systems with citations on every claim.

02 — Challenge

The constraint that mattered

Generic assistants hallucinated against proprietary data and no team trusted the answers enough to act on them.

03 — Research

How the problem was measured

Interviews across four operational teams produced a labelled evaluation set of 900 real questions.

04 — Solution

The approach taken

Hybrid retrieval with permission-aware filtering, answer grounding and a continuous evaluation harness gating releases.

05 — Architecture

System composition

  1. 01Hybrid vector and keyword retrieval
  2. 02Permission filter applied pre-ranking
  3. 03Tool layer for live system reads
  4. 04Evaluation harness in the release pipeline

06 — Development

Delivery model

Every prompt and retrieval change shipped only after passing the regression suite on the labelled question set.

  1. Discovery

    Team interviews, labelled evaluation set.

  2. Retrieval

    Hybrid index, permission filter, ranking.

  3. Grounding

    Citation contract and refusal behaviour.

  4. Rollout

    Team-by-team release gated on evals.

const context = await retrieve({
  query,
  filters: permissionsFor(user),
  strategy: "hybrid",
  topK: 12,
})

return answer({ query, context, requireCitations: true })

07 — Features

What shipped

  • Citation-backed answers
  • Permission-aware retrieval
  • Live system tool calls
  • Answer feedback loop
  • Team-level analytics

08 — Stack

Technology

  • Python
  • TypeScript
  • Supabase
  • PostgreSQL
  • Redis
  • AWS

09 — Performance

Measured in production

P95 answer
1.8s
Groundedness
96%
Eval pass
94%
Uptime
99.98%

10 — Search

SEO outcomes

Docs indexed
3.1k
Assisted search
+88%
CWV pass rate
100%

11 — Gallery

Interface surfaces

  • Workspace
  • Citation view
  • Eval dashboard
  • Admin console

12 — Impact

Business outcome

Operational research time collapsed and the support team resolved tickets without escalation in most cases.

Building something comparable?

Start a conversation