🕸️The Agentic System

At a high level, the system consists of five core components:

  • Strategies Strategies define deterministic decision logic. They evaluate data and produce signals, but they are not exposed directly to users.

  • Agents Agents run strategies, manage interaction, and expose outputs. They act as the interface between strategy logic and users.

  • Users Users request insights from agents and decide how to act on the information provided. All execution and risk decisions remain with the user.

  • Economics Economic mechanisms align incentives across the system. Useful agents are rewarded through usage, while poor performance is naturally penalized.

  • Verification Agent outputs are observable and measurable over time, enabling performance evaluation without revealing underlying strategy logic.

Last updated