Higher-order capabilities
Semantic & Learning
Operator modeling, workspace semantics, collaboration, skill evolution, generated tools, and causal learning loops.
Operator model
The daemon can learn aggregate patterns about the operator such as output density preference, approval behavior, session rhythm, attention transitions, and implicit feedback signals. That lets future responses and execution choices adapt to the actual user rather than a generic prompt assumption.
Semantic environment
The daemon can answer bounded semantic questions about the local workspace, such as packages, dependencies, Compose services, Terraform modules, Kubernetes resources, imports, conventions, and temporal workspace history.
Collaboration
Subagents and collaborating agents can use explicit collaboration sessions with contributions, disagreements, votes, and persisted shared state. That turns multi-agent reasoning into something inspectable and comparable.
Skill evolution
Skills are not static notes. tamux tracks usage, success and failure settlement, promotion, deprecation, archive behavior, branching, and merge/convergence back into canonical variants.
Tool synthesis
When enabled, tamux can synthesize guarded tools from conservative CLI or OpenAPI surfaces, keep them in a registry, and promote proven tools into reusable assets. This is a major differentiator because the system can expand its own safe tool surface over time.
Anticipatory and causal intelligence
The richer intelligence story also includes anticipatory pre-loading and causal execution traces. That means the system can pre-warm context before work starts and later explain not only what it did, but why it chose one path over others.
Why it compounds
- Operator model helps the system adapt.
- Semantic environment helps the system understand real code/workspaces.
- Skill evolution helps the system preserve winning procedures.
- Generated tools help the system extend its safe action space.
- Provenance keeps those gains auditable instead of magical.
- Anticipatory and causal layers make the system more collaborative and less purely reactive.