HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kai-dev

no profile record

Submissions

Ask HN: How big is your LLM compute budget?

4 points·by kai-dev·vor 3 Jahren·2 comments

Ask HN: Context Window Testing

1 points·by kai-dev·vor 3 Jahren·0 comments

Rigorous Testing of Novel LLMs

2 points·by kai-dev·vor 3 Jahren·0 comments

My concerns with modern infra abstractions

1 points·by kai-dev·vor 3 Jahren·0 comments

comments

kai-dev
·vor 3 Jahren·discuss
Builder in the LLM space.

Arxiv + google + papers with code is how I do it. As another user pointed out, focus on solving your problem. By doing this, you'll search and then naturally find relevant papers. After a while, a lot of papers become super easy to read because they're conceptually easy to grasp. Once you hit this point it becomes extremely easy to skim the content that you're searching for. Once I identify something interesting in my problem space or adjacent then getting through it is the hard part.

TLDR: Focus on a problem domain and search within it. Don't just shotgun it. If its relevant enough to you it will show up. Use filters like HN and whatnot.
kai-dev
·vor 3 Jahren·discuss
Super interesting how simulation theory aligns so deeply with Vedic (and with the right lens western) theology
kai-dev
·vor 3 Jahren·discuss
Device R&D jobs seem like the way to go. Will likely be a lot of matlab, labview, c, c++ etc. I know a couple people who have had careers in robotics and I myself have done some work in embodied CV. Pretty much c++ without a ton of care around connectivity. Although as a project progresses you’ll basically be stuck doing networking and boy let me tell you networking with edge devices is a lot more annoying and low level than the beautiful rest or gql endpoints most engineers work with.

TLDR: big companies make networking easy because of crud. Pretty much all software companies are just crud apps (maybe with some sockets stuff if they’re cool)
kai-dev
·vor 3 Jahren·discuss
George hotz. The dude just builds stuff to see if he can. Very excited for the future of tiny grad.
kai-dev
·vor 3 Jahren·discuss
No but shouldn’t be too hard to do. String together something like Lang chain with an instance of chroma running in a docker container. Just need a rest api for that, and then fork over a ton of money for embeddings and you’re done! Jk, but there is an openAI cookbook entry on doing this exact thing. Not sure about cost estimates but it will be quite expensive.