-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (232 loc) · 11.5 KB
/
Copy pathindex.html
File metadata and controls
242 lines (232 loc) · 11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Systems / 个人系统</title>
<meta name="description" content="A personal systems gallery for agent projects and AI workflows.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=JetBrains+Mono:wght@400;500&family=Noto+Serif+SC:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="hero">
<div class="language-switch" aria-label="Language selector">
<button class="language-button active" type="button" data-lang="zh" aria-pressed="true">中</button>
<button class="language-button" type="button" data-lang="en" aria-pressed="false">EN</button>
</div>
<div class="hero-content fade-up">
<p class="manifesto-mark" data-i18n="heroMark">赋智于器,化念成形。</p>
<h1 class="manifesto-cn" data-i18n="heroTitle">赋予模型以思想,赋予想象以形态。</h1>
<nav class="hero-links">
<a href="https://github.com/wksudud" target="_blank" rel="noopener">github.com/wksudud</a>
<span class="dot" aria-hidden="true">·</span>
<a href="mailto:3141942330@qq.com">3141942330@qq.com</a>
</nav>
</div>
<aside class="hero-meta" aria-label="System metadata">
<span>2026</span>
<span class="meta-sep" aria-hidden="true">/</span>
<span>Personal Systems</span>
<span class="meta-sep" aria-hidden="true">/</span>
<span>AI Workflow</span>
</aside>
</header>
<section id="status" class="status fade-up">
<h2 class="section-label"><span class="label-accent">01</span> <span data-i18n="statusLabel">当前状态</span></h2>
<div class="status-card">
<span class="status-badge" data-i18n="statusBadge">即将毕业 · 寻找机会</span>
<p class="status-body" data-i18n="statusBody">我即将完成学业,正在寻找能将AI系统工程能力落地的机会。我关注AI工作流、多Agent协作与系统自动化方向,希望加入注重工程质量和系统思维的团队。如果你正在构建需要这些能力的项目,欢迎联系。</p>
</div>
</section>
<main>
<section id="systems" class="systems">
<h2 class="section-label fade-up"><span class="label-accent">02</span> <span data-i18n="systemsLabel">Systems</span></h2>
<div class="showroom fade-up" aria-live="polite">
<button class="showroom-preview prev" type="button" data-gallery="prev" aria-label="Previous project">
<span class="preview-kicker" data-i18n="prevLabel">Previous</span>
<strong data-project-prev-title>Multica Workflow</strong>
<span data-project-prev-summary>Multi-agent project governance.</span>
</button>
<article class="showroom-stage">
<div class="stage-topline">
<span data-project-index>01 / 03</span>
<span data-project-status>Live system</span>
</div>
<h3 data-project-title>TelecomOps Agent</h3>
<p class="stage-tagline" data-project-tagline>Network operations intelligence for telecom scenarios.</p>
<dl class="stage-flow">
<div>
<dt data-i18n="inputLabel">Input</dt>
<dd data-project-input>Network operations queries, alarms & real-time telemetry streams</dd>
</div>
<div>
<dt data-i18n="systemLabel">System</dt>
<dd data-project-system>Reasoning workflow for telecom diagnostics and operations</dd>
</div>
<div>
<dt data-i18n="outputLabel">Output</dt>
<dd data-project-output>Fault judgement, remediation suggestions & executable paths</dd>
</div>
</dl>
<div class="stage-links" data-project-links></div>
<button class="detail-toggle" type="button" data-detail-toggle aria-expanded="false">
<span data-i18n="detailToggle">展开详情</span>
<span class="toggle-icon" aria-hidden="true">+</span>
</button>
<div class="detail-panel" data-detail-panel hidden>
<dl>
<div>
<dt data-i18n="detailMotivation">Motivation</dt>
<dd data-project-motivation></dd>
</div>
<div>
<dt data-i18n="detailDesign">Design Decisions</dt>
<dd data-project-design></dd>
</div>
<div>
<dt data-i18n="detailNext">Next Steps</dt>
<dd data-project-next></dd>
</div>
<div>
<dt data-i18n="detailLearning">Experience</dt>
<dd data-project-learning></dd>
</div>
<div>
<dt data-i18n="detailEvidence">Evidence</dt>
<dd data-project-evidence></dd>
</div>
</dl>
</div>
</article>
<button class="showroom-preview next" type="button" data-gallery="next" aria-label="Next project">
<span class="preview-kicker" data-i18n="nextLabel">Next</span>
<strong data-project-next-title>ResumeFit Agent</strong>
<span data-project-next-summary>Material-to-opportunity matching system.</span>
</button>
<div class="showroom-controls" role="tablist" aria-label="Project gallery controls" data-gallery-dots></div>
</div>
</section>
<section id="labnotes" class="labnotes fade-up">
<h2 class="section-label"><span class="label-accent">03</span> <span data-i18n="labnotesLabel">Lab Notes</span></h2>
<div class="labnotes-grid">
<article class="labnote-card">
<span class="labnote-index">01</span>
<h3 data-i18n="labnoteOneTitle">Agent Contract 模式</h3>
<p data-i18n="labnoteOneText">探索将模糊需求转化为可执行Agent合同的工作流模式:先定义输入、输出、边界和不可触碰区域,再让Agent在合同范围内自主推进。</p>
</article>
<article class="labnote-card">
<span class="labnote-index">02</span>
<h3 data-i18n="labnoteTwoTitle">多Agent编排</h3>
<p data-i18n="labnoteTwoText">研究多Agent协作中的上下文预算、并发控制与证据收束策略,让多个Agent在各自车道内高效协作而不互相干扰。</p>
</article>
<article class="labnote-card">
<span class="labnote-index">03</span>
<h3 data-i18n="labnoteThreeTitle">Workflow-as-Product</h3>
<p data-i18n="labnoteThreeText">把工作流本身当作产品迭代:从一次性脚本到可复用系统,每个工作流都留下可审计的验证记录和交接文档。</p>
</article>
</div>
</section>
<section id="method" class="method fade-up">
<h2 class="section-label"><span class="label-accent">04</span> <span data-i18n="methodLabel">How I Build</span></h2>
<div class="method-hero">
<p class="method-classic" data-i18n="methodClassic">人定其向,智达其境。</p>
<p class="method-statement" data-i18n="methodStatement">人定义方向,智能完成抵达。</p>
<p class="method-note" data-i18n="methodNote">我更关注系统如何把人的意图变成可执行的过程:定义方向,拆解路径,让智能完成中间的距离。</p>
</div>
<div class="method-grid">
<article class="method-card">
<span>01</span>
<h3 data-i18n="methodCardOneTitle">把想法压成接口</h3>
<p data-i18n="methodCardOneText">先定义输入、输出、边界和不可触碰区域,让模糊想法变成可以执行的系统合同。</p>
</article>
<article class="method-card">
<span>02</span>
<h3 data-i18n="methodCardTwoTitle">让 Agent 分工前进</h3>
<p data-i18n="methodCardTwoText">把创意、实现、审查、验证拆给不同角色,每个角色只拿到必要上下文和明确验收标准。</p>
</article>
<article class="method-card">
<span>03</span>
<h3 data-i18n="methodCardThreeTitle">用证据收束结果</h3>
<p data-i18n="methodCardThreeText">每次交付都要留下链接、截图、命令输出或检查记录,而不是只说“已经完成”。</p>
</article>
</div>
<div class="workflow-map" aria-label="Workflow sequence">
<article class="workflow-node">
<span>01</span>
<h3 data-i18n="railOne">Direction</h3>
<p data-i18n="railOneText">Define the human intent and the visible destination.</p>
</article>
<article class="workflow-node">
<span>02</span>
<h3 data-i18n="railTwo">Contract</h3>
<p data-i18n="railTwoText">Turn fuzzy work into inputs, outputs, constraints, and acceptance.</p>
</article>
<article class="workflow-node">
<span>03</span>
<h3 data-i18n="railThree">Delegation</h3>
<p data-i18n="railThreeText">Send bounded work to the right agent lane with compact context.</p>
</article>
<article class="workflow-node">
<span>04</span>
<h3 data-i18n="railFour">Verification</h3>
<p data-i18n="railFourText">Check links, browser behavior, command output, and boundaries.</p>
</article>
<article class="workflow-node">
<span>05</span>
<h3 data-i18n="railFive">Artifact</h3>
<p data-i18n="railFiveText">Ship the result as a reusable page, note, report, or workflow pattern.</p>
</article>
</div>
<ul class="keywords">
<li>Agent-First</li>
<li>Workflow-as-Product</li>
<li>Systems over Scripts</li>
</ul>
</section>
<section id="tools" class="tools fade-up">
<h2 class="section-label"><span class="label-accent">05</span> <span data-i18n="toolsLabel">Tools</span></h2>
<div class="tool-groups">
<article class="tool-group">
<h3 data-i18n="toolsAgentLabel">Agent workflow</h3>
<ul>
<li>Multica</li>
<li>Codex</li>
<li>ContextPacket</li>
<li>Multi-agent review</li>
</ul>
</article>
<article class="tool-group">
<h3 data-i18n="toolsBuildLabel">Build surface</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>GitHub Pages</li>
</ul>
</article>
<article class="tool-group">
<h3 data-i18n="toolsProjectLabel">Project stack</h3>
<ul>
<li>Python</li>
<li>Streamlit</li>
<li>GitHub</li>
<li>PowerShell</li>
</ul>
</article>
</div>
</section>
</main>
<footer id="connect" class="connect fade-up">
<h2 class="section-label"><span class="label-accent">06</span> <span data-i18n="connectLabel">Connect</span></h2>
<nav class="connect-links">
<a href="https://github.com/wksudud" target="_blank" rel="noopener">github.com/wksudud</a>
<span class="dot" aria-hidden="true">·</span>
<a href="mailto:3141942330@qq.com">3141942330@qq.com</a>
</nav>
<p class="signature" data-i18n="signature">Built by myself, with my own systems.</p>
</footer>
<script src="script.js"></script>
</body>
</html>