Tags

blog (16) AI (14) github (14) news (14) agent (10) open-source (10) security (8) AI代理 (7) LLM (7) 开发工具 (6) 工程化 (5) AI safety (3) quantization (3) 开源趋势 (3) api (2) architecture (2) distillation attack (2) flink (2) rag (2) regulation (2) safety (2) semiconductor (2) supply-chain (2) 隐私 (2) Agent (1) agent-memory (1) agent-skills (1) agi (1) AI policy (1) AI weekly (1) AI 算力 (1) ai-agent (1) AI周报 (1) Anthropic (1) autonomous driving (1) Claude Code (1) compilers (1) confidence (1) cpp (1) digital humanities (1) hardware (1) industry (1) inference (1) infrastructure (1) Kimi K3 (1) learning (1) llm-inference (1) machine learning (1) mathematics (1) MCP (1) model transparency (1) models (1) npm (1) on-device AI (1) open-weight (1) OpenRouter (1) project (1) Rust (1) speculative decoding (1) Token压缩 (1) trust (1) TypeScript (1) vLLM (1) workflow (1) 上下文压缩 (1) 供应链安全 (1) 大语言模型 (1) 工具链 (1) 开源 (1) 开源工具 (1) 开源替代 (1) 开源模型 (1) 技能库 (1) 技能框架 (1) 本地优先 (1) 本地化 (1) 本地模型 (1) 标准化 (1) 模型层商品化 (1) 编码代理 (1) 自进化 (1) 记忆引擎 (1) 记忆系统 (1)

Tag: agent

为什么 Claude Code 不用 ReAct

拆解 Claude Code 源码后发现,它放弃了 ReAct 的 Thought-Action-Observation 三步循环,改用更简洁的 Tool-Use Loop。这个选择背后是对强模型推理能力的信任,以及 "把应用层做得尽可能简单" 的设计哲学。

流程先于智能

Agent 自动化真正难的不是让模型回答问题,而是让它按流程稳定完成任务。