Loading...
Loading...
Compare original and translation side by side
The sequence: Run autoresearch FIRST to hit 85+ simulated score. Then deploy. Then validate with real traffic.
流程: 先运行自动研究达到85分以上的模拟评分,再部署上线,最后通过真实流量验证效果。
| File | Purpose |
|---|---|
| The winning optimized content |
| Full experiment log — all variants + all scores |
| Human-readable summary with winner rationale |
| 文件 | 用途 |
|---|---|
| 优胜的优化后内容 |
| 完整实验日志——所有变体 + 所有评分 |
| 人工可读的总结报告,包含优胜方案的评选逻辑 |
| # | Persona | Scoring Lens |
|---|---|---|
| 1 | CMO at a mid-market B2B company (50M+ revenue) | "Would this make me stop and engage?" |
| 2 | Skeptical founder | "Do I believe this? Would I trust this company?" |
| 3 | Conversion rate optimizer | "Is this clear, specific, and action-driving?" |
| 4 | Senior copywriter | "Is this compelling, differentiated, and well-crafted?" |
| 5 | Your CEO/founder | "Direct, ROI-obsessed, no BS. Would I put this on my site?" |
Customization: Replace persona #5 with your own CEO/founder voice. Define their priorities and communication style in afile.references/founder-voice.md
| 编号 | 角色 | 评分维度 |
|---|---|---|
| 1 | 中等规模B2B公司CMO(年收入5000万美元以上) | 「这个内容会让我停下浏览并产生兴趣吗?」 |
| 2 | 持怀疑态度的创始人 | 「我相信这个内容吗?我会信任这家公司吗?」 |
| 3 | 转化率优化专家 | 「内容是否清晰、具体,能驱动用户行动?」 |
| 4 | 资深文案 | 「内容是否有吸引力、有差异化、撰写精良?」 |
| 5 | 你的CEO/创始人 | 「直接、关注ROI、没有空话。我会把这个内容放在我们的官网上吗?」 |
自定义设置: 你可以用自己的CEO/创始人的说话风格替换第5个角色,在文件中定义他们的优先级和沟通风格即可。references/founder-voice.md
Round 1:
→ Generate 10 variants of the element
→ Batch-score all 10 with the 5-expert panel (1 API call)
→ Rank by average score
→ Keep top 3
Round 2 (Evolution):
→ Analyze what the top 3 did right
→ Generate 10 new variants that push those winning patterns further
→ Batch-score all 10 (1 API call)
→ Keep top 3
Round 3 (If score < threshold):
→ Identify weakest scoring dimension
→ Generate 10 variants optimized for that dimension
→ Batch-score → keep top 1
Multi-element cross-breeding:
→ Take top 1 winner from each element
→ Generate 5 combinations that mix winning elements
→ Score holistically as complete units
→ Output the single best combination第1轮:
→ 生成该元素的10个变体
→ 用5人专家小组批量给10个变体评分(1次API调用)
→ 按平均分排序
→ 保留前3名
第2轮(迭代进化):
→ 分析前3名的优势点
→ 生成10个新变体,进一步放大这些优胜特征
→ 批量给10个新变体评分(1次API调用)
→ 保留前3名
第3轮(如果得分低于阈值):
→ 找出得分最低的维度
→ 生成10个针对该维度优化的变体
→ 批量评分 → 保留第1名
多元素交叉组合:
→ 取每个元素的第1名优胜方案
→ 生成5个组合方案,混合所有元素的优胜特征
→ 作为完整单元进行整体评分
→ 输出得分最高的唯一组合方案first_impressionclaritytrusturgencywould_convertfirst_impressionclaritytrusturgencywould_convertwould_openwould_readwould_clickwould_replyspam_riskwould_openwould_readwould_clickwould_replyspam_riskscroll_stoppingclarityclick_worthinessrelevancedifferentiationscroll_stoppingclarityclick_worthinessrelevancedifferentiationfirst_impressiontrustcompletion_likelihoodlead_qualitywould_fill_outfirst_impressiontrustcompletion_likelihoodlead_qualitywould_fill_outFound 5 elements to optimize:
1. Hero headline: "We help B2B companies grow"
2. Subheadline: "Full-service digital marketing..."
3. CTA: "Get Started"
4. Problem statement: [excerpt]
5. Social proof: [excerpt]
Optimizing: all | Variants per round: 10 | Min score: 80找到5个可优化元素:
1. 主标题:"We help B2B companies grow"
2. 副标题:"Full-service digital marketing..."
3. CTA:"Get Started"
4. 问题阐述:[节选]
5. 社交证明:[节选]
优化范围:全部 | 每轮变体数量:10 | 最低得分阈值:80$ANTHROPIC_API_KEYexport ANTHROPIC_API_KEY="your-api-key-here"$ANTHROPIC_API_KEYexport ANTHROPIC_API_KEY="your-api-key-here"claude-sonnet-4-5claude-opus-4claude-sonnet-4-5claude-opus-4undefinedundefined
**Experiments JSON structure:**
```json
{
"run_id": "autoresearch-{name}-{timestamp}",
"content_type": "landing_page",
"source_file": "path/to/original",
"min_score_threshold": 80,
"rounds": [
{
"round": 1,
"element": "hero_headline",
"variants": [
{
"id": 1,
"text": "...",
"scores": {
"cmo": 72,
"skeptical_founder": 68,
"cro": 75,
"copywriter": 70,
"founder": 65
},
"avg_score": 70
}
],
"top_3": [1, 4, 7],
"winner_score": 82
}
],
"final_winner": {
"hero_headline": "...",
"subheadline": "...",
"cta": "...",
"holistic_score": 87
}
}
**实验JSON结构:**
```json
{
"run_id": "autoresearch-{name}-{timestamp}",
"content_type": "landing_page",
"source_file": "path/to/original",
"min_score_threshold": 80,
"rounds": [
{
"round": 1,
"element": "hero_headline",
"variants": [
{
"id": 1,
"text": "...",
"scores": {
"cmo": 72,
"skeptical_founder": 68,
"cro": 75,
"copywriter": 70,
"founder": 65
},
"avg_score": 70
}
],
"top_3": [1, 4, 7],
"winner_score": 82
}
],
"final_winner": {
"hero_headline": "...",
"subheadline": "...",
"cta": "...",
"holistic_score": 87
}
}| Option | Default | Description |
|---|---|---|
| all | Which elements to optimize |
| 10 | How many variants to generate per round |
| 80 | Stop when this score is hit |
| 3 | Max rounds before stopping |
| false | Whether to overwrite the source file with winners |
| auto-detect | Force a content type if auto-detect is wrong |
| 选项 | 默认值 | 说明 |
|---|---|---|
| 全部 | 要优化的元素范围 |
| 10 | 每轮生成的变体数量 |
| 80 | 达到该得分时终止优化 |
| 3 | 最大迭代轮次 |
| false | 是否用优胜方案覆盖源文件 |
| 自动识别 | 如果自动识别错误可手动指定内容类型 |