Example workload proposal: synthetic customer-support triage #81
Krako-cloud
started this conversation in
Workload Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is an example workload proposal for KORA validation.
The goal is to show how developers can propose a workload using synthetic or sanitized data only.
Workload name
Synthetic customer-support triage
Workload type
Customer support / support ticket routing
Current model or runtime
Local no-network validation for now.
Future versions may use a local model runtime or a real provider adapter, but this proposal does not require API keys or external providers.
Why this workload may fit KORA
Support queues often contain many repetitive requests that do not require a model call every time.
Examples:
Some requests should still escalate to a model because they are ambiguous, sensitive, incomplete, or multi-intent.
Approximate request volume
Example synthetic version:
Larger future version:
Deterministic or repetitive request types
Examples:
These should be handled through deterministic, policy, lookup, or structured paths when possible.
Model-required request types
Examples:
These should escalate to model inference.
Validation rules
Possible validation rules:
response_type_matchesrequired_link_presentpolicy_value_matcheslookup_placeholder_presentescalation_reason_presentno_private_data_emittedExpected counters
For the current 12-request synthetic version:
total_requestsbaseline_model_callskora_model_callsavoided_model_callsavoided_model_call_ratedeterministic_routesmodel_escalationsPrivacy class
Synthetic.
This proposal should not include:
Can results be public?
Yes, if the workload remains fully synthetic and sanitized.
Claim boundary
This workload can support local no-network validation or future local model validation.
It should not be described as:
Related public docs
Beta Was this translation helpful? Give feedback.
All reactions