←back to thread

2127 points bakugo | 1 comments | | HN request time: 0.207s | source
Show context
hankchinaski ◴[] No.43164721[source]
It’s amazingly good, but it will be scaringly good when there will be a way to include the entire codebase in the context and let it create and run various parts of a large codebase autonomously. Right now I can only do patch work and give specific code snippets to make it work. Excited to try this new version out, I’m sure I won’t be disappointed,

Edit: I just tried claude code CLI and it's a good compromise, it works pretty well, it does the discovery by itself instead of loading the whole codebase into context

replies(2): >>43164761 #>>43165185 #
1. flutas ◴[] No.43164761[source]
FWIW, there's a project to turn it into something similar, though I think it's lacking the "entire in context" part and runs into rate limits quick with Claude.

https://github.com/All-Hands-AI/OpenHands

The few times I've tested it out though it fails fairly quick and gets hung up (usually on setting up the project while testing with Kotlin / Go).