为 AIGC 短剧行业设计的投产前置智能审核系统。在视频生成前,完成需求补全、成本估算、合规拦截与专业提示词生成。 A pre-production intelligence system for the AIGC short drama industry — completing requirement checks, cost estimation, compliance screening, and professional prompt generation before a single frame is rendered.
短剧行业正在大规模拥抱 AIGC,但没有人在"生成"之前做好把关。投产即开盲盒,试错成本极高。 The short drama industry is rapidly adopting AIGC, but nobody is gatekeeping before generation. Every production is a blind box — the cost of failure is enormous.
这不是一个"生成工具"能解决的问题。用户需求是渐进式的,信息是分散的,判断是多维度的,优化是循环的。只有 Agent 能处理多轮对话记忆、动态路由和跨节点状态管理。 This isn't a problem a simple generation tool can solve. User requirements are incremental, information is scattered, judgment is multi-dimensional, and optimization is iterative. Only an Agent can handle multi-turn memory, dynamic routing, and cross-node state management.
不同节点选用不同模型,核心原则:把对的模型用在对的任务上,而不是全程用最贵的。 Different nodes use different models. Core principle: use the right model for the right task — never default to the most expensive one everywhere.
将鼠标悬停在任意节点上,查看该节点的详细职责、输入/输出与模型选型说明。 Hover any node to see its responsibilities, inputs/outputs, and model selection rationale.
单轮生成适合信息完整的场景。但短剧创作者的现实是:他们往往不知道自己需要什么参数,不了解 AIGC 工具的成本结构,也不懂专业 Prompt 语法。多轮记忆机制允许用户渐进式补充信息,Agent 负责把碎片化输入拼装成完整需求,这才是真正降低用户认知门槛的设计。 Single-turn works only when all information is available upfront. But short drama creators typically don't know what parameters they need, don't understand AIGC cost structures, and can't write professional prompts. Multi-turn memory lets users incrementally provide information — the Agent assembles fragments into complete requirements, truly lowering the cognitive barrier.
测试报告显示整体成本估算平均误差为 22.7%,被少数参数提取失败的异常用例拉高(001: 70.2%, 014: 94.8%)。根因是提示词未强制要求提取失败时输出 null,导致系统用默认值静默计算。 The test report shows an overall average cost error of 22.7%, inflated by a few parameter extraction failure outliers (case 001: 70.2%, case 014: 94.8%). Root cause: prompts didn't mandate null output on extraction failure, causing silent calculation with defaults.
在参数正确提取的用例中,公式层面误差<15%,中位误差 0%。v0.3 已针对性修复。 When extraction succeeded, formula-level error was <15% with 0% median error. v0.3 specifically addressed this with hard extraction constraints.
如果你在关注 AIGC Agent 系统设计、解决方案架构或产品复盘,欢迎交流。 If you're working on AIGC Agent system design, solution architecture, or product retrospectives — let's connect.