I haven't tried fable in this role yet but overall I've found most models to have a preferred way of doing orchestration tasks and in general do not consistently follow instructions that tell them to work in a certain way. Especially trying to tell them to do tool use with verbal restrictions just never worked for more than a few turns. Much more effective to blacklist certain commands/patterns with a reminder hook s…
Claude Code(Fable) refused my slow down instruction
11–18 of 18 posts
Re: Claude Code(Fable) refused my slow down instruction
#12Re: Claude Code(Fable) refused my slow down instruction
#13Claude code doesn't expose the model to the usage of sleep or timing commands. For instance it cannot set up loops on its own (and only in rare cases can stop them). To prevent cache timeout you can do: /loop 55m continue if any open task remains
Idk, mine does? Or maybe it made a tool to enable it? ( it’s always building tools in python) But I can definitely tell it to tail the logs every 15 minutes and check for things, all night.
Re: Claude Code(Fable) refused my slow down instruction
#14Re: Claude Code(Fable) refused my slow down instruction
#15Re: Claude Code(Fable) refused my slow down instruction
#16We really need a /pause or similar. I know I'll lose my cache benefits but sometimes you realize a task is going to burn too much, too fast and it's not the highest priority. You still want to do it, just not right now.
Re: Claude Code(Fable) refused my slow down instruction
#17We really need a /pause or similar. I know I'll lose my cache benefits but sometimes you realize a task is going to burn too much, too fast and it's not the highest priority. You still want to do it, just not right now.
Isn't that what the escape key is?