Live data from Hacker News

Viewing profile — hunterbrooks

hunterbrooks

HN member
Joined
Sat, Nov 05, 2022, 1:18 PM UTC
HN karma
84
Public activity
38 items

About hunterbrooks

Astronomer turned ML engineer.

Recent public activity

  1. 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…

  2. comment
    Comment #46327410

    congrats Greg, Merrill, and the rest of the folks at Graphite! - Hunter @ Ellipsis

  3. comment
    Comment #43924981

    Bingo - it’s colloquially

  4. comment
    Comment #43058130

    Yes. My business is in the code review space, synthetic data is very helpful for evals

  5. 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.…

  6. 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)?

  7. 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

  8. story
  9. 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…

  10. 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…

  11. 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 …

  12. comment
    Comment #40329084

    Pricing is on the landing page. $20/seat per month

  13. 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…

  14. 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…

  15. comment
    Comment #40318068

    No way, anyone can make silly mistakes. Ellipsis is a 2nd pair of eyes to catch stuff like that

  16. 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…

  17. 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…

  18. 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 …

  19. 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…

  20. 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…

  21. 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'…

  22. comment
    Comment #40312415

    Hmm... probably, send me an email.

  23. comment
    Comment #40312406

    Nearly all languages are supported, but some perform better than others. JS/TS, Python, Java, C++, Ruby are highly supported.

  24. 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

  25. 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.