-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move DiagramGPT and ArchGuard Co-mate examples from 'aise-for-arch.md' to 'gen-arch.md' to better organize content and improve readability.
- Loading branch information
Showing
2 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,2 @@ | ||
# 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)有效地处理复杂性。 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# 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)有效地处理复杂性。 |