Remix.run Logo
kjohanson 10 hours ago

Yeah, I start most of my sessions now with “read the diff between this branch and main”. Seems like it grounds and focuses it.

eru 9 hours ago | parent | next [-]

Slight tangent: you want to read the diff between your branch and the merge-base with origin/main. Otherwise you get lots of spurious spam in your diff, if main moved since you branched off.

nextaccountic 8 hours ago | parent | prev [-]

One thing that seems important is to have the agent write down their plan and any useful memory in markdown files, so that further invocations can just read from it