Viewing profile — kakaly0403
kakaly0403
HN member- Joined
- Fri, Jun 28, 2019, 7:12 PM UTC
- HN karma
- 8
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About kakaly0403
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #42497673
Congrats on the launch. Cool to see a RAG specific tracing tool. Excited to try it out. Full disclosure, I am the cofounder and core-maintainer of Langtrace( https://github.com/Sca…
- story
- story
-
comment
Comment #42035960
Promptfoo is pretty good
-
story
Show HN: A Podcast on how LLMs are applied beyond chatbots in big tech companies
The best way to understand how GenAI adoption will evolve over time is by looking at how mature AI teams at big tech companies are applying it today. A couple of weeks ago, I launc…
-
comment
Comment #41584115
RSS Feed - https://anchor.fm/s/fb0d9ea8/podcast/rss
-
comment
Comment #41584107
Here you go: https://anchor.fm/s/fb0d9ea8/podcast/rss
-
story
Show HN: I Started a Podcast on How Companies Are Applying LLMs
Hey HN, I’ve recently launched a podcast that dives into how companies are leveraging large language models (LLMs) to solve real-world problems in unique and creative ways. Each ep…
-
comment
Comment #41571281
There is a GenAI standard spec from OpenTelemetry for tracing LLM based applications. Currently there are 3 library implementations of this spec - Langtrace, OpenLLMetry and OpenLi…
-
comment
Comment #41560941
The way it works: - I give it the content as a pdf or a text - it generates the script and records the audio
- story
-
story
Created a Podcast Using AI
I am creating a podcast using AI. The episodes focus on how engineering teams in big tech companies are using LLMs to solve novel use cases, as well as latest research from the aca…
-
comment
Comment #41462581
Langtrace core maintainer here. Congrats on the launch! We are building OTEL support for a wide range of LLMs, vectorDBs and frameworks - crewai, DSPy, langchain etc. Would love to…
-
comment
Comment #40718670
Checkout Langtrace. It’s also OTEL and integrates with datadog. https://github.com/Scale3-Labs/langtrace
-
comment
Comment #40600385
1. You do not need 2 databases if you are only looking to export the traces to your grafana stack. If you are using prometheus as the TSDB, you can directly send the traces there w…
-
comment
Comment #40600223
If you are looking for automatic instrumentation that generates open telemetry standard traces - check out Langtrace, https://github.com/Scale3-Labs/langtrace . Got support for all…
-
comment
Comment #40506275
Cool. Have you considered adopting to the official opentelemetry standards? https://opentelemetry.io/docs/specs/semconv/attributes-regis...
-
comment
Comment #40403634
Hey I am building an open telemetry based open source tool for metrics and logs from LLM based apps. Give it a try at langtrace.ai
- comment
-
comment
Comment #40226179
+1 to this. Langtrace core maintainer here. We are building a SDK and a client for automatic instrumentation of LLM based applications using OTEL standards. The OpenLLMetry team al…
-
story
Show HN: Langtrace – OpenTelemetry Based LLM App Observability
Hey HN, Ola and Karthik here. We are working on Langtrace( https://github.com/Scale3-Labs/langtrace ), an open source, open telemetry based SDK and monitoring/evaluations client fo…
-
comment
Comment #40194248
Langtrace core maintainer here. We capture input/output/total tokens for both streaming and non streaming across various LLM providers. For streaming we calculate using tiktoken li…
-
comment
Comment #40193167
Shameless plug. We are building exactly this. Fully open source and open telemetry standard tracing with a visualization client that’s optimized for LLM application observability. …