# 知识中心

关于我构建、写作或交易过的系统的笔记 — 按领域分类。资历与已发行作品见首页；这里是思考所在。

URL: https://dylanengelbrecht.dev/zh/insights.html

## 智能体架构

- [Cursor 入门：自动化整个循环](https://dylanengelbrecht.dev/zh/insights/getting-started-with-cursor.html): Treat Cursor as an automation surface — rules, tests, MCP, and agents run the boring parts so you keep one thread for judgment.
- [面向 AI 编码代理的 AGENTS.md 标准](https://dylanengelbrecht.dev/zh/insights/agents-md-standard.html): One open Markdown file per repo — closest AGENTS.md wins; user prompts override.
- [为 AI 代理组织知识](https://dylanengelbrecht.dev/zh/insights/organizing-knowledge-for-ai-agents.html): Pair a public site with a private brain — progressive disclosure, lifespans, verification metadata.
- [用 search 与 execute 构建 MCP 服务器](https://dylanengelbrecht.dev/zh/insights/mcp-search-execute-codemode.html): Two MCP tools — search and execute — beat hundreds of per-operation tool definitions.
- [强化学习提升代理模型中的工具调用能力](https://dylanengelbrecht.dev/zh/insights/rl-tool-calling-composer.html): RL specializes models for the tool loop — Composer is the public case study.
- [Keep the thread: why plan–critique–build pipelines fail modern coding agents](https://dylanengelbrecht.dev/zh/insights/single-agent-coding-loops.html): One agent, one thread, small units — verify with tests, not lossy handoffs.

## 工程与游戏

- [实时 VR 中的可扩展会话系统](https://dylanengelbrecht.dev/zh/insights/scalable-session-systems-vr.html): Session architecture is where cross-platform VR becomes a reliable live service.
- [为何语言模型先扩展规模——机器人基础模型很可能紧跟其后](https://dylanengelbrecht.dev/zh/insights/transformers-robotics-foundation-models.html): LLMs won on static data; GPU sim throughput is closing the gap for robot foundation models.

## 技术写作

- [为何选择 Mirror 做 Unity 多人联机](https://dylanengelbrecht.dev/zh/insights/mirror-multiplayer-unity.html): Mirror is a pragmatic default when Unity teams need a complete networking architecture.
- [渐进式披露式学习：地图，而非死记硬背](https://dylanengelbrecht.dev/zh/insights/progressive-disclosure-learning-with-agents.html): Orchestrate agents across a navigable map — learn foundations deeply, index everything else, verify with the environment.

## 市场与投资

- [藤壶策略](https://dylanengelbrecht.dev/zh/insights/barnacle-strategy.html): Attach to durable capital flows; stay patient, indigestible, and leverage-free.

## 媒体与演讲

- [独立游戏展映作为工艺证明](https://dylanengelbrecht.dev/zh/insights/rage-indie-showcases.html): Public demos are compressed systems tests — not marketing afterthoughts.
