@@ -735,20 +735,20 @@ module.exports = {
735
735
link : '/md/python/00-macOS和Linux安装和管理多个Python版本'
736
736
} ,
737
737
{
738
- text : 'AI理论 ' ,
738
+ text : 'AI算法 ' ,
739
739
link : '/md/AI/ml/01-人工智能概要'
740
740
} ,
741
741
{
742
- text : 'AIGC应用开发框架 ' ,
742
+ text : 'AIGC应用开发 ' ,
743
743
link : '/md/AI/AI大模型企业应用实战'
744
744
} ,
745
745
{
746
- text : '大模型平台 ' ,
746
+ text : '大模型平台和Prompt工程 ' ,
747
747
link : '/md/AI/llm/GPTs'
748
748
} ,
749
749
{
750
- text : 'Prompt工程 ' ,
751
- link : '/md/AI/llm/01-Prompt网站 '
750
+ text : 'AI Agent ' ,
751
+ link : '/md/AI/agent/changelog-cursor '
752
752
} ,
753
753
]
754
754
} ,
@@ -2104,7 +2104,6 @@ module.exports = {
2104
2104
"contextual-retrieval" ,
2105
2105
"lm-studio-transform-mac-into-ai-tool" ,
2106
2106
"navigating-llm-deployment-tips-tricks-and-techniques" ,
2107
- "goodbye-cursor-hello-windsurf" ,
2108
2107
"qwen-QwQ" ,
2109
2108
"only-ai-flow-can-do" ,
2110
2109
"chatgpt-canva" ,
@@ -2133,6 +2132,15 @@ module.exports = {
2133
2132
"claude-3-7-sonnet" ,
2134
2133
]
2135
2134
} ,
2135
+
2136
+ {
2137
+ title : "llama" ,
2138
+ collapsable : false ,
2139
+ sidebarDepth : 0 ,
2140
+ children : [
2141
+ "llama-4-multimodal-intelligence" ,
2142
+ ]
2143
+ } ,
2136
2144
{
2137
2145
title : "Prompt工程" ,
2138
2146
collapsable : false ,
@@ -2142,7 +2150,7 @@ module.exports = {
2142
2150
"02-常用Prompt" ,
2143
2151
]
2144
2152
} ,
2145
-
2153
+
2146
2154
{
2147
2155
title : "Dify" ,
2148
2156
collapsable : false ,
@@ -2157,67 +2165,67 @@ module.exports = {
2157
2165
] ,
2158
2166
2159
2167
"/md/AI/ml/" : [ {
2160
- title : "机器学习" ,
2161
- collapsable : false ,
2162
- sidebarDepth : 0 ,
2163
- children : [
2164
- "软件工程师转型AI的全攻略" ,
2165
- "01-人工智能概要" ,
2166
- "02-MR 算法分类" ,
2167
- "what-is-neural-network" ,
2168
- "MapReduce分治思想" ,
2169
- "05-开发环境安装" ,
2170
- "一文看懂AI的Transformer架构" ,
2171
- "what-is-tensor" ,
2172
- ]
2173
- } ,
2174
-
2175
- {
2176
- title : "PyTorch" ,
2177
- collapsable : false ,
2178
- sidebarDepth : 0 ,
2179
- children : [
2180
- "building-neural-networks-with-pytorch" ,
2181
- "pytorch-cifar10-image-classifier-tutorial" ,
2182
- ]
2183
- } ,
2184
-
2185
- {
2186
- title : "NLP" ,
2187
- collapsable : false ,
2188
- sidebarDepth : 0 ,
2189
- children : [
2190
- "basic-of-nlp" ,
2191
- "text-preprocessing-overview" ,
2192
- "text-vectorization-guide" ,
2193
- "text-data-analysis-practical-guide" ,
2194
- "key-path-from-feature-enhancement-to-dimensional-norm" ,
2195
- "text-data-augmentation-back-translation-guide" ,
2196
- ]
2197
- } ,
2198
-
2199
- {
2200
- title : "RNN" ,
2201
- collapsable : false ,
2202
- sidebarDepth : 0 ,
2203
- children : [
2204
- "what-is-rnn" ,
2205
- "neural-memory-engine-for-sequence-modeling" ,
2206
- "long-short-term-memory" ,
2207
- "gated-recurrent-unit-model" ,
2208
- ]
2209
- } ,
2210
-
2211
- {
2212
- title : "Transformer" ,
2213
- collapsable : false ,
2214
- sidebarDepth : 0 ,
2215
- children : [
2216
- "mask-tensor" ,
2217
- ]
2218
- } ,
2219
-
2220
- ] ,
2168
+ title : "机器学习" ,
2169
+ collapsable : false ,
2170
+ sidebarDepth : 0 ,
2171
+ children : [
2172
+ "软件工程师转型AI的全攻略" ,
2173
+ "01-人工智能概要" ,
2174
+ "02-MR 算法分类" ,
2175
+ "what-is-neural-network" ,
2176
+ "MapReduce分治思想" ,
2177
+ "05-开发环境安装" ,
2178
+ "一文看懂AI的Transformer架构" ,
2179
+ "what-is-tensor" ,
2180
+ ]
2181
+ } ,
2182
+
2183
+ {
2184
+ title : "PyTorch" ,
2185
+ collapsable : false ,
2186
+ sidebarDepth : 0 ,
2187
+ children : [
2188
+ "building-neural-networks-with-pytorch" ,
2189
+ "pytorch-cifar10-image-classifier-tutorial" ,
2190
+ ]
2191
+ } ,
2192
+
2193
+ {
2194
+ title : "NLP" ,
2195
+ collapsable : false ,
2196
+ sidebarDepth : 0 ,
2197
+ children : [
2198
+ "basic-of-nlp" ,
2199
+ "text-preprocessing-overview" ,
2200
+ "text-vectorization-guide" ,
2201
+ "text-data-analysis-practical-guide" ,
2202
+ "key-path-from-feature-enhancement-to-dimensional-norm" ,
2203
+ "text-data-augmentation-back-translation-guide" ,
2204
+ ]
2205
+ } ,
2206
+
2207
+ {
2208
+ title : "RNN" ,
2209
+ collapsable : false ,
2210
+ sidebarDepth : 0 ,
2211
+ children : [
2212
+ "what-is-rnn" ,
2213
+ "neural-memory-engine-for-sequence-modeling" ,
2214
+ "long-short-term-memory" ,
2215
+ "gated-recurrent-unit-model" ,
2216
+ ]
2217
+ } ,
2218
+
2219
+ {
2220
+ title : "Transformer" ,
2221
+ collapsable : false ,
2222
+ sidebarDepth : 0 ,
2223
+ children : [
2224
+ "mask-tensor" ,
2225
+ ]
2226
+ } ,
2227
+
2228
+ ] ,
2221
2229
2222
2230
"/md/AI/langchain4j/" : [ {
2223
2231
title : "LangChain4j基础" ,
@@ -2249,6 +2257,17 @@ module.exports = {
2249
2257
]
2250
2258
} ,
2251
2259
] ,
2260
+
2261
+ "/md/AI/agent/" : [ {
2262
+ title : "辅助编程" ,
2263
+ collapsable : false ,
2264
+ sidebarDepth : 0 ,
2265
+ children : [
2266
+ "changelog-cursor" ,
2267
+ "goodbye-cursor-hello-windsurf" ,
2268
+ ]
2269
+ } ,
2270
+ ] ,
2252
2271
2253
2272
"/md/AI/spring-ai-alibaba/" : [ {
2254
2273
title : "Spring AI Alibaba" ,
@@ -2339,6 +2358,7 @@ module.exports = {
2339
2358
"software-development-in-AI2" ,
2340
2359
"overcoming-fear-uncertainty-and-doubt-in-the-era-of-ai-transformation" ,
2341
2360
"aigc-app-in-e-commerce-review" ,
2361
+ "ai-trends-disrupting-software-teams" ,
2342
2362
]
2343
2363
} ,
2344
2364
0 commit comments