#rules

24 posts tagged #rules.

Build the Glossary the Agent Wrote

Build the Glossary the Agent Wrote

Vague prompting isn't a skill gap you fix with longer prompts. It's a missing shared vocabulary - and the fix is a committed glossary, not a personal habit.

Cache the Explore

Cache the Explore

The codebase is your strongest steering signal - stronger than your prompt or your rules. Pay the exploration cost once, freeze it, and feed it to every run.

Destination and Journey

Destination and Journey

Hand the agent two committed documents - a requirements doc that fixes the destination, a phased plan that fixes the journey - and a big feature still ships.

Inject the Reminder When the Agent Forgets

Inject the Reminder When the Agent Forgets

Your rules file is necessary but not sufficient. Persistent context degrades as the window fills - move the ignored rule into a hook that fires when it matters.

The Loop That Re-Reads Its Diary

The Loop That Re-Reads Its Diary

An autonomous agent isn't a bigger context window. It's a tiny window run many times, where the git log - not chat history - carries decisions between passes.

The Relay, Not the Window

The Relay, Not the Window

A million-token window won't fix a long build. Externalize state to a plan file and relay across fresh sessions - quality dies long before the window fills.