<?xml version='1.0' encoding='utf-8'?>
<rss version="2.0"><channel><title>Henry Kobutra’s Notes</title><link>https://www.kobutra.com/notes/</link><description>On building systems, running the work, and using AI in practice.</description><language>en-us</language><item><title>How to check an agent's work before accepting it</title><link>https://www.kobutra.com/notes/check-an-agents-work/</link><description>A small regression test, an acceptance record and a review routine for separating finished code from a convincing completion report.</description><guid>https://www.kobutra.com/notes/check-an-agents-work/</guid></item><item><title>A small patch can fix the wrong place</title><link>https://www.kobutra.com/notes/review-the-change/</link><description>Follow a bug through two callers, reject a partial fix, and test the correction where the behavior belongs.</description><guid>https://www.kobutra.com/notes/review-the-change/</guid></item><item><title>Give coding agents the same project context</title><link>https://www.kobutra.com/notes/shared-project-context/</link><description>Keep one small project entry point, connect each client explicitly, and check the files and facts a fresh session retrieves.</description><guid>https://www.kobutra.com/notes/shared-project-context/</guid></item><item><title>Before I automate it</title><link>https://www.kobutra.com/notes/before-automating/</link><description>A worked example and a copyable worksheet for deciding whether a recurring task needs a script at all.</description><guid>https://www.kobutra.com/notes/before-automating/</guid></item><item><title>Before you add another dependency</title><link>https://www.kobutra.com/notes/audit-your-stack/</link><description>Check whether the project already solves the problem, using a read-only inventory and one concrete acceptance test.</description><guid>https://www.kobutra.com/notes/audit-your-stack/</guid></item><item><title>Write down what a rule is protecting</title><link>https://www.kobutra.com/notes/what-a-rule-is-protecting/</link><description>A practical way to review a team rule before enforcing it, making an exception, or getting rid of it.</description><guid>https://www.kobutra.com/notes/what-a-rule-is-protecting/</guid></item><item><title>You're absolutely right. What changed?</title><link>https://www.kobutra.com/notes/youre-absolutely-right/</link><description>A paired-prompt exercise for telling a useful correction from an answer that merely follows your confidence.</description><guid>https://www.kobutra.com/notes/youre-absolutely-right/</guid></item><item><title>I love Linear. Why did I build Hydrant?</title><link>https://www.kobutra.com/notes/why-i-built-hydrant/</link><description>Building another issue tracker doesn't require pretending the one I like is broken. It does require being honest about which decisions I want to own.</description><guid>https://www.kobutra.com/notes/why-i-built-hydrant/</guid></item><item><title>An assistant's memory needs a source</title><link>https://www.kobutra.com/notes/memory-needs-sources/</link><description>Audit one remembered claim by tracing its source, separating inference from evidence, and checking what is still true before correcting it.</description><guid>https://www.kobutra.com/notes/memory-needs-sources/</guid></item><item><title>Teach the procedure, not the whole conversation</title><link>https://www.kobutra.com/notes/teach-a-procedure-not-a-biography/</link><description>Turn a repeated support-writing task into a small Hermes skill, with explicit inputs, stopping rules and human checks for reuse.</description><guid>https://www.kobutra.com/notes/teach-a-procedure-not-a-biography/</guid></item><item><title>A timeout doesn't mean nothing happened</title><link>https://www.kobutra.com/notes/a-timeout-is-not-a-failure/</link><description>Run a small retry experiment that separates a lost reply, a duplicate command and an edit based on an old version.</description><guid>https://www.kobutra.com/notes/a-timeout-is-not-a-failure/</guid></item><item><title>Read-only should be a permission, not a prompt</title><link>https://www.kobutra.com/notes/read-only-is-a-permission/</link><description>Test an integration's authority directly: a read-only connection should fail to write even when the caller asks it to.</description><guid>https://www.kobutra.com/notes/read-only-is-a-permission/</guid></item></channel></rss>