HackerTrans
トップ新着トレンドコメント過去質問紹介求人

doshay

no profile record

投稿

[untitled]

1 ポイント·投稿者 doshay·先月·0 コメント

[untitled]

1 ポイント·投稿者 doshay·先月·0 コメント

[untitled]

1 ポイント·投稿者 doshay·先月·0 コメント

[untitled]

1 ポイント·投稿者 doshay·先月·0 コメント

[untitled]

1 ポイント·投稿者 doshay·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 doshay·2 か月前·0 コメント

Show HN: Git for AI Agents

github.com
129 ポイント·投稿者 doshay·2 か月前·67 コメント

Show HN: Git for AI Agents

github.com
5 ポイント·投稿者 doshay·2 か月前·0 コメント

Make your software arch context-ready

shaylivni.com
3 ポイント·投稿者 doshay·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 doshay·6 か月前·0 コメント

コメント

doshay
·先月·議論
proof you can do amazing things with only html (and some <script> tags :)
doshay
·先月·議論
[dead]
doshay
·先月·議論
Nice direction !

Just curious, how can Deliberate exactly identify the options the agent faced? and what do you consider an "option"? sometimes it can be vauge (say the agent decided to explore this way and not that way, would that be considered an option?)

anyway, i like seeing tools like that! good luck
doshay
·2 か月前·議論
seems like the link is not attached :X
doshay
·2 か月前·議論
it means using coding agents (cc) is allowed? anyway, nice idea. will give it a try
doshay
·2 か月前·議論
cool approach, i havent used jj actually in my workflow, ill try to adopt
doshay
·2 か月前·議論
sure, fair question i think the main difference is that entire are built on top of git == you would have to commit in order to track something...
doshay
·2 か月前·議論
i think you misunderstood the concept, actually . it's not built to replace git, rather to sit on top of it.
doshay
·2 か月前·議論
https://github.com/regent-vcs/re_gent
doshay
·2 か月前·議論
that's exactly what i tried in the first place, but i think it would be misuse of git protocol, git is built for files - the blobs/ tree calc & mechanism , for large contexts and linear thinking flow it's differnt, but honestly - i think you can get to a very good solution with pure git..
doshay
·2 か月前·議論
at the moment only Claude Code, i'm planning to add support for the other big 3, but at the moment it's just me ... hopefully in the near future :)
doshay
·2 か月前·議論
thanks! will do
doshay
·2 か月前·議論
cool!

actually not at the moment - would be nice to add it. i think the core of re_gent allows it very naturally, feel free to push it if want :)
doshay
·2 か月前·議論
exactly, imo - the llm should touch git only after explicit approval or after specific set of guardrails. this one of the reasons i built it actually, i think the agent workflow should be decoupled from git, until saving the code
doshay
·2 か月前·議論
super nice, indeed similar approach
doshay
·2 か月前·議論
but then you would have to commit each tool and action of the agents, which is polluting the git history and also huge overhead (at least imo)
doshay
·2 か月前·議論
absolutely right, i got this feedback from many people actually ...
doshay
·2 か月前·議論
- hopefully after a /compact. - what happens if want to undo, and then redo? i found the /rewind functionality in claude very lean in that matter.
doshay
·2 か月前·議論
tnx for the honest feedback! really, appreciate it! would you mine sharing more details about your workflow with jj?