Comment on Ask HN: How do you offload all coding to AI?Comments−stefanhoelzl5moDo 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 idle agent.Codehydra (https://github.com/stefanhoelzl/codehydra) can help you with this workflow.
Comments
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 idle agent.
Codehydra (https://github.com/stefanhoelzl/codehydra) can help you with this workflow.