iShot_2025-06-19_14.35.25.mp4

源文本:
具体如何确保技术方案贴合业务需求?
关键在三层对齐:
- 第一层需求对齐——例如市场部需要快速生成运营内容,我们选择Dify这类LLMOps而非直接使用ChatGPT这类LLM,因它可以通过function call调用外部工具,实现多步骤自动化,多平台文案同时处理,并保持一致的风格,能直接关联业务场景;
- 第二层技术边界对齐——我持续跟踪LLM进展,发现当时Gemini长文本优势明显,Claude更能准确表达到想要的内容,故将用户访谈的摘要方案改为Gemini,然后局部分析用Claude,提升信息提取效率30%+,准确率20%+;
- 第三层资源对齐:为控制研发成本,群聊助手的语义分析模块直接集成OpenAI API,而非自研,确保3周内上线验证。”(用技术选型逻辑体现决策能力)
翻译结果:
How can we specifically ensure that the technical solution aligns with business needs?
The key is in three layers of alignment.
- First layer: Demand alignment—for example, the marketing department needs to quickly generate operational content. We choose Dify-type LLMOps instead of directly using ChatGPT-type LLMs because it can call external tools via function calls, achieve multi-step automation, handle content for multiple platforms simultaneously, maintain a consistent style, and directly relate to business scenarios.
- Second layer: Technical boundary alignment—I continuously track LLM progress, and found that Gemini had a clear advantage in long texts at the time, and Claude is better at accurately expressing the desired content, so we changed the user interview summary scheme to Gemini, and then used Claude for partial analysis, improving information extraction efficiency by 30%+, and accuracy by 20%+.
- Third layer: Resource alignment: To control R&D costs, the semantic analysis module of the group chat assistant is directly integrated with the OpenAI API, rather than developing it in-house, ensuring it goes live for verification within 3 weeks. (This uses technical selection logic to demonstrate decision-making ability)