How it works
Architecture
Dynamic knowledge loading and human-curated expertise: the same model, wrapped differently.
Adsum IoT Coder is an AI coding agent built on the open-source Cline foundation, with IoT-specific knowledge modules and tool-use skills layered on top.
The module tree on disk:
Analyzing a UART log drop loads the log-analyzer workflow plus the capture-logs action and the NCS SDK module. Debugging a failed BLE connection on a two-board setup also pulls in the BLE module, the device-identity rule, and the relevant board file, and nothing else. The model gets exactly what the task requires, no more.

