<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Zhang Lu</title><description>Building a few AI products that turn complex judgment into traceable pipelines: mbabrand (a jury of agents scoring brands), bossagent (a decision agent for leaders), and oaf.world (an AI investment-research workbench). I keep 30-some Claude Skills on my machine, and post notes on my WeChat account “Zhang Lu&apos;s Murmurs.”</description><link>https://zhanglu.net/</link><item><title>Localisation isn&apos;t translation: shipping a Chinese build of an agent runtime</title><link>https://zhanglu.net/en/posts/openworker-zh</link><guid isPermaLink="true">https://zhanglu.net/en/posts/openworker-zh</guid><description>The hard part wasn&apos;t the strings — before 0.1.7 one auto-update turned it back into English. Plus two designs worth stealing from OpenWorker&apos;s source: concurrent reads with sequential writes, and four permission levels.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><category>agent</category><category>localisation</category><category>source analysis</category><category>desktop</category></item><item><title>A list of free models is the wrong abstraction</title><link>https://zhanglu.net/en/posts/free-model-port</link><guid isPermaLink="true">https://zhanglu.net/en/posts/free-model-port</guid><description>A list records claims, not evidence. FreeModel Port splits candidates from runnable models, with one real request drawing the line — plus why a unified router is inherently a high-privilege centre.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><category>LLM</category><category>architecture</category><category>local-first</category><category>trade-offs</category></item><item><title>Free LLMs should not depend on luck</title><link>https://oaf.asia/stories/free-model-port/</link><guid isPermaLink="true">https://oaf.asia/stories/free-model-port/</guid><description>A feature story on FreeModel Port: continuously discovering free LLMs, verifying them with real requests, and connecting them safely to Codex and AI CLIs through a local endpoint.</description><pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate><category>LLM</category><category>AI CLI</category><category>free models</category><category>local-first</category></item><item><title>Making the people who do not present well visible</title><link>https://zhanglu.net/en/posts/ai-interview</link><guid isPermaLink="true">https://zhanglu.net/en/posts/ai-interview</guid><description>Achievement reviews fail two ways: the smooth talker wins, and plans get counted as results. This method removes both with a 1–2 minute voice interview, adaptive follow-ups and one scoring ruler.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>AI review</category><category>voice</category><category>achievement scoring</category><category>method</category></item><item><title>The opportunities are not hard to find — they are scattered and time-boxed</title><link>https://zhanglu.net/en/posts/brain-radar</link><guid isPermaLink="true">https://zhanglu.net/en/posts/brain-radar</guid><description>A brain-science × AI opportunity radar for the class of 2027. The scarce thing is not a list of opportunities but the ordering — what you have to do first for the next thing to be possible.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>brain science</category><category>job hunting</category><category>aggregation</category><category>radar</category></item><item><title>A spreadsheet that has been running for years is a legacy codebase with no docs</title><link>https://zhanglu.net/en/posts/excel-ai-analyst</link><guid isPermaLink="true">https://zhanglu.net/en/posts/excel-ai-analyst</guid><description>The first obstacle to putting a manual Excel process on AI rails is not compute, it is trust — you will not upload your real cost sheet to a website. So step 0 is pure front-end and works offline.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>Excel</category><category>reverse engineering</category><category>in-browser</category><category>data safety</category></item><item><title>Requirements in, software out — putting a software line on the homepage</title><link>https://zhanglu.net/en/posts/siliconforge</link><guid isPermaLink="true">https://zhanglu.net/en/posts/siliconforge</guid><description>Most &quot;AI writes your code&quot; products assume the user is a developer. SiliconForge drops the entry cost to nine multiple-choice questions, and pays for it by splitting &quot;the AI says it is done&quot; from &quot;the tests actually ran&quot;.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>AI-native</category><category>software factory</category><category>Cloudflare</category><category>PRD</category></item><item><title>Weekly · 2026-W29 (07-13 → 07-19)</title><link>https://zhanglu.net/en/weekly/2026-w29</link><guid isPermaLink="true">https://zhanglu.net/en/weekly/2026-w29</guid><description>Three decision-agent products each shipped a major release (MBA v0.6 / Boss v1.18 / OAF v0.43), and the personal site established its main narrative, &quot;designed for the AI-native organization.&quot; A redacted, public weekly.</description><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><category>weekly</category><category>agent</category><category>decision</category></item><item><title>What kind of decision agents does an AI-native organization&apos;s C-suite need</title><link>https://zhanglu.net/en/posts/c-suite-design</link><guid isPermaLink="true">https://zhanglu.net/en/posts/c-suite-design</guid><description>Boss / MBA Brand / OAF look unrelated, but they share one skeleton: research → deliberate → score → attribute. Here&apos;s that skeleton, and why an AI-native organization&apos;s C-suite needs it.</description><pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate><category>c-suite</category><category>agent</category><category>decision</category><category>claude</category></item><item><title>Origin · Putting Qcc inside an AI Agent</title><link>https://qcc-agent.pages.dev/article</link><guid isPermaLink="true">https://qcc-agent.pages.dev/article</guid><description>Wrapped Qcc&apos;s 146 APIs into 6 MCP servers plus 8 due-diligence Skills, so the Agent can call them directly without handling signing, pagination, or field semantics itself.</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate><category>mcp</category><category>agent</category><category>qcc</category><category>claude</category></item><item><title>Wrote a CLI for agents: one npx zhanglu-net instead of scraping HTML</title><link>https://zhanglu.net/en/posts/agent-cli</link><guid isPermaLink="true">https://zhanglu.net/en/posts/agent-cli</guid><description>Added 9 JSON endpoints plus a zero-dependency CLI to zhanglu.net, so an agent can just run npx zhanglu-net list skills. No MCP, no SDK, shipped in 1.5 hours.</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate><category>skill</category><category>agent</category><category>claude</category><category>infra</category></item><item><title>56 roadshow projects, one person, one night: how I ran an investment-grade DD with Skill + 7 parallel AIs</title><link>https://qiji-roadshow-2026.pages.dev/story</link><guid isPermaLink="true">https://qiji-roadshow-2026.pages.dev/story</guid><description>Used /demo-day-dossier plus 7 parallel research agents to turn all 56 projects from the MiraclePlus 2026 roadshow into a publishable, investment-grade DD overview page in one night.</description><pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate><category>skill</category><category>claude</category></item><item><title>[Project] AI Achievement Interview</title><link>https://zhanglu.net/en/projects/ai-interview</link><guid isPermaLink="true">https://zhanglu.net/en/projects/ai-interview</guid><description>Turn one short conversation into a story your work can tell</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] FreeModel Port</title><link>https://zhanglu.net/en/projects/free-model-port</link><guid isPermaLink="true">https://zhanglu.net/en/projects/free-model-port</guid><description>A discovery, live-verification, and local access layer for free LLMs worldwide, built to connect Codex and other AI CLIs safely</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] Second Brain</title><link>https://zhanglu.net/en/projects/aip</link><guid isPermaLink="true">https://zhanglu.net/en/projects/aip</guid><description>A compounding personal Wiki knowledge base continuously written and maintained by an LLM—knowledge is compiled once, then kept fresh forever (a Wiki is not RAG)</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] Boss</title><link>https://zhanglu.net/en/projects/boss</link><guid isPermaLink="true">https://zhanglu.net/en/projects/boss</guid><description>A strategic OS for the CEO—hand your important judgments to a multi-juror deliberation that is citable, scorable, and falsifiable, with 30/90/365-day attribution checks</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] BRAIN / 27 Opportunity Radar</title><link>https://zhanglu.net/en/projects/brain-radar</link><guid isPermaLink="true">https://zhanglu.net/en/projects/brain-radar</guid><description>From experimental psychology toward brain science × AI</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] OAF</title><link>https://zhanglu.net/en/projects/oaf</link><guid isPermaLink="true">https://zhanglu.net/en/projects/oaf</guid><description>A satellite-internet decision agent + an AI investment-research workbench for the US / A-share / HK markets—numbers come from tools, narrative from the model, gaps left blank not fabricated</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] excel-ai-analyst</title><link>https://zhanglu.net/en/projects/excel-ai-analyst</link><guid isPermaLink="true">https://zhanglu.net/en/projects/excel-ai-analyst</guid><description>Upload a spreadsheet, see through its structure first</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] QCC Agent</title><link>https://zhanglu.net/en/projects/qcc-agent</link><guid isPermaLink="true">https://zhanglu.net/en/projects/qcc-agent</guid><description>Drop Qichacha into any AI agent</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] OpenWorker, Chinese edition</title><link>https://zhanglu.net/en/projects/openworker-zh</link><guid isPermaLink="true">https://zhanglu.net/en/projects/openworker-zh</guid><description>Hand the AI the outcome, not just the answer</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] MBA Brand</title><link>https://zhanglu.net/en/projects/mbabrand</link><guid isPermaLink="true">https://zhanglu.net/en/projects/mbabrand</guid><description>Turn brand influence into a monitorable / scorable / reviewable intelligent asset—43-juror deliberation with sentiment-driven versioned re-audits</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] Qiji 2026 Roadshow Panorama</title><link>https://zhanglu.net/en/projects/qiji-roadshow-2026</link><guid isPermaLink="true">https://zhanglu.net/en/projects/qiji-roadshow-2026</guid><description>56 roadshow projects, from on-site photos to a publishable DD panorama page, all through one pipeline</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] AI Vision Forum · Shanghai Recap</title><link>https://zhanglu.net/en/projects/shanghai</link><guid isPermaLink="true">https://zhanglu.net/en/projects/shanghai</guid><description>An unofficial recap site turning the 30 talks from the 2026 AI Vision Forum (Shanghai) into minutes, a knowledge base, and a knowledge graph</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] SiliconForge</title><link>https://zhanglu.net/en/projects/siliconforge</link><guid isPermaLink="true">https://zhanglu.net/en/projects/siliconforge</guid><description>Requirements in, software out</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>[Project] Web Archive · tui3.com</title><link>https://zhanglu.net/en/projects/tui3</link><guid isPermaLink="true">https://zhanglu.net/en/projects/tui3</guid><description>Several Chinese personal websites I was part of between 1999 and 2007, rebuilt in full from server archives into a static site, preserved forever</description><pubDate>Mon, 01 Jan 2007 00:00:00 GMT</pubDate></item></channel></rss>