firehose> #llmops

Pure Agent Application

An application implemented with no executable code — only agent-readable instructions: a SKILL.md plus supporting markdown/YAML (for example a library.yaml reference file and a cookbook/ of named workflows). The runtime is the agent: it reads the instructions and performs the work directly, so "the application is the skill." An entire application is encoded into a single skill/prompt, and an agent can run the whole workflow or chain individual pieces of it. The same instinct appears one altitude up as a library without code (e.g. whenwords: a SPEC.md + tests.yaml from which an agent regenerates the .py), the difference being that a pure-agent app skips code entirely rather than regenerating it. Because the whole app is plain English describing what to do and when, it is legible to humans and agents alike — the source doubles as documentation.

Claims


Linked from