▌ Full-time · Agentic analyticsFeb 2026 — PresentDubai, UAE (Remote)
Anlytic
AI Engineer
Shipping a production multi-agent AI analytics platform that turns plain-English questions into live dashboards — built on the Vercel AI SDK and Anthropic Claude.
▌ Receipts
- Metric
- 60–70%
- Metric
- 8
- Metric
- 0
- Metric
- MCP
LLM API cost reduction via dual compression
Visualisation types generated end-to-end from plain English
Destructive operations without human approval
Runtime tool loading for extensibility
▌ What got built
- § 01
Shipped a production multi-agent AI analytics platform that routes user queries through a Claude Haiku classifier to specialised agents — chart generation, dashboard editing, data management, and general analytics — built on the Vercel AI SDK and Anthropic Claude.
- § 02
Enabled non-technical users to build charts in plain English across 8 visualisation types (bar, line, pie, heatmap, icicle, pivot, headline, table). The AI generates the full config and data query end-to-end, removing manual dashboarding entirely.
- § 03
Reduced LLM API costs by 60–70% via a dual compression system: stripping tool schema descriptions before sending to Claude, and summarising old tool-call results in message history.
- § 04
Eliminated risk of accidental data loss through a human-in-the-loop approval layer — the AI proposes schema changes, row edits, and table deletions, all gated on user sign-off before any destructive operation runs.
- § 05
Made the general agent extensible by integrating MCP (Model Context Protocol) for runtime loading of documentation tools, with timeout protection and graceful fallback.
- § 06
Kept long chat sessions stable by implementing conversation summarisation via Anthropic's native compaction API — compresses history while preserving critical IDs and user context.