Viewing profile — gillh
gillh
HN member- Joined
- Tue, May 31, 2016, 1:57 AM UTC
- HN karma
- 83
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About gillh
Recent public activity
- story
-
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…
- story
- story
- comment
-
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.
-
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…
-
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
-
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
-
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 …
-
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…
- story
-
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…
-
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…
-
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…
-
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 …
- story
-
comment
Comment #37987333
I work at FluxNinja CodeRabbit is a customer of ours - https://docs.fluxninja.com/blog/coderabbit-openai-rate-limit...
- story
-
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…
- story
- story
- story
- story
-
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…