Live data from Hacker News

Viewing profile — doshay

doshay

HN member
Joined
Sun, Jun 29, 2025, 5:57 PM UTC
HN karma
37
Public activity
32 items

About doshay

i’m convinced the way we build software is about to change. trying to help make that future real. i’m super curious about everything related to that

web: https://shaylivni.com

gh: https://github.com/shayliv

in: https://www.linkedin.com/in/shay-livni/

x: https://x.com/IvniShay

Recent public activity

  1. comment
    Comment #48385871

    proof you can do amazing things with only html (and some tags :)

  2. story
  3. story
  4. story
  5. comment
  6. comment
    Comment #48353601

    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 decid…

  7. story
  8. comment
    Comment #48265219

    seems like the link is not attached :X

  9. comment
    Comment #48265075

    it means using coding agents (cc) is allowed? anyway, nice idea. will give it a try

  10. story
  11. story
  12. story
  13. comment
    Comment #48075875

    cool approach, i havent used jj actually in my workflow, ill try to adopt

  14. comment
    Comment #48075095

    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...

  15. comment
    Comment #48075033

    i think you misunderstood the concept, actually . it's not built to replace git, rather to sit on top of it.

  16. comment
    Comment #48075023

    https://github.com/regent-vcs/re_gent

  17. comment
    Comment #48075022

    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 l…

  18. comment
    Comment #48075002

    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 :)

  19. comment
    Comment #48074999

    thanks! will do

  20. comment
    Comment #48074995

    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 :)

  21. comment
    Comment #48074986

    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 sh…

  22. comment
    Comment #48074971

    super nice, indeed similar approach

  23. comment
    Comment #48074956

    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)

  24. comment
    Comment #48074933

    absolutely right, i got this feedback from many people actually ...

  25. comment
    Comment #48074928

    - 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.