HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hadsed

no profile record

Submissions

The most powerful application of language models is writing NLP apps

hadsed.com
1 points·by hadsed·4 tahun yang lalu·0 comments

MLOps: Right Problem, Wrong Solution

blog.aqueducthq.com
2 points·by hadsed·4 tahun yang lalu·0 comments

comments

hadsed
·3 bulan yang lalu·discuss
Well, like most engineering in the real world, people will just test the crap out of it

Having a model that understands physics helps us certify safety. But how much physics is enough? There's a lot to knowing about gravity. You probably don't need orbital dynamics, but you do need to not jump out a second story window.

(Video generation models are an interesting case study: https://www.alphaxiv.org/overview/2501.09038)
hadsed
·3 bulan yang lalu·discuss
This is just way too cynical

There's an exceptional amount of work to get a transformer to learn such a thing from scratch even if you had data from all the different cameras and basements and lighting conditions out there. Mentioning opencv is just silly

The entire point is that robotics lives in the full complexity of the real world and therefore cannot afford to do all that for every little corner of every factory, engine room, warehouse, aircraft, etc.

Robots are finally using ML because ML is finally useful!

The gauge is an excellent example partly because of its mundanity. There's a huge number of these little tasks everywhere in real environments. It does an incredible job at adapting to the specifics of its camera resolution, lighting, and the gauge labels to do the task.
hadsed
·2 tahun yang lalu·discuss
Wow, i had no idea i could use cursor this way
hadsed
·2 tahun yang lalu·discuss
JUST CONVERT THE PDF INTO A STRUCTURED SCHEMA AND THEN LAWYERS CAN BECOME PROGRAMMERS LIKE GOD INTENDED
hadsed
·3 tahun yang lalu·discuss
So what makes this better than Streamlit for example? Either today or in the future
hadsed
·4 tahun yang lalu·discuss
Architecturally this is great. Introducing more infra in an ML stack is a huge pain in the short and long run and I really love that this doesn't do that (or at least, the new infra are things I understand).

In the past I've always opted for a feature store as a library that operates over an existing database/data warehouse/data lake in the offline case, and computing features on the fly in the online case. The internal feature cache for scaling an online service is nicely implemented here using Redis. Bravo, that's probably how I would do it too.

My one bit of feedback is the API. The code just doesn't look nice, out the gate there's a bunch of objects and methods I don't immediately understand the need for. I'm sure they're useful, but for starting out I'd expect a lot more from that interface. I'd suggest something higher level that looks pretty and is easy to understand. That would be my one hesitation.
hadsed
·5 tahun yang lalu·discuss
this catches my eye because it highlights an industry mindset shift to come:

"[...] the concept of integrating power ML methods into the real-time experimental data processing loop to accelerate scientific discovery"

data scientists study the science of what the business does (laundry delivery, manufacturing TVs, tracking patient health), and the point of science is insight and understanding from data to build a theory of how it all works

what this article highlights is that ML can be an exceptional tool for discovery. this is in stark contrast to how ML is usually deployed, which is some big analytics or product effort. the obvious big reason for that is the infra is expensive, the know-how is lacking, and the data sucks. well, that all is quickly changing and we're gonna see folks weaving in ML to bolster their workflows in a much bigger way

great to see academic scientists leading the charge here too. they stand to gain a lot from that perspective
hadsed
·5 tahun yang lalu·discuss
i agree. the overhead of teams and external dependencies is often just too high--you're far better off if you can keep things small but mighty
hadsed
·5 tahun yang lalu·discuss
Beautiful. So many annotation tools focus on "text classification" which assumes you've already got segmented samples. In the real world of documents that's a whole challenge in itself.

Another challenge is that sometimes you're working with PDFs and that means not only ingesting but also displaying. The difficulty is in keeping track of annotations and predictions across the PDF<->text string boundary, both ways.

There are understandably even fewer solutions to that problem because it's a harder UI to build.
hadsed
·5 tahun yang lalu·discuss
LOL. let the car drive itself, but give up music control? over my dead body!

it's funny to me because you'd expect music to be lower stakes and such, but it just highlights that actually driving a car is a much more well defined problem than picking the music i like
hadsed
·5 tahun yang lalu·discuss
i think i believe that. what is the easiest thought abstraction that can be captured by our sensors? well the abstraction is largely defined by the UI. i like to think of it like language. UI components (words) come together to enable complex actions (sentences or thoughts). it evokes questions, like what language does the brain speak in certain contexts for certain outputs? that's gonna be interesting to follow. what if we all think super differently and that makes it hard? i can't imagine why, but i don't have a background in real brains

it may be that our current "AI" tools might be helpful--they're really good at composing "languages" for tying together different types of data. seems that tying noisy brain sensors data to our English alphabet might be an example of that.
hadsed
·5 tahun yang lalu·discuss
would love to see an experiment on this
hadsed
·5 tahun yang lalu·discuss
Seems it's the yearly cycle not matching up to the longer cycle of certain needs that's a problem.
hadsed
·5 tahun yang lalu·discuss
i think focusing entirely on one type of evidence is a little unimaginative. if these guys have data on doctors performing some task with and without their tool, they're in a good place to measure the difference. they can take that all the way to the bank, and to me that would contribute to what id call evidence.
hadsed
·5 tahun yang lalu·discuss
It helps to be able to deliver value at a low bar. This stuff takes a lot of time and energy to improve upon, and it won't "just work". Search is usually a good place to start. Just make one little process a tiny bit better. Make sure you're tracking data very well, because if you're not already at a place to be making data-driven decisions you can't possibly take advantage of machine learning. After all that, just iterate until you've found a better problem to tackle with your newfound capabilities :)
hadsed
·6 tahun yang lalu·discuss
And even if you could, you're getting more value by getting that thing sooner. Or an even better argument: in the end, maybe it took just enough resources at the quality you got to even be born in the current market.

Yeah most things are frivolous... you can survive without a better camera in your phone for another year. But that ham-fisted implicit cultural aspect is what also brings people medical devices 5-10 years sooner than it could have. We all know these gains compound over time. So maybe it's ok if our programs are a little slow. We buy the truly mission critical technology faster with that frivolity.

But I'll also say, I still get mad at my phone and throw it pretty often. Just the way it is.