HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ambrood

no profile record

Submissions

Show HN: LLM Based Spark Profiler

datasre.ai
27 points·by ambrood·năm ngoái·5 comments

Building Databases over a Weekend

denormalized.io
108 points·by ambrood·2 năm trước·13 comments

comments

ambrood
·năm ngoái·discuss
Congrats again micah! Also Iceberg catalog on R2 without needing to spin up additional services... lets gooooo
ambrood
·năm ngoái·discuss
> Maybe you mentioned it in your demo and I missed it, but how does this differ pasting the log messages to ChatGPT / Claude / another LLM? Is it mainly that yours can iterate over a large logfile without blowing up the context window?

We do quite a bit of aggregation over the log file, and generate summary stats and choose what bits to stuff in the LLM. Plan to support more platforms than just spark.

> Does it suffer from the same issue as other LLMs, where it will always identify potential optimizations or improvements even if none are truly needed?

Funnily enough, instructing sonnet-3.7 to not suggest unnecessary optimisations seems to have done the trick!
ambrood
·2 năm trước·discuss
thanks for the feedback! the first version had a lot more detailed code but decided to go with linking to our GitHub than copying all the code. Wanted to illustrate the core touch points involved in extending DF.
ambrood
·5 năm trước·discuss
your guide literally helped me hack through a networking class i took in college a decade ago. dont work anywhere close to that stack but this brought back memories.