The demos I see for these types of tools are always some toy project and doesn't reflect day to day work I do at all. Do you have any example PRs on larger more complex projects that have been written with codebuff and how much of that was human interactive? The real problem I want someone to solve is helping me with the real niche/challenging portion of a PR, ex: new tiptap extension that can do notebook code eval,…
Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
31–40 of 248 posts
Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#32The demos I see for these types of tools are always some toy project and doesn't reflect day to day work I do at all. Do you have any example PRs on larger more complex projects that have been written with codebuff and how much of that was human interactive? The real problem I want someone to solve is helping me with the real niche/challenging portion of a PR, ex: new tiptap extension that can do notebook code eval,…
It's pretty good for complex projects imo because codebuff can understand the structure of your codebase and which files to change to implement changes. It still struggles when there isn't good documentation, but it has helped me finish a number of projects
@Codebuff team, does it make sense to provide a documentation.md with exposition on the systems?
Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#33Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#34Earlier quoted context omitted.
It's pretty good for complex projects imo because codebuff can understand the structure of your codebase and which files to change to implement changes. It still struggles when there isn't good documentation, but it has helped me finish a number of projects
> It still struggles when there isn't good documentation @Codebuff team, does it make sense to provide a documentation.md with exposition on the systems?
Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#35Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#36The demos I see for these types of tools are always some toy project and doesn't reflect day to day work I do at all. Do you have any example PRs on larger more complex projects that have been written with codebuff and how much of that was human interactive? The real problem I want someone to solve is helping me with the real niche/challenging portion of a PR, ex: new tiptap extension that can do notebook code eval,…
Cursor Composer doesn't handle that and seems geared towards a small handful of handpicked files.
Would codebuff be able to handle a proper sized codebase? Or do the models fundamentally not handle that much context?
Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#37Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#38Allowing LLMs to execute unrestricted commands without human review is risky and insecure.
Re: Launch HN: Codebuff (YC F24) – CLI tool that writes code for you
#39Allowing LLMs to execute unrestricted commands without human review is risky and insecure.
The reason we don't ask for human review is simply: we've found that it works fine to not ask.
We've had a few hundred users so far and usually people are skeptical of this at first, but as they use it they find that they don't want it to ask for every command. It enables cool use cases where Codebuff and iterate by running tests, seeing the error, attempting a fix, and running them again.
If you use source control like git, I also think that it's very hard for things to go wrong. Even if it ran rm -rf from your project directory, you should be able to undo that.
But here's the other thing: it won't do that. Claude is trained to be careful about this stuff and we've further prompted it to be careful.
I think not asking to run commands is the future of coding agents, so I hope you will at least entertain this idea. It's ok if you don't want to trust it, we're not asking you to do anything you are uncomfortable with.