Definition
What The System Is
Agentropy is a local personal operating system for supervised AI work.
The Mac is the agent host. The web UI and iPhone app are control surfaces. Agentropy routes routine decisions, collects local evidence, builds weekly briefs, tracks outcomes, and asks the operator only when judgment or approval is required.
Answers come from the Skills Engine, a local skill knowledge graph (SKG). The Skills Engine composes a reply on the fly from learned skills that run against the host (clock, files, network reads, gated actions), with no vendor call. An external AI vendor is used only when the Skills Engine has not yet learned a skill for the request; that reply is then captured as a new skill, so the next equivalent request composes locally.
The system is not a cloud SaaS product. It is a single-user local stack that keeps state under ~/.agentropy/proxy/ and the Skills Engine under ~/.skg/, serves the dashboard through proxyd, and treats external vendors as a fallback and a teacher, not the engine.