Every competitor (Cursor, Devin, Factory.ai) shows users exactly what the agent is doing in real-time — tool calls, reasoning steps, diffs being written. SaaS Factory has the agentLogs table and SSE streaming infrastructure in place, but the dashboard pipeline detail view only shows high-level status. Users cannot see WHY a feature was chosen, WHAT code the agent is changing, or HOW the decision was made. This is the primary trust-building gap vs. all competitors — enterprise buyers need explainability to approve autonomous deployments. The pipeline detail page (live-pipeline-detail.tsx) streams logs but doesn't render them in a structured, diff-aware way with tool-call collapsibles and reasoning highlights.