# Autonomous in Function
**Trait Number:** 15
**Layer:** Functional
**Bit Position:** 7 (bit 15 overall)
**Binary Encoding:** `00000000 00000010 00000000 00000000`
**UHT Code (self-encoding):** `00 02 00 00`
---
# Icon
![[Icon15.png|200]]
## Definition
The entity performs its function **without requiring continuous external input or oversight**. It can operate independently once activated, using internal logic, rules, or stored data.
---
## When to Apply
Use this trait when the entity:
- Makes **independent decisions** or maintains behavior after initiation
- Performs its role **without constant instruction**
- Can **react to conditions and regulate itself**
Avoid applying if the entity:
- Requires constant external command or direction
- Only acts **when directly controlled**
- Lacks any capacity for **self-regulation or persistence**
---
## Related Traits
- [[Processes or regulates logic/signals]] — Often necessary to support autonomy
- [[Transforms or modifies internal state]] — Suggests memory or internal modeling.
- [[System-critical]] — Autonomous systems may carry critical responsibilities.
---
## Examples
- A thermostat adjusting temperature automatically
- A self-driving vehicle (while in active mode)
- A watchdog timer resetting a system if no heartbeat is received
- A security drone with patrol logic
- A content moderation AI operating without human review
---
## Commentary
Autonomy marks a **functional threshold**: the system doesn’t just follow—it **acts**. It implies internal logic, self-direction, and goal-orientation.
This trait is crucial for robotics, adaptive systems, intelligent agents, and anything operating outside direct human oversight.
Not all autonomous systems are _smart_—a wind-up toy may be autonomous. The key is **independent operation**, not intelligence.
---
**© 2025 Steven Holland. All rights reserved.**
[[Copyright Statement]]