How does the Digital Twin plugin fit into your structure?
Technical note for those responsible for approving this document: How is the evaluation module separated from the interface and the database? Which elements cross the boundary between them? And what does the system intentionally never save?
Metaskills technical note, 2026
One engine, no opinions about your stack
What actually crosses the boundary
The client sends two things
When a session ends, the application posts the scenario metadata and the validated conversation transcript. That is the entire obligation on the client side - no scoring logic, no competency knowledge, no computation. Identifying details are stripped before anything reaches the assessment model: the client sends the conversation, not the person who had it.
The engine does the work
Evidence extraction, quality assessment, cross-conversation aggregation and confidence scoring all happen behind the API. The complexity stays where it can be versioned and tested.
The response is structured
Back comes the updated competency profile, confidence information for the competencies involved and targeted development recommendations - ready to render, with no interpretation required from the client.
Nothing is overwritten
Every successful update writes a new timestamped version of the profile rather than replacing the previous one. The development path stays readable end to end, and a profile can be examined as it stood at any earlier point.
What the architecture keeps out of the logs
Source
Metaskills
2026-08-24
Technical note prepared by Metaskills. A high-level summary of the integration architecture; the full integration documentation is shared with partners under agreement.
Digital Twin methodology
Related pages
Security and data protection
What runs in production today: where data is held, who can reach it and what the contracts cover.
Security and data protectionHow behaviour becomes evidence
The assessment logic that runs behind this API - evidence events, confidence and the limits on inference.
How behaviour becomes evidenceDigital Twin
The competency profile the engine produces, and what it looks like for a learner and a team.
Digital Twin