Agentic AI Apps
AI Solutions
Pre-built Applications

Ready-to-deploy applications across industries and functions.

AI for Banking
AI for Healthcare
AI for Retail
AI for IT
AI for HR
AI for Recruiting
Application Accelerators

Leverage pre-built AI agents, templates, and integrations from the Kore.ai Marketplace.

Kore.ai Marketplace
Pre-built agents
Templates
Integrations
Tailored Applications

Design and build applications on our Agent Platform using our enteprise modules.

Platform
Agent Platform

Your strategic enabler for enterprise AI transformation.

Learn more
Enterprise Modules
AI for Work
AI for Service
AI for Process
Top Resources
Scaling AI: practical insights
from AI leaders
AI use cases: insights from AI's leading decision makers
Beyond AI islands: how to fully build an enterwise-wide AI workforce
QUICK LINKS
About Kore.aiCustomer StoriesPartnersResourcesBlogWhitepapersDocumentationAnalyst RecognitionGet supportCommunityAcademyCareersContact Us
Agent Platform
Agent Platform
Agent Platform

Your strategic enabler for enterprise AI transformation.

learn more
PLATFORM MODULES
Multi-Agent Orchestration
AI Engineering Tools
Search + Data AI
AI Security + Governance
No-Code + Pro-Code Tools
Observability
Integrations
Enterprise Modules
For Service
AI AgentsAgent AI AssistanceAgentic Contact CenterQuality AssuranceProactive Outreach
For Work
Modules
Enterprise SearchIntelligent OrchestratorPre-Built AI AgentsAdmin ControlsAI Agent Builder
Departments
SalesMarketingEngineeringLegalFinance
For Process
Process AutomationAI Analytics + MonitoringPre-built Process Templates
upcoming event

Join the first generation of leaders who are designing, governing, and leading the truly intelligent organization.

Orlando
12 May
register
Recent AI Insights
What's new in AI for Work: features that drive enterprise productivity
What's new in AI for Work: features that drive enterprise productivity
AI INSIGHT
20 Feb 2026
Parallel Agent Processing
Parallel Agent Processing
AI INSIGHT
16 Jan 2026
The AI productivity paradox: why employees are moving faster than enterprises
The AI productivity paradox: why employees are moving faster than enterprises
AI INSIGHT
12 Jan 2026
Agent Marketplace
More
More
Resources
Resource Hub
Blog
Whitepapers
Webinars
AI Research Reports
AI Glossary
Videos
AI Pulse
Generative AI 101
Responsive AI Framework
CXO Toolkit
Private equity
support
Documentation
Get support
Submit RFP
Academy
Community
COMPANY
About us
Leadership
Customer Stories
Partners
Analyst Recognition
Newsroom
Events
Careers
Contact us
Agentic AI Guides
forrester cx wave 2024 Kore at top
Kore.ai named a leader in The Forrester Wave™: Conversational AI for Customer Service, Q2 2024
Generative AI 101
CXO AI toolkit for enterprise AI success
upcoming event

Join the first generation of leaders who are designing, governing, and leading the truly intelligent organization.

Orlando
12 May
register
Talk to an expert
Not sure which product is right for you or have questions? Schedule a call with our experts.
Request a Demo
Double click on what's possible with Kore.ai
Sign in
Get in touch
Background Image 1
Blog
Conversational AI
Three considerations for private open-source LLM instances

Three considerations for private open-source LLM instances

Published Date:
May 22, 2024
Last Updated ON:
February 17, 2026

Using commercial LLM APIs for production applications pose clear & well researched risks. Consequently, enterprises are increasingly shifting towards utilising open-source, privately hosted instances of LLMs, augmented by RAG techniques.

Introduction

Three recent papers have been published, all addressing a remarkably similar observation regarding Large Language Models (LLMs). This observation revolves around the issue of models not only experiencing model drift but also witnessing a decline in performance over time. Consequently, Generative Apps (Gen-Apps) and LLM-based Conversational UIs that rely on commercial LLM APIs find themselves vulnerable to these fluctuations in model behaviour. Picture meticulously curating and testing every aspect of your customer-facing application, from user experience to design affordances, only to encounter the challenge of ongoing changes to the very foundation of the applications.

GALE dashboard displaying fine-tuned, open-source, and external AI models.

Within GALE, three model options are available for deployment. One of the exciting developments is the ability to select an open-sourced model from a whole host of available models, which can be selected and deployed in a no-code fashion. Fine-tuning of these models are also available. Source

While it’s tempting to attribute these changes to the non-deterministic nature of LLMs, recent studies provide evidence to the contrary. These studies demonstrate that models indeed undergo changes over time, and these changes are not indicative of improvement; rather, they result in a depreciation of performance. In the context of LLMs, non-determinism refers to the phenomenon where models generate different outputs for the same input.

Catastrophic forgetting

The term Catastrophic Forgetting was recently introduced in a study, describing the tendency of LLMs to lose or overlook previously acquired information when trained on new data or fine-tuned for specific tasks. This phenomenon stems from the inherent limitations of the training process, which often prioritises recent data or tasks over earlier ones.

Consequently, the model’s representations of certain concepts or knowledge may deteriorate or be overwritten by newer information, resulting in diminished overall performance or accuracy, particularly in tasks requiring a broad understanding of diverse topics.

Such challenges are amplified in scenarios demanding continual learning or adaptation, as the model may struggle to uphold a balanced and comprehensive understanding over time.

The study on the catastrophic forgetting (CF) of LLMs during continual fine-tuning found that CF generally exists in the continual fine-tuning of different LLMs.

And with the increase of scales, models suffer a stronger forgetting in domain knowledge, reasoning, and reading comprehension.

The study also states that instruction tuning may help mitigate the CF problem.

LLM drift

GPT-3.5 and GPT-4 are two widely used large language model (LLM) services and updates to these models over time are not transparent. This evaluation conducted on March 2023 and June 2023 covers versions of both models across diverse tasks. Performance and behaviour of GPT-3.5 and GPT-4 varied significantly over time.

For Example

  • GPT-4 (March 2023) performed well in identifying prime versus composite numbers (84% accuracy), but GPT-4 (June 2023) showed poor performance (51% accuracy), attributed partly to a decline in following chain-of-thought prompting.
  • GPT-3.5 improved in June compared to March in certain tasks.
  • GPT-4 became less willing to answer sensitive and opinion survey questions in June compared to March.
  • GPT-4 performed better at multi-hop questions in June, while GPT-3.5’s performance dropped.
  • Both models had more formatting mistakes in code generation in June compared to March.
  • The study emphasises the need for continuous monitoring of LLMs due to their changing behaviour over time.

Evidence suggests GPT-4’s ability to follow user instructions decreased over time, contributing to behaviour drifts.

The table below shows Chain-Of-Thought (CoT) effectiveness drifts over time for prime testing.

Table comparing LLM services with Chain-of-Thought and no CoT prompting.
Source

Without CoT prompting, both GPT-4 and GPT-3.5 achieved relatively low accuracy. With CoT prompting, GPT-4 in March achieved a 24.4% accuracy improvement, which dropped by -0.1% in June. It does seem like GPT-4 loss the ability to optimise the CoT prompting technique. Considering GPT-3.5 , the CoT boost increased from 6.3% in March to 15.8% in June.

The schematic below shows the fluctuation in model accuracy over a period of four months. In some cases the deprecation is quite stark, being more than 60% loss in accuracy.

GPT-4 vs GPT-3.5 performance comparison across multiple tasks.
Source

Considering the image below, within GALE, a no-code guided process is available guiding a user from model selection, datasets, to test data, selecting hardware reviewing and fine-tuning the model.

GALE platform interface for creating a fine-tuned AI model.

Prompt drift

Chaining , or also referred to as Prompt Chaining is the process of making use of a programming tool (in some cases visual) to facilitate the chaining or sequencing of large language model prompts into an application; which mostly creates a conversational UI.

A core feature of prompt chaining is cascading tasks from one chain to another. This cascading of a task will most probably last for the duration of the user conversation.

Prompt Drift is the process of cascading inaccuracies which can be caused by:

  • Model-inspired tangents,
  • Incorrect problem extraction,
  • LLMs’ randomness and creative surprises

Chaining can act as a safeguard against model-inspired tangents, because each step of the Chain defines a clear goal.
 ~
Source

The image below shows how a single node or prompt, forming part of a larger chain, can be impacted to produce prompt drift.

  1. The user input can be unexpected or unplanned producing an unforeseen output from the node.
  2. The previous node output can be inaccurate or produce drift which is exacerbated in the current node.
  3. The LLM Response can also be unexpected, due to the fact that LLMs are non-deterministic.
Prompt node workflow diagram showing user input and LLM response.

One of the ways to counter prompt drift (error cascading) is to ensure the prompt template used is comprehensive and enough contextual information supplied to negate LLM hallucination.

Conclusion

Hosting your own instances of large language models (LLMs) grants unparalleled control over your digital destiny…organisations can achieve a high level of autonomy, security, and flexibility.

Autonomy reigns supreme when you host your own LLM instances.

By managing your infrastructure, you dictate the rules, ensuring that your models operate according to your specific needs and objectives. This autonomy extends to data privacy and security, allowing you to safeguard sensitive information and mitigate the risks associated with third-party dependencies.

Moreover, hosting your LLMs empowers you with granular control over model updates and optimisations. You can tailor training datasets, fine-tune parameters, and implement custom algorithms tailored to your domain, thereby maximising performance and relevance to your applications.

Previously published on Medium.

Contact us
Share
Link copied
authors
Cobus Greyling
Cobus Greyling
Chief Evangelist
Forrester logo at display.
Kore.ai named a leader in the Forrester Wave™ Cognitive Search Platforms, Q4 2025
Access Report
Gartner logo in display.
Kore.ai named a leader in the Gartner® Magic Quadrant™ for Conversational AI Platforms, 2025
Access Report
Stay in touch with the pace of the AI industry with the latest resources from Kore.ai

Get updates when new insights, blogs, and other resources are published, directly in your inbox.

Subscribe
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Recent Blogs

View all
AI agents in retail: 12 proven use cases & examples (2026)
March 5, 2026
AI agents in retail: 12 proven use cases & examples (2026)
The end of manual AP: Zero-Touch invoice processing with AI for Process
February 20, 2026
The end of manual AP: Zero-Touch invoice processing with AI for Process
AI Agent governance: A practical guide to risk, trust, and compliance
February 20, 2026
AI Agent governance: A practical guide to risk, trust, and compliance
Accelerate time-to-value from AI

Find out how Kore.ai can help

Talk to an expert
Start using an AI agent today

Browse and deploy our pre-built templates

Marketplace
Background Image 4
Background Image 9
You are now leaving Kore.ai’s website.

‍

Kore.ai does not endorse, has not verified, and is not responsible for, any content, views, products, services, or policies of any third-party websites, or for any verification or updates of such websites. Third-party websites may also include "forward-looking statements" which are inherently subject to risks and uncertainties, some of which cannot be predicted or quantified. Actual results could differ materially from those indicated in such forward-looking statements.



Click ‘Continue’ to acknowledge the above and leave Kore.ai’s website. If you don’t want to leave Kore.ai’s website, simply click ‘Back’.

CONTINUEGO BACK
Agentic AI applications for the enterprise
English
Spanish
Spanish
Spanish
Spanish
Pre-Built Applications
BankingHealthcareRetailRecruitingHRIT
Kore.ai agent platform
Platform OverviewMulti-Agent OrchestrationAI Engineering ToolsSearch and Data AIAI Security and GovernanceNo-Code and Pro-Code ToolsIntegrations
 
AI for WorkAI for ServiceAI for ProcessAgent Marketplace
company
About Kore.aiLeadershipCustomer StoriesPartnersAnalyst RecognitionNewsroom
resources
DocumentationBlogWhitepapersWebinarsAI Research ReportsAI GlossaryVideosGenerative AI 101Responsive AI frameworkCXO Toolkit
GET INVOLVED
EventsSupportAcademyCommunityCareers

Let’s work together

Get answers and a customized quote for your projects

Submit RFP
Follow us on
© 2026 Kore.ai Inc. All trademarks are property of their respective owners.
Privacy PolicyTerms of ServiceAcceptable Use PolicyCookie PolicyIntellectual Property Rights
|
×