site banner

The Motte is very very slow

Is it just me or lately The Motte has been getting very slow to load and occasionally timing out?

9
Jump in the discussion.

No email address required.

I don't know what you've tried, but:

  • Claude is probably the best-integrated system out there; use the commandline tool because it's able to go research your codebase on its own.
  • Make it a CLAUDE.md with general architecture. It can make a CLAUDE.md for you with the /init command, but read over it by hand to make sure it's right.
  • Make sure thinking is enabled (hit "tab"). If you're asking it to do a really hard thing, use the "ultrathink" keyword, which will give it more space to think.
  • If you have reference tests to use as a model, point it at those. Telling it something like "read existing tests and use the same general style" can help a lot; if you can be more specific, do so.
  • Ask it to run the tests and fix problems.
  • Expect the occasional mistake. Review its code.