File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : 如今 LLM上 下文长度不够的情况下,软件开发如何实现复杂功能
3+ share : " true"
4+ categories :
5+ - Develop
6+ - Blog
7+ tags :
8+ - Blog
9+ - 软件开发
10+ description : 如今 LLM上 下文长度不够的情况下,软件开发如何实现复杂功能
11+ author : TRG
12+ dir : posts
13+ date : 2025-12-17T11:59:16+08:00
14+ showToc : " true"
15+ ShowReadingTime : " true"
16+ ShowWordCount : " true"
17+ ShowRssButtonInSectionTermList : " true"
18+ UseHugoToc : " true"
19+ ---
20+ 只适用于 vibe coding
21+ 今天的实践感悟:当下 LLM 的上下文长度不够,并且随着上下文长度的增加会不可避免的降智,很难实现复杂功能(主要是功能如果比较多,且涉及到大量逻辑规划和debug)
22+
23+ 解决方案:
24+
25+ 1 . 自己查阅资料后(心里有这个底),ai生成设计方案,再不断修改
26+ 2 . 不断迭代代码(不断创建新窗口)
27+
28+ prompt样例:
29+
30+ 1 . 只是分析而不要修改文件:前后端还有什么不符合设计文档sync_logic.md的地方吗?或者可能存在的错误逻辑,中文回答
31+
32+ 2 . 直接重构代码,修复所有问题,不用考虑迁移问题。前端代码在:./lib,后端代码在:./server
33+
34+
35+ 注意在每一次迭代中人工审阅它的方案,适当讨论,并优化原来的设计方案
36+
37+ 迭代到基本实现设计方案再进行功能测试
You can’t perform that action at this time.
0 commit comments