Live data from Hacker News

Viewing profile — topicseed

topicseed

HN member
Joined
Sat, Jul 07, 2018, 9:06 AM UTC
HN karma
1,100
Public activity
535 items

About topicseed

Golang, SEO, NLP, affiliate marketing, that's all really.

Recent public activity

  1. comment
    Comment #46659409

    I'd say out of many generative AI observability platforms, Langsmith and Weave (Weights&Biases) are probably the ones most enterprises use, but there's definitely space for Langfus…

  2. comment
    Comment #42949657

    No but most models have their own libs you can use

  3. comment
    Comment #42802800

    I kind of agree but the same problem exists. If you add text-xl to a div and have nested divs and spans, they'll all be inheriting text-xl so for these nested elements, you also ha…

  4. comment
    Comment #42394078

    Just played with it and it's great! A good 2.0 release I think.

  5. comment
    Comment #42389377

    Is it on AI studio already?

  6. comment
    Comment #42318036

    A great option for Go projects where you aren't exploring your queries as changing and regenerating is cumbersome. Also, SQLC doesn't allow for dynamic query building so think abou…

  7. comment
    Comment #42317873

    Evaluate them how? Specifically the voice/audio or you're happy to evaluate them with the transcript with something like Modelmetry?

  8. comment
    Comment #42143440

    Do they build guardrails themselves or do they use an llm guardrail api like Modelmetry or Langwatch?

  9. comment
    Comment #41765642

    1k rps per bucket though ...

  10. comment
    Comment #41600107

    An improved and more interactive version of Google Sheets' explore tab. Looks good!

  11. story
  12. comment
    Comment #41176456

    The "YC" part.

  13. story
  14. comment
    Comment #40533934

    what exercises do you recommend for these auxiliary muscles?

  15. comment
    Comment #40399832

    Quick question, what do you use such an observability platform for? Can't be the price as you get it straight from Openai's dev dashboard. So what else do you use Languse for?

  16. comment
    Comment #40168528

    Nice to have: > Conditional use() (unline current hooks) > Support for Document Metadata > Support for stylesheets > Support for async scripts > Support for Custom Elements

  17. comment
    Comment #39983827

    Probably like what happened with Google Inbox... It's a greenfield canvas to try a lot of innovations, see which ones people use, then shut down the product and add these popular f…

  18. comment
    Comment #39644055

    Thank you for the thorough response!

  19. comment
    Comment #39643364

    What specific strategies does Hatchet employ to guarantee fault tolerance and enable durable execution? How does it handle partial failures in multi-step workflows?

  20. comment
    Comment #39522593

    Superset works wonders

  21. comment
    Comment #39387493

    Gemini 1 Ultra was also said to be on par with ChatGPT 4 and it's not really there so let's see for ourselves when we can get our hands on it.

  22. comment
    Comment #39386954

    Is this going to be only for consumer Gemini app or for API/Vertex too? The context window is..... Simply lovely.

  23. comment
    Comment #39386911

    1 million tokens?? This is wild and a lot of RAG can be removed.

  24. comment
    Comment #39362086

    Is this essentially implemented via RAG? New chat comes in, they find related chats, and extract some instructions/context from these to feed into that new chat's context?

  25. comment
    Comment #39324982

    You do have to instantiate that struct, and you can do it with.... a beautiful NewCreateUser(dep1, dep2, dep3, ..., dep20) *CreateUser {...}. This is essentially what he recommends…