Viewing profile — hunterbrooks
hunterbrooks
HN member- Joined
- Sat, Nov 05, 2022, 1:18 PM UTC
- HN karma
- 84
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About hunterbrooks
Recent public activity
-
comment
Comment #49184804
Lots of extra words in this blog post but the direction is right: companies prefer to build their own AI code review solutions than use off the shelf products. I’m the founder of a…
-
comment
Comment #46327410
congrats Greg, Merrill, and the rest of the folks at Graphite! - Hunter @ Ellipsis
-
comment
Comment #43924981
Bingo - it’s colloquially
-
comment
Comment #43058130
Yes. My business is in the code review space, synthetic data is very helpful for evals
-
comment
Comment #42151146
LLM's get relatively better at read-heavy operations (ex: code review) than write-heavy operations (ex: code generation) as codebases become less idiomatic. I'm a cofounder at www.…
-
comment
Comment #41379823
100ms is crazy fast. Approx what's the split b/t the embeddings calls and the graph traversal work (the library stuff)?
-
comment
Comment #41379760
Yes. Learning to "program" has never been easier, but nitty gritty stuff like networks and routing is still much more technical than the avg SWE
- story
-
comment
Comment #40589454
HA! Your LLM agents/prompts nailed a hilarious tone. For https://ellipsis.dev > This website looks like it was designed by someone who just discovered the concept of "AI" and decid…
-
comment
Comment #40589407
Nice, I imagine you're using your own product? I got "LAUNCH SALE $100 OFF" 1. How do you provide consistent banners to an individual? or a device? 2. Are you aware of anyone doing…
-
comment
Comment #40409902
Cool, probably not relevant info for modern devs because of all the hosted git providers, but interesting nonetheless. Got any thoughts on how LLM powered code generation products …
-
comment
Comment #40329084
Pricing is on the landing page. $20/seat per month
-
comment
Comment #40322311
Good catch. The team could add this rule to their Ellipsis config file to make sure that it's always flagged: "Never use magic numbers. Always store the number in a variable and us…
-
comment
Comment #40318116
Unfortunately not. We’re early - all our data is qualitative. But we know we need hard numbers, so we’re working on it. We don’t want to sell a novelty, the product needs to actual…
-
comment
Comment #40318068
No way, anyone can make silly mistakes. Ellipsis is a 2nd pair of eyes to catch stuff like that
-
comment
Comment #40314449
The product works on draft PR's too, but not on local. Sometimes reviewers rope in Ellipsis by asking questions (we also support natural language Q&A about a PR) or by having a des…
-
comment
Comment #40314416
As it stands today, Ellipsis isn't sold as an AI software engineer. One of our largest learnings is that state of the art LLM's aren't good enough to write code autonomously, but t…
-
comment
Comment #40314401
Automated code reviews are a step in the software development lifecycle, not a replacement for human reviewers. Ellipsis can't commit code without your permission and approval, so …
-
comment
Comment #40313114
All those tools do code review, so you'll have to try them out for yourself to see which is the most helpful. But when it comes to writing code for you, not all those tools actuall…
-
comment
Comment #40313066
Hmm, that searches issues, which isn't the best way to see Ellipsis' work. Example of PR review: https://github.com/getzep/zep-js/pull/67#discussion_r1594781... Example of issue-to…
-
comment
Comment #40312735
Ellipsis increases the quality of code a developer brings to their teammates, meaning fewer PR comments, meaning the team ships faster. It's not a replacement for human review. It'…
-
comment
Comment #40312415
Hmm... probably, send me an email.
-
comment
Comment #40312406
Nearly all languages are supported, but some perform better than others. JS/TS, Python, Java, C++, Ruby are highly supported.
-
comment
Comment #40312394
It's most helpful when a GitHub/Linear issue is linked because the "why" is extracted, and also for larger PR's
-
comment
Comment #40310779
We offer Ellipsis to large open source projects for free. Email us team@ellipsis.dev I was referencing the recent xz backdoor hack.