Close Menu
    Main Menu
    • Home
    • News
    • Tech
    • Robotics
    • ML & Research
    • AI
    • Digital Transformation
    • AI Ethics & Regulation
    • Thought Leadership in AI

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Vouchers a first-rate focus for audiences on Singapore’s nationwide day

    August 8, 2025

    Axis Digital camera Server Vulnerabilities Expose Hundreds of Organizations to Assault

    August 8, 2025

    Easy methods to get your share of AT&T’s $177M knowledge breach settlement – safe that $7,500 payout ASAP

    August 8, 2025
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Home»Machine Learning & Research»The DIVA logistics agent, powered by Amazon Bedrock
    Machine Learning & Research

    The DIVA logistics agent, powered by Amazon Bedrock

    Oliver ChambersBy Oliver ChambersAugust 8, 2025No Comments13 Mins Read
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    The DIVA logistics agent, powered by Amazon Bedrock
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    DTDC is India’s main built-in categorical logistics supplier, working the most important community of buyer entry factors within the nation. DTDC’s technology-driven logistics options cater to a variety of shoppers throughout numerous {industry} verticals, making them a trusted accomplice in delivering excellence.

    DTDC Specific Restricted receives over 400,000 buyer queries every month, starting from monitoring requests to serviceability checks and transport charges. With such a excessive quantity of shipments, their present logistics agent, DIVA, was operated on a inflexible, guided workflow, forcing customers to comply with a structured path moderately than partaking in pure, dynamic conversations. The dearth of flexibility resulted in elevated burden on buyer help groups, longer decision occasions, and poor buyer expertise.

    DTDC was in search of a extra versatile, clever assistant—one that might perceive context, handle complicated queries, and enhance effectivity whereas decreasing reliance on human brokers. To realize a greater buyer expertise, DTDC determined to reinforce DIVA with generative AI utilizing Amazon Bedrock.

    ShellKode is an AWS Associate, born-in-the-cloud firm specializing in modernization, safety, information, generative AI, and machine studying (ML). With a mission to drive transformative development, ShellKode empowers companies via state-of-the-art expertise options that deal with complicated challenges and unlock new alternatives. Utilizing deep {industry} experience, they ship tailor-made methods that foster innovation, effectivity, and long-term success in an evolving digital panorama.

    On this put up, we talk about how DTDC and ShellKode used Amazon Bedrock to construct DIVA 2.0, a generative AI-powered logistics agent.

    Answer overview

    To handle the restrictions of the prevailing logistics agent, ShellKode constructed a sophisticated agentic assistant utilizing Amazon Bedrock Brokers, Amazon Bedrock Information Bases, and an API integration layer.

    When clients work together with DIVA 2.0, they expertise a seamless, conversational interface that understands and responds to their queries naturally. Whether or not monitoring a package deal, checking transport charges, or inquiring about service availability, customers can ask questions in their very own phrases with out following a inflexible script. DIVA 2.0’s enhanced AI capabilities permit it to grasp context, handle complicated requests, and supply correct, personalised responses, considerably bettering the general buyer expertise and decreasing the necessity for human intervention. The next high-level structure diagram illustrates the appliance circulate and the answer structure with AWS companies.

    The DTDC logistics agent is designed utilizing a modular and scalable structure to supply seamless integration and excessive efficiency. This streamlined workflow demonstrates how a generative AI-powered serverless logistics agent utilizing AWS App Runner, Amazon Bedrock Brokers, AWS Lambda, and a vector-based data base handles person queries starting from monitoring requests to serviceability checks and transport charges intelligently and effectively.

    The logistics agent is hosted as a static web site utilizing Amazon CloudFront and Amazon Easy Storage Service (Amazon S3). The logistics agent is built-in with the DTDC web site, which supplies an intuitive and user-friendly interface for end-user interactions (see the next screenshot).

    An end-user accesses the logistics agent via the DTDC web site and submits queries like monitoring shipments, checking service availability, calculating transport charges, FAQs, and so forth utilizing pure language.The person requests are processed by App Runner, which helps run the net software (together with API companies, backend net companies, and web sites) on AWS. App Runner is hosted with a number of API companies, such because the Amazon Bedrock Brokers API and Dashboard API. App Runner initiates the Amazon Bedrock Brokers API primarily based on the person requests.

    Amazon Bedrock is a totally managed service that gives a alternative of {industry} main basis fashions (FMs) together with a broad set of capabilities to construct generative AI purposes, simplifying improvement with safety, privateness, and accountable AI. With Amazon Bedrock, your content material shouldn’t be used to enhance the bottom fashions and isn’t shared with any mannequin suppliers. Amazon Bedrock Guardrails supplies configurable safeguards to assist safely construct generative AI purposes at scale. To be taught extra, see Construct protected and accountable generative AI purposes with guardrails. AWS Identification and Entry Administration (IAM) helps directors securely management who may be authenticated and approved to make use of Amazon Bedrock assets.

    The Amazon Bedrock brokers are configured in Amazon Bedrock. An Amazon Bedrock agent receives the request and interprets the person’s intent utilizing its pure language understanding capabilities. Based mostly on the interpreted intent, the agent triggers an applicable Lambda operate, comparable to:

    • Monitoring consignments
    • Pricing info
    • Location serviceability examine
    • Assist ticket creation

    The triggered Lambda operate calls the next consumer APIs, retrieves the related information, and returns the response to the agent:

    • Monitoring System API – Retrieves real-time standing and supplies updates on consignment cargo monitoring
    • Supply Franchise Location API – Checks the service availability to ship the parcels between the areas
    • Pricing System API – Calculates the transport charges primarily based on cargo particulars supplied by the person
    • Buyer Care API – Creates a help ticket for the end-users

    The agent passes the response to the massive language mannequin (LLM), on this case Anthropic’s Claude 3.0 on Amazon Bedrock, which understands the context of the retrieved information, processes it, and generates a significant response for the person.

    The data base accommodates web-scraped content material from the DTDC web site, inside help documentation, FAQs, and operational information, enabling real-time updates and correct responses. The data base contents are saved as vector embeddings in Amazon OpenSearch Service, offering fast and related responses. For basic queries, the logistics agent fetches info from Amazon Bedrock Information Bases, offering accuracy and relevance. Utilizing semantic similarity search, related chunks of data are retrieved from the data base primarily based on the person’s question, which Amazon Bedrock then makes use of to generate a context-aware response. If no related information is discovered within the data base, a fallback response (preconfigured within the Amazon Bedrock immediate) is returned, indicating that the system couldn’t help with the request.

    The logistics agent queries and related responses are saved in Amazon Relational Database Service (Amazon RDS) for PostgreSQL for enhanced scalability and relational information dealing with. App Runners initiates the Dashboard API name to replace the queries and related responses in Amazon RDS. We talk about this in additional element the next part.

    All through the method, Amazon CloudWatch Logs captures key occasions comparable to intent recognition, Lambda invocations, API responses, and fallback triggers for auditing and system monitoring. AWS CloudTrail data and screens exercise within the AWS account, together with actions taken by customers, roles, or AWS companies. It logs these occasions, which can be utilized for operational auditing, governance, and compliance.

    Amazon GuardDuty is a risk detection service that repeatedly screens, analyzes, and processes AWS information sources and logs in your AWS surroundings. GuardDuty makes use of risk intelligence feeds, comparable to lists of malicious IP addresses and domains, file hashes, and ML fashions to determine suspicious and probably malicious exercise within the AWS surroundings.

    Logistics agent dashboard

    The next high-level structure diagram illustrates the logistics agent dashboard, which captures the end-user interactions and its related responses.

    The logistics agent dashboard is hosted as a static web site utilizing CloudFront and Amazon S3. Dashboard entry is allowed just for the DTDC admin crew.

    The dashboard is populated via API calls utilizing Amazon API Gateway with Lambda as a backend, which retrieves the dashboard information from Amazon RDS for PostgreSQL.

    The dashboard supplies real-time insights into the logistics agent efficiency, together with accuracy, unresolved queries, question classes, session statistics, and person interplay information (see the next screenshot). It supplies actionable insights with options comparable to warmth maps, pie charts, and session logs. Actual-time information is logged and analyzed on the dashboard, enabling steady enchancment and fast concern decision.

    Answer challenges and advantages

    When implementing DIVA 2.0, DTDC and ShellKode confronted a number of vital challenges. Integrating real-time information from a number of legacy methods was essential for offering correct, up-to-date info on monitoring, charges, and serviceability. This was probably addressed via the strong API integration capabilities of Amazon Bedrock Brokers. One other main hurdle was coaching the AI to grasp complicated logistics terminology and multi-step queries, which was overcome by utilizing Amazon Bedrock LLMs and Amazon Bedrock Information Bases, fine-tuned with industry-specific information. The crew additionally needed to navigate the fragile strategy of transitioning from the previous inflexible DIVA system whereas sustaining service continuity and preserving historic information, probably using a phased strategy with parallel methods. Lastly, scaling the answer to deal with over 400,000 month-to-month queries whereas sustaining efficiency was a big problem, addressed by utilizing the cloud infrastructure of Amazon Bedrock Brokers for optimum scalability and efficiency. These challenges underscore the complexity of upgrading to an AI-powered system in a high-volume, data-intensive {industry} like logistics, and spotlight how AWS options supplied the required instruments to beat these obstacles. DTDC realized the next advantages from powering the logistics agent with generative AI utilizing Amazon Bedrock:

    • Enhanced conversations and real-time information entry with buyer help brokers – Powered by Amazon Bedrock Brokers, the answer improves pure language understanding, enabling extra fluid and fascinating conversations. With multi-step reasoning, it may deal with a broader vary of queries with higher accuracy. Moreover, by integrating seamlessly with DTDC’s API layer, the logistics agent supplies real-time entry to very important info, comparable to monitoring shipments, service availability, and calculating transport charges. The mixture of superior conversational capabilities and real-time information supplies quick, correct, and contextually related responses.
    • Clever information processing and correct FAQ responses – For complicated queries, the logistics agent makes use of LLM expertise to course of uncooked information and ship structured, tailor-made responses. This makes certain customers get clear, actionable insights. For regularly requested questions, the logistics agent makes use of Amazon Bedrock Information Bases to ship exact solutions with out requiring human help, decreasing wait occasions and enhancing the general person expertise.
    • Decreased reside agent dependency and steady enchancment – Though the logistics agent hasn’t eradicated the necessity for buyer help, the variety of queries dealt with by the shopper help crew has lowered by 51.4%. The system supplies precious insights into key efficiency metrics like peak question occasions, unresolved points, and general engagement via built-in real-time analytics, serving to refine and enhance the assistant’s capabilities over time.

    Outcomes

    The generative AI-powered logistics agent has lowered the burden on buyer help groups and shortened decision occasions, leading to higher buyer expertise:

    • Powered by Amazon Bedrock, DIVA 2.0 understands queries in pure language and helps dynamic conversations with a response accuracy of 93%
    • Based mostly on the final 3 months of dashboard metrics information, they noticed the next:
      • 71% of the inquiries had been associated to consignments (256,048), whereas 29.5% had been basic inquiries (107,132)
      • 51.4% of consignment inquiries (131,530) didn’t end in a help ticket, whereas 48.6% (124,518) led to new help ticket creation
      • Of the inquiries that resulted in tickets, 40% began with the shopper help heart earlier than transferring to the AI assistant, whereas 60% started with the assistant earlier than involving the shopper help heart

    DIVA 2.0 has lowered the variety of queries dealt with by the shopper help crew by 51.4%. DTDC’s help crew can now give attention to extra important points, bettering general effectivity.

    Abstract

    This put up demonstrated how Amazon Bedrock can rework a conventional chatbot to a generative AI-powered logistics agent that gives higher buyer expertise via dynamic dialog. For companies going through related challenges, this resolution presents a blueprint for modernizing your AI assistant whereas sustaining compliance with {industry} requirements.

    To be taught extra about this AWS resolution, contact AWS for additional help. AWS can present detailed details about implementation, pricing, and how one can tailor the answer to your particular enterprise wants.


    In regards to the authors

    Rishi Sareen – Chief Info Officer (CIO), DTDC is a seasoned expertise chief with over twenty years of expertise in driving digital transformation, enterprise IT technique, and innovation throughout the logistics and provide chain sector. He makes a speciality of constructing agile, AI-driven, and safe expertise ecosystems that improve operational effectivity and buyer expertise. Rishi leads initiatives spanning system modernization, information intelligence, automation, cybersecurity, cloud, and synthetic intelligence. He’s deeply dedicated to aligning expertise with enterprise outcomes whereas fostering a tradition of steady enchancment and purposeful innovation. A powerful advocate for people-centric management, Rishi locations excessive emphasis on nurturing expertise, constructing high-performing groups, and mentoring future-ready expertise leaders who can thrive in dynamic, AI-powered environments. Recognized for his strategic imaginative and prescient and disciplined execution, he has led large-scale digital initiatives and transformation applications that ship lasting enterprise impression.

    Arunraja Karthick – Head – IT Companies & Safety (CISO), DTDC is a strategic IT and cybersecurity chief with over 15 years of expertise driving enterprise-scale digital transformation. Because the Head of IT Companies & Safety (CISO) at DTDC Specific Restricted, he leads the group’s core IT, cloud, and safety applications—remodeling legacy environments into agile, safe, and cloud-native ecosystems. Beneath his management, DTDC has adopted a hybrid cloud structure spanning AWS, GCP, and on-prem colocation, with a imaginative and prescient to allow dynamic workload mobility and vendor-neutral scalability. Arunraja has led important modernization efforts, together with the migration of key enterprise purposes to microservices and containerized platforms, whereas guaranteeing excessive availability and regulatory compliance. Recognized for his deep technical perception and execution self-discipline, he has carried out enterprise-wide cybersecurity frameworks—from Electronic mail DLP, Cell Machine Administration, and Conditional Entry to Hybrid WAF and superior SOC operations. He has additionally championed safe entry transformation via Zero Belief-aligned Safe WebVPN, redefining how inside customers entry company apps. Arunraja’s management is grounded in platform pondering, automation, and a user-first mindset. His current initiatives embody the enterprise rollout of GenAI copilots for buyer expertise and operations, in addition to unified policy-based DLP and content material management mechanisms throughout endpoints and cloud. Acknowledged as an Influential Expertise Chief, Arunraja continues to problem standard IT boundaries—aligning safety, agility, and innovation to energy enterprise evolution.

    Bakrudeen Okay an AWS Ambassador, leads the AI/ML apply at Shellkode, specializing in driving innovation in synthetic intelligence, particularly in Generative AI. He performs a key function in constructing groups and superior AI options, Agentic Assistants, and different next-gen applied sciences. Bakrudeen has made notable contributions to AI/ML analysis and improvement. In 2023 and 2024, he acquired the Generative AI Consulting Excellence Associate Award on the AI Conclave and the Social Influence Associate of the Yr Award for Generative AI at AWS re:Invent 2024, each on behalf of Shellkode reflecting the crew’s sturdy dedication to innovation and impression within the AI area.

    Suresh Kanniappan is a Options Architect at AWS, dealing with Automotive, Manufacturing and Logistics enterprises in India. He’s captivated with cloud safety and Business options that may remedy actual world issues. Previous to AWS, he labored for AWS clients and companions in consulting, migration and resolution structure roles for over 14 years.

    Sid Chandilya is a Sr. Buyer Relations Supervisor at AWS, answerable for tech led enterprise transformation with Automotive, Manufacturing and Logistics enterprises in India. Sid is peculiarly captivated with difficult standing quos, constructing a joint “Suppose Large” imaginative and prescient with buyer CXOs and leveraging Ai infused tech to speed up outcomes. He’s recognized for his deep understanding of {industry} imperatives (working backward from buyer) and translating the enterprise ache factors into tech resolution.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Oliver Chambers
    • Website

    Related Posts

    10 GitHub Repositories to Grasp Backend Growth

    August 8, 2025

    DiceHuBERT: Distilling HuBERT with a Self-Supervised Studying Goal

    August 7, 2025

    50+ Should-Know Machine Studying Phrases

    August 7, 2025
    Top Posts

    Vouchers a first-rate focus for audiences on Singapore’s nationwide day

    August 8, 2025

    Evaluating the Finest AI Video Mills for Social Media

    April 18, 2025

    Utilizing AI To Repair The Innovation Drawback: The Three Step Resolution

    April 18, 2025

    Midjourney V7: Quicker, smarter, extra reasonable

    April 18, 2025
    Don't Miss

    Vouchers a first-rate focus for audiences on Singapore’s nationwide day

    By Hannah O’SullivanAugust 8, 2025

    object(WP_Post)#8602 (24) { [“ID”]=> int(41107) [“post_author”]=> string(2) “36” [“post_date”]=> string(19) “2025-08-07 00:11:43” [“post_date_gmt”]=> string(19) “2025-08-07…

    Axis Digital camera Server Vulnerabilities Expose Hundreds of Organizations to Assault

    August 8, 2025

    Easy methods to get your share of AT&T’s $177M knowledge breach settlement – safe that $7,500 payout ASAP

    August 8, 2025

    The DIVA logistics agent, powered by Amazon Bedrock

    August 8, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    UK Tech Insider
    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms Of Service
    • Our Authors
    © 2025 UK Tech Insider. All rights reserved by UK Tech Insider.

    Type above and press Enter to search. Press Esc to cancel.