Files
nexus/wiki/concepts/Gemini-3应用开发方法论.md
2026-04-14 16:02:50 +08:00

24 lines
757 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: Gemini-3应用开发方法论
title: "Gemini-3应用开发方法论"
type: concept
tags: [gemini, application-development, prompt-engineering]
sources: []
last_updated: 2025-12-18
---
# Gemini-3应用开发方法论
三步法快速构建AI应用的工作流程。
## Definition
利用Gemini-3等大模型通过约束输入、扩展思考、设计输出的方式快速构建AI应用。
## Steps
1. **思考输入的场景**:局限输入词汇在垂直场景(如诗词、小说、电影等)
2. **约束模型的思考**利用提示词、MCP将输入词汇扩展为结构化内容
3. **设计输出的容器**使用前端代码SVG/HTML可视化模型输出内容
## Related Concepts
- [[结构化输出]]
- [[提示词优化]]