What is a self-extending artificial intelligence agent?
Definition
A self-extending artificial intelligence agent changes the capabilities available in its own harness rather than relying only on a fixed interface. It may generate an extension, register a mode, connect a tool, or package a reusable workflow.
Self-extension increases adaptability but also expands risk because generated code or configuration can persist. Safe designs validate each extension, separate it from the base system, record provenance, and provide a reliable way to undo it.
Acronyms and aliases
self-extending AI agent variantself-modifying agent harness variant
Related terms
Frequently asked questions
What can a self-extending artificial intelligence agent create?
It can create task modes, tool integrations, reusable instructions, monitoring routines, workflow components, or other bounded extensions supported by its harness.
Why should self-created extensions be reversible?
Generated capabilities can be incorrect, unwanted, or incompatible, so reversibility lets the system remove their effects without damaging the original environment.