HackerTrans
热门最新趋势评论往期问答秀出招聘

mloncode

no profile record

提交

Your AI Product Needs Evals: How to construct domain-specific LLM eval systems

hamel.dev
1 分·作者 mloncode·2年前·0 评论

The Many Ways to Deploy a Model

outerbounds.com
5 分·作者 mloncode·2年前·0 评论

OpenAI "Is Not Gonna Make It"

twitter.com
3 分·作者 mloncode·3年前·0 评论

评论

mloncode
·2年前·讨论
60. Radiant.AI 61. Weights & Biases (Weave) 62. Quotient AI (some observability there)
mloncode
·2年前·讨论
Hi, Hamel here. I'm one of the co-authors. I'm an independent consultant and not all clients allow me to talk about their work.

However, I have two that do, which I've discussed in the article. These are two production use cases that I have supported (which again, are explicitly mentioned in the article):

1. https://www.honeycomb.io/blog/introducing-query-assistant

2. https://www.youtube.com/watch?v=B_DMMlDuJB0

Other co-authors have worked on significant bodies of work:

Bryan Bischoff lead the creation of Magic in Hex: https://www.latent.space/p/bryan-bischof

Jason Liu created the most popular OSS libraries for structured data called instructor https://github.com/jxnl/instructor, and works with some of the leading companies in the space like Limitless and Raycast (https://jxnl.co/services/#current-and-past-clients)

Eugene Yan works with LLMs extensively at Amazon and uses that to inform his writing: https://eugeneyan.com/writing/ (However he isn't allowed to share specifics about Amazon)

I believe you might find these worth looking at.
mloncode
·2年前·讨论
This is Hamel, one of the authors of the article. We published the article with OReilly here:

Part 1: https://www.oreilly.com/radar/what-we-learned-from-a-year-of... Part 2: https://www.oreilly.com/radar/what-we-learned-from-a-year-of...

We were working on this webpage to collect the entire three part article in one place (the third part isn't published yet). We didn't expect anyone to notice the site! Either way, part 3 should be out in a week or so.
mloncode
·2年前·讨论
Hello this is Hamel, one of the authors (among the list of other amazing authors). Happy to answer any questions as well as tag any of my colleagues to answer any questions!

(Note: this is only Part 1 of 3 of a series that has already been written and the other 2 parts will be released shortly)
mloncode
·2年前·讨论
Good article
mloncode
·2年前·讨论
Hi Jeremy, Hamel here. I submitted this blog post, and definitely did not submit it in this form. One of the defining features of this blog post was the F word.

I'm also curious about what happened
mloncode
·3年前·讨论
I love Bytewax. Really underrated as far as Python utilities go.
mloncode
·3年前·讨论
This is cool, thanks for sharing. I’ll definitely check this out
mloncode
·3年前·讨论
Excellent comment and question. Re: commercializing nbdev, this path didn't seem to make sense to me personally (for reasons I outlined), but they very well could make sense for others.

But I'm with you, I really like many of the ideas presented in nbdev and feel like they have legs. I don't think those ideas should be abandoned or thrown away. Posit (https://posit.co) is developing products that draw from many of the ideas in nbdev - infact we are working with them - and I think the directions they are pursuing are very promising.

However, if you have ideas on how to make tools in the space that draw on these ideas, I encourage you to do so. I will even support you to the best of my ability if you decide to.
mloncode
·3年前·讨论
No snark interpreted at all. Yes I am well aware of org mode and love it! I think it is fantastic. There are some key differences that I think make notebooks a bit more interesting - however it sounds like you've made a system you are happy with? I would love to see what you have! Mind sharing it?
mloncode
·3年前·讨论
I think a notebook is VERY different than an ephemeral REPL. I think that is worth considering when thinking about generating docs, tests and source code from a single source of truth (as opposed to separate files).
mloncode
·3年前·讨论
Yes, I encourage you to look at some example projects made with nbdev incase that is helpful:

- fastcore: https://github.com/fastai/fastcore - the nbs/ folder contains the source files that generate source code, docs and tests. - ghapi: https://github.com/fastai/ghapi - the notebooks that create source code, docs and tests are located in the root.
mloncode
·3年前·讨论
Yes Quarto is one of my favorite tools. My blog (the topic of this thread) is made with Quarto!
mloncode
·3年前·讨论
Yes, nbdev is a system that "compiles" notebooks to python scripts, tests and documentation all from one source of truth. Jupytext cannot do this (nor was it designed to)
mloncode
·3年前·讨论
That's great to hear!
mloncode
·3年前·讨论
Hello! Hamel here, author of the original post. I'm surprised to see this on the front page of HN! Anyways, feel free to AMA!