Live data from Hacker News

Viewing profile — gillh

gillh

HN member
Joined
Tue, May 31, 2016, 1:57 AM UTC
HN karma
83
Public activity
118 items

About gillh

www.coderabbit.ai

Recent public activity

  1. story
  2. comment
    Comment #46682633

    We also use proxies with CodeRabbit’s sandboxes. Instead of using tool calls, we’ve been using LLM-generated CLI and curl commands to interact with external services like GitHub an…

  3. story
  4. story
  5. comment
  6. comment
    Comment #41541971

    This topic has been done to death. Too many OSS options in the last ~10 years with very little differentiation. Let's talk LLMs instead.

  7. comment
    Comment #39857466

    Have to provide precise instructions to LLMs to get anything useful. Instructions for operating the "Holy hand grenade of Antioch" from Monty Python and the Holy Grail are a good e…

  8. comment
    Comment #39684521

    Combination of zsh completions with fzf picker and gh copilot for CLIs. I have a good setup here that you can learn from - https://github.com/fluxninja/dotfiles

  9. comment
    Comment #39557292

    Anyone interested in load shedding and graceful degradation with request prioritization should check out the Aperture OSS project. https://github.com/fluxninja/aperture

  10. comment
    Comment #39530685

    When people ask us about any other AI tool, our standard reply is - "Please try both tools to see the difference and choose the one you like." We will appreciate the same courtesy …

  11. comment
    Comment #39530582

    I see that the handful of Ellipsis "buddies" here are upvoting your post. :) CodeRabbit employees wouldn't usually be commenting here to spoil your "moment," but this reply is enti…

  12. story
  13. story
    Show HN: Rate limiting, caching and request prioritization for AI apps

    Generative AI applications pose a unique challenge in production. They are computationally intensive and orders of magnitude slower than traditional data-intensive applications. Sc…

  14. comment
    Comment #39047964

    Anyone looking to build a practical solution that involves weighted-fair queueing for request prioritization and load shedding should check out - https://github.com/fluxninja/apert…

  15. comment
    Comment #38595886

    Interesting use-case: We recently started using ast-grep at CodeRabbit[0] to review pull request changes with AI. We use gpt-4 to generate ast-grep patterns to deep-dive and verify…

  16. comment
    Comment #38271699

    FluxNinja [0] founder here. I developed an in-house AI-based code review tool [1] that CodeRabbit is now commercializing [2]. I did it because of the increasing frustration due to …

  17. story
  18. comment
    Comment #37987333

    I work at FluxNinja CodeRabbit is a customer of ours - https://docs.fluxninja.com/blog/coderabbit-openai-rate-limit...

  19. story
  20. comment
    Comment #37947971

    In addition to code generation, our team has found the new AI code review tools to be quite useful as well. We use CodeRabbit and we keep finding issues/improvements in every other…

  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #37371660

    We haven’t used functions as our text parsing has been pretty high fidelity so far. It’s because we provide an example of the format that we expect. We didn’t feel like fighting to…