Conversational assistant boosts AML product assurance

Anti-Money Laundering & Know-Your-Customer

Conversational assistant boosts AML product assurance

Gen AI-powered responses improve the turnaround time to provide technical support for recurring issues, resulting in a highly efficient product assurance process.

Client
A large global bank
Goal
Improve turnaround time to provide technical support for the application support and global product assurance teams
Tools and Technologies
React, Sentence–Bidirectional Encoder Representations from Transformers (S-BERT), Facebook AI Similarity Search (FAISS), and Llama-2-7B-chat
Business Challenge

The application support and global product assurance teams of a large global bank faced numerous challenges in delivering efficient and timely technical support as they had to manually identify solutions to recurring problems within the Known Error Database (KEDB), comprised of documents in various formats. With the high volume of support requests and limited availability of teams across multiple time zones, a large backlog of unresolved issues developed, leading to higher support costs.

Solution

Our team developed a conversational assistant using Gen AI by:

  • Building an interactive customized React-based front-end
  • Ringfencing a corpus of problems and solutions documented in the KEDB
  • Parsing, formatting and extracting text chunks from source documents and creating vector embeddings using Sentence–Bidirectional Encoder Representations from Transformers (S-BERT)
  • Storing these in a Facebook AI Similarity Search (FAISS) vector database
  • Leveraging a local Large Language Model (Llama-2-7B-chat) to generate summarized responses
Outcomes

The responses generated using Llama-2-7B LLM were impressive and significantly reduced overall effort. Future enhancements to the assistant would involve:

  • Creating support tickets based on information collected from users
  • Categorizing tickets based on the nature of the problem
  • Automating repetitive tasks such as access requests / data volume enquiries / dashboard updates
  • Auto-triaging support requests by asking users a series of questions to determine the severity and urgency of the problem

Gen AI For Software Engineers

Contact

Our experts can help you find the right solutions to meet your needs.

Get in touch
Explore the world with Iris. Follow us on social media today.

AI-powered summarization boosts compliance workflow

Insurance

AI-powered summarization boosts compliance workflow

Gen AI-enabled conversational assistant substantially simplifies access to underwriting policies and procedures across multiple, complex documents.

Client
A leading specialty property and casualty insurer
Goal
Improve underwriters’ ability to review policy submissions by providing easier access to information stored across multiple, voluminous documents.
Tools and Technologies
Azure OpenAI Service, React, Azure Cognitive Services, Llama-2-7B-chat, OpenAI GPT 3.5-Turbo, text-embedding-ada-002 and all-MiniLM-L6-v2
Business Challenge

The underwriters working with a leading specialty property and casualty insurer have to refer to multiple documents and handbooks, each running into several hundreds of pages, to understand the relevant policies and procedures, key to the underwriting process. Significant effort was required to continually refer to these documents for each policy submission.

Solution

A Gen-AI enabled conversational assistant for summarizing information was developed by:

  • Building a React-based customized interactive front end
  • Ringfencing a knowledge corpus of specific documents (e.g., an insurance handbook, loss adjustment and business indicator manuals, etc.)
  • Leveraging OpenAI embeddings and LLMs through Azure OpenAI Service along with Azure Cognitive Services for search and summarization with citations
  • Developing a similar interface in the Iris-Azure environment with a local LLM (Llama-2-7B-chat) and embedding model (all-MiniLM-L6-v2) to compare responses
Outcomes

Underwriters significantly streamlined the activities needed to ensure that policy constructs align with applicable policies and procedures and for potential compliance issues in complex cases.

The linguistic search and summarization capabilities of the OpenAI GPT 3.5-Turbo LLM (170 bn parameters) were found to be impressive. Notably, the local LLM (Llama-2-7B-chat), with much fewer parameters (7 bn), also produced acceptable results for this use case.

Gen AI For Software Engineers

Contact

Our experts can help you find the right solutions to meet your needs.

Get in touch
Explore the world with Iris. Follow us on social media today.
Banner Image

Comprehensive solutions with seamless system integration

Agile, feature-rich and scalable API platforms to stay competitive, secure and compliant

Comprehensive solutions with seamless system integration

Agile, feature-rich and scalable API platforms to stay competitive, secure and compliant

Service Offerings

Value We Provide

Enabling Secure, Scalable and Resilient Operations

Our expertise and domain knowledge enable us to create agile platforms that deliver value across multiple parameters

Versatile Systems with Seamless Optimization

Our tech teams create holistic solutions that can be adapted across business volumes, regions and environments

Flexibility to Maximize User Experience

Our nimble approach allows clients to customize user features from smooth customer on-boarding to intuitive dashboards and complete life-cycle management

Client Success Stories

Contact Us

    How developer portals help you win in the API economy

    How to win in the API economy with API Developer Portals

    In an increasingly API-driven economy, an all-inclusive API Developer Portal can differentiate an enterprise from its competitors.




      How developer portals help you win in the API economy

      Do you trust your data?

      Data driven organizations are ensuring that their Data assets are cataloged and a lineage is established to fully derive value out of their data assets.

      The evolution and adoption of enterprise digital transformation have made APIs critical for integration within and across enterprises as well as for product/service innovation. As APIs grow in scale and complexity, establishing a developer portal would significantly ease the process of their roll-out and adoption. This perspective paper explores the significance of an API Developer Portal in the modern digital landscape driving the API economy.

      A Developer Portal makes it easier to understand APIs, reduces integration time, and supports developers in training and resolving API-related issues. This provides significant business value by improving agility and enhancing customer experience. With the help of a Portal, enterprises can efficiently publish and consume APIs and enable their integration with incremental API versions. This will ensure benefit from all digital investments.

      In an increasingly API-driven economy, an all-inclusive API Developer Portal can differentiate an enterprise from its competitors, help build trust with partners, and achieve long-term success. Depending on the API platforms being used, enterprises could adopt a built-in platform or develop a custom one. Developing a custom API Portal would be easy at the start. However, developing enhanced features would entail a significant investment of time and resources. Hence, to make the right decisions and succeed in the broader API implementation/integration journey, a well-thought-out approach is necessary.

      To learn more about the key drivers, components and features, implementation options and potential benefits of API Developer Portals, download the perspective paper here.

      Download Perspective Paper




        Contact

        Our experts can help you find the right solutions to meet your needs.

        Get in touch

        Automated financial analysis reduces manual effort

        Commercial & Corporate Banking

        Automated financial analysis reduces manual effort

        Analysts in a large North American bank's commercial lending and credit risk operations can source intelligent information across multiple documents.

        Client
        Commerical lending and credit risk units of large North American bank
        Goal
        Automated retrieval of information from multiple financial statements enabling data-driven insights and decision-making
        Tools and Technologies
        OpenAI API (GPT-3.5 Turbo), LlamaIndex, LangChain, PDF Reader
        Business Challenge

        A leading North American bank had large commercial lending and credit risk units. Analysts in those units typically refer to numerous sections in a financial statement, including balance sheets, cash flows, and income statements, supplemented by footnotes and leadership commentaries, to extract decision-making insights. Switching between multiple pages of different documents took a lot of work, making the analysis extra difficult.

        Solution

        Many tasks were automated using Gen AI tools. Our steps:

        • Ingest multiple URLs of financial statements
        • Convert these to text using the PDF Reader library
        • Build vector indices using LlamaIndex
        • Create text segments and corresponding vector embeddings using OpenAI’s API for storage in a multimodal vector database e.g., Deep Lake
        • Compose graphs of keyword indices for vector stores to combine data across documents
        • Break down complex queries into multiple searchable parts using LlamaIndex’s DecomposeQueryTransform library
        Outcomes

        The solution delivered impressive results in financial analysis, notably reducing manual efforts when multiple documents were involved. Since the approach is still largely linguistic in nature, considerable Prompt engineering may be required to generate accurate responses. Response limitations due to the lack of semantic awareness in Large Language Models (LLMs) may stir considerations about the usage of qualifying information in queries.

        Gen AI For Software Engineers

        Contact

        Our experts can help you find the right solutions to meet your needs.

        Get in touch
        Explore the world with Iris. Follow us on social media today.

        Next generation chatbot eases data access

        Brokerage, Wealth & Asset Management

        Next generation chatbot eases data access

        Gen AI tools help users of retail brokerage trading platform obtain information related to specific needs and complex queries.

        Client
        Large U.S.-based Brokerage and Wealth Management Firm
        Goal
        Enable a large number of users to readily access summarized information contained in voluminous documents.
        Tools and Technologies
        Google Dialogflow ES, Pinecone, Llamaindex, OpenAI API (GPT-3.5 Turbo)
        Business Challenge

        A large U.S.-based brokerage and wealth management client has a large number of users for its retail trading platform that offers sophisticated trading capabilities. Although extensive information was documented in hundreds of pages of product and process manuals, it was difficult for users to access and understand information related to their specific needs (e.g., How is margin calculated? or What are Rolling Strategies? or Explain Beta Weighting).

        Solution

        Our Gen AI solution encompassed:

        • Building a user-friendly interactive chatbot using Dialogflow in Google Cloud
        • Ringfencing a knowledge corpus comprising specific documents to be searched against and summarized (e.g., 200-page product manual, website FAQ content)
        • Using a vector database to store vectors from the corpus and extract relevant context for user queries
        • Interfacing the vector database with OpenAI API to analyze vector-matched contexts and generate summarized responses
        Outcomes

        The OpenAI GPT-3.5 turbo LLM (170 bn parameters) delivered impressive linguistic search and summarization capabilities in dealing with information requests. Prompt engineering and training are crucial to secure those outcomes.

        In the case of a rich domain such as a trading platform, users may expect additional capabilities, such as:

        • API integration, to support requests requiring retrieval of account/user specific information, and
        • Augmentation of linguistic approaches with semantics to deliver enhanced capabilities.

        Gen AI For Software Engineers

        Contact

        Our experts can help you find the right solutions to meet your needs.

        Get in touch
        Explore the world with Iris. Follow us on social media today.
        The State of Central Bank Digital Currency

        The State of Central Bank Digital Currency

        Innovations in digital currencies could redefine the concept of money and transform payments and banking systems.




          The State of Central Bank Digital Currency

          Do you trust your data?

          Data driven organizations are ensuring that their Data assets are cataloged and a lineage is established to fully derive value out of their data assets.

          Central banking institutions have emerged as key players in the world of banking and money. They play a pivotal role in shaping economic and monetary policies, maintaining financial system stability, and overseeing currency issuance. A manifestation of the evolving interplay between central banks, money, and the forces that shape financial systems is the advent of Central Bank Digital Currency (CBDC). Many drivers have led central banks to explore CBDC: declining cash payments, the rise of digital payments and alternative currencies, and disruptive forces in the form of fin-tech innovations that continually reshape the payment landscape.

          Central banks are receptive towards recent technological advances and well-suited to the digital currency experiment, leveraging their inherent role of upholding the well-being of the monetary framework to innovate and facilitate a trustworthy and efficient monetary system.

          In 2023, 130 countries, representing 98% of global GDP, are known to be exploring a CBDC solution. Sixty-four of them are in an advanced phase of exploration (development, pilot, or launch), focused on lower costs for consumers and merchants, offline payments, robust security, and a higher level of privacy and transparency. Over 70% of the countries are evaluating digital ledger technology (DLT)-based solutions.  

          While still at a very nascent stage in terms of overall adoption for CBDC, the future of currency promises to be increasingly digital, supported by various innovations and maturation. CBDC has the potential to bring about a paradigm shift, particularly in the financial industry, redefining the way in which money, as we know it, exchanges hands.

          Read our perspective paper to learn more about CBDCs – the rationale for their existence, the factors driving their implementation, potential ramifications for the financial landscape, and challenges associated with their adoption.

          Download Perspective Paper




            Contact

            Our experts can help you find the right solutions to meet your needs.

            Get in touch
            Cloud Migration, Challenges and Solutions

            Cloud Migration, Challenges and Solutions

            Insights into the top challenges and their mitigations in the Cloud journey.




              Cloud Migration, Challenges and Solutions

              Do you trust your data?

              Data driven organizations are ensuring that their Data assets are cataloged and a lineage is established to fully derive value out of their data assets.

              Selecting an appropriate path for an application or a portfolio of applications is one of the most critical decision points in a cloud journey. Assessing the nature and criticality of an existing application is usually the starting place. Another critical factor to consider is the implementation (migration) cost and time for each path to cloud. The four cloud adoption options are re-host, re-platform, re-factor and re-write in the order of increasing cost, effort, cloud benefits, and TCO reduction. Out of these, re-host usually does not involve code change and is relatively simple.

              Mapping cloud operating metrics into a 3x3 matrix is a good starting point on planning for a cloud journey. In this matrix, the cloud operating metrics would move to the right if they are critical for customer intelligence applications; that would be an X factor. Another critical dimension while planning cloud migration is identifying the interface dependencies between selected application(s) and others – both inbound and outbound. These could be synchronous, asynchronous or batch.

              Understanding the application architecture, its internal organization, and inter-dependencies are critical before migration. This can be a very complex and labor-intensive task if done manually and can be error prone. Not fully understanding the existing code can lead to issues related to transactions, data corruption, session handling, and performance.

              To read more on the top challenges and their mitigations in the cloud journey, download the perspective paper here.

              Download Perspective Paper




                Contact

                Our experts can help you find the right solutions to meet your needs.

                Get in touch

                Release automation reduces testing time by 80%

                Professional Services

                Release automation reduces testing time by 80%

                DevOps implementation and release automation improved testing time, product quality, and global reach for a leading multi-level marketing company.

                Client
                A leading multi-level marketing company
                Goal
                Shorten the release cycle and improve product quality
                Technology Tools
                Amazon CloudWatch, Elasticsearch, Bitbucket, Jenkins, Amazon ECR, Docker, and Kubernetes
                Business Challenge

                The client's Commercial-off-the-shelf (COTS) applications were built using substandard code branching methods, causing product quality issues. The absence of a release process and a manual integration and deployment process were elongating release cycles. Manual configuration and setup of these applications were also leading to extended downtime. Missing functional, smoke, and regression test cases were adding to the unstable development environment. The database migration process was manual, resulting in delays, data quality issues, and higher costs.

                Solution
                • Code branching and integration strategy for defects / hotfixes in major and minor releases​
                • Single-click application deployment, including environment creation, approval and deployment activities​
                • Global DevOps platform implementation with a launch pad for applications to onboard other countries​
                • Automated configuration and deployment of COTS applications and databases​
                • Automation suite with 90% coverage of smoke and regression test cases​
                • Static and dynamic analysis implementations to ensure code quality and address configuration issues​
                Outcomes

                Automation of release cycles delivered the following benefits to the client:

                • Release cycle shortened from once a month to once per week
                • MTTR reduced by 6 hrs
                • Downtime decreased to <4 hours from 8 hours
                • Product quality and defect leakage improved by 75%
                • Testing time reduced by 80%
                • Reach expanded to global geographies
                • Availability, scalability, and fault tolerance enhanced for microservices-based applications
                Contact

                Our experts can help you find the right solutions to meet your needs.

                Get in touch
                Explore the world with Iris. Follow us on social media today.

                DevOps solution improves scalability by 5x

                Life Sciences

                Automated app & infra deployment improves scalability

                Automated app and infra deployment with DevOps implementation help a leading medical company launch applications in new geographies, improve time-to-market, and reduce the total cost of ownership.

                Client
                North America-based fertility and genomics company
                Goal
                Expand business reach, reduce time-to-market, and support critical compliance
                Technology Tools
                .NET 5, Vue.js, AWS Secrets Manager, AWS Transfer Family, Amazon RDS, Amazon EKS, Amazon Route 53, Amazon CloudFront, Terraform, GitLab
                Business Challenge

                The client wanted to expand its reach to Canada, Europe, and APAC regions to meet the requirements for a 10x increase in their user base. Legacy application infrastructure and code built on the old tech stack, with high technical debt, were slowing down the rollout of new features, making the client less competitive. The infra-deployment process was only partially automated, stretching the time-to-market to three months. The total cost of ownership was relatively high. HIPPA and PII compliance were also not supported.

                Solution

                Iris modernized the application into microservices, built the infrastructure using Terraform and automated its provisioning and configuration.

                • Application developed using .NET 5 and Vue.js
                • Architecture transformed into cloud-native
                • AWS Managed Services, including Secrets Manager, AWS Transfer Family, RDS, EKS, Route 53, CloudFront, and S3, configured using Terraform
                • EKS Cluster and associated components provisioned via Terraform
                • App pushed to container registry using GitLab pipeline
                • Secrets (API keys, database connection strings, etc.) and app images moved to EKS Cluster using S3 Bucket Helm
                • Static code analysis, coverage and vulnerability scans integrated to ensure code quality and reduce configuration issues
                Outcomes
                Our DevOps solution enabled the client to achieve significant benefits, including:
                • Application launch in Canada and Europe; Asia Pacific release in the pipeline
                • HIPPA and PII compliance
                • 5x scalability improvement from weekly average usage
                • Time-to-market reduced from three months to 3 weeks
                • Total cost of ownership lowered by 50%
                Contact

                Our experts can help you find the right solutions to meet your needs.

                Get in touch
                Explore the world with Iris. Follow us on social media today.