HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bgnm2000

753 karmajoined hace 17 años
https://scape.work

Submissions

What Claude Code Orchestrator Loops Look Like in Practice

old.reddit.com
2 points·by bgnm2000·hace 5 días·0 comments

[untitled]

1 points·by bgnm2000·hace 5 días·0 comments

Playing with Jupyter style playbooks that work with Claude Code

old.reddit.com
2 points·by bgnm2000·hace 2 meses·0 comments

Show HN: My coworker and I planning with our Claude Codes in the same chat room

old.reddit.com
4 points·by bgnm2000·hace 2 meses·1 comments

[untitled]

1 points·by bgnm2000·hace 3 meses·0 comments

How to Use Git Worktrees with Claude Code

old.reddit.com
1 points·by bgnm2000·hace 3 meses·1 comments

[untitled]

1 points·by bgnm2000·hace 3 meses·0 comments

[untitled]

1 points·by bgnm2000·hace 3 meses·0 comments

If You're Only Running One Claude Code Session, You're Not Going Fast Enough

scape.work
1 points·by bgnm2000·hace 3 meses·2 comments

Senior engineer best practice for scaling yourself with Claude Code

reddit.com
6 points·by bgnm2000·hace 3 meses·2 comments

Show HN: Scape – One-click worktrees and orchestrators for Claude Code

scape.work
5 points·by bgnm2000·hace 4 meses·2 comments

comments

bgnm2000
·hace 2 meses·discuss
Anyone else experimenting with their claude code sessions messaging other claude sessions remotely?
bgnm2000
·hace 3 meses·discuss
Just wanted to share this quick video demonstrating the value of git worktrees with Claude code.

Working on many things in parallel on the surface is very overwhelming.

So we need to start by creating a slow and intentional process for shipping high quality features (i.e. brainstorming documents, planning documents, todos, triage, multi-agent reviews, etc). Create your own, or use plugins like compound engineering/gsd/superpowers.

Compound engineering for example can take many minutes between each prompt as it explores and thinks. It creates great output (given strong input) at the cost of time, like any person would.

Once you have a process you like, it should be the equivalent of you pair coding with a better version of yourself.

Pair coding with one person at a time is not scalable.. I.e. trying to watch the changes and pair code with two people writing different features at the same time would be a nightmare.. and the same can be true with pair coding with a few agents in parallel.

So to leverage worktrees you need to shift your perspective of shipping a single feature, to managing the outcomes of many engineers.

Imagine each worktree is an engineer on your team, assign work the same way (i.e. no two worktrees should be working on exactly the same feature), then simply answer their questions/help them test their changes/provide feedback.

You only review code when the worktree agent has reviewed their own code enough times that they (Claude) are happy with the result and submit a PR. Then you review the code, just like any other person on your team. Ask for changes and back to testing.

AI makes code is cheap, your time is still valuable, so figuring out how to scale yourself is always going to be better than a tool that tries to scale for you.
bgnm2000
·hace 3 meses·discuss
Hey everyone,

Just wanted to share this quick video demonstrating the value of git worktrees with Claude code.

Start by slowing things down. Create a repeatable process for shipping high quality features - using plugins like compound engineering/gsd/superpowers.

Compound engineering for example can take many minutes between each prompt as it explores and thinks etc.. so all of the sudden you have time.

If you are working from a perspective of managing the outcomes of many agents instead of pair coding with one, it can dramatically alter your output.

Imagine each worktree is an engineer on your team, assign work the same way, help them test their changes and provide feedback. Only review code when they have reviewed enough times that they (Claude) are happy with the result and submit a PR. Only then do you review the code, just like any other person on your team. Ask for changes and back to testing.

Code is cheap, your time is valuable.
bgnm2000
·hace 3 meses·discuss
in addition to Compound Engineering, people in the comments in that thread also suggested the following planning tools to use with git worktrees:

- https://github.com/gsd-build/get-shit-done - https://github.com/obra/superpowers - https://github.com/github/spec-kit

I personally haven't used them, but I think any process like these + worktrees is the serious pro-tip/unlock.