Q1–Q2 2022: While most products still relied on rigid filter panels, we explored whether large language model (LLM) completions could safely generate structured query parameters for trade analytics navigation. An implementation using GPT-3 completion API was approved for use (April 2022) under a defined scope and deployed publicly for real users shortly thereafter. The assistant augmented our existing NoCOINer analytics application and was delivered on top of our own reusable full-stack development platform (ingestion, normalized store, modular UI scaffolding).
Analysts navigating large volumes of normalized exchange trade data needed to pivot quickly across markets, date ranges, instruments and aggregation modes. Traditional multi-step filter forms increased cognitive load and slowed comparative exploration, even though the underlying domain (symbols, intervals, views) was well understood and finite.
We introduced a small natural-language prompt box: analysts typed intent (e.g. “btc-usdt last 24h trades then show top traders by realized P&L”). A lightweight interpretation layer called the LLM with a constrained prompt template. The returned completion was parsed into a structured parameter object (market/exchange, symbol pair, interval or time window, view target: trades | traders | positions | P&L, optional sort/focus). After validation it drove both data queries and cross-page navigation (e.g. from aggregated trades view to traders ranking) without re-entering filters. The assistant does not perform free-form analysis; it simply translates user phrasing into safe UI and query parameters within this narrow domain.
Early integration highlighted the importance of structured post-processing, guardrail transparency, and a reusable parameter model that can drive both data queries and navigation. It demonstrated tangible UX gains from natural language intent where domain vocabularies are constrained (symbols, metrics, intervals, target views). Subsequent iterations considered migrating to function-calling style APIs for even stricter schema adherence. For us, this remains a good example of a small, well-bounded AI helper inside a product, not a general-purpose AI analyst.
This page describes an early 2022 implementation using GPT-3 completions under an approved use case. Mention of the model/API reflects historical fact and does not imply endorsement or sponsorship by its provider. We do not use provider approval for advertising; it is presented solely to illustrate proven, responsible early adoption of LLM technology.
Need similarly focused helpers in your product? Explore our Data & Analytics, Architecture & Design and Custom Development services, or start with the Discovery & Acceleration Program. Our core work remains pragmatic architecture, engineering and data; AI is one of the tools we use where a narrow assistive layer makes sense.
Book a short call to evaluate where constrained, safe AI assistance can remove friction in your workflow or data exploration interfaces.
Contact