Live data from Hacker News

Viewing profile — shishirpatil

shishirpatil

HN member
Joined
Wed, Oct 05, 2022, 8:20 PM UTC
HN karma
394
Public activity
43 items

About shishirpatil

CS PhD at UC Berkeley. Looking into Systems for ML. https://shishirpatil.github.io/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #37904971

    Hey @behnamoh, maybe you are referring to the community post pre-release? It is still very much live here: https://news.ycombinator.com/item?id=37894403 ! As we released MemGPT thi…

  13. comment
    Comment #37904129

    Thanks @wilg and @littlestymaar ! Yeah totally, with the benefit of hindsight, this makes total sense! Hope you find some of our codebase useful to build on top of. We are an Apach…

  14. comment
    Comment #37904081

    Yeah! While it’s not known what close-sourced models do, what we think is happening based on some prompt attacks, is that they also use recursive summarization (in addition to what…

  15. comment
    Comment #37904064

    Yeah absolutely! And hopefully with some of the techniques we introduce here, we can think of designing perpetual chat bots!

  16. story
  17. comment
    Comment #37302057

    Check out Gorilla-CLI. An open source alternative to Fig, that’s also LLM powered! https://github.com/gorilla-llm/gorilla-cli

  18. comment
    Comment #36531760

    Thanks for the feedback, @dievskly. Will update it in the next release!

  19. comment
    Comment #36531747

    Thanks for sharing @iandanforth and @distortionfield, nice project! Are there any additional features, Gorilla can support to make it useful for you folks!

  20. comment
    Comment #36529964

    Thanks for the feedback, @satokema. We currently mention it in our GitHub, pypi readme, and at install. Would you prefer different wording?

  21. comment
    Comment #36529899

    I think the use cases are where you roughly remember the commands but not the full command. Like rather than you looking up a man page you could potentially use this. An expert in …

  22. comment
    Comment #36529884

    No commands are executed without the users explicit approval! So, you could always execute any command anyways if you had access to the terminal!

  23. comment
    Comment #36529877

    haha. It's a great Open source project!

  24. comment
    Comment #36527927

    Thanks @ofermend, we believe that Gorilla will hallucinate lesser than other models but it's not zero yet! We will continue to reduce hallucination. Thanks for the feedback!

  25. comment
    Comment #36527912

    Hey @linuxdude314 thank you for the comment. As we mentioned commands are executed solely with your explicit approval; And while we utilize queries and error logs (stderr) for mode…