"It is an overall system design method that involves strategically selecting, compressing, storing, and isolating only the necessary information into the context window so that AI, such as large language models (LLMs), can perform a given task more accurately and efficiently."
A broad approach that deals with how to provide and design 'context', i.e., 'situational information' such as past conversation history, external knowledge, user information, tool usage history, etc., for AI to perform tasks well
Includes the entire conversation process, memory, tool usage, long-term information flow, and overall state management
Strategies for selecting and summarizing necessary information to record in memory or retrieve it again
(Select, Compress)
Managing different topics or contexts in isolation
(Isolate)
Designed to enable actual tasks
(e.g., report writing, schedule management, etc.)
"AI helps understand complex situations like humans and solve real problems, so it is being widely applied to various industries and services."
Dynamically combines customer's previous inquiry history, product order information, and ongoing request status to provide customized answers and automated tasks (e.g., parcel reservation, refund processing, etc.). RAG (Retrieval-Augmented Generation) can also refer to policies or history for more accurate responses.
Analyzes member's schedule, history, past meeting content, priorities, etc. to provide customized support such as preparing meeting materials, summarizing tasks, and notifying important emails.
Provides personalized learning content, problem recommendations, and real-time feedback by reflecting the student's previous learning history, incorrect answer types, understanding level, and preferred topics as context.
It is applied to energy saving, automatic driving, and smart control by considering not only user's commands but also real-time sensor data, past usage patterns, and external environment information as context. For example, the command "It's cold" combines temperature, patterns, and preferred settings to respond intelligently.
Integrating patient's medical records, previous symptoms, medication history, and real-time test data enables more accurate consultation, health monitoring, and customized health management advice.
It is used for personalized financial analysis, investment portfolio management, and automated financial consultation by reflecting complex contextual information such as customer's investment tendency, asset status, past transaction history, and risk level.
Real-time support and coding assistant: By analyzing developer's work context, code history, and project files in real time, it is possible to provide situation-specific support such as code writing, refactoring, and error explanation.
Its utilization is increasing in almost all industrial fields where AI needs to actively respond to the actual environment and user's needs, such as news summarization, complex workflow automation, and multi-agent collaboration.
“A strategic system design technology that systematically designs, manages, and provides all the information, structure, and tools needed for the model so that AI, especially LLM (Large Language Model) systems, can perform tasks more accurately and reliably."
Design how to place all relevant information, such as system messages, user input, previous conversation summaries, external data, and tool call results, within the LLM's context window.
Provide more customized results by reflecting necessary external information (such as RAG) and tool/API results in real time according to user requests and situations.
Optimized design for various user flows, including long-term conversations, sessions, and multi-agent systems, as well as clear answers to single questions.
Overcome context limitations by using strategies such as prioritizing information, summarizing (compressing), isolating unnecessary information, and storing separately by topic.
Design the results generated by AI to be returned in a structured format (JSON, tables, etc.) to improve post-processing and connectivity.
"In the latest LLMs, ultra-large context windows of over 1 million tokens are being commercialized, but actual AI quality and operational efficiency must be considered, and attention should be paid to the occurrence of efficiency and response quality degradation and high costs."
"In Domain Business, context" refers to the collection of information that enables an AI agent to comprehensively understand the situation by simultaneously and synchronously combining structured, semi-structured, and unstructured data sources scattered throughout the manufacturing site, rather than using only a single type of data when making decisions or recommendations."
Example:
Example:
Example:
Combining the above three to link information from different times, spaces, and media
Example:
"Find the section where 'sudden temperature increase' and 'increased vibration' occurred simultaneously on line B last week"
"Multimodal means that instead of using the previous three (structured, semi-structured, unstructured) in a single mode, multiple modes are simultaneously and synchronously combined to allow the agent to have a richer situational awareness."
PLC sensor readings, ERP production volume table
JSON alarms, CSV inspection history
SOP manual, email/voice transcription
Line CCTV, inspection equipment X-ray
Supplements context that can be missed with a single mode
Improves the accuracy of anomaly detection and root cause analysis through cross-validation
The agent comprehensively determines "when, where, and what" to make complex decisions
"Abnormal vibration in line A on ○ month ○ day" →
Hierarchical relationship between process and equipment (KG) ↔ Simulation results ↔ Natural language query






We provide high-quality AI responses quickly and reliably by combining knowledge and contextual information across the entire domain, going beyond simple data retrieval.


If a sensor value is detected at a critical level (severity=high), the non-conforming context pipeline is automatically activated.
Collect recent sensor records from the time series DB (IoT Prism), batch metadata from the MES API, and past improvement meeting minutes (text) from the document repository.
After missing value imputation and outlier filtering, statistical summaries (mean, variance, trend slope) using a sliding window, correlation analysis between key variables, and anomaly patterns are detected.
Prioritize and sort based on context importance, recency, and relevance.
Summarize the context in multiple levels to adjust the depth of required information.
Dynamically construct the optimal context considering the LLM's token limits.
You are an AI specializing in MISO manufacturing. Help analyze the causes of non-conforming moisture (NG), suggest improvements, and generate reports.
"The exit humidity of LOT {lot\_id} exceeded the standard ({threshold}%) at {exit\_humidity}%. Based on recent 24-hour sensor trends, past similar events, and operating history, please briefly explain the cause of the problem and improvement recommendations."
By clearly defining key entities such as batch, equipment, sensors, events, and improvement measures, and their relationships through ontology-based knowledge graphs (Onto-KG), we construct context with "meaningful information" rather than fragmented data.
By collecting real-time sensor data, batch metadata, past improvement cases, domain rules, and operation history through multi-channels at the time of event triggering, and injecting only the core context into the LLM through priority queue, multi-level summary, and token budget management, we optimize response speed and token cost.
By automatically searching for similar cases based on correlation coefficients, past improvement effects (Δwt%), and operation history, and injecting them into RAG, we generate analysis and recommendation results with clear evidence.
By utilizing a search and storage infrastructure that combines vector DB (FAISS), time-series DB, and ontology graphs, you can easily expand the context model even if new sensors or process variables are added, or if the process changes.
By monitoring token usage and response quality in the Dynamic Assembly stage, and adjusting context level and RAG keyword strategies as needed, you can continuously improve system performance.
DX-AI Contexity