Viewing profile — stefanhoelzl
stefanhoelzl
HN member- Joined
- Sun, Feb 10, 2019, 11:52 AM UTC
- HN karma
- 136
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About stefanhoelzl
No profile information was provided.
Recent public activity
-
comment
Comment #49057122
Working on multiple tasks/projects in parallel. The crux is to know where your attention is needed and quickly get the full context of the task when you come back. That’s why I bui…
-
comment
Comment #48803879
For me the most important part is to do multiple jobs at once, so while the agent is doing anything I can work with another agent which needs input. For this to work, I must be abl…
- comment
-
comment
Comment #48457749
https://github.com/stefanhoelzl/codehydra Allows me to efficiently work on multiple tasks in multiple repositories concurrently.
-
comment
Comment #47905805
Thanks for giving it a try! If you have any questions or problems just open a issue on github!
-
comment
Comment #47904427
I had primarily the issue, that when working only on one task at a time, I had nothing to do, when my AI was thinking or implementing a plan. Just launching multiple AI instances d…
-
comment
Comment #47663269
Until October 2026 I used mainly PyCharm. Since then I do all my dev work with Claude Code. And currently pulling in more and more workflows into Codehydra including PRs and Issue …
-
comment
Comment #47613076
a IDE to work with multiple AI agents in isolated workspaces. https://codehydra.dev / https://github.com/stefanhoelzl/codehydra It is not only isolating with a git worktree but als…
-
comment
Comment #47521492
Do not wait for your agent, launch parallel tasks when your agent is working. Then it does not matter anymore how long your agent takes, as long as you always have at least one idl…
-
comment
Comment #47308512
Solving my issue with context switching when working with multiple coding agent sessions. https://github.com/stefanhoelzl/codehydra Always looking for feedback and ideas how others…
-
comment
Comment #47139234
I was building Codehydra because since I started using coding agents, my workflow changed dramatically. I mostly run multiple sessions at once and I am mostly reviewing and testing…
- story
-
comment
Comment #46953532
CodeHydra ( https://github.com/stefanhoelzl/codehydra or https://codehydra.dev ) a multi-workspace IDE for parallel AI agent development. I've been using AI coding agents for more …
- story
-
comment
Comment #43072462
What are your guesses about what they will show?
- story
- story
-
comment
Comment #37673689
You could try Bazel with a remote cache https://bazel.build/remote/caching But it requires some work to move all your build an test targets to bazel.
-
story
Ask HN: End-of-Line Testing Solution
Hello HN, I am interested in how other small electronics companies handle their End-of-Line testing and programming. I am working for a small company (2.5 firmware devs, 2.5 softwa…
-
comment
Comment #31793829
If the company went bankrupt, the liquidator tries to get as much money as possible back. I know from one case where all the IT equipment was sold to an auction house.
- story
- story
- story
- story
-
comment
Comment #30314818
This similar project could also be interesting https://github.com/mrh1997/headlock It is used at my company to test our firmware written in C with python and was developed by a col…