Rendered at 21:16:53 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
mybbor 2 hours ago [-]
I think one of my favorite workflow hacks is to instruct the various harnesses to use the same format for writing handoffs, instructions, and context for me and for the next agent.
Instead of a Claude.md file, I have all my agents look for and use a generic, agents.md, file and a create/update a humans.md file throughout projects. Regardless of whether I'm using the CLI or a harness app, I almost always create a new folder for new projects, and I'll use subfolders for subprojects.
The humans.md file is for me so I can look at it and remember which harness I was using last. If this was a Claude project, a Codex project, or an OpenClaw project, etc. It also includes some human-readable details to bring me up to speed with the project context. I found this makes it a lot easier to switch models mid-project.
dakiol 1 hours ago [-]
Cancellation of the subscription.
Now I am happier. Worked great!
danschuller 14 hours ago [-]
A few things that have worked well for me:
- Like normal software engineering - building small parts in isolation, verifying they work and then bringing them together to make the whole.
- Asking Claude to do things using sub-agents to keep the parent context clean. i.e. reviewing plans, research, code reviews
- If there's ever something you can have verification on - a test suite, a screenshot with pixel reading, a certain output to match. Then with `/goal` it tends to work very well with little guidance (in my experience)
- If it keeps getting things wrong, then I make it write a skill. i.e. for some reason it always had errors running playwright but would get there in the end, and it would always have trouble with auth on my NAS but with the skill it can follow the path that's worked for it in the past and not burn tokens
Fotis-Karmpas 11 hours ago [-]
I do the same i would add sometimes when it gets stuck and gets things wrong i go to chatgpt to figure out the issues then go back to claude and it agrees and self correct. i have used claude to help me launch my project [https://thrivez.io].
Schiendelman 8 hours ago [-]
I've been finding that I don't even have to ask Claude to make subagents anymore. It does it by itself most of the time in Opus 4.8.
akashwadhwani35 7 hours ago [-]
That's true
spgorbatiuk 9 hours ago [-]
I don't know if it's just my perception, but I think the "channels" feature is massively underestimated. I get that it's basically their response to openclaw, and people kind of had enough of that stuff, but having my agent in my favourite messenger is a game-changer for me.
It's different for me from just app chat, because I have some specific custom workflows and tools I gave to the agent, and, yes, all of the nice stuff mentioned in other comments
Schiendelman 8 hours ago [-]
when you're doing that, do you have to use claude's cloud code system? Or can you link to a local repository?
AM_TM 1 hours ago [-]
I use chaptgpt to give me the claude prompts so they cover everything I need and it works so well!
bnova 8 hours ago [-]
When you run into a bug/problem, asking it to find the source instead of asking it to fix it
Instead of a Claude.md file, I have all my agents look for and use a generic, agents.md, file and a create/update a humans.md file throughout projects. Regardless of whether I'm using the CLI or a harness app, I almost always create a new folder for new projects, and I'll use subfolders for subprojects.
The humans.md file is for me so I can look at it and remember which harness I was using last. If this was a Claude project, a Codex project, or an OpenClaw project, etc. It also includes some human-readable details to bring me up to speed with the project context. I found this makes it a lot easier to switch models mid-project.
Now I am happier. Worked great!
It's different for me from just app chat, because I have some specific custom workflows and tools I gave to the agent, and, yes, all of the nice stuff mentioned in other comments