Viewing profile — topicseed
topicseed
HN member- Joined
- Sat, Jul 07, 2018, 9:06 AM UTC
- HN karma
- 1,100
- Public activity
- 535 items
- HN profile
- View on Hacker News ↗
About topicseed
Recent public activity
-
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…
-
comment
Comment #42949657
No but most models have their own libs you can use
-
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…
-
comment
Comment #42394078
Just played with it and it's great! A good 2.0 release I think.
-
comment
Comment #42389377
Is it on AI studio already?
-
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…
-
comment
Comment #42317873
Evaluate them how? Specifically the voice/audio or you're happy to evaluate them with the transcript with something like Modelmetry?
-
comment
Comment #42143440
Do they build guardrails themselves or do they use an llm guardrail api like Modelmetry or Langwatch?
-
comment
Comment #41765642
1k rps per bucket though ...
-
comment
Comment #41600107
An improved and more interactive version of Google Sheets' explore tab. Looks good!
- story
-
comment
Comment #41176456
The "YC" part.
- story
-
comment
Comment #40533934
what exercises do you recommend for these auxiliary muscles?
-
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?
-
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
-
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…
-
comment
Comment #39644055
Thank you for the thorough response!
-
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?
-
comment
Comment #39522593
Superset works wonders
-
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.
-
comment
Comment #39386954
Is this going to be only for consumer Gemini app or for API/Vertex too? The context window is..... Simply lovely.
-
comment
Comment #39386911
1 million tokens?? This is wild and a lot of RAG can be removed.
-
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?
-
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…