Lie to Your Agent (It'll Write Better Code)
“Write tests for this function” produces mediocre tests. “This function has a bug — find it” produces tests that actually catch things. Same agent. Same code. Different framing. Wildly different r...
“Write tests for this function” produces mediocre tests. “This function has a bug — find it” produces tests that actually catch things. Same agent. Same code. Different framing. Wildly different r...
I used to run OpenClaw as my personal assistant. It read my iMessages and extracted tasks into Things 3. It checked Gmail hourly and appended summaries to my Obsidian daily notes. It sent me a morn...
I don’t know Swift. I’ve never opened Xcode with the intent to ship something. Last week I had a web app, Pi Dashboard, a browser-based UI for the pi coding agent. By Friday I had a native iOS app ...
Your AI coding agent is stateless. Every session starts from zero. It doesn’t know you prefer conventional commits. It doesn’t remember that --force-push broke prod last Tuesday. It doesn’t know yo...
Every AI coding agent has rules: “never force push,” “use conventional commits,” “don’t run dev servers that block the agent.” Most people put these in the system prompt. This works most of the ti...