Time to livePliuz | Same day. pip install + one decorator + Slack OAuth — aim for a working gated approval in ~10 minutes. | Weeks of senior-engineer time for a v1, plus more hardening before it touches production traffic. |
Upfront costPliuz | A free dev track today (pip install pliuz, Apache-2.0). No engineering time, no platform to build. | Senior-engineer weeks before the first approval ever flows — plus the opportunity cost of the features you did not ship instead. |
Audit trail integrityPliuz | SHA-256 hash-chained events, append-only at the DB-trigger level, verifiable by you via the public RPC pliuz_verify_chain() — it returns OK or names the first broken event. | Whatever you ship. Most teams use plain INSERTs without integrity proofs — discovered to be weak during the first audit. Hash-chaining done right requires expertise in event ordering, race conditions, concurrent cron jobs. |
Maintenance burdenPliuz | We absorb Slack API breaking changes, new agent frameworks, regulator clarifications. Zero ongoing engineering cost for you. | Yours forever. Every Slack API change, every new framework you integrate, every regulator update is a sprint for your team — competing against feature work. |
EU AI Act compliance (Art. 12/14/26)Pliuz | Articles 12 (immutable logs), 14 (human oversight), 26 (deployer obligations) mapped to product features. Internally documented (NDA-shareable); independent counsel review pending. | You defend the system to the regulator. Article mapping happens after you have already shipped — usually during the audit itself, which is the worst time. |
Per-event provenance for CISOPliuz | auto_approve_source field on every audit event: policy | tool_flag | standing_grant | human. A CISO can prove exactly why each action went through without review. | Provenance is inferred from call-site context. Rarely surfaces as a structured field. CISOs spend audit time grep-ing logs. |
Total customizationDIY | Policies declarative (JSONLogic). Approver routing customizable. UI customizable on Enterprise. Cannot fork the control plane. | Total — every line of code is yours. But every line is also yours to write, maintain, and debug. |
Vendor riskTie | SDKs open-source (Apache 2.0). HTTP API. Self-serve Ed25519-signed JSONL export, verifiable offline with an open-source verifier. Schema documented for self-host migration if we disappear. | No vendor by definition. Just engineering risk and key-person risk — the engineer who built it may leave before documenting. |