MD-OS (Artificial Prefrontal Cortex) v5.0 is a natural-language control plane over host-exposed substrates.
It should not reinvent lower layers:
hardware
-> host operating system
-> drivers, device nodes, APIs, services, apps, and permissions
-> MD-OS discovery
-> connector registry
-> natural-language intent
-> bounded action
-> memory, audit, and replay
MD-OS does not control hardware directly from the metal. It controls hardware through the surfaces that the host operating system already exposes.
Examples:
/dev/video*, V4L2, PipeWire, and tools such
as v4l2-ctl.lpstat and
lp.pactl, wpctl, and amixer.MD-OS turns those host substrates into readable capabilities and bounded connectors.
Human intent may be expressed as:
turn up the volume
print "hello"
look at my shirt
find available cameras
MD-OS should translate that intent only after it has:
Discovery is not control. Control requires an explicit connector and policy.
The intended model is:
cortex hardware bootstrap
-> discovers host-exposed devices and capability surfaces
cortex hardware run "<explicit user intent>"
-> selects a bounded connector
-> performs a local action or capture
-> writes an audit record and any input/output artifact
Examples:
cortex hardware run "turn up the volume"
cortex audio volume down
cortex audio volume zero
cortex hardware run "look at the desktop"
cortex screen capture
cortex display status
Device input and output are first-class:
Robot arms, legs, grippers, wheels, drones, tools, and actuators follow the same pattern, but require a dedicated connector, hard limits, explicit stop and emergency-stop commands, and an external safety/runtime layer. MD-OS may plan and command through that layer; it must not replace firmware, motor drivers, real-time loops, or safety-certified controllers.