Field note
Comp AI reverses the usual CRM relationship. A person does not collect every fact and fill every field while AI sits beside the database. The product is a durable research agent; the database records what the agent observed, why it believes it, and what should happen next.
The agent runs on its own schedule and queue, assigns follow-ups, spends a research budget, and stops when that budget is exhausted. The API intentionally remains simple: it writes an event into the queue. A worker leases the row and decides what it means. Tools return observed evidence, a ledger scores its strength, strong evidence can write a fact, and weak evidence becomes a human suggestion instead of a guess.
The data boundary is concrete. The sandbox receives a workspace plus shell tools for text processing, but no database credentials and deny-all network egress. Web fetching stays in the application runtime and search stays with the model provider. Durability uses leases, FOR UPDATE SKIP LOCKED, explicit due times, and visible reasons for future checks.
This is closer to an operating system for relationships than an email generator. It is also explicitly single-tenant and internal, so the repository's permissive license should not be confused with production-ready authorization defaults. The reusable blueprint is the bounded agent: queue, evidence, budget, lease, review, and visible reasons.