Published June 5, 2026 | Version 0.1.0

DynamicSLM: Capability-Modular, Self-Improving Small Language Models for AIKernel

Authors/Creators

  • 1. AIKernel Project

Description

This technical note introduces DynamicSLM, a capability-modular and self-improving small language model architecture designed for the AIKernel Semantic Context Operating System.

DynamicSLM treats language models not as static monolithic weight artifacts, but as dynamically loadable semantic processes governed by an AIKernel Model ABI. Each DynamicSLM artifact is described by a Semantic Profile, Capability Graph, Execution Profile, Lineage metadata, and Payload. These components collectively define the ABI boundary between AIKernel and capability-specific model artifacts.

The architecture enables AIKernel to resolve task intent against a Capability Graph, load only the required capability modules, verify model lineage and execution requirements before activation, and schedule model components across heterogeneous compute resources such as CPU, GPU, and NPU. It also defines a Differential Distillation Pipeline in which verified ReplayLogs and teacher-delegated trajectories are used to update specific capabilities through modular artifacts such as LoRA adapters, QLoRA deltas, adapter blocks, or segment-level replacements.

This work is conceptual and architectural in nature; it does not present empirical benchmarks. The English manuscript is the canonical version. The Japanese manuscript is included as a companion translation.

Files

paper-en.pdf

Files (486.2 kB)

Name Size Download all
md5:95e8f6cbe077c59e5a8329d7331dfdf8
255.7 kB Preview Download
md5:b915d090574cea25446f84e6caab0042
67.5 kB Preview Download
md5:fbf2aac2c0f14da1022215529a514ec7
163.0 kB Preview Download

Additional details

Additional titles

Subtitle (English)
A Model ABI and Differential Distillation Architecture for Dynamic Capability Loading in Semantic Context Operating Systems

Software

Repository URL
https://github.com/AIKernel-NET/AIKernel.Core
Programming language
C#
Development Status
Active

References