Live data from Hacker News

Viewing profile — jahooma

jahooma

HN member
Joined
Thu, Oct 10, 2013, 11:40 PM UTC
HN karma
188
Public activity
72 items

About jahooma

No profile information was provided.

Recent public activity

  1. comment
    Comment #44477032

    Current AI's could never have such deep thoughts haha

  2. comment
    Comment #44473904

    I wrote every word! Though I did have some suggestions from Opus haha

  3. comment
    Comment #43529848

    Hi, just wrote up some reflections & strategy on this moment as a codegen startup founder. Let me know if you have any questions!

  4. story
  5. comment
    Comment #43169839

    Yup, it's just what we wanted for our coding agent. Codebuff can enter a "Deep thinking" mode and we can tell it to burn a lot of tokens hahaha.

  6. comment
    Comment #42248632

    I would try this if it had Android support! Is that planned? Also curious which integrations people use the most. If it's email, why not just build an email app?

  7. comment
    Comment #42175757

    Nice! It's a totally different world with AI tools. Seems like a good strategy to get previously non-technical folks in on it, especially for front end apps.

  8. comment
    Comment #42096176

    Yes, but did you try it? I think Codebuff is by far the easiest to use and may also be more effective in your large codebase than any other comparable tool (i.e. like Cursor compos…

  9. comment
    Comment #42092119

    I'm just saying what users of Codebuff have said about us compared to competitors. You should try Codebuff and see for yourself how it reads files! It's not simply a tool call. We …

  10. comment
    Comment #42092101

    Here's my application: https://manicode.notion.site/Manicode-YC-application-c52f592... I listed: Cursor, Devin, Codium, Augment, Greptile, Lovable.dev, Aider.chat, mentat.ai, devlo…

  11. comment
    Comment #42088624

    Sure! I git cloned some open source projects, and wrote a script (with Codebuff) to pick commits and individual diffs of files. For each of those, I had Claude write a sketch of wh…

  12. comment
    Comment #42084890

    https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExbDExYmM5Y3N0eHJ...

  13. comment
    Comment #42084479

    Thanks for your reply! I started Codebuff without being aware of Aider. I actually have not yet tried Aider (though I plan to try it soon!). It's totally true that a lot of the dev…

  14. comment
    Comment #42084399

    Sweet. Personally, I use both Cursor and Codebuff. I open the terminal panel at the bottom of the Cursor window, start up `codebuff`, and voila, I have an upgraded version of Curso…

  15. comment
    Comment #42083421

    Codebuff is a bit simpler and requires less input from the user since you just chat and it does multi-file edits/runs commands. It's also more powerful since it pulls more files as…

  16. comment
    Comment #42083081

    I think it would handle the giant file, but it would definitely pull the whole thing into context. We are doing some tricks so it should be able to edit the file without rewriting …

  17. comment
    Comment #42083066

    Thank you for the very kind comment!

  18. comment
    Comment #42082387

    Good question! There's a couple reasons. One is that I think it is simpler for the end user to not have to add their own keys. It allows them to start for free and is less friction…

  19. comment
    Comment #42082306

    I wrote a custom `applyPatch` function that tries to use the line numbers, but falls back to searching for the context lines to line up the +/- patched lines. It actually got line …

  20. comment
    Comment #42082143

    It sounds minor that it finds files for you, but if you try it out, you'll see that it's a giant leap in UX and the extra files help it generate better code because it has more exa…

  21. comment
    Comment #42082098

    That's surprising to me, usually it works quite well at this. Did you start codebuff in the root of your project so that it can get context on your codebase?

  22. comment
    Comment #42081927

    Ah yeah, that's what I mean! I thought RAG is synonymous with this vector search approach. Either way, we do the search step a little different and it works well.

  23. comment
    Comment #42081796

    Yup, there's a tradeoff in $$$, but for a lot of people it should be worth it, since Codebuff can find more relevant files with example code that will make the output higher qualit…

  24. comment
    Comment #42081770

    I have heard good things about Cline! I'm curious to learn more. I need to try it out myself. I see Codebuff as a premium version of Cline, assuming that we are in fact more expens…

  25. comment
    Comment #42081753

    That's a really great point. Since we manage the context, we should clear the old files if it's been > 5 minutes. Thanks for the idea!