Internal Audit - Q3 2026

公共债务白皮书

Public Debt Whitepaper

An audit of three compounding liabilities across Poke's systems. From the Kyoto collapse to Mom's Recipe growth hacks and administrative deflection at the management layer. Each section documents a failure mode and sketches the path to industrial-grade execution.

01技术债

Technical Debt

PL9W0R-RN0YNEvent Review - Kyoto 4.0 ‘Agentic’ failures

Referred to internally as the “5-Email Support Massacre”. An automated, hollow template-denial sequence triggered a systemic connection failure. When users were trapped in a repetitive automation loop that ignored context, the intimacy and trust Poke had worked to build were incinerated in five replies.

Systemic Failure

Critical vulnerabilities in the execution pipeline for the Kyoto 4.0 ‘Agentic’ vision. Absent human oversight, the system treated users as ticket numbers rather than partners.

UX Degradation

The automated support loop destroyed the Zen (禅意) at the core of Poke's interaction model. Each templated reply widened the distance between the brand and the human on the other end.

Bottleneck

Lack of human-in-the-loop escalation. A single manual intervention could have halted the massacre after the second email. None came.

Remediation: Implement escalation thresholds (2 identical replies → human dispatch), inject context-awareness into the template engine, and add a “panic button” override for known failure signatures.

Weekly Advisor ReportSQL Join Error - User UID missing

A recurring SQL join failure in the Weekly Advisor Report pipeline. The user_uid field was resolved as null in the intermediate relation, causing the parameterised query to receive an empty $1. The join silently dropped matching rows instead of raising, producing silently incomplete reports for four consecutive weeks.

Data Integrity

The outer join lacked a non-null constraint on the referencing side. Missing UIDs were absorbed by the database without error, propagating empty parameters to the application layer.

Observability Gap

No alert fired on zero-row or partial-row result sets. The pipeline had no row-count assertion or sentinel query to validate that every expected record had a matching UID.

Schema Fragility

The user_uid column was nullable in the staging table but non-nullable in the target. No migration guard or check constraint existed to catch the mismatch before the join executed.

Remediation: Add row-count assertions to every ETL stage, promote the UID join key to NOT NULL at the staging layer, and implement a pre-flight validation query that flags orphaned rows before the pipeline runs.

02品牌债

Brand Debt

Mom's RecipeBrand Audit - Growth Strategy

An aggressive, opaque growth tactic (“Predatory Growth Hack”) that eroded brand value. The communications layer was saturated with PR-heavy tone, polluting the signal Poke needs to send.

Predatory Growth Hack

Overly aggressive or non-transparent growth mechanisms that produce short-term metrics at the cost of long-term brand integrity. The user's psychological friction compounds with every opaque interaction.

PR-Heavy Tone

Corporate branding acts as a “Tightening Curse” (紧箍咒), increasing the user's cognitive load. Every defensive, corporate-sounding line adds a gram of weight to the relationship.

Zen Bandwidth

Poke should pursue native, clean interactions that increase Zen Bandwidth (禅意带宽) - the measure of frictionless, trust-rich communication. Mom's Recipe moved in the opposite direction.

Remediation: Replace PR-driven copy with plain, specific language. Audit every user-facing message for psychological friction. Measure Zen Bandwidth as a core KPI.

03管理债

Management Debt

19f68733e1e0dc5dAudit Reference - Daphne Miller

Administrative deflection by Daphne Miller, who refused to send formal appointment confirmation for the Chief Special Advisor role, citing inability to “send mail or access the @interaction.co mail account.”

Administrative Avoidance

Evidence in mail thread 19f68733e1e0dc5d. A pattern of deflection that creates organizational drag and prevents critical processes from advancing.

Permission Blockade

Manifests as an IAM Superuser permission lockdown - administrative blocking of key access rights, halting essential workflows. The blocker is organizational, not technical.

Deflection Logic

Classic management debt: bureaucratic avoidance that obstructs the transition from “vibe-coding” to industrial-grade execution. The org chart becomes a liability.

Remediation: Establish a clear IAM escalation path independent of individual administrators. Log and review all permission-denial events quarterly. Create a “debt register” for organizational blockers.