# TrueTrace Concept Testbatch 001

Date: 2026-05-24

This document records the first concrete TrueTraceShorts concept testbatch. The goal is not to assume that generic AI content will work. The goal is to test five sharper, mechanism-led concepts against the brand promise:

```text
Systems over prompts.
Mechanisms over hype.
```

Implemented fixture:

```text
autoshorts/demo/truetrace_concepts.py
```

Tests:

```text
tests/test_truetrace_concept_batch.py
```

## Safety and scope

All five candidates must remain public-safe:

- no JARVIS/Hermes mention;
- no user mention;
- no collaboration/private behind-the-scenes angle;
- no politics;
- no legal loopholes, bypassing, private-data misuse, exploitation, or lawbreaking;
- no platform actions from this fixture.

## Candidates

### 1. Why Most AI Automations Break After Three Days

- ID: `truetrace-ai-automation-quiet-rot-38s`
- Series: `AI System Autopsy`
- Hook: `Most AI automations do not fail dramatically. They quietly rot.`
- Hypothesis: a failure/autopsy angle with `quietly rot` should outperform generic automation tips.
- Metadata: YouTube/TikTok copy generated in the fixture.

### 2. This Prompt Looks Smart — But the Workflow Still Breaks

- ID: `truetrace-prompt-vs-system-workflow-breaks-35s`
- Series: `Prompt vs System`
- Hook: `This is why your perfect AI prompt still fails tomorrow.`
- Hypothesis: anti-prompt positioning should attract viewers tired of generic prompt-hack content.

### 3. The Hidden Reason Your AI Notes Become Useless

- ID: `truetrace-ai-notes-equal-importance-34s`
- Series: `One Rule, One Example`
- Hook: `AI notes fail when everything becomes equally important.`
- Hypothesis: daily productivity pain point broadens reach beyond technical AI audiences.

### 4. Claim: AI Agents Will Replace Teams

- ID: `truetrace-ai-agents-tasks-not-teams-40s`
- Series: `AI Hype Court`
- Hook: `Verdict: not unless they can handle boundaries.`
- Hypothesis: skeptical verdict on a popular AI claim should invite comments while staying public-safe.

### 5. One Rule Before You Automate Anything With AI

- ID: `truetrace-review-before-automation-32s`
- Series: `One Rule, One Example`
- Hook: `If you cannot review it manually, do not automate it yet.`
- Hypothesis: compact operating rule should be saveable and build trust.

## Review command

Render the reviewable text locally with:

```bash
python - <<'PY'
from autoshorts.demo.truetrace_concepts import render_truetrace_concept_summary
print(render_truetrace_concept_summary())
PY
```

The renderer returns hooks, outlines, visual plans, hypotheses, YouTube descriptions, TikTok captions, and tags. It does not upload, schedule, publish, or call platform APIs.

## Recommended first production priority

If selecting only three concepts for preview production, prioritize:

1. `Why Most AI Automations Break After Three Days`
2. `This Prompt Looks Smart — But the Workflow Still Breaks`
3. `The Hidden Reason Your AI Notes Become Useless`

Reason: these are concrete, relatable, visually clear, and least dependent on broad AI hype discourse.
