HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ErezShahaf

no profile record

Submissions

[untitled]

1 points·by ErezShahaf·3 mesi fa·0 comments

[untitled]

1 points·by ErezShahaf·4 mesi fa·0 comments

Show HN: Lore – Local AI thought capture and recall that runs on your machine

github.com
3 points·by ErezShahaf·4 mesi fa·0 comments

How do I get startups to use my open-code project?

5 points·by ErezShahaf·4 mesi fa·15 comments

I built an agent that reads Jira tickets and opens pull requests automatically

github.com
2 points·by ErezShahaf·5 mesi fa·5 comments

comments

ErezShahaf
·4 mesi fa·discuss
I think that he said that because you used "-" in your answer :)
ErezShahaf
·4 mesi fa·discuss
Yeah, I definitely miss the marketing skill in "B2B" products.. thanks
ErezShahaf
·4 mesi fa·discuss
I was a little bit reluctant to do it because it is a free product, but maybe it will even feel more authentic.. I'll consider that :)
ErezShahaf
·4 mesi fa·discuss
So you would have preferred if this was managed actively? But then how would that be better than providing MCPs to cursor? I use mcps which can access all the comments in the company I work at including the PRDs, logs, databases, etc.

The idea of my project is that it is all done asynchronously, is that what you mean? You want it to happen outside of your personal computer?
ErezShahaf
·4 mesi fa·discuss
Thanks! I wonder if it's easier to get people to use "B2C" opensource projects..
ErezShahaf
·5 mesi fa·discuss
Good question. Atlassian MCP provides access to Jira. Anabranch focuses on orchestration, deciding when to act, estimating complexity, and attempting to automatically open PRs for low-complexity tickets.

The goal isn’t to replace existing agent setups, but to explore whether the “boring majority” of tickets can be automated without manually going into the IDE, prompting, waiting for a result, opening a PR, waiting for a review of a second team-member. It is asynchronous by nature, and you just need to review it. I would argue that at some points agent would be so good that you would trust it to auto merge the result as well.

It’s still experimental, and part of the project is validating how reliable this approach can be in practice.

Re: README tone agreed. It was auto-generated. I’ll update it to be more neutral.
ErezShahaf
·5 mesi fa·discuss
Lately I’ve noticed coding agents getting significantly better especially at handling well-scoped, predictable tasks.

It made me wonder:

For a lot of Jira tickets especially small bug fixes or straightforward changes most senior developers would end up writing roughly the same implementation anyway.

So I started experimenting with this idea:

When a new Jira ticket opens:

-It runs a coding agents (Claude/cursor)

-The agent evaluates the complexity. If it’s below a configurable confidence it generates the implementation.

-It opens a GitHub PR automatically.

From there, you review it like any normal PR.

If you request changes in GitHub, the agent responds and updates the branch automatically.

So instead of “coding with an agent in your IDE”, it’s more like coding with an async teammate that handles predictable tasks.

You can configure:

-The confidence threshold required before it acts.

-The size/complexity of tasks it’s allowed to attempt.

-Whether it should only handle “safe” tickets or also try harder ones.

It already works end-to-end (Jira → implementation → PR → review loop).

Still experimental and definitely not production-polished yet.

I’d really appreciate feedback from engineers who are curious about autonomous workflows:

-Does this feel useful?

-What would make you trust something like this?

-Is there a self made solution for the same thing already created at your workplace?

GitHub link here: https://github.com/ErezShahaf/Anabranch

Would love to keep improving it based on real developer feedback.