feat(cpc): 全面优化 CPC/eCPM 流量主广告变现的 AI 写作管线#12
Open
ystyleb wants to merge 3 commits into
Open
Conversation
oaker-io
requested changes
Apr 1, 2026
Owner
oaker-io
left a comment
There was a problem hiding this comment.
Review 反馈
🚨 CRITICAL: .tmp/lark-* 文件必须移除
PR 里混入了 8 个 Lark/Feishu webhook event JSON,包含 app ID、tenant key、用户 open_id、chat ID 和聊天内容。这些是敏感内部标识符,不应出现在公开仓库,且与 CPC 优化完全无关。
Action: 请从 PR 中移除所有 .tmp/ 下的文件。
⚠️ writing-guide.md — 收尾指令自相矛盾
现有规则明确说:
"根据文章走到结尾时的内容和情绪自行判断最自然的收尾方式"
但新增的"需求激发(首选)"等于硬编码了一种默认结尾模式,Agent 执行时会收到矛盾指令。
建议: 去掉"首选"标签,改为在"适合场景"列注明 CPC 变现场景优先使用,保持收尾选择由内容决定的原则。
⚠️ writing-guide.md — 规则 1.3 目的漂移
规则 1.3 原本是纯反 AI 检测规则,PR 把 CPC 广告优化理由混入(标题改为"对抗突发性检测与优化CPC广告曝光",段落上限从 150→100 字的理由变成"避免读者跳出看不到底部广告")。反检测体系和商业优化是两个独立关注点,混在一起后续维护会混淆。
建议: 保持规则 1.3 纯粹为反检测目的。CPC 相关的段落长度要求放到 frameworks.md 的 CPC 通用要求中(那里已经有相关内容)。
ℹ️ topic-selection.md — 行为变化幅度较大
- 热度权重 30%→20%
- 新增商业意图分 20%
- 常青选题 2-3 个→4-5 个
叠加起来会显著改变选题输出构成,建议先实验验证。
💡 实验性落地建议
这些都是 Prompt 策略改动,建议不直接合入 main,而是用配置开关做 A/B 测试:
- 在
writing-config.yaml新增monetization_mode: cpc | organic - SKILL.md 在加载 reference 文档时根据 flag 选择标准版或 CPC 版
- 同一个 main 分支上就能切换模式,对比两种策略的实际发文数据表现
- 数据验证后再考虑是否将 CPC 策略设为默认
这样既能保持现有管线稳定,又能充分测试 CPC 优化效果。
4ddf49b to
e93dca8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景与动机 (Motivation)
由于近期微信公众号流量主计费模式全面侧重 CPC(单次点击收益),而原有的管线依然偏向于 CPM(千次曝光即给钱)的大流量思维。
本 PR 对底层 Prompt 管线进行了“由泛流量向高商业意图转化”的战略转移,旨在配合新的流量主算法规则,极大拉升文章底部和文中的点击转化率(CTR)与单次点击收益。
核心改动 (Key Changes)
1.
topic-selection.md(选题评价模型重构)2.
frameworks.md(行文结构骨架改造)3.
writing-guide.md(阅读压迫感与转化心态)测试与影响 (Testing & Impact)