Skip to content

Commit

Permalink
feat(architecture): 添加 DiagramGPT 示例以展示 AI 辅助架构设计
Browse files Browse the repository at this point in the history
引入 DiagramGPT 的案例研究,展示如何利用 AI 辅助软件架构设计。
新增图片和链接,以提供更直观的理解和进一步的阅读资源。
  • Loading branch information
phodal committed Aug 2, 2024
1 parent 8cbdf7c commit a0cf30c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/aise-for-arch.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# AI 辅助软件工程:AI 辅助架构设计

## 示例

### DiagramGPT

![](images/Diagram-GPT.webp)

[How an AI sidecar product drove 30% of sign-ups: Eraser’s founder on building and growing DiagramGPT](https://openviewpartners.com/blog/how-an-ai-sidecar-product-drove-30-percent-of-sign-ups-eraser/)

### ArchGuard Co-mate

ArchGuard Co-mate is an AI-powered architecture copilot, design and governance tools.

GitHub: https://github.com/unit-mesh/co-mate

设计原则如下:

1. 将领域特定语言(DSL)作为通用语言:采用领域特定语言(DSL),以实现人与机器之间的高效沟通。
2. 原子化语言模型(LLM)编排:利用语言模型(LLM)的原子化特性,在DSL中构建复杂的行为。
3. 分层动态上下文:将上下文划分为多个层次,通过语言模型(LLM)有效地处理复杂性。
Binary file added src/images/Diagram-GPT.webp
Binary file not shown.

0 comments on commit a0cf30c

Please sign in to comment.