Analyzing why OpenClaw democratized Agentic AI through chat interfaces, its trade-offs in memory and security, and how to build a better system using OpenCode with file-based memory.
从过程确定性到结果确定性:AI 时代的另一种安全感
用Claude Code替代API调用做翻译任务:利用agentic loop实现自我纠错,用evaluation-first定义验收标准,从过程确定性转向结果确定性获得新的安全感。
From Process Certainty to Outcome Certainty: A Different Kind of Confidence in the Age of AI
Why handing translation to Claude Code works better than calling APIs directly - leveraging the agentic loop, evaluation-first mindset, and the ecosystem's runtime layer to achieve outcome certainty over process certainty.
怎么让AI不偷懒:为Codex构建系统性的Wide Research能力
AI"偷懒"的本质是LLM输出长度限制导致的注意力分散。Wide Research通过多轻量模型并行处理子任务、主LLM汇总的方式解决,分享为Codex构建该能力的设计思路。
How to Stop AI from Slacking Off: Building Systematic Wide Research Capabilities for Codex
Why AI slacks off on large tasks: LLM output length limitations cause attention drift. Wide Research solves this by parallelizing with lightweight models, then aggregating results with a primary LLM.