Live data from Hacker News

Viewing profile — hypoxia87

hypoxia87

HN member
Joined
Thu, Mar 02, 2023, 6:45 AM UTC
HN karma
4
Public activity
12 items

About hypoxia87

No profile information was provided.

Recent public activity

  1. comment
    Comment #42094276

    My advice as a PM people leader: build stuff. Historically, as a PM, you couldn't do anything without an engineering counterpart. Now, with GenAI tools, new PMs can easily create a…

  2. comment
    Comment #41803541

    Jumping in based on our experience in case it's helpful: - Evals are very useful and a core part of the best practice for creating LLM apps - There are already excellent solutions …

  3. comment
    Comment #41803480

    We've actually found the opposite -- Every client project has been based on GPT4 or Gemini, with one exception for a highly sensitive use case based on Llama3.1. The main reason is…

  4. comment
    Comment #41800503

    +1 There are already many prompt/LLM routers available. We've never found value in them, for similar reasons as mentioned above.

  5. comment
    Comment #40006116

    Plus every company's files in OneDrive and SharePoint.

  6. comment
    Comment #40006091

    Claude 3 Opus

  7. comment
    Comment #38936750

    I assume it's RAG over your chats with heuristically driven questions that are then fed into your system and user prompts. Notably, this comes after the release of 1) "Custom instr…

  8. comment
    Comment #38365222

    I think it comes down to prioritizing speed of execution in the race for AGI, especially in the context of two constrained resources: 1. Compute (H100s are almost impossible to get…

  9. comment
    Comment #38054147

    (step 4 is something only some types of agents do) For another definition that incorporates these elements (explicitly or implicitly), see Llamaindex's high level concepts page [1]…

  10. comment
    Comment #38051994

    For me, they're systems that: 1. Have a goal (hard-coded, taken as input, etc) 2. Create a plan (of steps or tasks) to achieve the goal 3. Execute (the steps or tasks in) the plan …

  11. comment
    Comment #36579301

    This is an excellent question! I'd also like to know.

  12. story
    Show HN: ChatGPT with Audio Input

    Yesterday OpenAI released ChatGPT and Whisper APIs: https://news.ycombinator.com/item?id=34985848 Since ChatGPT was released, I've always wanted to be able to input queries by spea…