Average is all you need
81–90 of 111 posts
Re: Average is all you need
#82Why average? I've always taken pride in my work and developed things that went beyond the expectations of the management and of the final users. Now I'm using LLMs a lot and I've been able to do much more than I used to- I find them great coworkers, technically very knowledgeable, patient and fast. I provide the big picture, keep an eye on the architectural soundness and code quality, and design the features. The LLM…
I think many people here work at nice, large places with reasonable and knowledgeable colleagues that are cooperative and mostly rational and try to do the right thing. In my experience that is not a common or widespread thing. Of course I only have small to medium business experience, but that's still a pretty good chunk of the economy. LLMs are an absurd, ridiculous win in those kinds of environments.
Re: Average is all you need
#83where it gets interesting is when you have a custom system that your LLM surely never saw (custom ERP) that has 50 sometime cryptic tables, unclear look up tables and unexplained flags.
something no text2sql solution solved for us.
we built a second mcp that lets the agent look up business logic (generated from source code) and then does better queries. that i think is something i never read in a blog post about a text2sql solution.
Re: Average is all you need
#84Earlier quoted context omitted.
Good gosh no. That's like saying 'cars were better made in the 1950's because they used tons of steel'. Like they were 'heavier and more robust' - but that doesn't mean better. Foundations are way better, more robust, especially weatherized. Windows today are like magic compared to windows 100 years ago. What we do more poorly now is we don't use wood everywhere, aka doors, and certain kinds of workmanship are not th…
Yes, houses got better because materials got better. Windows are better. But the construction of the houses is worse. The precision of how the wood or material meets is worse (when cut at the site). There is a huge amount of sloppy work in modern construction.
Re: Average is all you need
#85I think the author should be introduced to (or reminded of) the tale of the average from the US Air Force [1]. Social reality is high-dimensional and the "normal" thing is actually to be average in some dimensions, but strongly non-average in many others. So a "perfectly average" family would paradoxically be an outlier themselves. I think this is important, because if his hypothesis is right, then LLMs behave differ…
Interesting link! What was the solution? How did they end up redesigning the cockpit?
Re: Average is all you need
#86> You did not write a single line of SQL. You did not set up an attribution model. You asked a question, in English, and got a table. But nobody bothered to check if it was correct. It might seem correct, but I've been burned by queries exactly like these many, many times. What can often happen is that you end up with multiplied rows, and the answer isn't "let's just add a DISTINCT somewhere". The answer is to look a…
Re: Average is all you need
#87Re: Average is all you need
#88Re: Average is all you need
#89If average is all we need, then anyone can do it. What value do I add? How does an employee differentiate themselves? Why didn’t the boss ask the AI for the charts to begin with? Everyone’s income is going to be below average, because they got fired.
The power saw makes average cuts, it didn't disemploy carpenters, we just made better homes.
Re: Average is all you need
#90> You did not write a single line of SQL. You did not set up an attribution model. You asked a question, in English, and got a table. But nobody bothered to check if it was correct. It might seem correct, but I've been burned by queries exactly like these many, many times. What can often happen is that you end up with multiplied rows, and the answer isn't "let's just add a DISTINCT somewhere". The answer is to look a…
Yes. The correct answer is to ask an SQL expert to write the query. An LLM will make the expert much faster at writing the script, maybe.
I can write that script faster than I can write the text asking the AI to write the script as SQL is concise and my IDE has auto-complete.