Readit News logoReadit News
whatever1 commented on Setting serial baud rate on ESP-IDF does nothing   atomic14.substack.com/p/t... · Posted by u/iamflimflam1
whatever1 · 6 hours ago
Is it common for microcontrollers to lack comprehensive documentation, or is it just espressif?
whatever1 commented on AGI is an engineering problem, not a model training problem   vincirufus.com/posts/agi-... · Posted by u/vincirufus
andy99 · 13 hours ago
If you believe the bitter lesson, all the handwavy "engineering" is better done with more data. Someone likely would have written the same thing as this 8 years ago about what it would take to get current LLM performance.

So I don't buy the engineering angle, I also don't think LLMs will scale up to AGI as imagined by Asimov or any of the usual sci-fi tropes. There is something more fundamental missing, as in missing science, not missing engineering.

whatever1 · 9 hours ago
The counter argument is that we were working with thermodynamics before knowing the theory. Famously the steam engine came before the first law of thermodynamics. Sometimes engineering is like that. Using something that you don’t understand exactly how it works.
whatever1 commented on 95% of Companies See 'Zero Return' on $30B Generative AI Spend   thedailyadda.com/95-of-co... · Posted by u/speckx
spogbiper · 3 days ago
I am working on a project that uses LLM to pull certain pieces of information from semi-structured documents and then categorize/file them under the correct account. it's about 95% accurate and we haven't even begun to fine tune it. i expect it will require human in the loop checks for the foreseeable future, but even with a human approval of each item, its going to save the clerical staff hundreds of hours per year. There are a lot of opportunities in automating/semi-automating processes like this, basically just information extraction and categorization tasks.
whatever1 · 3 days ago
All of the AI projects promise that they just need some fine tuning to go from poc to actual workable product. Nobody was able to fine tune them.

Sorry this is some bull. Either it works or it doesn’t.

whatever1 commented on How much do electric car batteries degrade?   sustainabilitybynumbers.c... · Posted by u/xnx
whatever1 · 5 days ago
Can we talk about battery safety?

Old lithium batteries are ticking time bombs. Swelling, leaking, and ready to ignite at the slightest spark or contact with moisture.

As their chemicals break down, one short-circuit can unleash a chain reaction of fire and toxic smoke. Even sitting forgotten in a drawer, they can suddenly swell, rupture, or explode without warning.

whatever1 commented on Derivatives, Gradients, Jacobians and Hessians   blog.demofox.org/2025/08/... · Posted by u/ibobev
zoogeny · 7 days ago
People here are giving you mathematical answers which is what you are asking for, but I want to challenge your intuition here.

In construction, grading a site for building is a whole process involving surveying. If you dropped a person on a random patch of earth that hasn't previously been levelled and gave them no tools, it would be a significant challenge for that person to level the ground correctly.

What I'm saying is, your intuition that "I can look around me and find the minimum of anything" is almost certainly wrong, unless you have a superpower that no other person has.

whatever1 · 7 days ago
That is true we are only good at doing it for specific directions of the objective function. The one that we perceive as the minimizing direction. If you tell me find the minimum with a direction of 53 degrees likely I will fail, because I can’t easily visualize where this direction points towards
whatever1 commented on Derivatives, Gradients, Jacobians and Hessians   blog.demofox.org/2025/08/... · Posted by u/ibobev
nwallin · 7 days ago
When you look at, for instance, a bowl, or even one of those egg carton mattress things, and you want to find the global minimum, you are looking at a surface which is 2 dimensions in and 1 dimension out. It's easy enough for your brain to process several thousand points and say ok the bottom of the bowl is right here.

When a computer has a surface which is 2 dimensions in and 1 dimension out, you can actually just do the same thing. Check like 100 values in the x/y directions and you only have to check like 10000 values. A computer can do that easy peasy.

When a computer does ML with a deep neural network, you don't have 2 dimensions in and 1 dimension out. You have thousands to millions of dimensions in and thousands to millions of dimensions out. If you have 100000 inputs, and you check 1000 values for each input, the total number of combinations is 1000^100000. Then remember that you also have 100000 outputs. You ain't doin' that much math. You ain't.

So we need fancy stuff like Jacobians and backtracking.

whatever1 · 7 days ago
I don’t think it’s that simple. For the egg carton your eye will not spend almost any time looking at its top. You will spend most of the time sampling the bottom. I don’t know what we do, but it does not feel like a naive grid search.
whatever1 commented on Derivatives, Gradients, Jacobians and Hessians   blog.demofox.org/2025/08/... · Posted by u/ibobev
jpeloquin · 7 days ago
Evaluating a function using a densely spaced grid and plotting it does work. This is brute-force search. You will see the global minima immediately in the way you describe, provided your grid is dense enough to capture all local variation.

It's just that when the function is implemented on the computer, evaluating so many points takes a long time, and using a more sophisticated optimization algorithm that exploits information like the gradient is almost always faster. In physical reality all the points already exist, so if they can be observed cheaply the brute force approach works well.

Edit: Your question was good. Asking superficially-naive questions like that is often a fruitful starting point for coming up with new tricks to solve seemingly-intractable problems.

whatever1 · 7 days ago
Thanks!

It does feels to me that we do some sort of sampling, definitely is not a naive grid search.

Also I find it easier to find the minima in specific directions (up, down, left, right) rather than let’s say a 42 degree one. So some sort of priors are probably used to improve sample efficiency.

whatever1 commented on Derivatives, Gradients, Jacobians and Hessians   blog.demofox.org/2025/08/... · Posted by u/ibobev
whatever1 · 7 days ago
I can look around me and find the minimum of anything without tracing its surface and following the gradient. I can also identify immediately global minima instead of local ones.

We all can do it in 2-3D. But our algorithms don’t do it. Even in 2D.

Sure if I was blindfolded, feeling the surface and looking for minimization direction would be the way to go. But when I see, I don’t have to.

What are we missing?

whatever1 commented on California unemployment rises to 5.5%, worst in the U.S. as tech falters   sfchronicle.com/californi... · Posted by u/littlexsparkee
aurareturn · 8 days ago
I've been saying this on HN since 2022:

For all the pro-WFH/fully remote developers on HN who live in North America, you're going to be in for a surprise when your company decides to replace you with someone living in another country. Why hire you when the company can hire someone who costs 1/5 of you and is willing to work harder without complaining? Both of you are remote anyway. So what if the new hire works at night and sleeps during the day?

For all pro-WFH/fully remote developers living in North America, you should be cheering for return to office mandates. It'll probably save your career long-term.

whatever1 · 8 days ago
If it can be done more cheaply then some competitor will do it and kill your business that doesn’t. Either find another competitive edge (be better or convince somehow the customers that you deserve the premium you ask for), or do what Trump does, introduce tarrifs for imports and cutoff the more more efficient companies from reaching the local market. And of course pay the price for it.
whatever1 commented on The future of large files in Git is Git   tylercipriani.com/blog/20... · Posted by u/thcipriani
whatever1 · 9 days ago
It is insane that almost after a century of running computations with data on computers we still don't have a good version control system that maps a code version to its relevant data version.

Still the approach is to put code and data in a folder and call it a day. Slap a "_FINAL" at the folder name and you are golden.

u/whatever1

KarmaCake day5700February 1, 2018View Original