AI Practices AI实践 2h ago Updated 1h ago 更新于 1小时前 47

Building trade assistant: How Jefferies optimized front office trading operations with AI 构建交易助手:杰富瑞如何利用人工智能优化前台交易运营

Jefferies deployed an agentic AI trade assistant on AWS to enable non-technical traders to access real-time data insights via natural language, eliminating dependency on IT and coding skills. The solution leverages Strands Agents SDK, Amazon Bedrock (Claude Sonnet), and Model Context Protocol (MCP) to orchestrate queries across diverse data sources including FIX files and in-memory databases. Security and compliance are enforced through Amazon Bedrock Guardrails for PII filtering, row-level data Jefferies利用Agentic AI构建前端交易助手,解决交易员缺乏编码能力且难以从海量数据中获取实时洞察的痛点。 技术栈基于AWS生态,采用Strands Agents SDK、Amazon Bedrock(Claude Sonnet模型)、Bedrock Knowledge Bases及Model Context Protocol (MCP)。 系统通过自然语言交互,由LLM生成SQL并查询底层数据源(如FIX消息、内存数据库),实现无需等待IT排期的即时数据分析。 集成Amazon Bedrock Guardrails实现内容审核、PII过滤及行级数据安全,确保符合金融机构严格的合

65
Hot 热度
70
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Jefferies deployed an agentic AI trade assistant on AWS to enable non-technical traders to access real-time data insights via natural language, eliminating dependency on IT and coding skills.
  • The solution leverages Strands Agents SDK, Amazon Bedrock (Claude Sonnet), and Model Context Protocol (MCP) to orchestrate queries across diverse data sources including FIX files and in-memory databases.
  • Security and compliance are enforced through Amazon Bedrock Guardrails for PII filtering, row-level data entitlements, and comprehensive conversation logging for audit trails.
  • A Retrieval Augmented Generation (RAG) pipeline using Amazon Bedrock Knowledge Bases and Titan Embeddings ensures accurate SQL generation by providing the LLM with relevant database schema context.

Why It Matters

This case study demonstrates a practical enterprise application of agentic AI in high-stakes financial environments, showing how large language models can be safely integrated into front-office workflows without compromising security or compliance. It highlights the effectiveness of combining RAG with tool-use agents to bridge the gap between complex data infrastructure and user-friendly natural language interfaces. For industry practitioners, it serves as a blueprint for reducing latency in decision-making processes by empowering domain experts with direct, code-free access to critical analytics.

Technical Details

  • Architecture Stack: Built on AWS using Strands Agents SDK for orchestration, Amazon Bedrock for LLM access (Anthropic Claude Sonnet), and Amazon Elastic Kubernetes Service (EKS) for authentication services.
  • Data Integration: Utilizes Model Context Protocol (MCP) to securely connect the agent to heterogeneous data sources, including trade data repositories, Financial Information Exchange (FIX) message files, and in-memory databases.
  • RAG Implementation: Employs Amazon Bedrock Knowledge Bases with Amazon Titan Embeddings to store metadata such as table schemas and query patterns, enabling the LLM to generate syntactically correct SQL queries based on retrieved context.
  • Security Measures: Implements Amazon Bedrock Guardrails for content moderation and PII filtering, alongside row-level security filters injected by the Query Executor to ensure users only access authorized data subsets.
  • User Interface: Features an embedded AI assistant widget within Jefferies’ Global Flow Monitor (GFM) BI system, supporting conversational drill-downs and markdown-rendered visualizations selected by the LLM.

Industry Insight

Financial institutions should prioritize the adoption of standardized protocols like MCP to simplify the integration of AI agents with legacy and diverse data systems, reducing development friction. Organizations must embed robust governance frameworks, such as guardrails and row-level security, directly into the agent architecture to maintain regulatory compliance while enabling self-service analytics. Finally, shifting from static dashboarding to conversational, intent-driven interfaces can significantly accelerate time-to-insight for traders, turning data accessibility into a competitive advantage.

TL;DR

  • Jefferies利用Agentic AI构建前端交易助手,解决交易员缺乏编码能力且难以从海量数据中获取实时洞察的痛点。
  • 技术栈基于AWS生态,采用Strands Agents SDK、Amazon Bedrock(Claude Sonnet模型)、Bedrock Knowledge Bases及Model Context Protocol (MCP)。
  • 系统通过自然语言交互,由LLM生成SQL并查询底层数据源(如FIX消息、内存数据库),实现无需等待IT排期的即时数据分析。
  • 集成Amazon Bedrock Guardrails实现内容审核、PII过滤及行级数据安全,确保符合金融机构严格的合规与审计要求。
  • 该方案将数据分析权限下放至交易员,显著缩短决策链路,弥合数据可用性与实际业务决策之间的差距。

为什么值得看

本文展示了大型金融机构如何将Agentic AI落地于核心交易场景,为传统行业数字化转型提供了极具参考价值的实战案例。它揭示了在高度监管环境下,如何利用RAG和MCP等技术平衡AI的灵活性与数据的安全性,对金融AI从业者具有重要借鉴意义。

技术解析

  • 架构核心:基于Strands Agents SDK构建领域特定代理,作为智能编排层,负责推理、规划及调用基础模型和外部工具。
  • 数据连接标准:采用Model Context Protocol (MCP)作为开放标准,使AI代理能通过统一接口安全连接多样化的数据源(交易库、FIX文件、内存数据库)。
  • RAG与SQL生成:利用Amazon Bedrock Knowledge Bases存储数据库元数据的嵌入表示,通过Amazon Titan Embeddings进行语义检索,辅助Claude Sonnet理解意图并生成准确的SQL查询。
  • 安全与合规机制:通过Amazon Bedrock Guardrails实施内容过滤和PII检测;Query Executor层注入SQL过滤器以实现行级数据访问控制;全程保留对话日志以满足审计追踪需求。
  • 部署环境:前端嵌入Jefferies现有的Global Flow Monitor (GFM) BI系统,后端认证服务运行于Amazon EKS,整体托管于AWS云平台。

行业启示

  • Agentic AI在垂直领域的深化:金融等高风险行业正从简单的Chatbot向具备自主规划和执行能力的Agentic AI演进,以解决复杂的专业任务。
  • 标准化接口的重要性:MCP等开放标准的引入,解决了AI代理与企业遗留系统(Legacy Systems)之间数据孤岛和连接碎片化的问题,是规模化部署的关键。
  • 安全左移与合规内嵌:在AI应用设计中,必须将行级安全、PII过滤和审计追踪作为原生组件而非事后补丁,这是金融AI落地的先决条件。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Finance AI 金融AI LLM 大模型 Deployment 部署